svn commit: r359735 - head/net/rsync

Matthias Andree mandree at FreeBSD.org
Sun Jun 29 06:45:18 UTC 2014


Author: mandree
Date: Sun Jun 29 06:45:18 2014
New Revision: 359735
URL: http://svnweb.freebsd.org/changeset/ports/359735
QAT: https://qat.redports.org/buildarchive/r359735/

Log:
  Unbreak build: Fix typo in popt library dependency (missing p character),
  so that rsync actually finds a preinstalled libpopt.so if it is there.
  
  Approved by:	portmgr (blanket "just fix it" approval)

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sun Jun 29 06:41:31 2014	(r359734)
+++ head/net/rsync/Makefile	Sun Jun 29 06:45:18 2014	(r359735)
@@ -63,7 +63,7 @@ ICONV_CPPFLAGS=	-I${LOCALBASE}/include
 ICONV_LDFLAGS=	-L${LOCALBASE}/lib
 ICONV_CONFIGURE_ENABLE=	iconv iconv-open
 
-POPT_PORT_LIB_DEPENDS=	libopt.so:${PORTSDIR}/devel/popt
+POPT_PORT_LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 POPT_PORT_CPPFLAGS=	-I${LOCALBASE}/include
 POPT_PORT_LDFLAGS=	-L${LOCALBASE}/lib
 POPT_CONFIGURE_WITH=	included-popt


More information about the svn-ports-head mailing list