summaryrefslogtreecommitdiff
path: root/graphics/meshviewer
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-26 18:20:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-26 18:20:32 +0000
commitd6a185b5b0edd28d89df913cf6f10011e8e39bab (patch)
treec04a8ef15aa1dfb1ef534c80bb07d5be5f0eeb69 /graphics/meshviewer
parentAlways use "/etc/X11/XF86Config" as the default file for font (diff)
upgrade to 0.2.0.1
Notes
Notes: svn path=/head/; revision=79678
Diffstat (limited to 'graphics/meshviewer')
-rw-r--r--graphics/meshviewer/Makefile2
-rw-r--r--graphics/meshviewer/distinfo2
-rw-r--r--graphics/meshviewer/files/patch-Makefile11
3 files changed, 6 insertions, 9 deletions
diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile
index 3ae2fcc76c7b..dfab6c760daf 100644
--- a/graphics/meshviewer/Makefile
+++ b/graphics/meshviewer/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
PORTNAME= meshviewer
-PORTVERSION= 0.1.2
+PORTVERSION= 0.2.0.1
CATEGORIES= graphics
MASTER_SITES= http://www.dai.ed.ac.uk/homes/helmutc/mesh_viewer/
DISTNAME= mview-src-${PORTVERSION}
diff --git a/graphics/meshviewer/distinfo b/graphics/meshviewer/distinfo
index 17df1321f8ff..92c657524b71 100644
--- a/graphics/meshviewer/distinfo
+++ b/graphics/meshviewer/distinfo
@@ -1 +1 @@
-MD5 (mview-src-0.1.2.tar.gz) = 5882dbc62ad297614afa9ca1b45a6527
+MD5 (mview-src-0.2.0.1.tar.gz) = bd958804fdd7c081e592560b405e6a65
diff --git a/graphics/meshviewer/files/patch-Makefile b/graphics/meshviewer/files/patch-Makefile
index 778fc34cb832..ea742a753426 100644
--- a/graphics/meshviewer/files/patch-Makefile
+++ b/graphics/meshviewer/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Thu Feb 6 15:30:42 2003
-+++ Makefile Sat Feb 8 18:22:36 2003
-@@ -1,18 +1,18 @@
+--- Makefile.orig Sun Apr 27 01:08:06 2003
++++ Makefile Sun Apr 27 01:08:54 2003
+@@ -4,15 +4,15 @@
+ LIBPATH = -L$(QTDIR)/lib -L/usr/local/lib -L/usr/X11R6/lib
CC=g++
-MOC=$(QTDIR)/bin/moc
+#MOC=$(QTDIR)/bin/moc
- #MOC=/usr/lib/qt3/bin/moc
EXE=mview
-CPPFLAGS = $(INCPATH) -O2
@@ -13,9 +13,6 @@
# supposedly compiler options for faster code
#CPPFLAGS = $(INCPATH) -O3 -fexceptions --fast-math -felide-constructors -fexpensive-optimizations -fdelayed-branch -fschedule-insns
- INCPATH = -I. -Itexture -Imesh -Imathvector -I$(QTDIR)/include -I/usr/lib/qt3/include
- LIBPATH = -L$(QTDIR)/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib/qt3/lib
-
-LIBS_QT = -lGL -lGLU -lqt-mt -ljpeg
-LIBS_GLUT = -lGL -lGLU -lglut -ljpeg
+LIBS_QT = ${LIBS} -lGL -lGLU -lqt-mt -ljpeg