svn commit: r338148 - in head: net-mgmt/scdp net/x2goclient-cli security/steghide
Tilman Keskinoz
arved at FreeBSD.org
Mon Dec 30 17:22:41 UTC 2013
Author: arved
Date: Mon Dec 30 17:22:40 2013
New Revision: 338148
URL: http://svnweb.freebsd.org/changeset/ports/338148
Log:
Support Stagedir
Modified:
head/net-mgmt/scdp/Makefile
head/net/x2goclient-cli/Makefile
head/security/steghide/Makefile
head/security/steghide/pkg-plist
Modified: head/net-mgmt/scdp/Makefile
==============================================================================
--- head/net-mgmt/scdp/Makefile Mon Dec 30 17:21:49 2013 (r338147)
+++ head/net-mgmt/scdp/Makefile Mon Dec 30 17:22:40 2013 (r338148)
@@ -24,7 +24,6 @@ PLIST_FILES= bin/scdp
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \
Modified: head/net/x2goclient-cli/Makefile
==============================================================================
--- head/net/x2goclient-cli/Makefile Mon Dec 30 17:21:49 2013 (r338147)
+++ head/net/x2goclient-cli/Makefile Mon Dec 30 17:22:40 2013 (r338148)
@@ -22,8 +22,7 @@ PLIST_FILES= bin/x2goclient-cli
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-1.2,,}
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/x2goclient-cli ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/x2goclient-cli ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
Modified: head/security/steghide/Makefile
==============================================================================
--- head/security/steghide/Makefile Mon Dec 30 17:21:49 2013 (r338147)
+++ head/security/steghide/Makefile Mon Dec 30 17:22:40 2013 (r338148)
@@ -23,14 +23,9 @@ USE_GMAKE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive
-MAN1= steghide.1
-
-NO_STAGE= yes
post-patch:
-.ifdef(NOPORTDOCS)
${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \
${WRKSRC}/Makefile.in
-.endif
${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \
${WRKSRC}/src/Makefile.in
${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure
Modified: head/security/steghide/pkg-plist
==============================================================================
--- head/security/steghide/pkg-plist Mon Dec 30 17:21:49 2013 (r338147)
+++ head/security/steghide/pkg-plist Mon Dec 30 17:22:40 2013 (r338148)
@@ -10,3 +10,4 @@ share/locale/es/LC_MESSAGES/steghide.mo
share/locale/fr/LC_MESSAGES/steghide.mo
share/locale/ro/LC_MESSAGES/steghide.mo
%%PORTDOCS%%@dirrm share/doc/steghide
+man/man1/steghide.1.gz
More information about the svn-ports-all
mailing list