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 /devel/linux-f10-allegro | |
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 'devel/linux-f10-allegro')
-rw-r--r-- | devel/linux-f10-allegro/Makefile | 25 | ||||
-rw-r--r-- | devel/linux-f10-allegro/distinfo | 3 | ||||
-rw-r--r-- | devel/linux-f10-allegro/distinfo.i386 | 6 | ||||
-rw-r--r-- | devel/linux-f10-allegro/pkg-descr | 4 | ||||
-rw-r--r-- | devel/linux-f10-allegro/pkg-plist | 34 |
5 files changed, 34 insertions, 38 deletions
diff --git a/devel/linux-f10-allegro/Makefile b/devel/linux-f10-allegro/Makefile index b855c36a7ad4..64d9036ab867 100644 --- a/devel/linux-f10-allegro/Makefile +++ b/devel/linux-f10-allegro/Makefile @@ -1,31 +1,26 @@ -# New ports collection makefile for: linux-allegro -# Date created: 18 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> +# New ports collection makefile for: devel/linux-f8-allegro +# Date created: 2008-04-03 +# Whom: bsam # # $FreeBSD$ # PORTNAME= allegro -PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTVERSION= 4.2.2 CATEGORIES= devel linux -MASTER_SITES= http://membres.lycos.fr/ebotcazou/allegro/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform game programming library (linux version) +COMMENT= Cross-platform game programming library (Linux Fedora 8) USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm +LINUX_DIST_VER= 8 +RPMVERSION= 10.fc8 USE_LDCONFIG= yes -SRC_DISTFILES= -MD5_FILE= ${MASTERDIR}/distinfo - -post-extract: - @cd ${WRKSRC}/usr/lib; \ - ${LN} -s liballeg-4.0.3.so liballeg.so.4.0 +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> diff --git a/devel/linux-f10-allegro/distinfo b/devel/linux-f10-allegro/distinfo deleted file mode 100644 index ebaf2724fb83..000000000000 --- a/devel/linux-f10-allegro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpm/allegro-4.0.3-1.i386.rpm) = 551dc0c1c6756991daa9e71fd5f73faf -SHA256 (rpm/allegro-4.0.3-1.i386.rpm) = 2efc5a5b523030dac9e77f46fde06b4f3d83e6cd2deb15d5a1ed1b6a5af1851c -SIZE (rpm/allegro-4.0.3-1.i386.rpm) = 484783 diff --git a/devel/linux-f10-allegro/distinfo.i386 b/devel/linux-f10-allegro/distinfo.i386 new file mode 100644 index 000000000000..118f016ac674 --- /dev/null +++ b/devel/linux-f10-allegro/distinfo.i386 @@ -0,0 +1,6 @@ +MD5 (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.i386.rpm) = b4f23aff35705738c6db9da89a5435e0 +SHA256 (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.i386.rpm) = 726a62c6f30af9c61a0a5a46798e46008a32ec662ade21d7699643ce2c800f39 +SIZE (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.i386.rpm) = 643259 +MD5 (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.src.rpm) = baa8b91e78d0ded710a28d06256774fa +SHA256 (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.src.rpm) = c2c2abc4373d3c7711ef99fd402b99e0bc0f7f079db4c88409d0cbd5c22f04d1 +SIZE (rpm/i386/fedora/8/allegro-4.2.2-10.fc8.src.rpm) = 3160738 diff --git a/devel/linux-f10-allegro/pkg-descr b/devel/linux-f10-allegro/pkg-descr deleted file mode 100644 index 9948d05c3844..000000000000 --- a/devel/linux-f10-allegro/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Allegro is a cross-platform library intended for use in computer games and -other types of multimedia programming. - -WWW: http://www.talula.demon.co.uk/allegro/ diff --git a/devel/linux-f10-allegro/pkg-plist b/devel/linux-f10-allegro/pkg-plist index 69958d0f2a8f..09f889fe2010 100644 --- a/devel/linux-f10-allegro/pkg-plist +++ b/devel/linux-f10-allegro/pkg-plist @@ -1,21 +1,23 @@ +@comment file listing etc/allegrorc -usr/lib/allegro/4.0/alleg-artsdigi.so -usr/lib/allegro/4.0/alleg-dga2.so -usr/lib/allegro/4.0/alleg-fbcon.so -usr/lib/allegro/4.0/alleg-svgalib.so -usr/lib/allegro/4.0/alleg-vga.so -usr/lib/allegro/4.0/modules.lst -usr/lib/liballeg.so.4.0 -usr/lib/liballeg-4.0.3.so +usr/lib/allegro/4.2.2/alleg-alsadigi.so +usr/lib/allegro/4.2.2/alleg-alsamidi.so +usr/lib/allegro/4.2.2/alleg-dga2.so +usr/lib/allegro/4.2.2/alleg-fbcon.so +usr/lib/allegro/4.2.2/alleg-vga.so +usr/lib/allegro/4.2.2/modules.lst +usr/lib/liballeg-4.2.2.so +usr/lib/liballeg.so.4.2 usr/share/allegro/keyboard.dat usr/share/allegro/language.dat -usr/share/doc/allegro-4.0.3/AUTHORS -usr/share/doc/allegro-4.0.3/CHANGES -usr/share/doc/allegro-4.0.3/linux.txt -usr/share/doc/allegro-4.0.3/readme.txt -usr/share/doc/allegro-4.0.3/THANKS -usr/share/doc/allegro-4.0.3/unix.txt -@dirrm usr/share/doc/allegro-4.0.3 +usr/share/doc/allegro-4.2.2/AUTHORS +usr/share/doc/allegro-4.2.2/CHANGES +usr/share/doc/allegro-4.2.2/THANKS +usr/share/doc/allegro-4.2.2/linux.txt +usr/share/doc/allegro-4.2.2/readme.txt +usr/share/doc/allegro-4.2.2/unix.txt +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/allegro-4.2.2 @dirrm usr/share/allegro -@dirrm usr/lib/allegro/4.0 +@dirrm usr/lib/allegro/4.2.2 @dirrm usr/lib/allegro |