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 /audio/linux-f8-sdl_mixer | |
parent | 8217c4dd1dea5cbe146907f97afb3e458208ec77 (diff) |
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 'audio/linux-f8-sdl_mixer')
-rw-r--r-- | audio/linux-f8-sdl_mixer/Makefile | 29 | ||||
-rw-r--r-- | audio/linux-f8-sdl_mixer/distinfo.i386 | 12 |
2 files changed, 23 insertions, 18 deletions
diff --git a/audio/linux-f8-sdl_mixer/Makefile b/audio/linux-f8-sdl_mixer/Makefile index 8a21370a5e18..4019dc86798c 100644 --- a/audio/linux-f8-sdl_mixer/Makefile +++ b/audio/linux-f8-sdl_mixer/Makefile @@ -1,27 +1,32 @@ -# New ports collection makefile for: linux-sdl_mixer -# Date created: 25 May 2007 -# Whom: Marcus von Appen <mva@sysfault.org> +# New ports collection makefile for: audio/linux-f8-sdl_mixer +# Date created: 2008-04-03 +# Whom: bsam # # $FreeBSD$ # PORTNAME= sdl_mixer -DISTVERSION= 1.2.6 +PORTVERSION= 1.2.8 CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ -DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER} +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= mva@FreeBSD.org -COMMENT= A sample multi-channel audio mixer library (Linux version) +MAINTAINER= emulation@FreeBSD.org +COMMENT= A sample multi-channel audio mixer library (Linux Fedora 8) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 -LINUX_DIST_VER= 4 +LINUX_NAME= SDL_mixer +LINUX_DIST_VER= 8 +RPMVERSION= 6.fc8 +BRANDELF_FILES= usr/bin/playmus usr/bin/playwave USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes + +PLIST_FILES= usr/bin/playmus usr/lib/libSDL_mixer-1.2.so.0 \ + usr/bin/playwave usr/lib/libSDL_mixer-1.2.so.0.2.6 +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS -BRANDELF_DIRS= usr/bin .include <bsd.port.mk> diff --git a/audio/linux-f8-sdl_mixer/distinfo.i386 b/audio/linux-f8-sdl_mixer/distinfo.i386 index 00f226ac969f..57555a6b2ba5 100644 --- a/audio/linux-f8-sdl_mixer/distinfo.i386 +++ b/audio/linux-f8-sdl_mixer/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = d4befe45110ad16a2f7348c71909fa02 -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 0ea46df36cf708576781fb8fd513a63f6af52f11df843bd59193b36f04f99a9f -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.i386.rpm) = 86947 -MD5 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = ef61fda45b9cb4ebd52a4ffdf296afad -SHA256 (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 41a936177fc326dccf10a539adc5282923843d1fb8f68986d3dedb59c216cbe7 -SIZE (rpm/i386/fedora/4/SDL_mixer-1.2.6-3.fc4.src.rpm) = 1160362 +MD5 (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.i386.rpm) = 067eaa2c815d1081f54c0610068c701c +SHA256 (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.i386.rpm) = f23ec051c7693e0610dbe8d9d1359a0a5e8562be651d5691a1ce995b3f20456f +SIZE (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.i386.rpm) = 97639 +MD5 (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.src.rpm) = c14635db490922260e67bf063edb22d7 +SHA256 (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.src.rpm) = 81a7af527e622dbad29bbcb6d9d9a7fb9d8d42ec27a8f19e6bc8a4ace9e13107 +SIZE (rpm/i386/fedora/8/SDL_mixer-1.2.8-6.fc8.src.rpm) = 2107691 |