diff options
author | vd <vd@FreeBSD.org> | 2010-04-14 20:44:34 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2010-04-14 20:44:34 +0800 |
commit | 61f42d96afb0bc90684bbd8ef879f7b0b014e0ee (patch) | |
tree | 1bb39cf7e84d7a47cd8ea1bcf57c9a4830c8a887 | |
parent | 7aa673ff878d17cd9b13f15c216b674bd26d1540 (diff) | |
download | freebsd-ports-gnome-61f42d96afb0bc90684bbd8ef879f7b0b014e0ee.tar.gz freebsd-ports-gnome-61f42d96afb0bc90684bbd8ef879f7b0b014e0ee.tar.zst freebsd-ports-gnome-61f42d96afb0bc90684bbd8ef879f7b0b014e0ee.zip |
graphics/xaralx, graphics/xaralx-devel:
Mark that the ports do not compile with the latest version of png and
schedule them for removal since the project has no activity since
Summer 2006 when the company was acquired.
Should the project become active again, the ports can be resurrected.
-rw-r--r-- | graphics/xaralx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index c761b45ec4db..b1cc5143a9e6 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -17,6 +17,11 @@ DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2 MAINTAINER= vd@FreeBSD.org COMMENT?= Top-tier vector/general purpose graphics program (recommended version) +IGNORE= does not compile with png-1.4 +DEPRECATED= Does not compile with png-1.4 and latest version is from Aug 2006 +# be sure not to forget to remove the slave port graphics/xaralx-devel +EXPIRATION_DATE=2010-06-14 + USE_BZIP2= yes BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config \ |