diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 20:31:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-16 20:31:13 +0000 |
commit | a10e88bb72eaab5fa0cecfd0e2923bde510cdba1 (patch) | |
tree | 34a58e66ce70f1c76f34f52f768e2ab6ed5c74e3 /x11-fonts | |
parent | c6207f6d1d8f121d5e3d3f7444cf4ce8b04abb35 (diff) | |
download | ports-a10e88bb72eaab5fa0cecfd0e2923bde510cdba1.tar.gz ports-a10e88bb72eaab5fa0cecfd0e2923bde510cdba1.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/Xft/Makefile | 36 | ||||
-rw-r--r-- | x11-fonts/Xft/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/Xft/files/patch-ltmain.sh | 51 | ||||
-rw-r--r-- | x11-fonts/Xft/pkg-descr | 10 | ||||
-rw-r--r-- | x11-fonts/Xft/pkg-plist | 7 |
6 files changed, 0 insertions, 106 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 6f448d08d832..3d489404902d 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -7,7 +7,6 @@ SUBDIR += XFree86-4-fontDefaultBitmaps SUBDIR += XFree86-4-fontEncodings SUBDIR += XFree86-4-fontScalable - SUBDIR += Xft SUBDIR += Xg SUBDIR += artwiz-fonts SUBDIR += bdfresize diff --git a/x11-fonts/Xft/Makefile b/x11-fonts/Xft/Makefile deleted file mode 100644 index 6298229bf7e8..000000000000 --- a/x11-fonts/Xft/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Xft -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Xft -PORTVERSION= 2.1.2 -PORTREVISION= 1 -CATEGORIES= x11-fonts -MASTER_SITES= http://pdx.freedesktop.org/software/fontconfig/releases/ -DISTNAME= xft-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A client-sided font API for X applications - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig - -USE_GMAKE= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" - -MAN3= Xft.3 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 3 -BROKEN= Xft requires XFree86 4.x to build. -.endif - -.include <bsd.port.post.mk> diff --git a/x11-fonts/Xft/distinfo b/x11-fonts/Xft/distinfo deleted file mode 100644 index 637a9d389820..000000000000 --- a/x11-fonts/Xft/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xft-2.1.2.tar.gz) = defb7e801d4938b8b15a426ae57e2f3f diff --git a/x11-fonts/Xft/files/patch-ltmain.sh b/x11-fonts/Xft/files/patch-ltmain.sh deleted file mode 100644 index dc508a25a122..000000000000 --- a/x11-fonts/Xft/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sat Apr 19 21:11:30 2003 -+++ ltmain.sh Wed May 14 16:05:31 2003 -@@ -1277,7 +1277,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1287,8 +1287,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2997,6 +3005,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5425,10 +5436,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-fonts/Xft/pkg-descr b/x11-fonts/Xft/pkg-descr deleted file mode 100644 index fed3119ce60d..000000000000 --- a/x11-fonts/Xft/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The current version of Xft provides a client-side font API for X -applications. It uses Fontconfig to select fonts and the X protocol for -rendering them. When available, Xft uses the Render extension to accelerate -text drawing. When Render is not available, Xft uses the core protocol to draw -client-side glyphs. This provides completely compatible support of client-side -fonts for all X servers. - --- keithp - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/Xft/pkg-plist b/x11-fonts/Xft/pkg-plist deleted file mode 100644 index 75c5e1209701..000000000000 --- a/x11-fonts/Xft/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/xft-config -include/X11/Xft/Xft.h -include/X11/Xft/XftCompat.h -lib/libXft.a -lib/libXft.so -lib/libXft.so.2 -libdata/pkgconfig/xft.pc |