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-alsa-lib/Makefile | |
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-alsa-lib/Makefile')
-rw-r--r-- | audio/linux-f10-alsa-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/linux-f10-alsa-lib/Makefile b/audio/linux-f10-alsa-lib/Makefile index 30fb9d4c7fb9..6e5f3fd04b05 100644 --- a/audio/linux-f10-alsa-lib/Makefile +++ b/audio/linux-f10-alsa-lib/Makefile @@ -7,9 +7,8 @@ PORTNAME= alsa-lib DISTVERSION= 1.0.6-8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux -MASTER_SITE_SUBDIR= updates/3/${LINUX_RPM_ARCH}/ DISTNAME= ${PORTNAME}-${DISTVERSION}.FC3 MAINTAINER= jylefort@FreeBSD.org @@ -17,6 +16,7 @@ COMMENT= The Advanced Linux Sound Architecture libraries ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes +LINUX_DIST_VER= 3 INSTALLS_SHLIB= yes AUTOMATIC_PLIST=yes |