View | Details | Raw Unified | Return to bug 221890 | Differences between
and this patch

Collapse All | Expand All

(-)b/cad/freecad/Makefile (+1 lines)
Lines 37-42 GH_TAGNAME= d28bae3 Link Here
37
37
38
USES=		dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \
38
USES=		dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \
39
		python localbase
39
		python localbase
40
USE_CXXSTD=	c++11
40
USE_XORG=	ice sm x11 xext xt
41
USE_XORG=	ice sm x11 xext xt
41
USE_GL=		gl glu
42
USE_GL=		gl glu
42
USE_QT4=	qmake_build corelib gui moc_build network opengl rcc_build \
43
USE_QT4=	qmake_build corelib gui moc_build network opengl rcc_build \
(-)b/deskutils/kdepim4-runtime/Makefile (-1 / +2 lines)
Lines 20-26 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
20
20
21
CONFLICTS_INSTALL=	kdepim-runtime44-4.*
21
CONFLICTS_INSTALL=	kdepim-runtime44-4.*
22
22
23
USES=		cmake:outsource kde:4 shared-mime-info tar:xz
23
USES=		cmake:outsource compiler:c++11-lang kde:4 shared-mime-info tar:xz
24
USE_CXXSTD=	c++11
24
USE_GNOME=	libxml2 libxslt:build
25
USE_GNOME=	libxml2 libxslt:build
25
USE_KDE=	kdelibs pimlibs \
26
USE_KDE=	kdelibs pimlibs \
26
		akonadi automoc4
27
		akonadi automoc4
(-)b/devel/libepp-nicbr/Makefile (-1 / +3 lines)
Lines 15-21 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
15
16
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
16
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
17
17
18
USES=		ssl
18
USES=		autoreconf compiler:c++11-lang ssl
19
USE_CXXSTD=	c++11
20
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	ac_cv_header_cppunit_TestRunner_h=no
22
CONFIGURE_ENV=	ac_cv_header_cppunit_TestRunner_h=no
21
CONFIGURE_ARGS=	--with-xerces-c=${LOCALBASE} \
23
CONFIGURE_ARGS=	--with-xerces-c=${LOCALBASE} \
(-)b/devel/libkolab/Makefile (-1 / +2 lines)
Lines 25-31 CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ Link Here
25
		-DPHP_BINDINGS:BOOL=OFF \
25
		-DPHP_BINDINGS:BOOL=OFF \
26
		-DPYTHON_BINDINGS:BOOL=OFF \
26
		-DPYTHON_BINDINGS:BOOL=OFF \
27
		-DUSE_LIBCALENDARING:BOOL=OFF
27
		-DUSE_LIBCALENDARING:BOOL=OFF
28
USES=		cmake:outsource kde:4
28
USES=		cmake:outsource compiler:c++11-lang kde:4
29
USE_CXXSTD=	c++11
29
USE_KDE=	automoc4 kdelibs pimlibs
30
USE_KDE=	automoc4 kdelibs pimlibs
30
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
31
USE_QT4=	corelib dbus gui network svg xml \
32
USE_QT4=	corelib dbus gui network svg xml \
(-)b/devel/xmltooling/Makefile (-1 / +2 lines)
Lines 19-25 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs Link Here
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
21
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
22
USES=		gmake libtool pkgconfig tar:bzip2 ssl
22
USES=		compiler:c++11-lang gmake libtool pkgconfig tar:bzip2 ssl
23
USE_CXXSTD=	c++11
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
25
25
PORTDOCS=	*
26
PORTDOCS=	*
(-)b/devel/xsd/Makefile (-1 / +2 lines)
Lines 33-39 MAKE_ARGS= EXTERNAL_LIBCUTL=y \ Link Here
33
		install_prefix=${STAGEDIR}${PREFIX} \
33
		install_prefix=${STAGEDIR}${PREFIX} \
34
		install_man_dir=${STAGEDIR}${MANPREFIX}/man \
34
		install_man_dir=${STAGEDIR}${MANPREFIX}/man \
35
		verbose=1
35
		verbose=1
