Date: Sat, 22 Oct 2005 20:43:40 +0300 From: Vasil Dimov <vd@datamax.bg> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jdp@FreeBSD.org, bzeeb+freebsdports@zabbadoz.net Subject: ports/87848: duplicate LATEST_LINK for net/cvsup[-without-gui] on amd64 Message-ID: <20051022174340.GA71492@qlovarnika.bg.datamax> Resent-Message-ID: <200510221750.j9MHoBnY079393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051022174340.GA71492>