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 /x11-toolkits/linux-f10-pango | |
parent | 93139e9aed756ce72656898d1d1bcb4d6b5273ba (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.
Notes
Notes:
svn path=/head/; revision=226622
Diffstat (limited to 'x11-toolkits/linux-f10-pango')
-rw-r--r-- | x11-toolkits/linux-f10-pango/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/linux-f10-pango/Makefile b/x11-toolkits/linux-f10-pango/Makefile index 81b6181026b6..2f11cf41d4f3 100644 --- a/x11-toolkits/linux-f10-pango/Makefile +++ b/x11-toolkits/linux-f10-pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= pango PORTVERSION= 1.10.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -1.gst.1.4 CATEGORIES= x11-toolkits linux MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports @@ -17,12 +18,6 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux pango binary # these libraries are required by pango-querymodules -.if !defined(OVERRIDE_LINUX_BASE_PORT) || \ - (${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \ - ${OVERRIDE_LINUX_BASE_PORT} != "f7" && \ - ${OVERRIDE_LINUX_BASE_PORT} != "f8") -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 -.endif RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libcairo.so.2.2.3:${PORTSDIR}/graphics/linux-cairo \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat |