diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
commit | 824eda00fccb57b36978b562ecfc6572fa5de766 (patch) | |
tree | dddb20be9539275c41e943b4763c0b29ba61151d /textproc/linux-f10-expat/Makefile | |
parent | 8217c4dd1dea5cbe146907f97afb3e458208ec77 (diff) | |
download | ports-824eda00fccb57b36978b562ecfc6572fa5de766.tar.gz ports-824eda00fccb57b36978b562ecfc6572fa5de766.zip |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
Notes
Notes:
svn path=/head/; revision=231438
Diffstat (limited to 'textproc/linux-f10-expat/Makefile')
-rw-r--r-- | textproc/linux-f10-expat/Makefile | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile index e5c55dc2ac43..d14588dad4eb 100644 --- a/textproc/linux-f10-expat/Makefile +++ b/textproc/linux-f10-expat/Makefile @@ -1,24 +1,30 @@ -# New ports collection makefile for: linux-expat -# Date created: 2003-07-05 -# Whom: trevor +# New ports collection makefile for: textproc/linux-f8-expat +# Date created: 2008-03-28 +# Whom: bsam # # $FreeBSD$ # PORTNAME= expat -PORTVERSION= 1.95.8 +PORTVERSION= 2.0.1 CATEGORIES= textproc linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-6 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Linux/i386 binary port of Expat XML-parsing library +COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 8) -BRANDELF_DIRS= usr/bin - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_DIST_VER= 8 +RPMVERSION= 2 +BRANDELF_FILES= usr/bin/xmlwf USE_LDCONFIG= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" + +PLIST_FILES= lib/libexpat.so.1 lib/libexpat.so.1.5.2 \ + usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr .include <bsd.port.mk> |