Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 19:45:08 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Jos Backus <jos@catnook.com>
Subject:   ports/37348: [MAINTAINER UPDATE] let net/rsync use devel/popt instead of included popt
Message-ID:  <20020422174508.8445F5A544@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>Number:         37348
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] let net/rsync use devel/popt instead of included popt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 22 12:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #3: Thu Apr 18 16:20:45 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

rsync comes with a perfectly ordinary copy of libpopt.
It makes more sense to use devel/popt instead.

Thanks to Jos Backus.

Regards,
         Olli

>How-To-Repeat:
>Fix:


diff -ruN rsync.old/Makefile rsync/Makefile
--- rsync.old/Makefile	Mon Apr 22 19:31:49 2002
+++ rsync/Makefile	Mon Apr 22 19:34:04 2002
@@ -17,7 +17,11 @@
 
 MAINTAINER=	obraun@informatik.unibw-muenchen.de
 
+LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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