Date: Fri, 3 Jun 2016 07:22:52 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416303 - head/net/rsync Message-ID: <201606030722.u537MqSK091028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606030722.u537MqSK091028>