36
USES=		gmake tar:bzip2
36
USES=		compiler:c++11-lang gmake tar:bzip2
37
USE_CXXSTD=	c++11
37
38
38
post-patch:
39
post-patch:
39
# Use devel/build instead of the port's bundled copy.
40
# Use devel/build instead of the port's bundled copy.
(-)b/editors/xmlcopyeditor/Makefile (-1 / +2 lines)
Lines 23-29 LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ Link Here
23
USE_WX=		2.8+
23
USE_WX=		2.8+
24
WX_COMPS=	wx contrib
24
WX_COMPS=	wx contrib
25
WX_CONF_ARGS=	absolute
25
WX_CONF_ARGS=	absolute
26
USES=		dos2unix gettext gmake iconv libtool
26
USES=		compiler:c++11-lang dos2unix gettext gmake iconv libtool
27
USE_CXXSTD=	c++11
27
USE_GNOME=	intltool
28
USE_GNOME=	intltool
28
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
29
30
(-)b/emulators/open-vm-tools/Makefile (-1 / +2 lines)
Lines 45-51 OPENSSL_CONFIGURE_WITH= ssl Link Here
45
WRKSRC_SUBDIR=		open-vm-tools
45
WRKSRC_SUBDIR=		open-vm-tools
46
46
47
GNU_CONFIGURE=		yes
47
GNU_CONFIGURE=		yes
48
USES=			autoreconf:-iv fuse gettext-runtime kmod libtool localbase pathfix pkgconfig
48
USES=			autoreconf:-iv compiler:c++11-lang fuse gettext-runtime kmod libtool localbase pathfix pkgconfig
49
USE_CXXSTD=		c++11
49
USE_GNOME=		glib20
50
USE_GNOME=		glib20
50
51
51
USE_GITHUB=		yes
52
USE_GITHUB=		yes
(-)b/games/enigma/Makefile (-1 / +2 lines)
Lines 18-24 LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ Link Here
18
		libcurl.so:ftp/curl
18
		libcurl.so:ftp/curl
19
BUILD_DEPENDS=	convert:graphics/ImageMagick
19
BUILD_DEPENDS=	convert:graphics/ImageMagick
20
20
21
USES=		gmake localbase pkgconfig
21
USES=		compiler:c++11-lang gmake localbase pkgconfig
22
USE_CXXSTD=	c++11
22
USE_SDL=	image mixer sdl ttf
23
USE_SDL=	image mixer sdl ttf
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--with-system-enet
25
CONFIGURE_ARGS=	--with-system-enet
(-)b/games/glest/Makefile (-1 / +2 lines)
Lines 17-24 LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ Link Here
17
BUILD_DEPENDS=	jam:devel/jam
17
BUILD_DEPENDS=	jam:devel/jam
18
RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data
18
RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data
19
19
20
USES=		dos2unix openal:al,alut pkgconfig zip lua:51
20
USES=		compiler:c++11-lang dos2unix openal:al,alut pkgconfig zip lua:51
21
USE_AUTOTOOLS=	automake:env autoconf:env
21
USE_AUTOTOOLS=	automake:env autoconf:env
22
USE_CXXSTD=	c++11
22
USE_SDL=	yes
23
USE_SDL=	yes
23
USE_GL=		yes
24
USE_GL=		yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
(-)b/games/py-fife/Makefile (-1 / +2 lines)
Lines 19-25 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ Link Here
19
19
20
BROKEN_powerpc64=	fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit
20
BROKEN_powerpc64=	fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit
21
21
22
USES=			openal:al pkgconfig cmake:outsource
22
USES=			compiler:c++11-lang openal:al pkgconfig cmake:outsource
23
USE_CXXSTD=		c++11
23
USE_GL=			gl
24
USE_GL=			gl
24
USE_SDL=		sdl2 ttf2 image2
25
USE_SDL=		sdl2 ttf2 image2
25
USE_XORG=		xcursor
26
USE_XORG=		xcursor
(-)b/graphics/appleseed/Makefile (-1 / +2 lines)
Lines 22-28 GH_ACCOUNT= ${PORTNAME}hq Link Here
22
ONLY_FOR_ARCHS=	i386 amd64
22
ONLY_FOR_ARCHS=	i386 amd64
23
ONLY_FOR_ARCHS_REASON=	not ported to it yet
23
ONLY_FOR_ARCHS_REASON=	not ported to it yet
24
24
25
USES=		cmake:outsource
25
USES=		cmake:outsource compiler:c++11-lang
26
USE_CXXSTD=	c++11
26
USE_QT4=	moc_build qmake_build rcc_build uic_build opengl
27
USE_QT4=	moc_build qmake_build rcc_build uic_build opengl
27
28
28
LDFLAGS+=	-lboost_atomic
29
LDFLAGS+=	-lboost_atomic
(-)b/graphics/cegui/Makefile (+1 lines)
Lines 18-23 CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ Link Here
18
		-DCEGUI_BUILD_TESTS=OFF
