[Bug 191469] New: Revision 359640 of net/rsync breaks build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 28 23:15:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191469

            Bug ID: 191469
           Summary: Revision 359640 of net/rsync breaks build
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: chris at chrullrich.net

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list