diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-01 06:00:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-01 06:00:43 +0800 |
commit | 1682fa176cedff7219d8f8cf06f0d7d60e7e7f92 (patch) | |
tree | 46c358d33c5793554f640cf98fa3a99e56a60c99 /audio/linux-f10-openal | |
parent | 7e6f80714d21295eb506631c08747dc9e37a698c (diff) | |
download | freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.tar.gz freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.tar.zst freebsd-ports-gnome-1682fa176cedff7219d8f8cf06f0d7d60e7e7f92.zip |
bsd.linux-rpm.mk:
- document some variables
- set some variables based upon presets [1]
- automatically guess the src RPM (needs to be overidden for multi-RPM
ports) [1]
- allow to specify complete directories or a set of files for
automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1]
- add fc3 to the automatic plist handling [1]
- allow to override the linux-rpm-generate-plist target
- also detect @dirrmtry in the automatic plist handling [1]
- adopt the new-plist target to the new world order [1]
ports: [1,2]
- edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER})
- add source distfiles to distinfo to allow auto fetching sources
with defined PACKAGE_BUILDING;
- remove some variables already defined at linux-rpm
(i.e. MASTRE_SITE_SUBDIR);
- add LINUX_DIST_VER to every port (in case default linux_base
changes);
- bump PORTREVISION (so that the ports build cluster puts the
src and binary RPM's to the new location)
- update linux-openal to the newest FC3 port
All errors are mine because of cut&paste patch merging.
Aproved by: maintainer [2]
Reviewed on: multimedia [1]
Submitted by: Boris Samorodov <bsam@ipt.ru> [1]
Diffstat (limited to 'audio/linux-f10-openal')
-rw-r--r-- | audio/linux-f10-openal/Makefile | 7 | ||||
-rw-r--r-- | audio/linux-f10-openal/distinfo.i386 | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile index c16a47d757da..df6d0777d03c 100644 --- a/audio/linux-f10-openal/Makefile +++ b/audio/linux-f10-openal/Makefile @@ -6,10 +6,9 @@ # PORTNAME= openal -DISTVERSION= 0.0-0.2.20040726 -PORTREVISION= 1 +DISTVERSION= 0.0.9-0.3.20060226cvs.fc3 CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/3/${LINUX_RPM_ARCH}/ +MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ MAINTAINER= jylefort@FreeBSD.org COMMENT= A 3D positional spatialized sound library (Linux version) @@ -24,6 +23,8 @@ RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 +MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS INSTALLS_SHLIB= yes AUTOMATIC_PLIST=yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr diff --git a/audio/linux-f10-openal/distinfo.i386 b/audio/linux-f10-openal/distinfo.i386 index 6dab65756c96..bb1eea1c0c5f 100644 --- a/audio/linux-f10-openal/distinfo.i386 +++ b/audio/linux-f10-openal/distinfo.i386 @@ -1,3 +1,6 @@ -MD5 (openal-0.0-0.2.20040726.i386.rpm) = 90eb77535e33d7c35b86d48b4dbfaa5a -SHA256 (openal-0.0-0.2.20040726.i386.rpm) = fc1899bc52728ec12ae3d45e3d29ccb5de5fc97cc6581cb49fee431650d24f5c -SIZE (openal-0.0-0.2.20040726.i386.rpm) = 121188 +MD5 (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.i386.rpm) = 6842d2ac069f3aaec12e52d6cafd7c28 +SHA256 (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.i386.rpm) = 2860b47d8391a3ff9a556f7ab36352c889b0065f5bbeadcf02649989cec95851 +SIZE (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.i386.rpm) = 129732 +MD5 (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.src.rpm) = d24c288da4ccde1c6ff2ce994bfa55c3 +SHA256 (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.src.rpm) = b2da011fb31ed01da72f538d2ee2d5b59a142a5e2df3715fb8403f9dcf98d87e +SIZE (rpm/i386/fedora/3/openal-0.0.9-0.3.20060226cvs.fc3.src.rpm) = 1368091 |