diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-10 01:43:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-10 01:43:11 +0800 |
commit | 5cc9328814fb9b8e64ff3588af7e6031c1d3514b (patch) | |
tree | df0b6bb8e4e84920da9881d421090dc67f70c629 /x11-themes | |
parent | e058c31decaf84a24b7ab7306f65221b33ada080 (diff) | |
download | freebsd-ports-gnome-5cc9328814fb9b8e64ff3588af7e6031c1d3514b.tar.gz freebsd-ports-gnome-5cc9328814fb9b8e64ff3588af7e6031c1d3514b.tar.zst freebsd-ports-gnome-5cc9328814fb9b8e64ff3588af7e6031c1d3514b.zip |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/buffy/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/clean-theme-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/colorstep/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/engradient/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-look/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-flat-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtkbe/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtkstep/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/icegradient/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/notif2/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qinx/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/thinice/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/whistlerk/Makefile | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/x11-themes/buffy/Makefile b/x11-themes/buffy/Makefile index 79f3b8b38cd1..ae3d1defa187 100644 --- a/x11-themes/buffy/Makefile +++ b/x11-themes/buffy/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-themes/clean-theme-gtk/Makefile b/x11-themes/clean-theme-gtk/Makefile index ddafc2675689..de5fd1de41a1 100644 --- a/x11-themes/clean-theme-gtk/Makefile +++ b/x11-themes/clean-theme-gtk/Makefile @@ -19,7 +19,7 @@ COMMENT= The Clean GTK theme engine WRKSRC= ${WRKDIR}/gtk-clean-theme USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/x11-themes/colorstep/Makefile b/x11-themes/colorstep/Makefile index 5d3c7b4cfa94..96a4cae58e90 100644 --- a/x11-themes/colorstep/Makefile +++ b/x11-themes/colorstep/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-themes/engradient/Makefile b/x11-themes/engradient/Makefile index fc631e4d548a..a465b945c4a0 100644 --- a/x11-themes/engradient/Makefile +++ b/x11-themes/engradient/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile index 9e451551c4e5..7c58f1c8157d 100644 --- a/x11-themes/gnome-look/Makefile +++ b/x11-themes/gnome-look/Makefile @@ -17,7 +17,7 @@ COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index f84aa5af174a..f4c2ce61f7a6 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-theme USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GNOME= gnomehack lthack metacity libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile index 4c1d47e0c13a..bb6bf10a9796 100644 --- a/x11-themes/gtk-Mac2-theme/Makefile +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile index c96cd686cb8c..c2bd8e5cfbf7 100644 --- a/x11-themes/gtk-engines/Makefile +++ b/x11-themes/gtk-engines/Makefile @@ -17,7 +17,7 @@ COMMENT= Theme engine for gtk+ toolkits USE_X_PREFIX= yes USE_GNOME= imlib -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 THEMES= metal notif pixmap raleigh redmond95 diff --git a/x11-themes/gtk-flat-theme/Makefile b/x11-themes/gtk-flat-theme/Makefile index b4ead780a8e0..be26c48589d2 100644 --- a/x11-themes/gtk-flat-theme/Makefile +++ b/x11-themes/gtk-flat-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index 8059e045a911..c51a8ac13dc0 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile index cb8c6a312d8d..22193b08cb42 100644 --- a/x11-themes/gtk-zenith-theme/Makefile +++ b/x11-themes/gtk-zenith-theme/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/zenith-1.0 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtkbe/Makefile b/x11-themes/gtkbe/Makefile index 6e0210860ed5..955b1a241a14 100644 --- a/x11-themes/gtkbe/Makefile +++ b/x11-themes/gtkbe/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/GTKBeEngine USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile index 695e666969c6..1b9a8d8adc75 100644 --- a/x11-themes/gtkstep-pastel/Makefile +++ b/x11-themes/gtkstep-pastel/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 6376f890002b..1aef51de22aa 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-themes/icegradient/Makefile b/x11-themes/icegradient/Makefile index dfb35dee4e47..bcdfa07476d3 100644 --- a/x11-themes/icegradient/Makefile +++ b/x11-themes/icegradient/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-0.0.5 USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile index f7ac0716eb39..504287bd6ff0 100644 --- a/x11-themes/notif2/Makefile +++ b/x11-themes/notif2/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes GTKVERSION= 1.2 diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile index 3042c24d95c0..d31686792204 100644 --- a/x11-themes/qinx/Makefile +++ b/x11-themes/qinx/Makefile @@ -16,7 +16,7 @@ COMMENT= A QNX Photon like window decoration and widget style for KDE USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile index dc7f2bca1330..10b734e1af6f 100644 --- a/x11-themes/thinice/Makefile +++ b/x11-themes/thinice/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/x11-themes/whistlerk/Makefile b/x11-themes/whistlerk/Makefile index 6e800bfc9c31..673cc2f0440d 100644 --- a/x11-themes/whistlerk/Makefile +++ b/x11-themes/whistlerk/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/gtk-theme-WhistlerK USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes .include <bsd.port.mk> |