- update to 1.96.1

This commit is contained in:
Cheng-Lung Sung 2006-08-03 03:20:47 +00:00
parent adcd8a85aa
commit c97c889683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169527
3 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= tintin
PORTVERSION= 1.95.7
PORTVERSION= 1.96.1
CATEGORIES+= net games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,3 +1,3 @@
MD5 (tintin-1.95.7.tar.gz) = 6ec283b5513905f3a670b0915b622f3c
SHA256 (tintin-1.95.7.tar.gz) = bbf31bf438edcb3844c5bf13b3385ee4ff00266e7890bf1e2bdee7077e4414bb
SIZE (tintin-1.95.7.tar.gz) = 181507
MD5 (tintin-1.96.1.tar.gz) = a29701e187c7fb5063152a14cffc0112
SHA256 (tintin-1.96.1.tar.gz) = 92ce9b46b29b01a296025f816d1e9e68549d9f1056ddac9ce3dea181feb8444f
SIZE (tintin-1.96.1.tar.gz) = 205090

View file

@ -1,20 +1,20 @@
--- Makefile.in.orig Fri Sep 23 14:22:12 2005
+++ Makefile.in Fri Jan 27 09:45:18 2006
@@ -32,7 +32,7 @@
MAKE = @MAKE@
--- Makefile.in.orig Fri Apr 21 17:14:59 2006
+++ Makefile.in Thu Aug 3 11:14:23 2006
@@ -26,7 +26,7 @@
#this is the standard CFLAGS options, this is what most people should use
-CFLAGS = -Wall $(DEFINES) @BIG5@
+CFLAGS += -Wall $(DEFINES) @BIG5@
#this is the debugging CFLAGS options, should only be used if you want to
#debug/code tintin
@@ -49,7 +49,7 @@
-CFLAGS = $(DEFINES) @BIG5@
+CFLAGS += $(DEFINES) @BIG5@
LDFLAGS = @LDFLAGS@
@@ -40,7 +40,7 @@
#Since readline and history are required, I'll hard code it in here.
#Guess we'll add zlib as well - Scandum
-LIBS = @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@
+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@
-LIBS = @MYLIB@ @LIBS@
+LIBS += @MYLIB@ @LIBS@
# If you prefer to be able to enter ISO latin-1 characters instead
# of being able to use the meta key for special emacs-like commands