Bug 191469

Summary: Revision 359640 of net/rsync breaks build
Product: Ports & Packages Reporter: Christian Ullrich <chris>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: rakuco
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Christian Ullrich 2014-06-28 23:15:37 UTC
There is a typo in the net/rsync Makefile:

--- Makefile.orig       2014-06-29 01:15:18.000000000 +0200
+++ Makefile    2014-06-29 01:10:14.000000000 +0200
@@ -63,7 +63,7 @@
 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
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-29 11:04:49 UTC
Fixed in r359735.