diff options
author | ade <ade@FreeBSD.org> | 2004-03-14 14:17:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-14 14:17:56 +0800 |
commit | 9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch) | |
tree | 545e55afde412d844a25f5c03d6d51b17ceeebb9 /x11-wm | |
parent | a8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff) | |
download | freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.zst freebsd-ports-gnome-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aquaosk/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/bbconf/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/blwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/ede/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/epiwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/epplets/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/kahakai/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libdockapp/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libepplet/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/metacity/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/qinx/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/rox-pager/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmg/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 2 |
20 files changed, 22 insertions, 22 deletions
diff --git a/x11-wm/aquaosk/Makefile b/x11-wm/aquaosk/Makefile index 8b167877f1bc..eb283d1afe89 100644 --- a/x11-wm/aquaosk/Makefile +++ b/x11-wm/aquaosk/Makefile @@ -20,7 +20,7 @@ IGNORE= ${BROKEN} CONFIGURE_ARGS= --prefix=${PREFIX} INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_KDEBASE_VER=3 USE_BZIP2= yes diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 0dd471c9c719..61e35227a048 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= stijn@win.tue.nl COMMENT= Configurator for the Blackbox window manager USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile index afbd93e88a3f..d9527032b928 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -17,8 +17,8 @@ COMMENT= Portuguese derivative of qvwm, simplified to conserve resources RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage -USE_AUTOCONF= yes -USE_AUTOMAKE= yes +USE_AUTOCONF_VER= 213 +USE_AUTOMAKE_VER= 14 USE_PERL5_BUILD=yes GNU_CONFIGURE= yes MAN1= blwm.1x diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index 29ce1bcaa72e..31097e49a4f4 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOCONF= yes -USE_AUTOMAKE= yes +USE_AUTOCONF_VER= 213 +USE_AUTOMAKE_VER= 14 GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS}" diff --git a/x11-wm/epiwm/Makefile b/x11-wm/epiwm/Makefile index 55d0a1317f82..d69dc522a89d 100644 --- a/x11-wm/epiwm/Makefile +++ b/x11-wm/epiwm/Makefile @@ -26,7 +26,7 @@ CONFIG= icons key menu start style window workspace DOCS= AUTHORS BUGS COPYING ChangeLog EPIwm-0.5.6.lsm INSTALL NEWS \ README TODO PLIST= ${WRKDIR}/pkg-plist -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_X_PREFIX= yes post-extract: diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 29f70caffc64..6ac3f7f49e71 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -26,7 +26,7 @@ USE_GNOME= esound lthack USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/x11-wm/kahakai/Makefile b/x11-wm/kahakai/Makefile index 564c947926be..93d5733fb610 100644 --- a/x11-wm/kahakai/Makefile +++ b/x11-wm/kahakai/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= \ USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_PYTHON= yes USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/x11-wm/libdockapp/Makefile b/x11-wm/libdockapp/Makefile index 5c74635ef303..2c950952be3a 100644 --- a/x11-wm/libdockapp/Makefile +++ b/x11-wm/libdockapp/Makefile @@ -17,7 +17,7 @@ COMMENT= Standard library for Window Maker dock apps USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index b9e33a955827..9e19691c5c12 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= imlib USE_GL= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="${CPPFLAGS}" \ diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 179edc959e7e..389226446b2e 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix intlhack gnomehack lthack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11-wm/qinx/Makefile b/x11-wm/qinx/Makefile index 088bd7014b32..ae9aff8450a8 100644 --- a/x11-wm/qinx/Makefile +++ b/x11-wm/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= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/x11-wm/rox-pager/Makefile b/x11-wm/rox-pager/Makefile index 606892e500c7..184fc39509dd 100644 --- a/x11-wm/rox-pager/Makefile +++ b/x11-wm/rox-pager/Makefile @@ -18,7 +18,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Pager for the ROX desktop USE_GNOME= gtk20 pkgconfig libxml2 libwnck -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 HAS_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 7f4dc373213b..e324ab29ad62 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -30,7 +30,7 @@ USE_XPM= yes USE_REINPLACE= yes WANT_GNOME= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= X11BASE=${X11BASE} \ LIBS="-L${LOCALBASE}/lib -lintl" \ CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index 01177334c1c0..11bf8b360472 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 752ea13e6ac8..75673d3b6a94 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile index 511b7d207349..d9c723052a13 100644 --- a/x11-wm/xfce4-menueditor/Makefile +++ b/x11-wm/xfce4-menueditor/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/xfce4-menueditor USE_GNOME= gtk20 libxml2 USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-cvs diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index d0d9316428a6..8b1e38c95067 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -28,7 +28,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index ac781159fe87..3968e855b857 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index 6a2b2b93ad65..4f5ff173cd68 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index e99dc166f304..d9e0be26a3bf 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -29,7 +29,7 @@ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama |