Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2005 19:29:02 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78053: [PATCH] graphics/vertex: fix unfetchable
Message-ID:  <20050225082902.100A317C4@localhost>
Resent-Message-ID: <200502250830.j1P8Uhss029973@freefall.freebsd.org>

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

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



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