diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 07:38:38 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 07:38:38 +0000 |
commit | a2fd355dff37675acfdf5447386ac6e54bbc6041 (patch) | |
tree | 3c807b451594f60a2576618e1c07009a83d320c3 /x11-toolkits/gnocl | |
parent | 1b7683f3fe148c5ced5b36a5c53e21f20569592a (diff) | |
download | ports-a2fd355dff37675acfdf5447386ac6e54bbc6041.tar.gz ports-a2fd355dff37675acfdf5447386ac6e54bbc6041.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gnocl/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gnocl/files/patch-Makefile | 15 |
3 files changed, 11 insertions, 14 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index b03e97cb7252..795c791d611c 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnocl -PORTVERSION= 0.5.16 -PORTREVISION= 2 +PORTVERSION= 0.5.17 CATEGORIES= x11-toolkits devel -MASTER_SITES= http://www.dr-baum.net/gnocl/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnocl MAINTAINER= stephane@FreeBSD.org COMMENT= GTK+ and Gnome extension for Tcl diff --git a/x11-toolkits/gnocl/distinfo b/x11-toolkits/gnocl/distinfo index 6fc978a91362..d42f457810a5 100644 --- a/x11-toolkits/gnocl/distinfo +++ b/x11-toolkits/gnocl/distinfo @@ -1,2 +1,2 @@ -MD5 (gnocl-0.5.16.tar.bz2) = fc54925e553a0998d96e812ec57cd843 -SIZE (gnocl-0.5.16.tar.bz2) = 341170 +MD5 (gnocl-0.5.17.tar.bz2) = 7bf93edbdd3a2de2e0f92a9aecb662ce +SIZE (gnocl-0.5.17.tar.bz2) = 346878 diff --git a/x11-toolkits/gnocl/files/patch-Makefile b/x11-toolkits/gnocl/files/patch-Makefile index cf3ccf4bb754..1b85ef466197 100644 --- a/x11-toolkits/gnocl/files/patch-Makefile +++ b/x11-toolkits/gnocl/files/patch-Makefile @@ -1,14 +1,11 @@ ---- src/Makefile.orig Tue Jun 15 14:05:05 2004 -+++ src/Makefile Tue Jun 15 14:05:49 2004 -@@ -18,9 +18,9 @@ +--- src/Makefile.orig Wed Jul 21 17:54:38 2004 ++++ src/Makefile Wed Jul 21 17:55:11 2004 +@@ -18,7 +18,7 @@ # for releases use -Os, this makes the lib 15% smaller - CFLAGS += -Wall + CFLAGS += -Wall -pedantic -TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh) +TCL_VERSION := 84 --export ADDCFLAGS := -DVERSION=\"$(VERSION)\" -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DUSE_TCL_STUBS $(shell pkg-config --cflags gtk+-2.0) -+export ADDCFLAGS := -DVERSION=\"$(VERSION)\" -DUSE_TCL_STUBS $(shell pkg-config --cflags gtk+-2.0) - - export LIBS := $(shell pkg-config --libs gtk+-2.0) -ltclstub$(TCL_VERSION) - + # this breaks build on GTK 2.4 + # -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED |