View | Details | Raw Unified | Return to bug 126741
Collapse All | Expand All

(-)/usr/ports/sunpoet/tintin++-devel/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tintin
8
PORTNAME=	tintin
9
PORTVERSION=	1.98.3
9
PORTVERSION=	1.98.4
10
CATEGORIES+=	net games
10
CATEGORIES+=	net games
11
MASTER_SITES=	SFE
11
MASTER_SITES=	SFE
12
12
(-)/usr/ports/sunpoet/tintin++-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tintin-1.98.3.tar.gz) = 5032411e3f184abd1bb6499b3fd64b99
1
MD5 (tintin-1.98.4.tar.gz) = fb1c0c446650cdefcd6086cd9469948a
2
SHA256 (tintin-1.98.3.tar.gz) = 30405582a8c91ceec1bd5e13d78e0a89f201aaec718259462c7948c4267c4b6b
2
SHA256 (tintin-1.98.4.tar.gz) = 25f93b7c407c35807e53b79b8383329700cecd60b646d463738beceef1283a7e
3
SIZE (tintin-1.98.3.tar.gz) = 216167
3
SIZE (tintin-1.98.4.tar.gz) = 217124
(-)/usr/ports/sunpoet/tintin++-devel/files/patch-src__Makefile.in (-20 lines)
Lines 1-20 Link Here
1
--- Makefile.in.orig	Fri Apr 21 17:14:59 2006
2
+++ Makefile.in	Thu Aug  3 11:14:23 2006
3
@@ -26,7 +26,7 @@
4
 
5
 #this is the standard CFLAGS options, this is what most people should use
6
 
7
-CFLAGS = $(DEFINES) @BIG5@
8
+CFLAGS += $(DEFINES) @BIG5@
9
 
10
 LDFLAGS = @LDFLAGS@
11
 
12
@@ -40,7 +40,7 @@
13
 #Since readline and history are required, I'll hard code it in here.
14
 #Guess we'll add zlib as well - Scandum
15
 
16
-LIBS = @MYLIB@ @LIBS@
17
+LIBS += @MYLIB@ @LIBS@
18
 
19
 # If you prefer to be able to enter ISO latin-1 characters instead
20
 # of being able to use the meta key for special emacs-like commands

Return to bug 126741