Bug 191469 - Revision 359640 of net/rsync breaks build
Summary: Revision 359640 of net/rsync breaks build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-28 23:15 UTC by Christian Ullrich
Modified: 2014-06-29 11:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.