diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-30 09:11:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-30 09:11:52 +0000 |
commit | 1759b37af1cbf6b6d6f1bbf95e33f125b8fd611f (patch) | |
tree | 1f833a09d59367ca4fd4624d9910f73bc5342531 /textproc/linux-libxml2 | |
parent | - Remove support for Linux 2.4 (diff) |
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk. The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
and below.
- Update LEGAL and MOVED
PR: ports/176877
Submitted by: myself
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'textproc/linux-libxml2')
-rw-r--r-- | textproc/linux-libxml2/Makefile | 28 | ||||
-rw-r--r-- | textproc/linux-libxml2/distinfo.i386 | 4 | ||||
-rw-r--r-- | textproc/linux-libxml2/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/linux-libxml2/pkg-plist.i386 | 14 |
4 files changed, 0 insertions, 47 deletions
diff --git a/textproc/linux-libxml2/Makefile b/textproc/linux-libxml2/Makefile deleted file mode 100644 index 1d865268bda9..000000000000 --- a/textproc/linux-libxml2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linux-libxml2 -# Date created: 2007.09.02 -# Whom: Artem Naluzhnyy <tut@nhamon.com.ua> -# -# $FreeBSD$ -# - -PORTNAME= libxml2 -PORTVERSION= 2.6.19 -PORTREVISION= 2 -CATEGORIES= textproc linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= tut@nhamon.com.ua -COMMENT= RPM of libxml2 - -CONFLICTS= linux-f8-libxml2-[0-9]* linux-f10-libxml2-[0-9]* - -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/textproc/linux-libxml2/distinfo.i386 b/textproc/linux-libxml2/distinfo.i386 deleted file mode 100644 index 12ab85dfd76e..000000000000 --- a/textproc/linux-libxml2/distinfo.i386 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/i386/fedora/4/libxml2-2.6.19-1.i386.rpm) = 26129cf6d5b2f289bb09ef65692ea127c4e30f858a96e4489fb28f30a846f528 -SIZE (rpm/i386/fedora/4/libxml2-2.6.19-1.i386.rpm) = 704872 -SHA256 (rpm/i386/fedora/4/libxml2-2.6.19-1.src.rpm) = 0eb2dbf2a9955dba33f350bd1224038c921eec420178dc116868b98056f75b06 -SIZE (rpm/i386/fedora/4/libxml2-2.6.19-1.src.rpm) = 4125154 diff --git a/textproc/linux-libxml2/pkg-descr b/textproc/linux-libxml2/pkg-descr deleted file mode 100644 index e1c85eeb0caf..000000000000 --- a/textproc/linux-libxml2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port is for libxml2 rpm. diff --git a/textproc/linux-libxml2/pkg-plist.i386 b/textproc/linux-libxml2/pkg-plist.i386 deleted file mode 100644 index 28e73d659351..000000000000 --- a/textproc/linux-libxml2/pkg-plist.i386 +++ /dev/null @@ -1,14 +0,0 @@ -usr/bin/xmlcatalog -usr/bin/xmllint -usr/lib/libxml2.so.2 -usr/lib/libxml2.so.%%PORTVERSION%% -usr/share/doc/libxml2-%%PORTVERSION%%/AUTHORS -usr/share/doc/libxml2-%%PORTVERSION%%/ChangeLog.gz -usr/share/doc/libxml2-%%PORTVERSION%%/Copyright -usr/share/doc/libxml2-%%PORTVERSION%%/NEWS -usr/share/doc/libxml2-%%PORTVERSION%%/README -usr/share/doc/libxml2-%%PORTVERSION%%/TODO -usr/share/man/man1/xmlcatalog.1.gz -usr/share/man/man1/xmllint.1.gz -usr/share/man/man3/libxml.3.gz -@dirrm usr/share/doc/libxml2-%%PORTVERSION%% |