18
		-DCEGUI_BUILD_TESTS=OFF
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USES=		compiler:c++11-lib cmake execinfo pkgconfig tar:bzip2
20
USES=		compiler:c++11-lib cmake execinfo pkgconfig tar:bzip2
21
USE_CXXSTD=	c++11
21
22
22
PORTDOCS=	*
23
PORTDOCS=	*
23
24
(-)b/graphics/gdal/Makefile (-1 / +2 lines)
Lines 51-57 LDFLAGS+= ${ICONV_LIB} Link Here
51
MAKE_JOBS_UNSAFE=	yes
51
MAKE_JOBS_UNSAFE=	yes
52
MAKEFILE=	GNUmakefile
52
MAKEFILE=	GNUmakefile
53
USE_LDCONFIG=	yes
53
USE_LDCONFIG=	yes
54
USES=		gmake iconv jpeg localbase tar:xz
54
USES=		compiler:c++11-lang gmake iconv jpeg localbase tar:xz
55
USE_CXXSTD=	c++11
55
56
56
PLIST_SUB=	MAJOR_VER=${PORTVERSION:R:R} PORTVERSION=${PORTVERSION}
57
PLIST_SUB=	MAJOR_VER=${PORTVERSION:R:R} PORTVERSION=${PORTVERSION}
57
PORTDATA=	*
58
PORTDATA=	*
(-)b/graphics/mitsuba/Makefile (-1 / +2 lines)
Lines 23-29 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ Link Here
23
ONLY_FOR_ARCHS=	i386 amd64
23
ONLY_FOR_ARCHS=	i386 amd64
24
ONLY_FOR_ARCHS_REASON=	uses SSE instructions
24
ONLY_FOR_ARCHS_REASON=	uses SSE instructions
25
25
26
USES=		cmake jpeg tar:bzip2
26
USES=		cmake compiler:c++11-lang jpeg tar:bzip2
27
USE_CXXSTD=	c++11
27
USE_GL=		glew
28
USE_GL=		glew
28
USE_QT4=	moc_build qmake_build rcc_build uic_build \
29
USE_QT4=	moc_build qmake_build rcc_build uic_build \
29
		gui opengl network xml xmlpatterns
30
		gui opengl network xml xmlpatterns
(-)b/net/pktanon/Makefile (-1 / +2 lines)
Lines 13-19 COMMENT= Network trace anonymizer Link Here
13
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
13
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
14
		libxerces-c.so.3:textproc/xerces-c3
14
		libxerces-c.so.3:textproc/xerces-c3
15
15
16
USES=		dos2unix
16
USES=		compiler:c++11-lang dos2unix
17
USE_CXXSTD=	c++11
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
CPPFLAGS+=	-I${LOCALBASE}/include
19
CPPFLAGS+=	-I${LOCALBASE}/include
19
LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
20
LDFLAGS+=	-L${LOCALBASE}/lib -lboost_system
(-)b/security/apache-xml-security-c/Makefile (-1 / +2 lines)
Lines 16-22 LIB_DEPENDS+= libxerces-c.so.3:textproc/xerces-c3 Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
18
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
19
USES=		gmake libtool tar:bzip2 ssl
19
USES=		compiler:c++11-lang gmake libtool tar:bzip2 ssl
20
USE_CXXSTD=	c++11
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
22
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
22
23
(-)b/security/opensaml2/Makefile (-1 / +2 lines)
Lines 22-28 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs Link Here
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
23
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
24
		--with-xmltooling=${LOCALBASE} --disable-doxygen-doc
24
		--with-xmltooling=${LOCALBASE} --disable-doxygen-doc
