summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-10 08:51:18 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-10 08:51:18 +0800
commitb2ebc9589d862b7ae33a660aae05a3d3163aa105 (patch)
tree46586693baf7193c66a777c9d895b2b08b5cdb97 /graphics
parent719157e20f4595dc6e11e881ea48e1840da49991 (diff)
downloadmarcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.gz
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.bz2
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.lz
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.xz
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.zst
marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.zip
INSTALLS_SHLIB -> USE_LDCONFIG, only on gnome@FreeBSD.org ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7274 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf/Makefile4
-rw-r--r--graphics/gimp-devel/Makefile4
-rw-r--r--graphics/gimp1/Makefile2
-rw-r--r--graphics/glitz/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/libgnomecanvas/Makefile4
-rw-r--r--graphics/librsvg/Makefile4
-rw-r--r--graphics/librsvg2/Makefile4
-rw-r--r--graphics/poppler/Makefile4
9 files changed, 17 insertions, 17 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index 24515e478..dff318d29 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.1 2006/07/18 12:58:56 ahze Exp $
PORTNAME?= gdk-pixbuf
PORTVERSION= 0.22.0
@@ -24,7 +24,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME+= gnomehack gtk12
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index a2af86501..935bf364f 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -3,7 +3,7 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp-devel/Makefile,v 1.20 2006/07/18 11:49:56 ahze Exp $
+# $MCom: ports/graphics/gimp-devel/Makefile,v 1.21 2006/07/23 18:22:02 marcus Exp $
#
PORTNAME= gimp
@@ -47,7 +47,7 @@ USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack
WANT_GNOME= yes
USE_GCC= 3.4+
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
INSTALLS_ICONS= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile
index 2e85afe21..a3e163ce9 100644
--- a/graphics/gimp1/Makefile
+++ b/graphics/gimp1/Makefile
@@ -42,7 +42,7 @@ USE_GMAKE= yes
USE_GNOME= gtk12
USE_GETTEXT= yes
GNU_CONFIGURE== yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MPEG_WRKSRC}" \
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index 05e20088d..cfceb5aae 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
-# $MCom: ports/graphics/glitz/Makefile,v 1.6 2006/04/30 03:25:23 ahze Exp $
+# $MCom: ports/graphics/glitz/Makefile,v 1.7 2006/05/22 01:41:25 ahze Exp $
#
PORTNAME= glitz
@@ -17,7 +17,7 @@ COMMENT= OpenGL image compositing library
USE_GL= yes
USE_GNOME= pkgconfig gnometarget gnomehack
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 2ba0b513b..84ff70550 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -3,7 +3,7 @@
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/imlib/Makefile,v 1.1 2006/07/18 13:09:48 ahze Exp $
PORTNAME= imlib
PORTVERSION= 1.9.15
@@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk12 gnomehack
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index 04169f471..36dd3dd54 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.57 2006/04/13 07:52:35 bland Exp $
+# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.59 2006/07/18 13:11:02 ahze Exp $
PORTNAME= libgnomecanvas
PORTVERSION= 2.14.0
@@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_XLIB= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
index d69f85a0b..b7e5d4362 100644
--- a/graphics/librsvg/Makefile
+++ b/graphics/librsvg/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/librsvg/Makefile,v 1.1 2006/07/18 13:12:50 ahze Exp $
PORTNAME= librsvg
PORTVERSION= 1.0.3
@@ -22,7 +22,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
USE_GMAKE= yes
USE_XLIB= yes
USE_GNOME= gnomelibs gdkpixbuf
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index c11dae023..21d116f39 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/librsvg2/Makefile,v 1.106 2006/09/01 01:26:35 marcus Exp $
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.107 2006/09/08 17:22:44 mezz Exp $
#
PORTNAME= librsvg2
@@ -27,7 +27,7 @@ RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
USE_BZIP2= yes
USE_GMAKE= yes
USE_XLIB= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 908670556..c7a8d5d71 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -3,7 +3,7 @@
# Whom: marcus@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler/Makefile,v 1.25 2006/07/18 13:19:47 ahze Exp $
+# $MCom: ports/graphics/poppler/Makefile,v 1.26 2006/07/18 19:54:44 ahze Exp $
#
PORTNAME= poppler
@@ -20,7 +20,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-zlib \
--enable-xpdf-headers \
--with-html-dir=${DOCSDIR}