ports/79444: fix LATEST_LINK problem for ports/net/AquaGatekeeper[2]

Eugene Grosbein eugen at grosbein.pp.ru
Sat Apr 2 12:10:09 UTC 2005


>Number:         79444
>Category:       ports
>Synopsis:       fix LATEST_LINK problem for ports/net/AquaGatekeeper[2]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 02 12:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD grosbein.pp.ru 4.11-STABLE FreeBSD 4.11-STABLE #9: Tue Mar 1 21:02:57 KRAT 2005 eu at grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386

>Description:
	ports/net/AquaGatekeeper and ports/net/AquaGatekeeper2 have
	same PORTNAME because these ports are for distinct branches
	of the same software. Hence the problem of LATEST_LINK conflict.

>How-To-Repeat:
	See description
>Fix:

Apply the following patch to ports/net. It adds CONFLICTS also.

diff -ur AquaGatekeeper2.orig/Makefile AquaGatekeeper2/Makefile
--- AquaGatekeeper2.orig/Makefile	Mon Mar 21 13:38:28 2005
+++ AquaGatekeeper2/Makefile	Sat Apr  2 19:47:34 2005
@@ -16,6 +16,8 @@
 COMMENT=	Aqua H323 Gatekeeper and proxy
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
+CONFLICTS=	AquaGatekeeper-1.*
+LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}2${PKGNAMESUFFIX}
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	amd64 i386
 MD5_FILE=	${MASTERDIR}/distinfo.${ARCH}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list