25
USES=		gmake libtool pkgconfig tar:bzip2
25
USES=		compiler:c++11-lang gmake libtool pkgconfig tar:bzip2
26
USE_CXXSTD=	c++11
26
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
27
28
28
OPTIONS_DEFINE=	DOCS
29
OPTIONS_DEFINE=	DOCS
(-)b/security/shibboleth2-sp/Makefile (-1 / +2 lines)
Lines 19-25 LIB_DEPENDS= libsaml.so:security/opensaml2 \ Link Here
19
		libxerces-c.so:textproc/xerces-c3 \
19
		libxerces-c.so:textproc/xerces-c3 \
20
		libxml-security-c.so:security/apache-xml-security-c
20
		libxml-security-c.so:security/apache-xml-security-c
21
21
22
USES=		gmake tar:bzip2 ssl
22
USES=		compiler:c++11-lang gmake tar:bzip2 ssl
23
USE_CXXSTD=	c++11
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
MAKE_ENV=	NOKEYGEN=YES
25
MAKE_ENV=	NOKEYGEN=YES
25
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)b/sysutils/passwordsafe/Makefile (-1 / +2 lines)
Lines 19-25 NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little e Link Here
19
19
20
CONFLICTS=	pwsafe-[0-9]*
20
CONFLICTS=	pwsafe-[0-9]*
21
21
22
USES=		gmake
22
USES=		compiler:c++11-lang gmake
23
USE_CXXSTD=	c++11
23
USE_GITHUB=	yes
24
USE_GITHUB=	yes
24
USE_WX=		3.0+
25
USE_WX=		3.0+
25
USE_XORG=	x11 xtst
26
USE_XORG=	x11 xtst
(-)b/textproc/amberfish/Makefile (-1 / +2 lines)
Lines 16-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
16
16
17
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
17
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
18
18
19
USES=		gmake makeinfo
19
USES=		compiler:c++11-lang gmake makeinfo
20
USE_CXXSTD=	c++11
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
ALL_TARGET=	all html
22
ALL_TARGET=	all html
22
23
(-)b/textproc/libkolabxml/Makefile (-1 / +2 lines)
Lines 27-33 CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ Link Here
27
		-DJAVA_BINDINGS:BOOL=OFF \
27
		-DJAVA_BINDINGS:BOOL=OFF \
28
		-DPHP_BINDINGS:BOOL=OFF \
28
		-DPHP_BINDINGS:BOOL=OFF \
29
		-DPYTHON_BINDINGS:BOOL=OFF
29
		-DPYTHON_BINDINGS:BOOL=OFF
30
USES=		cmake:outsource
30
USES=		cmake:outsource compiler:c++11-lang
31
USE_CXXSTD=	c++11
31
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
32
33
33
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
34
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
(-)b/textproc/xalan-c/Makefile (-1 / +2 lines)
Lines 15-21 LICENSE= APACHE20 Link Here
15
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
15
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		gmake libtool localbase pathfix
18
USES=		compiler:c++11-lang gmake libtool localbase pathfix
19
USE_CXXSTD=	c++11
19
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
20
MAKE_JOBS_UNSAFE=	yes
21
MAKE_JOBS_UNSAFE=	yes
21
22
(-)b/textproc/xerces-c3/Makefile (+1 lines)
Lines 26-31 DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ Link Here
26
			dot:graphics/graphviz
26
			dot:graphics/graphviz
27
27
28
USES=		cmake:outsource compiler:c++11-lang cpe iconv pathfix
28
USES=		cmake:outsource compiler:c++11-lang cpe iconv pathfix
29
USE_CXXSTD=	c++11
29
30
30
LIB_DEPENDS+=	libcurl.so:ftp/curl
31
LIB_DEPENDS+=	libcurl.so:ftp/curl
31
32
(-)b/textproc/xqilla/Makefile (-2 / +2 lines)
Lines 17-23 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
17
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3 \
17
LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3 \
18
		libtidy.so:www/tidy-lib
18
		libtidy.so:www/tidy-lib
19
19
20
USES=		libtool
20
USES=		compiler:c++11-lang libtool
21
USE_CXXSTD=	c++11
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-xerces=${LOCALBASE} \
23
CONFIGURE_ARGS=	--with-xerces=${LOCALBASE} \
23
		--with-faxpp=no \
24
		--with-faxpp=no \
24
- 

Return to bug 221890