Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2005 20:09:15 +0800 (KRAST)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:    ports/79444: fix LATEST_LINK problem for ports/net/AquaGatekeeper[2]
Message-ID:  <200504021209.j32C9FJN007347@grosbein.pp.ru>
Resent-Message-ID: <200504021210.j32CA81H049637@freefall.freebsd.org>

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

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



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