svn commit: r416303 - head/net/rsync
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Jun 3 07:22:53 UTC 2016
Author: ehaupt
Date: Fri Jun 3 07:22:51 2016
New Revision: 416303
URL: https://svnweb.freebsd.org/changeset/ports/416303
Log:
Really fix popt option logic (real fix of r416270).
Notified by: adamw
Modified:
head/net/rsync/Makefile
Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile Fri Jun 3 07:05:32 2016 (r416302)
+++ head/net/rsync/Makefile Fri Jun 3 07:22:51 2016 (r416303)
@@ -4,7 +4,7 @@
PORTNAME= rsync
PORTVERSION= 3.1.2
CATEGORIES= net ipv6
-PORTREVISION= 4
+PORTREVISION= 5
MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \
ftp://ftp.samba.org/pub/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
@@ -70,11 +70,11 @@ ICONV_CPPFLAGS= -I${LOCALBASE}/include
ICONV_LDFLAGS= -L${LOCALBASE}/lib
ICONV_CONFIGURE_ENABLE= iconv iconv-open
-POPT_PORT_LIB_DEPENDS_OFF= libpopt.so:devel/popt
-POPT_PORT_CPPFLAGS_OFF= -I${LOCALBASE}/include
-POPT_PORT_LDFLAGS_OFF= -L${LOCALBASE}/lib
+POPT_PORT_LIB_DEPENDS= libpopt.so:devel/popt
+POPT_PORT_CPPFLAGS= -I${LOCALBASE}/include
+POPT_PORT_LDFLAGS= -L${LOCALBASE}/lib
-POPT_PORT_CONFIGURE_WITH= included-popt
+POPT_PORT_CONFIGURE_WITH_OFF= included-popt
SSH_CONFIGURE_ON= --with-rsh=ssh
SSH_CONFIGURE_OFF= --with-rsh=rsh
More information about the svn-ports-all
mailing list