diff options
author | garga <garga@FreeBSD.org> | 2010-01-20 22:52:04 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-01-20 22:52:04 +0800 |
commit | 84c0aac6f43657725b62748166ff4a15c3ca3ba2 (patch) | |
tree | a1e4dffc175adce088cab83ab1301cbe4a5af3a1 /x11 | |
parent | 341543e0ed92ef24c462ea4d7ada0f31233075c9 (diff) | |
download | freebsd-ports-gnome-84c0aac6f43657725b62748166ff4a15c3ca3ba2.tar.gz freebsd-ports-gnome-84c0aac6f43657725b62748166ff4a15c3ca3ba2.tar.zst freebsd-ports-gnome-84c0aac6f43657725b62748166ff4a15c3ca3ba2.zip |
This port doesn't build with recent gtk version and it doesn't run on amd64
(segmentation fault). Since it's no longer maintainer upstream, i'm dropping
maintainership, marking it as BROKEN and set EXPIRATION_DATE to 2010-03-20
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gmrun/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 0aeb7b5b6c55..f58829c02707 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= SF -MAINTAINER= garga@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A customizable program to run programs, with tab-completion LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -28,6 +28,10 @@ PORTDOCS= README PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc PLIST_DIRS= %%DATADIR%% +BROKEN= Does not build with recent GTK +DEPRECATED= yes +EXPIRATION_DATE= 2010-03-20 + .include <bsd.port.pre.mk> post-patch: |