From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 25 08:30:44 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ED516A4CF for ; Fri, 25 Feb 2005 08:30:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A77EB43D41 for ; Fri, 25 Feb 2005 08:30:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1P8UhDr029974 for ; Fri, 25 Feb 2005 08:30:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1P8Uhss029973; Fri, 25 Feb 2005 08:30:43 GMT (envelope-from gnats) Resent-Date: Fri, 25 Feb 2005 08:30:43 GMT Resent-Message-Id: <200502250830.j1P8Uhss029973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537C316A4CE for ; Fri, 25 Feb 2005 08:27:57 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA03043D2D for ; Fri, 25 Feb 2005 08:27:55 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp212B.dyn.pacific.net.au [61.8.33.43]) j1P8Rprl031286 for ; Fri, 25 Feb 2005 19:27:53 +1100 Received: by localhost (Postfix, from userid 0) id 100A317C4; Fri, 25 Feb 2005 19:29:02 +1100 (EST) Message-Id: <20050225082902.100A317C4@localhost> Date: Fri, 25 Feb 2005 19:29:02 +1100 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78053: [PATCH] graphics/vertex: fix unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 08:30:44 -0000 >Number: 78053 >Category: ports >Synopsis: [PATCH] graphics/vertex: fix unfetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 25 08:30:43 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb 9 00:12:24 EST >Description: - Remove files/patch-messages.h - Distfile has changed. There are extensive differences between the last distfile and this one, but the website claims version 0.1.15 was released in Nov 2004 and the dates match up. - Port makefile tweaks. >How-To-Repeat: >Fix: --- vertex-0.1.15_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/vertex/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 4 Feb 2004 05:21:09 -0000 1.14 +++ Makefile 25 Feb 2005 08:25:02 -0000 @@ -12,13 +12,13 @@ MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D modeller designed specifically for generating efficient game models +COMMENT= A 3D modeller for generating efficient game models LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_BZIP2= yes USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes USE_GNOME= imlib USE_REINPLACE= yes USE_GMAKE= yes @@ -34,8 +34,9 @@ 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|/usr/share/vertex|${DATADIR}|g' ${WRKSRC}/vertex/config.h - @${REINPLACE_CMD} -e \ - 's|echo -n -e|printf|g' ${WRKSRC}/vertex/makefile_append.ini + @${REINPLACE_CMD} \ + -e 's|echo -n -e|printf|g' -e 's|--color=auto||' \ + ${WRKSRC}/vertex/makefile_append.ini @${REINPLACE_CMD} -e \ 's|%%CC%%|${CC}|g ; \ s|%%CXX%%|${CXX}|g ; \ Index: distinfo =================================================================== RCS file: /home/ncvs/FreeBSD/ports/graphics/vertex/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 29 Jan 2004 07:24:33 -0000 1.5 +++ distinfo 25 Feb 2005 04:20:33 -0000 @@ -1,2 +1,2 @@ -MD5 (vertex-0.1.15.tar.bz2) = 22a1528d8fed58682d645cf572c823b6 -SIZE (vertex-0.1.15.tar.bz2) = 1245839 +MD5 (vertex-0.1.15.tar.bz2) = e80af417866d38791d78e41c8302fe0c +SIZE (vertex-0.1.15.tar.bz2) = 1294508 --- vertex-0.1.15_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: