diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /graphics/linux-f10-png10 | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.zst freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.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) ;-)
Diffstat (limited to 'graphics/linux-f10-png10')
-rw-r--r-- | graphics/linux-f10-png10/Makefile | 28 | ||||
-rw-r--r-- | graphics/linux-f10-png10/distinfo.i386 | 12 | ||||
-rw-r--r-- | graphics/linux-f10-png10/pkg-descr | 1 |
3 files changed, 21 insertions, 20 deletions
diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index d23671783b57..e48aeaa568b8 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -1,28 +1,30 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org +# New ports collection makefile for: graphics/linux-f8-png10 +# Date created: 2008-03-28 +# Whom: bsam # # $FreeBSD$ # -PORTNAME= png -PORTVERSION= 1.0.18 +PORTNAME= png10 +PORTVERSION= 1.0.30 CATEGORIES= graphics linux -DISTNAME= libpng10-${PORTVERSION}-2 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib (old 1.0 version) - -LATEST_LINK= linux-png10 +COMMENT= RPM of the PNG lib (old 1.0 version, Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 +LINUX_NAME= lib${PORTNAME} +LINUX_DIST_VER= 8 +RPMVERSION= 1.fc8 USE_LDCONFIG= yes -PLIST_FILES= usr/lib/libpng.so.2.${PORTVERSION} \ - usr/lib/libpng.so.2 +PLIST_FILES= usr/lib/libpng.so.2 \ + usr/lib/libpng.so.2.${PORTVERSION} DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt +PORTDOCS= ANNOUNCE CHANGES LICENSE README TODO Y2KINFO +DESCR= ${.CURDIR}/../png/pkg-descr .include <bsd.port.mk> diff --git a/graphics/linux-f10-png10/distinfo.i386 b/graphics/linux-f10-png10/distinfo.i386 index 68d9b605b707..ee09bc9f0473 100644 --- a/graphics/linux-f10-png10/distinfo.i386 +++ b/graphics/linux-f10-png10/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 42f5d58ab5f57634402f89482a5d768c -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = ba3f6e047d6ac8f8db300fe0fc1a986e771421b5b03f9c3986e6d47e797ff05f -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 152343 -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 86a138bde55229541cb13a6c39ebbce3 -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = cc878193c2db6a2c7420080e9e79572812d04af86f1b076074b22b5ec4133057 -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 394474 +MD5 (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.i386.rpm) = 089bb1bd1fd8f2dbc5c31aad0f116ec5 +SHA256 (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.i386.rpm) = c31efad4eb9e4d158c114425278ecaa94bcc9611cd36647ff0726deeeb865273 +SIZE (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.i386.rpm) = 125722 +MD5 (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.src.rpm) = a751ab97ce2c83f49cc9c28201860de1 +SHA256 (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.src.rpm) = 3bd4473e1f23f8cc8e705404f7ed11ed1028841aca6e930347c180bce5939fa4 +SIZE (rpm/i386/fedora/8/libpng10-1.0.30-1.fc8.src.rpm) = 623185 diff --git a/graphics/linux-f10-png10/pkg-descr b/graphics/linux-f10-png10/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-f10-png10/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. |