Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 01:25:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389808 - in branches/2015Q2/cad/leocad: . files
Message-ID:  <201506160125.t5G1PQpR010000@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 01:25:25 2015
New Revision: 389808
URL: https://svnweb.freebsd.org/changeset/ports/389808

Log:
  MFH: r389216
  
  - Disable precompiled headers to fix build with old gcc on -current kernel
  - Comment out unused directory
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (build fix blanket)

Added:
  branches/2015Q2/cad/leocad/files/
     - copied from r389216, head/cad/leocad/files/
Modified:
  branches/2015Q2/cad/leocad/Makefile
  branches/2015Q2/cad/leocad/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/cad/leocad/Makefile
==============================================================================
--- branches/2015Q2/cad/leocad/Makefile	Tue Jun 16 01:24:03 2015	(r389807)
+++ branches/2015Q2/cad/leocad/Makefile	Tue Jun 16 01:25:25 2015	(r389808)
@@ -26,6 +26,8 @@ USE_QT4=	moc_build rcc_build uic_build i
 USE_GL=		glut
 USE_GNOME=	gtk20
 
+CXXFLAGS+=	-include ${WRKSRC}/common/lc_global.h
+
 PORTDOCS=	CREDITS.txt README.txt
 OPTIONS_DEFINE=	DOCS
 

Modified: branches/2015Q2/cad/leocad/pkg-plist
==============================================================================
--- branches/2015Q2/cad/leocad/pkg-plist	Tue Jun 16 01:24:03 2015	(r389807)
+++ branches/2015Q2/cad/leocad/pkg-plist	Tue Jun 16 01:25:25 2015	(r389808)
@@ -20,3 +20,4 @@ share/icons/hicolor/scalable/mimetypes/a
 %%DATADIR%%/library.bin
 share/mime/packages/leocad.xml
 share/pixmaps/leocad.png
+@comment @dir share/icons/hicolor/scalable/apps



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160125.t5G1PQpR010000>