aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-f10-png
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-04-01 23:25:39 +0800
committerbsam <bsam@FreeBSD.org>2009-04-01 23:25:39 +0800
commit390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch)
tree54ceec35ba484ca3945a6bdef50f107e8f18a974 /graphics/linux-f10-png
parent273376aa17299d37f9f66a1050b393a9701b5c88 (diff)
downloadfreebsd-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-png')
-rw-r--r--graphics/linux-f10-png/Makefile29
-rw-r--r--graphics/linux-f10-png/distinfo.i38612
-rw-r--r--graphics/linux-f10-png/pkg-descr1
3 files changed, 21 insertions, 21 deletions
diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile
index 10c3d3261f22..fc1e07c180fe 100644
--- a/graphics/linux-f10-png/Makefile
+++ b/graphics/linux-f10-png/Makefile
@@ -1,32 +1,33 @@
-# New ports collection makefile for: linux-png
-# Date created: 28 September 2000
-# Whom: sanpei@FreeBSD.org
+# New ports collection makefile for: graphics/linux-f8-png
+# Date created: 2008-03-28
+# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= png
-PORTVERSION= 1.2.8
-PORTREVISION= 2
+PORTVERSION= 1.2.22
CATEGORIES= graphics linux
-DISTNAME= libpng-${PORTVERSION}-2
+PKGNAMEPREFIX= linux-f8-
+DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= RPM of the PNG lib
+COMMENT= RPM of the PNG lib (Linux Fedora 8)
-# no alpha rpm is available
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
+LINUX_NAME= libpng
+LINUX_DIST_VER= 8
+RPMVERSION= 1.fc8
USE_LDCONFIG= yes
-PLIST_FILES= \
- usr/lib/libpng.so.3 \
- usr/lib/libpng.so.3.${PORTVERSION} \
+PLIST_FILES= usr/lib/libpng.so.3 \
+ usr/lib/libpng.so.3.22.0 \
usr/lib/libpng12.so.0 \
- usr/lib/libpng12.so.0.${PORTVERSION} \
+ usr/lib/libpng12.so.0.22.0 \
usr/share/man/man5/png.5.gz
DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
-PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
+PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.22.txt
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
diff --git a/graphics/linux-f10-png/distinfo.i386 b/graphics/linux-f10-png/distinfo.i386
index 73ac2757f28a..dfe4a60329cb 100644
--- a/graphics/linux-f10-png/distinfo.i386
+++ b/graphics/linux-f10-png/distinfo.i386
@@ -1,6 +1,6 @@
-MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = b70aff3a22d16922520131e4373866a2
-SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = e72af67a645503e1884299308f41268ebff6ae1580c1ebb416ea7c3e1481dfa4
-SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = 160855
-MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 80398755f1d3c0ba5ca6da70178700a2
-SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = b35960b8a3e779e8532baeff67dda95540a31c9a443bab1ea4319f43f709a2a9
-SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 398416
+MD5 (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.i386.rpm) = 517005c03cdbe2393fd20240fb466617
+SHA256 (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.i386.rpm) = 2840d96c64cee716ac4802462c646ae0caa0be98855cd08bf98a449b2ca6bfc5
+SIZE (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.i386.rpm) = 250065
+MD5 (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.src.rpm) = b7b422ca86e729d559427c9218bc857b
+SHA256 (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.src.rpm) = 5dd9eb858ff4937a590ecf4d02c01b07520fd540e897501849081025cf46d499
+SIZE (rpm/i386/fedora/8/libpng-1.2.22-1.fc8.src.rpm) = 629503
diff --git a/graphics/linux-f10-png/pkg-descr b/graphics/linux-f10-png/pkg-descr
deleted file mode 100644
index 5cbf2095eb06..000000000000
--- a/graphics/linux-f10-png/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A port of png lib rpm.