summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-20 20:29:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-20 20:29:16 +0000
commit6674bf3610b747c023c632fcde0395f572778e65 (patch)
treed58e21f45b25920de42fcfd4173d55c26758aaad /multimedia
parentMark as broken on 5.x. The distfile, the latest on the mastersite, is from 2... (diff)
Don't die if we encounter a problem registering plug-ins on ia64. Right now,
there's a crash during this phase, and ia64 needs some more debugging tools before it can be fully analyzed. This will allow unattended installs in the meantime. Reported by: marcel Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=91756
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile8
-rw-r--r--multimedia/gstreamer-plugins80/Makefile8
2 files changed, 12 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index f6d6ecea586f..b303c831923f 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -98,11 +98,15 @@ post-configure:
@${ECHO_CMD} "CC=${CC}" >> \
${WRKSRC}/gst-libs/ext/ffmpeg/ffmpeg/config.mak
+.include <bsd.port.pre.mk>
+
post-install:
+.if ${ARCH} == "ia64"
# register plugins
+ @-${X11BASE}/bin/gst-register 2>/dev/null
+.else
@${X11BASE}/bin/gst-register 2>/dev/null
-
-.include <bsd.port.pre.mk>
+.endif
# Fix build on ia64. This patch breaks other archs, so include it
# conditionally
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index f6d6ecea586f..b303c831923f 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -98,11 +98,15 @@ post-configure:
@${ECHO_CMD} "CC=${CC}" >> \
${WRKSRC}/gst-libs/ext/ffmpeg/ffmpeg/config.mak
+.include <bsd.port.pre.mk>
+
post-install:
+.if ${ARCH} == "ia64"
# register plugins
+ @-${X11BASE}/bin/gst-register 2>/dev/null
+.else
@${X11BASE}/bin/gst-register 2>/dev/null
-
-.include <bsd.port.pre.mk>
+.endif
# Fix build on ia64. This patch breaks other archs, so include it
# conditionally