svn commit: r351814 - head/x11-toolkits/gtkextra2
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 12:12:46 UTC 2014
Author: bapt
Date: Tue Apr 22 12:12:45 2014
New Revision: 351814
URL: http://svnweb.freebsd.org/changeset/ports/351814
QAT: https://qat.redports.org/buildarchive/r351814/
Log:
Support stage
USES=libtool
Modified:
head/x11-toolkits/gtkextra2/Makefile
head/x11-toolkits/gtkextra2/pkg-plist
Modified: head/x11-toolkits/gtkextra2/Makefile
==============================================================================
--- head/x11-toolkits/gtkextra2/Makefile Tue Apr 22 12:11:59 2014 (r351813)
+++ head/x11-toolkits/gtkextra2/Makefile Tue Apr 22 12:12:45 2014 (r351814)
@@ -3,42 +3,36 @@
PORTNAME= gtkextra
PORTVERSION= 2.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A useful widget set complementary to GTK+ 2.0
+COMMENT= Useful widget set complementary to GTK+ 2.0
-USES= pathfix pkgconfig gmake
+USES= libtool pathfix pkgconfig gmake
USE_GNOME= gtk20
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
-LATEST_LINK= gtkextra2
DOCSDIR= ${PREFIX}/share/doc/gtkextra2
PORTDOCS= *
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/gtkextra/gtkcharsel.c
post-install:
-.if ${PORT_OPTIONS:MDOCS}
.for d in reference tutorial
- @${MKDIR} ${DOCSDIR}/${d}
- @(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${DOCSDIR})
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}
+ @(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.endfor
-.endif
.include <bsd.port.mk>
Modified: head/x11-toolkits/gtkextra2/pkg-plist
==============================================================================
--- head/x11-toolkits/gtkextra2/pkg-plist Tue Apr 22 12:11:59 2014 (r351813)
+++ head/x11-toolkits/gtkextra2/pkg-plist Tue Apr 22 12:12:45 2014 (r351814)
@@ -48,6 +48,7 @@ lib/libgtkextra-x11-2.0.a
lib/libgtkextra-x11-2.0.la
lib/libgtkextra-x11-2.0.so
lib/libgtkextra-x11-2.0.so.1
+lib/libgtkextra-x11-2.0.so.1.0.1
libdata/pkgconfig/gtkextra-2.0.pc
@dirrm include/gtkextra-2.0/gtkextra
@dirrm include/gtkextra-2.0
More information about the svn-ports-all
mailing list