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

(-)gnocl/Makefile (-3 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnocl
8
PORTNAME=	gnocl
9
PORTVERSION=	0.5.15
9
PORTVERSION=	0.5.16
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES=	x11-toolkits devel
11
CATEGORIES=	x11-toolkits devel
12
MASTER_SITES=	http://www.dr-baum.net/gnocl/
12
MASTER_SITES=	http://www.dr-baum.net/gnocl/
Lines 26-33 Link Here
26
26
27
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
28
USE_GNOME=	gtk20
28
USE_GNOME=	gtk20
29
30
BROKEN=	"Does not build with gtk+-2.4"
31
29
32
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
33
31
(-)gnocl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gnocl-0.5.15.tar.bz2) = c48a8e7e9fc0bedc69b0cf254ebd99ac
1
MD5 (gnocl-0.5.16.tar.bz2) = fc54925e553a0998d96e812ec57cd843
2
SIZE (gnocl-0.5.15.tar.bz2) = 335269
2
SIZE (gnocl-0.5.16.tar.bz2) = 341170
(-)gnocl/files/patch-Makefile (-8 / +11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.orig	Fri Feb 13 18:08:35 2004
1
--- src/Makefile.orig	Tue Jun 15 14:05:05 2004
2
+++ src/Makefile	Fri Feb 13 18:08:59 2004
2
+++ src/Makefile	Tue Jun 15 14:05:49 2004
3
@@ -19,7 +19,7 @@
3
@@ -18,9 +18,9 @@
4
 export CFLAGS += -Wall -DVERSION=\"$(VERSION)\" -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DUSE_TCL_STUBS
4
 # for releases use -Os, this makes the lib 15% smaller 
5
 CFLAGS += -Wall 
5
 
6
 
6
 ADDCFLAGS += $(shell pkg-config --cflags gtk+-2.0)
7
-TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
7
-export TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
8
+TCL_VERSION := 84
8
+export TCL_VERSION := 84
9
 
9
 
10
 LIBS := $(shell pkg-config --libs gtk+-2.0) -ltclstub$(TCL_VERSION)
10
-export ADDCFLAGS := -DVERSION=\"$(VERSION)\" -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DUSE_TCL_STUBS $(shell pkg-config --cflags gtk+-2.0) 
11
+export ADDCFLAGS := -DVERSION=\"$(VERSION)\" -DUSE_TCL_STUBS $(shell pkg-config --cflags gtk+-2.0) 
12
 
13
 export LIBS := $(shell pkg-config --libs gtk+-2.0) -ltclstub$(TCL_VERSION)

Return to bug 68421