mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Remove Xft. This port has been renamed libXft.
This commit is contained in:
parent
c6207f6d1d
commit
a10e88bb72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104203
@ -7,7 +7,6 @@
|
|||||||
SUBDIR += XFree86-4-fontDefaultBitmaps
|
SUBDIR += XFree86-4-fontDefaultBitmaps
|
||||||
SUBDIR += XFree86-4-fontEncodings
|
SUBDIR += XFree86-4-fontEncodings
|
||||||
SUBDIR += XFree86-4-fontScalable
|
SUBDIR += XFree86-4-fontScalable
|
||||||
SUBDIR += Xft
|
|
||||||
SUBDIR += Xg
|
SUBDIR += Xg
|
||||||
SUBDIR += artwiz-fonts
|
SUBDIR += artwiz-fonts
|
||||||
SUBDIR += bdfresize
|
SUBDIR += bdfresize
|
||||||
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||||||
MD5 (xft-2.1.2.tar.gz) = defb7e801d4938b8b15a426ae57e2f3f
|
|
@ -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"
|
|
@ -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/
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user