diff options
author | novel <novel@FreeBSD.org> | 2006-09-10 19:27:53 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-09-10 19:27:53 +0800 |
commit | 67f01150793ea4aec63d7ed3d5dc0c5b34c33861 (patch) | |
tree | 2a77015f6982e4d1bd03f3fffa9fcc5277c912a9 /multimedia/bmpx | |
parent | a0cd58d26ea47fc809613f3d7ef6cd72a745a6ac (diff) | |
download | freebsd-ports-gnome-67f01150793ea4aec63d7ed3d5dc0c5b34c33861.tar.gz freebsd-ports-gnome-67f01150793ea4aec63d7ed3d5dc0c5b34c33861.tar.zst freebsd-ports-gnome-67f01150793ea4aec63d7ed3d5dc0c5b34c33861.zip |
- Fix plist
- Unmark BROKEN/DEPRECATED
Diffstat (limited to 'multimedia/bmpx')
-rw-r--r-- | multimedia/bmpx/Makefile | 8 | ||||
-rw-r--r-- | multimedia/bmpx/files/patch-m4-gettext.m4 | 20 |
2 files changed, 23 insertions, 5 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 7206eb921f4b..0ab8ce420308 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -23,10 +23,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ boost_date_time.3:${PORTSDIR}/devel/boost \ dbus-1.2:${PORTSDIR}/devel/dbus -BROKEN= Incomplete pkg-plist (needs to use gettext infrastructure) -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - +USE_AUTOTOOLS= autoconf:259 USE_BISON= yes USE_BZIP2= yes USE_FAM= yes @@ -39,7 +36,8 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \ - --with-dbus-services-dir="${PREFIX}/share/dbus-1/services" + --with-dbus-services-dir="${PREFIX}/share/dbus-1/services" \ + --with-libintl-prefix="${LOCALBASE}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/multimedia/bmpx/files/patch-m4-gettext.m4 b/multimedia/bmpx/files/patch-m4-gettext.m4 new file mode 100644 index 000000000000..ca887a0617a8 --- /dev/null +++ b/multimedia/bmpx/files/patch-m4-gettext.m4 @@ -0,0 +1,20 @@ +--- m4/gettext.m4.orig Sat Sep 9 14:56:32 2006 ++++ m4/gettext.m4 Sat Sep 9 14:57:19 2006 +@@ -172,7 +172,7 @@ + #ifdef __cplusplus + "C" + #endif +-const char *_nl_expand_alias ();], ++const char *_nl_expand_alias (const char *);], + [bindtextdomain ("", ""); + return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + gt_cv_func_gnugettext_libintl=yes, +@@ -193,7 +193,7 @@ + #ifdef __cplusplus + "C" + #endif +-const char *_nl_expand_alias ();], ++const char *_nl_expand_alias (const char *);], + [bindtextdomain ("", ""); + return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], + [LIBINTL="$LIBINTL $LIBICONV" |