From lizard@informatik.unibw-muenchen.de  Mon Apr 22 12:28:27 2002
Return-Path: <lizard@informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id 91EB037B425
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Apr 2002 12:28:23 -0700 (PDT)
Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30])
	by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g3MHjAI23447;
	Mon, 22 Apr 2002 19:45:16 +0200 (MEST)
Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1])
	by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP
	id 951345A548; Mon, 22 Apr 2002 19:45:09 +0200 (CEST)
Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 8445F5A544; Mon, 22 Apr 2002 19:45:08 +0200 (CEST)
Message-Id: <20020422174508.8445F5A544@nemesis.informatik.unibw-muenchen.de>
Date: Mon, 22 Apr 2002 19:45:08 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc: Jos Backus <jos@catnook.com>
Subject: [MAINTAINER UPDATE] let net/rsync use devel/popt instead of included popt
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 22 12:30:01 PDT 2002
>Closed-Date:    Fri Apr 26 11:40:29 PDT 2002
>Last-Modified:  Fri Apr 26 11:40:29 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Fri Apr 26 11:40:21 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37348 
>Unformatted:
