Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 14:45:47 +0200 (CEST)
From:      "Frank W. Josellis" <frank@dynamical-systems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87661: Update port: net/siproxd - fixing a PREFIX bug
Message-ID:  <200510191245.j9JCjl8J000781@achilles.senax.net>
Resent-Message-ID: <200510191250.j9JCoA1l079728@freefall.freebsd.org>

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

>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@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:



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