aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-12-19 00:58:16 +0800
committerlioux <lioux@FreeBSD.org>2002-12-19 00:58:16 +0800
commit99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9 (patch)
treeabd3ee6a9a0c021411f9ad70ad7e1433afc67f65
parentb66aad9ecb8584a0c9f65b03965d77fc78fc99b2 (diff)
downloadfreebsd-ports-gnome-99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9.tar.gz
freebsd-ports-gnome-99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9.tar.zst
freebsd-ports-gnome-99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9.zip
Fix 'make package' in -CURRENT: for unknown reasons fibmap_mplayerxp
does not build in -CURRENT. Submitted by: bento, kris
-rw-r--r--multimedia/mplayerxp/Makefile9
-rw-r--r--multimedia/mplayerxp/pkg-plist2
2 files changed, 10 insertions, 1 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile
index acbdad62b31a..c802643fb899 100644
--- a/multimedia/mplayerxp/Makefile
+++ b/multimedia/mplayerxp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mplayerxp
PORTVERSION= 0.1.9
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,6 +41,14 @@ DIRS_TO_CREATE= etc/mplayerxp \
.include <bsd.port.pre.mk>
+# XXX - fibmap_mplayerxp is not compiled in -CURRENT
+# this issue has to be investigated
+.if ${OSVERSION} >= 500000
+PLIST_SUB+= FIBMAP="@comment "
+.else
+PLIST_SUB+= FIBMAP=""
+.endif
+
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \
diff --git a/multimedia/mplayerxp/pkg-plist b/multimedia/mplayerxp/pkg-plist
index d4c22cc64a14..3d1fe343ea46 100644
--- a/multimedia/mplayerxp/pkg-plist
+++ b/multimedia/mplayerxp/pkg-plist
@@ -1,4 +1,4 @@
-bin/fibmap_mplayerxp
+%%FIBMAP%%bin/fibmap_mplayerxp
bin/mplayerxp
etc/mplayerxp/codecs.conf
include/vidix/fourcc.h