mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
upgrade to 0.2.0.1
This commit is contained in:
parent
002f8adf4d
commit
d6a185b5b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79678
3 changed files with 6 additions and 9 deletions
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mview-src-0.1.2.tar.gz) = 5882dbc62ad297614afa9ca1b45a6527
|
||||
MD5 (mview-src-0.2.0.1.tar.gz) = bd958804fdd7c081e592560b405e6a65
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue