summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2003-01-25 06:12:33 +0000
committerBrian Feldman <green@FreeBSD.org>2003-01-25 06:12:33 +0000
commit509bfbc99dac4ed6a9b9d2ef6bb47f0c10cb904b (patch)
tree12a8594de858edf3fb8e05c6cd01b7d935a4aa9b /x11-fonts
parentMake the xft-config script use -lXft2, not the old -lXft. This will (diff)
Noone cares about having ports that actually build and then don't crash,
so why should I?
Notes
Notes: svn path=/head/; revision=73968
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Xft/Makefile1
-rw-r--r--x11-fonts/Xft/files/patch-xft-config.in11
-rw-r--r--x11-fonts/libXft/Makefile1
-rw-r--r--x11-fonts/libXft/files/patch-xft-config.in11
4 files changed, 0 insertions, 24 deletions
diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile
index 5926df4a5239..508c4094d2c6 100644
--- a/x11-fonts/Xft/Makefile
+++ b/x11-fonts/Xft/Makefile
@@ -7,7 +7,6 @@
PORTNAME= Xft
PORTVERSION= 2.1
-PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/fontconfig/release/
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
diff --git a/x11-fonts/Xft/files/patch-xft-config.in b/x11-fonts/Xft/files/patch-xft-config.in
deleted file mode 100644
index 3bc6bbb1277f..000000000000
--- a/x11-fonts/Xft/files/patch-xft-config.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- xft-config.in.orig Sat Jan 25 00:16:48 2003
-+++ xft-config.in Sat Jan 25 00:17:02 2003
-@@ -89,7 +89,7 @@
- fi
-
- if test "$echo_libs" = "yes" ; then
-- libs="-lXft ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
-+ libs="-lXft2 ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
- if test "${libdir}" != "/usr/lib" ; then
- echo -L${libdir} $libs
- else
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 5926df4a5239..508c4094d2c6 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -7,7 +7,6 @@
PORTNAME= Xft
PORTVERSION= 2.1
-PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/fontconfig/release/
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
diff --git a/x11-fonts/libXft/files/patch-xft-config.in b/x11-fonts/libXft/files/patch-xft-config.in
deleted file mode 100644
index 3bc6bbb1277f..000000000000
--- a/x11-fonts/libXft/files/patch-xft-config.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- xft-config.in.orig Sat Jan 25 00:16:48 2003
-+++ xft-config.in Sat Jan 25 00:17:02 2003
-@@ -89,7 +89,7 @@
- fi
-
- if test "$echo_libs" = "yes" ; then
-- libs="-lXft ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
-+ libs="-lXft2 ${freetypelibs} ${fontconfiglibs} ${xrenderlibs}"
- if test "${libdir}" != "/usr/lib" ; then
- echo -L${libdir} $libs
- else