ports/87661: Update port: net/siproxd - fixing a PREFIX bug

Frank W. Josellis frank at dynamical-systems.org
Wed Oct 19 12:50:16 UTC 2005


>Number:         87661
>Category:       ports
>Synopsis:       Update port: net/siproxd - fixing a PREFIX bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 12:50:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank W. Josellis
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD achilles.senax.net 4.11-STABLE FreeBSD 4.11-STABLE #9: Thu Oct 13 14:53:31 CEST 2005 root at achilles.senax.net:/usr/obj/usr/src/sys/ACHILLES i386

>Description:
A patch to prevent build failures with non-standard environment settings. 

>How-To-Repeat:
	
>Fix:

--- siproxd-0.5.11_1.patch begins here ---
diff -Nur siproxd.BAK/Makefile siproxd/Makefile
--- siproxd.BAK/Makefile	Fri Oct 14 19:05:50 2005
+++ siproxd/Makefile	Wed Oct 19 02:16:19 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	siproxd
 PORTVERSION=	0.5.11
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	siproxd
@@ -20,7 +21,7 @@
 USE_GETOPT_LONG=yes
 USE_RC_SUBR=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	# empty
+CONFIGURE_TARGET=	--with-libosip-prefix=${PREFIX}
 
 PORTDOCS1=	AUTHORS ChangeLog README RELNOTES
 PORTDOCS2=	FAQ KNOWN_BUGS RFC3261_compliance.txt \
diff -Nur siproxd.BAK/pkg-deinstall siproxd/pkg-deinstall
--- siproxd.BAK/pkg-deinstall	Fri Oct 14 18:59:45 2005
+++ siproxd/pkg-deinstall	Wed Oct 19 02:16:19 2005
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
 SIPROXD_HOME=${PKG_PREFIX}/siproxd
 SIPROXD_PID=${SIPROXD_HOME}/siproxd.pid
 
--- siproxd-0.5.11_1.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list