ports/87848: duplicate LATEST_LINK for net/cvsup[-without-gui] on amd64

Vasil Dimov vd at datamax.bg
Sat Oct 22 17:50:13 UTC 2005


>Number:         87848
>Category:       ports
>Synopsis:       duplicate LATEST_LINK for net/cvsup[-without-gui] on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 22 17:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
DataMax
>Environment:

System: FreeBSD qlovarnika.bg.datamax 6.0-RC1 FreeBSD 6.0-RC1 #0: Mon Oct 17 15:16:42 EEST 2005     root at qlovarnika.bg.datamax:/usr/obj/usr/src/sys/QLOVARNIKA  amd64

>Description:

On amd64 cvsup turns itself into cvsup-without-gui causing warnings
during make index and duplicate LATEST_LINK.

>How-To-Repeat:

# uname -m
amd64
# make -C /usr/ports/net/cvsup -V LATEST_LINK
cvsup-without-gui
# make -C /usr/ports/net/cvsup-without-gui -V LATEST_LINK
cvsup-without-gui

>Fix:

Many can be invented, but this one seems to be really simple.

--- cvsup_dup.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cvsup/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	21 Sep 2005 05:33:21 -0000	1.62
+++ Makefile	22 Oct 2005 17:30:51 -0000
@@ -40,7 +40,6 @@
 .if defined(WITHOUT_X11) || ${ARCH} == "amd64"
 M3FLAGS+=	-DNOGUI
 BUILD_DEPENDS=	${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3
-PKGNAMESUFFIX=	-without-gui
 COMMENT=	General network file distribution system optimized for CVS (non-GUI version)
 DESCR=		${PKGDIR}/pkg-descr.nogui
 .else
--- cvsup_dup.diff ends here ---

--- cvsup-without-gui_dup.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cvsup-without-gui/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	21 Sep 2005 05:33:21 -0000	1.2
+++ Makefile	22 Oct 2005 17:30:36 -0000
@@ -6,6 +6,7 @@
 #
 
 MASTERDIR=	${.CURDIR}/../cvsup
+PKGNAMESUFFIX=	-without-gui
 WITHOUT_X11=	yes
 CONFLICTS=	cvsup-[0-9]*
 
--- cvsup-without-gui_dup.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list