Upgrade to freetype-1.3

For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
This commit is contained in:
Justin M. Seger 1999-11-25 03:38:39 +00:00
parent 14a2571fde
commit b94bc5a918
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23311
6 changed files with 66 additions and 8 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: freetype # New ports collection makefile for: freetype
# Version required: 1.2 # Version required: 1.3
# Date created: January 24, 1998 # Date created: January 24, 1998
# Whom: jseger@FreeBSD.org # Whom: jseger@FreeBSD.org
# #
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= freetype-1.2 DISTNAME= freetype-1.3
CATEGORIES= print CATEGORIES= print
MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \
ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \
@ -22,4 +22,10 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
# Older versions of freetype installed include files in ${PREFIX}/include
# this is a compatibility hack for now
post-install:
${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (freetype-1.2.tar.gz) = d4821fb579c79ddbe47774d046c60dbc MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9

View file

@ -1,22 +1,45 @@
bin/ftdump bin/ftdump
bin/ftlint bin/ftlint
bin/ftmetric
bin/ftsbit
bin/ftstring bin/ftstring
bin/ftstrpnm bin/ftstrpnm
bin/ftstrtto
bin/fttimer bin/fttimer
bin/ftview bin/ftview
bin/ftzoom bin/ftzoom
include/freetype/freetype.h
include/freetype/fterrid.h
include/freetype/ftnameid.h
include/freetype/ftxcmap.h
include/freetype/ftxerr18.h
include/freetype/ftxgasp.h
include/freetype/ftxgdef.h
include/freetype/ftxgpos.h
include/freetype/ftxgsub.h
include/freetype/ftxkern.h
include/freetype/ftxopen.h
include/freetype/ftxpost.h
include/freetype/ftxsbit.h
include/freetype/ftxwidth.h
include/freetype.h include/freetype.h
include/fterrid.h include/fterrid.h
include/ftnameid.h include/ftnameid.h
include/ftxcmap.h include/ftxcmap.h
include/ftxerr18.h include/ftxerr18.h
include/ftxgasp.h include/ftxgasp.h
include/ftxgdef.h
include/ftxgpos.h
include/ftxgsub.h
include/ftxkern.h include/ftxkern.h
include/ftxopen.h
include/ftxpost.h include/ftxpost.h
include/ftxsbit.h
include/ftxwidth.h include/ftxwidth.h
lib/libttf.a lib/libttf.a
lib/libttf.la lib/libttf.la
lib/libttf.so lib/libttf.so
lib/libttf.so.3 lib/libttf.so.4
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@dirrm include/freetype

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: freetype # New ports collection makefile for: freetype
# Version required: 1.2 # Version required: 1.3
# Date created: January 24, 1998 # Date created: January 24, 1998
# Whom: jseger@FreeBSD.org # Whom: jseger@FreeBSD.org
# #
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= freetype-1.2 DISTNAME= freetype-1.3
CATEGORIES= print CATEGORIES= print
MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \
ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \
@ -22,4 +22,10 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
# Older versions of freetype installed include files in ${PREFIX}/include
# this is a compatibility hack for now
post-install:
${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (freetype-1.2.tar.gz) = d4821fb579c79ddbe47774d046c60dbc MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9

View file

@ -1,22 +1,45 @@
bin/ftdump bin/ftdump
bin/ftlint bin/ftlint
bin/ftmetric
bin/ftsbit
bin/ftstring bin/ftstring
bin/ftstrpnm bin/ftstrpnm
bin/ftstrtto
bin/fttimer bin/fttimer
bin/ftview bin/ftview
bin/ftzoom bin/ftzoom
include/freetype/freetype.h
include/freetype/fterrid.h
include/freetype/ftnameid.h
include/freetype/ftxcmap.h
include/freetype/ftxerr18.h
include/freetype/ftxgasp.h
include/freetype/ftxgdef.h
include/freetype/ftxgpos.h
include/freetype/ftxgsub.h
include/freetype/ftxkern.h
include/freetype/ftxopen.h
include/freetype/ftxpost.h
include/freetype/ftxsbit.h
include/freetype/ftxwidth.h
include/freetype.h include/freetype.h
include/fterrid.h include/fterrid.h
include/ftnameid.h include/ftnameid.h
include/ftxcmap.h include/ftxcmap.h
include/ftxerr18.h include/ftxerr18.h
include/ftxgasp.h include/ftxgasp.h
include/ftxgdef.h
include/ftxgpos.h
include/ftxgsub.h
include/ftxkern.h include/ftxkern.h
include/ftxopen.h
include/ftxpost.h include/ftxpost.h
include/ftxsbit.h
include/ftxwidth.h include/ftxwidth.h
lib/libttf.a lib/libttf.a
lib/libttf.la lib/libttf.la
lib/libttf.so lib/libttf.so
lib/libttf.so.3 lib/libttf.so.4
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@dirrm include/freetype