diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
| commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
| tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /www | |
| parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
| download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2 marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip | |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
| -rw-r--r-- | www/epiphany-extensions/Makefile | 4 | ||||
| -rw-r--r-- | www/epiphany/Makefile | 4 | ||||
| -rw-r--r-- | www/galeon/Makefile | 6 | ||||
| -rw-r--r-- | www/gtkhtml/Makefile | 1 | ||||
| -rw-r--r-- | www/gtkhtml/files/gtkhtmlConf.sh | 4 |
5 files changed, 9 insertions, 10 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index b40e9df21..d1c044b5a 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.91 2007/05/14 04:58:38 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.92 2007/05/19 21:36:25 marcus Exp $ # PORTNAME= epiphany @@ -30,7 +30,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnometarget INSTALLS_OMF= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-mozilla=${GECKO} diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 961d8a08c..39d8aa33f 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.144 2007/05/14 04:42:44 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.145 2007/05/19 21:36:25 marcus Exp $ # PORTNAME= epiphany @@ -34,7 +34,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS= --with-mozilla=${GECKO} --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas \ diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 509b81f63..3c81eaf0c 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/galeon/Makefile,v 1.11 2007/04/30 17:24:57 ahze Exp $ +# $MCom: ports/www/galeon/Makefile,v 1.12 2007/05/19 21:36:25 marcus Exp $ # PORTNAME= galeon @@ -29,7 +29,7 @@ USE_GMAKE= yes USE_GETTEXT= yes CONFIGURE_ARGS= --enable-nautilus-view=no \ --with-mozilla=${GECKO} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= galeon.1 @@ -55,7 +55,7 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \ ${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in - @${REINPLACE_CMD} -e 's|/usr/lib/mozilla/plugins|${LOCALBASE}/lib/browser_plugins:${X11BASE}/lib/browser_plugins:${LOCALBASE}/lib/browser_linux_plugins:${X11BASE}/lib/browser_linux_plugins|' \ + @${REINPLACE_CMD} -e 's|/usr/lib/mozilla/plugins|${LOCALBASE}/lib/browser_plugins:${LOCALBASE}/lib/browser_linux_plugins|' \ ${WRKSRC}/mozilla/mozilla-embed-shell.cpp .include <bsd.port.post.mk> diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 224601455..14f2f22ad 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -40,7 +40,6 @@ LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ s|%%VERSION%%|${VERSION}|g' ${FILESDIR}/gtkhtmlConf.sh \ > ${WRKSRC}/gtkhtmlConf.sh diff --git a/www/gtkhtml/files/gtkhtmlConf.sh b/www/gtkhtml/files/gtkhtmlConf.sh index 6d89587f3..12cee8fa1 100644 --- a/www/gtkhtml/files/gtkhtmlConf.sh +++ b/www/gtkhtml/files/gtkhtmlConf.sh @@ -1,5 +1,5 @@ GTKHTML_LIBDIR="-L%%PREFIX%%/lib" -GTKHTML_LIBS=" -L%%PREFIX%%/lib -lgtkhtml-1.1 -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm" -GTKHTML_INCLUDEDIR="-I%%PREFIX%%/include -I%%PREFIX%%/include/gtkhtml-1.1 -I%%LOCALBASE%%/include/gdk-pixbuf-1.0 -I%%LOCALBASE%%/include/gtk12 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include -I%%X11BASE%%/include -I%%LOCALBASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include/freetype2 -DNEED_GNOMESUPPORT_H -I%%LOCALBASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/gnome-xml -I%%LOCALBASE%%/include/libglade-1.0 -I%%LOCALBASE%%/include/gconf/1 -I%%X11BASE%%/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gtk12 -DGTKHTML_HAVE_GCONF" +GTKHTML_LIBS=" -L%%PREFIX%%/lib -lgtkhtml-1.1 -Wl,-E -L%%LOCALBASE%%/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -Wl,-E -L%%LOCALBASE%%/lib -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm" +GTKHTML_INCLUDEDIR="-I%%PREFIX%%/include -I%%PREFIX%%/include/gtkhtml-1.1 -I%%LOCALBASE%%/include/gdk-pixbuf-1.0 -I%%LOCALBASE%%/include/gtk12 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include/freetype2 -DNEED_GNOMESUPPORT_H -I%%LOCALBASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/gnome-xml -I%%LOCALBASE%%/include/libglade-1.0 -I%%LOCALBASE%%/include/gconf/1 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gtk12 -DGTKHTML_HAVE_GCONF" GTKHTML_DATADIR="%%PREFIX%%/share" MODULE_VERSION="%%VERSION%%" |
