Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 23:15:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191469] New: Revision 359640 of net/rsync breaks build
Message-ID:  <bug-191469-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: chris@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191469-13>