diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-01 17:26:31 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-01 17:26:31 +0000 |
commit | b67e89375e2935769a740e6daa93cab4e01ce4e4 (patch) | |
tree | 36c801e59afd8bf959bbfa435be1e5b23a32179d /graphics/linux-f10-sdl_image | |
parent | 9d67f5f0305d6e8609bc6d9353603aae92ae9263 (diff) | |
download | FreeBSD-ports-b67e89375e2935769a740e6daa93cab4e01ce4e4.zip FreeBSD-ports-b67e89375e2935769a740e6daa93cab4e01ce4e4.tar.gz |
Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.
If you want to switch to linux-f10 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.
For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.
Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).
There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Diffstat (limited to 'graphics/linux-f10-sdl_image')
-rw-r--r-- | graphics/linux-f10-sdl_image/Makefile | 14 | ||||
-rw-r--r-- | graphics/linux-f10-sdl_image/distinfo.i386 | 12 |
2 files changed, 14 insertions, 12 deletions
diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile index a731867..89523ab 100644 --- a/graphics/linux-f10-sdl_image/Makefile +++ b/graphics/linux-f10-sdl_image/Makefile @@ -1,5 +1,5 @@ -# New ports collection makefile for: graphics/linux-f8-sdl_image -# Date created: 2008-04-03 +# New ports collection makefile for: graphics/linux-f10-sdl_image +# Date created: 2009-05-03 # Whom: bsam # # $FreeBSD$ @@ -8,18 +8,20 @@ PORTNAME= sdl_image PORTVERSION= 1.2.6 CATEGORIES= graphics linux -PKGNAMEPREFIX= linux-f8- +PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= A simple library to load images as SDL interfaces (Linux Fedora 8) +COMMENT= A simple library to load images as SDL interfaces (Linux Fedora 10) + +CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 LINUX_NAME= SDL_image -LINUX_DIST_VER= 8 -RPMVERSION= 5.fc8 +LINUX_DIST_VER= 10 +RPMVERSION= 6.fc9 BRANDELF_FILES= usr/bin/showimage USE_LDCONFIG= yes diff --git a/graphics/linux-f10-sdl_image/distinfo.i386 b/graphics/linux-f10-sdl_image/distinfo.i386 index b3aed27..1364f39 100644 --- a/graphics/linux-f10-sdl_image/distinfo.i386 +++ b/graphics/linux-f10-sdl_image/distinfo.i386 @@ -1,6 +1,6 @@ -MD5 (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.i386.rpm) = de1058f1563d9d149e782b8812dc7fb5 -SHA256 (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.i386.rpm) = 58143f41036eabdf048aabb210dab9d79e8a3cb83043e4883e24aaa2657cb46e -SIZE (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.i386.rpm) = 44767 -MD5 (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.src.rpm) = 87937ef84cd085a1c9c974d8141c5d25 -SHA256 (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.src.rpm) = 98f4b42b5b6121666f866f8a2d61693067e06c132ac2061f731c0215337f663d -SIZE (rpm/i386/fedora/8/SDL_image-1.2.6-5.fc8.src.rpm) = 1317727 +MD5 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8500c31addbd54ff49dec3d9d6c697d4 +SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8da4e1aebeefcd68b6d5684fac9cf361e56818691c8e73c39d5e1bcf090971de +SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 45268 +MD5 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = ea501442dff6be96ec42d02f8863233e +SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = dedfd510d6b8b314db97a8e0406e0481fa564f508dff177c65ae6fa3335a848a +SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = 1317840 |