svn commit: r335550 - head/x11-toolkits/unique
Koop Mast
kwm at FreeBSD.org
Tue Dec 3 09:32:32 UTC 2013
Author: kwm
Date: Tue Dec 3 09:32:32 2013
New Revision: 335550
URL: http://svnweb.freebsd.org/changeset/ports/335550
Log:
Set portscout to ignore this port.
While here stagify, and use new lib_depend syntax.
Modified:
head/x11-toolkits/unique/Makefile
Modified: head/x11-toolkits/unique/Makefile
==============================================================================
--- head/x11-toolkits/unique/Makefile Tue Dec 3 08:34:29 2013 (r335549)
+++ head/x11-toolkits/unique/Makefile Tue Dec 3 09:32:32 2013 (r335550)
@@ -12,7 +12,9 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= kwm at FreeBSD.org
COMMENT= Library for single instance applications
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+PORTSCOUT= ignore:1
+
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USE_XORG= ice
USE_BZIP2= yes
@@ -25,7 +27,6 @@ CONFIGURE_ARGS= --disable-maintainer-fla
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
@@ -35,4 +36,7 @@ post-patch:
${WRKSRC}/unique/uniqueinternals.h \
${WRKSRC}/unique/uniquemessage.[ch]
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunique-1.0.so.2
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list