diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-11-02 20:53:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-11-02 20:53:38 +0000 |
commit | 52613f1e629222c82341da06c382cfd521a68ec0 (patch) | |
tree | 02455e640df62d47c2423b48551851f77311ecc7 /x11-toolkits/gtk20/Makefile | |
parent | df1b9d2bde3e14795e97ccebbe4ac019ebb155ed (diff) | |
download | ports-52613f1e629222c82341da06c382cfd521a68ec0.tar.gz ports-52613f1e629222c82341da06c382cfd521a68ec0.zip |
Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU. If anyone want to revisit with improvement on
this patch, I personal think it should be take up to upstream first before
we can re-add it. Bump the PORTREVISION.
PR: ports/117556
Submitted by: Stephen Hurd <shurd@sasktel.net>
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=202487
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 14da84939ea3..20a1c905b907 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.12.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ |