- update to 1.96.1
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tintin
|
PORTNAME= tintin
|
||||||
PORTVERSION= 1.95.7
|
PORTVERSION= 1.96.1
|
||||||
CATEGORIES+= net games
|
CATEGORIES+= net games
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (tintin-1.95.7.tar.gz) = 6ec283b5513905f3a670b0915b622f3c
|
MD5 (tintin-1.96.1.tar.gz) = a29701e187c7fb5063152a14cffc0112
|
||||||
SHA256 (tintin-1.95.7.tar.gz) = bbf31bf438edcb3844c5bf13b3385ee4ff00266e7890bf1e2bdee7077e4414bb
|
SHA256 (tintin-1.96.1.tar.gz) = 92ce9b46b29b01a296025f816d1e9e68549d9f1056ddac9ce3dea181feb8444f
|
||||||
SIZE (tintin-1.95.7.tar.gz) = 181507
|
SIZE (tintin-1.96.1.tar.gz) = 205090
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
--- Makefile.in.orig Fri Sep 23 14:22:12 2005
|
--- Makefile.in.orig Fri Apr 21 17:14:59 2006
|
||||||
+++ Makefile.in Fri Jan 27 09:45:18 2006
|
+++ Makefile.in Thu Aug 3 11:14:23 2006
|
||||||
@@ -32,7 +32,7 @@
|
@@ -26,7 +26,7 @@
|
||||||
MAKE = @MAKE@
|
|
||||||
|
|
||||||
#this is the standard CFLAGS options, this is what most people should use
|
#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
|
-CFLAGS = $(DEFINES) @BIG5@
|
||||||
#debug/code tintin
|
+CFLAGS += $(DEFINES) @BIG5@
|
||||||
@@ -49,7 +49,7 @@
|
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@
|
||||||
#Since readline and history are required, I'll hard code it in here.
|
#Since readline and history are required, I'll hard code it in here.
|
||||||
#Guess we'll add zlib as well - Scandum
|
#Guess we'll add zlib as well - Scandum
|
||||||
|
|
||||||
-LIBS = @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@
|
-LIBS = @MYLIB@ @LIBS@
|
||||||
+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@
|
+LIBS += @MYLIB@ @LIBS@
|
||||||
|
|
||||||
# If you prefer to be able to enter ISO latin-1 characters instead
|
# 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
|
# of being able to use the meta key for special emacs-like commands
|
||||||
|
|
Loading…
Reference in a new issue