aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-02-18 12:51:34 +0800
committeranholt <anholt@FreeBSD.org>2003-02-18 12:51:34 +0800
commitbbd40e6567929777b1318d8007a72beb45fe4d11 (patch)
tree5caa165101b54687ed4db3da64661e9f1be5752d /www/mozilla
parent752b5659d3e9f975a4c2ff8503a818215edb7042 (diff)
downloadfreebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.tar.gz
freebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.tar.zst
freebsd-ports-gnome-bbd40e6567929777b1318d8007a72beb45fe4d11.zip
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 3152f71941d0..e68984f7f1be 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -40,7 +40,7 @@ USE_GNOME= gtk12
.endif
.if !defined(WITHOUT_XFT)
-LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft
+LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir)
BROKEN= Mozilla and Xft2 render the mozilla-fonts \
illegibly. Please remove the mozilla-fonts package.
@@ -167,11 +167,6 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/build/unix/run-mozilla.sh
-.if !defined(WITHOUT_XFT)
- @${REINPLACE_CMD} -e 's|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g' \
- ${WRKSRC}/gfx/src/gtk/nsDrawingSurfaceGTK.cpp \
- ${WRKSRC}/gfx/src/gtk/nsFontMetricsXft.h
-.endif
@${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \
-e 's|%%HEADERS_SUFX%%||g' \
${WRKSRC}/config/autoconf.mk.in