diff options
author | vs <vs@FreeBSD.org> | 2005-02-26 01:17:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-26 01:17:21 +0800 |
commit | e53952982b3446b9807a1752eba919f693fc1a6e (patch) | |
tree | fa3f72828feef41cdee757b13ec0843482e46cde /graphics | |
parent | 96d6d3e20324c89deb3decce2d331c485049cb46 (diff) | |
download | freebsd-ports-gnome-e53952982b3446b9807a1752eba919f693fc1a6e.tar.gz freebsd-ports-gnome-e53952982b3446b9807a1752eba919f693fc1a6e.tar.zst freebsd-ports-gnome-e53952982b3446b9807a1752eba919f693fc1a6e.zip |
Chase rerolled tarball
PR: ports/78053
Submitted by: Sam Lawrence
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vertex/Makefile | 9 | ||||
-rw-r--r-- | graphics/vertex/distinfo | 4 | ||||
-rw-r--r-- | graphics/vertex/files/patch-messages.h | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index d3876821ae62..364fbb383e53 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -12,13 +12,13 @@ CATEGORIES= graphics 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 @@ post-patch: '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 ; \ diff --git a/graphics/vertex/distinfo b/graphics/vertex/distinfo index 8b879b08635f..5dfbc4217f26 100644 --- a/graphics/vertex/distinfo +++ b/graphics/vertex/distinfo @@ -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 diff --git a/graphics/vertex/files/patch-messages.h b/graphics/vertex/files/patch-messages.h deleted file mode 100644 index 0d37f1570c6b..000000000000 --- a/graphics/vertex/files/patch-messages.h +++ /dev/null @@ -1,11 +0,0 @@ ---- vertex/messages.h.orig Wed Oct 1 06:44:17 2003 -+++ vertex/messages.h Tue Oct 21 23:29:45 2003 -@@ -22,7 +22,7 @@ - \n\ - [file] is the V3D model file to load on startup.\n\ - \n\ -- [options] can be any of the following: -+ [options] can be any of the following:\n\ - \n\ - --rcfile <file> Load configuration from <file>.\n\ - --config_file <file> Same as --rcfile.\n\ |