diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /graphics | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
Notes
Notes:
svn path=/head/; revision=323088
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cal3d/Makefile | 2 | ||||
-rw-r--r-- | graphics/gsnapshot/Makefile | 1 | ||||
-rw-r--r-- | graphics/iulib/Makefile | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 6432b9413e42..f96881fe0e0b 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoheader libtool USE_LDCONFIG= yes AUTOTOOLSFILES= aclocal.m4 +# AUTOMAKE_ARGS= --add-missing MAN1= cal3d_converter.1 @@ -34,6 +35,7 @@ post-patch: ${WRKSRC}/src/cal3d/loader.h \ ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am + @${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.am post-configure: @${FIND} ${WRKSRC} -name Makefile -print | \ diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index 0650c684adc7..6f6acdb28df8 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -12,6 +12,7 @@ COMMENT= GTK+ based screen capture USES= pkgconfig USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool +AUTOMAKE_ARGS= --add-missing USE_GNOME= gtk20 libwnck libxml2 USE_XORG= x11 xmu USE_GMAKE= yes diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile index 44dbb862867a..9b6064faedac 100644 --- a/graphics/iulib/Makefile +++ b/graphics/iulib/Makefile @@ -23,7 +23,7 @@ MAKE_JOBS_SAFE= yes USE_GCC= any USE_PYTHON_BUILD= yes USE_AUTOTOOLS= libtool aclocal automake autoconf -ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal +ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |