ports/185337: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Jan 25 10:40:02 UTC 2014
The following reply was made to PR ports/185337; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/185337: commit references a PR
Date: Sat, 25 Jan 2014 10:39:43 +0000 (UTC)
Author: miwi
Date: Sat Jan 25 10:39:36 2014
New Revision: 341005
URL: http://svnweb.freebsd.org/changeset/ports/341005
QAT: https://qat.redports.org/buildarchive/r341005/
Log:
MFH: r340233
- Fix build with clang
PR: 185337
Deleted:
branches/2014Q1/graphics/xmms-fishmatic/files/
Modified:
branches/2014Q1/graphics/xmms-fishmatic/Makefile (contents, props changed)
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/graphics/xmms-fishmatic/Makefile
==============================================================================
--- branches/2014Q1/graphics/xmms-fishmatic/Makefile Sat Jan 25 10:37:27 2014 (r341004)
+++ branches/2014Q1/graphics/xmms-fishmatic/Makefile Sat Jan 25 10:39:36 2014 (r341005)
@@ -11,27 +11,33 @@ DISTNAME= fishmatic
MAINTAINER= ports at FreeBSD.org
COMMENT= XMMS non-static OpenGL stereogram visualization plugin
-BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
-RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+BUILD_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms
-PLIST_FILES= lib/xmms/Visualization/libfishmatic.so
-USE_GNOME= gtk12
USES= gmake pkgconfig
-GNU_CONFIGURE= yes
-USE_GL= glut
USE_XORG= xext
-USE_LDCONFIG= yes
+USE_GNOME= gtk12
+USE_GL= glut
+USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= LIBS="-lGL -lXext ${LIBS}"
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_FILES= lib/xmms/Visualization/libfishmatic.so
-NO_STAGE= yes
post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|"-lpthread|"-pthread|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|-O2|| ; \
+ s|@PNG_LIBS@||' ${WRKSRC}/Makefile.in
+
+pre-configure:
@${RM} -f ${WRKSRC}/config.cache
- @${REINPLACE_CMD} -e 's|-O2||; \
- s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Visualization
+ (cd ${WRKSRC}/.libs && ${INSTALL_LIB} libfishmatic.so \
+ ${STAGEDIR}${PREFIX}/lib/xmms/Visualization)
.include <bsd.port.mk>
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list