diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-01-21 16:17:47 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-01-21 16:17:47 +0000 |
commit | b9b4aec7e08fe3664975052148bc0fcc477d67db (patch) | |
tree | 9096c2fa00a6e009d88ec568685e2b892fee48c0 /audio/linux-f8-openal | |
parent | Remove 6-exp2 builds, they haven't been used in a while (diff) |
In preparation for adding new linux (Fedora 8) infrastructure ports all linux
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2
is incorporated.
Changes:
* emulation/linux_base-fc4:
. devel/linux-glib2 is incorporated;
. CONFLICTS is fixed;
. PORTREVISION is bumped;
* removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped:
. accessibility/linux-atk;
. astro/google-earth;
. audio/linux-openal;
. graphics/linux-XnViewMP;
. www/linux-mplayer-plugin;
. x11-toolkits/linux-gtk2;
. x11-toolkits/linux-pango;
* devel/linux-glib2:
. CONFLICTS is fixed;
. DEPRECATED;
. EXPIRATION_DATE is set;
Note: this should fix a bug for non-default linux base ports when glib2
files were installed both by a linux base and by linux-glib2 ports.
Diffstat (limited to 'audio/linux-f8-openal')
-rw-r--r-- | audio/linux-f8-openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-f8-openal/Makefile b/audio/linux-f8-openal/Makefile index 8106dec4387c..17f13446e84c 100644 --- a/audio/linux-f8-openal/Makefile +++ b/audio/linux-f8-openal/Makefile @@ -6,6 +6,7 @@ # PORTNAME= openal +PORTREVISION= 1 DISTVERSION= 0.0.9-0.6.20060204cvs.fc4 CATEGORIES= audio linux MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ @@ -15,7 +16,6 @@ COMMENT= A 3D positional spatialized sound library (Linux version) RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \ ${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \ - ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ ${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound \ ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile \ ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ |