svn commit: r359967 - head/net/opennx
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 1 08:38:46 UTC 2014
Author: bapt
Date: Tue Jul 1 08:38:45 2014
New Revision: 359967
URL: http://svnweb.freebsd.org/changeset/ports/359967
QAT: https://qat.redports.org/buildarchive/r359967/
Log:
Support stage
PR: 191500
Submitted by: beyert at cs.ucr.edu
Modified:
head/net/opennx/Makefile
head/net/opennx/distinfo
Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile Tue Jul 1 08:36:21 2014 (r359966)
+++ head/net/opennx/Makefile Tue Jul 1 08:38:45 2014 (r359967)
@@ -14,9 +14,9 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- smbclient:${PORTSDIR}/net/samba-libsmbclient \
- cups:${PORTSDIR}/print/cups-base
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
+ libcups.so:${PORTSDIR}/print/cups-base
WRKSRC= ${WRKDIR}/${PORTNAME}-0.16
@@ -36,19 +36,10 @@ NO_PACKAGE= must generate a fresh privat
SSH_KEYGEN?= ssh-keygen
-NO_STAGE= yes
-
OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
-
-.if !${PORT_OPTIONS:MNLS}
-CONFIGURE_ARGS+=--disable-nls --localedir=/dev/null
-PLIST_SUB+= NLS="@comment "
-.else
-USES+= gettext
-PLIST_SUB+= NLS=""
-.endif
+NLS_CONFIGURE_ENABLE= nls
# do not use default private key included with tarball
post-patch:
@@ -61,6 +52,6 @@ post-patch:
@${RM} ${WRKSRC}/extres/xdg/*.bak
post-install:
- @${CHMOD} 440 ${PREFIX}/share/keys/server.id_dsa.key
+ @${CHMOD} 440 ${STAGEDIR}${PREFIX}/share/keys/server.id_dsa.key
.include <bsd.port.mk>
Modified: head/net/opennx/distinfo
==============================================================================
--- head/net/opennx/distinfo Tue Jul 1 08:36:21 2014 (r359966)
+++ head/net/opennx/distinfo Tue Jul 1 08:38:45 2014 (r359967)
@@ -1,2 +1,2 @@
-SHA256 (opennx-0.16.0.725.tar.gz) = 05016e48d36b41cad5559d0c200808e97e720346a5aa6bb5615b0ad4369eccfb
-SIZE (opennx-0.16.0.725.tar.gz) = 5342831
+SHA256 (opennx-0.16.0.725.tar.gz) = 342a6d7f4cf733f51c10bb7265ad7ecff0896f9c383b94775bda1fb135f946ba
+SIZE (opennx-0.16.0.725.tar.gz) = 5343452
More information about the svn-ports-head
mailing list