Upgrade to version 1.3.

This commit is contained in:
kevlo 2000-01-19 10:23:03 +00:00
parent a1dcfa7f0e
commit 6d9a1f18f8
5 changed files with 25 additions and 22 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.4 1999/06/03 14:11:10 brad Exp $ # $OpenBSD: Makefile,v 1.5 2000/01/19 10:23:03 kevlo Exp $
# $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $ # $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $
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/ \

View File

@ -1,3 +1,3 @@
MD5 (freetype-1.2.tar.gz) = d4821fb579c79ddbe47774d046c60dbc MD5 (freetype-1.3.tar.gz) = 8479c1fa3697a3aa8c9919aaeed81cc9
RMD160 (freetype-1.2.tar.gz) = 32f17b841473a52fc43ea0eecf8eadc180c4a4a6 RMD160 (freetype-1.3.tar.gz) = 34bab16f36c36c3f502647ac0a7b20c906e5e22c
SHA1 (freetype-1.2.tar.gz) = f776eef75630f133736944762716c4ff183d06ac SHA1 (freetype-1.3.tar.gz) = 7c5b62b6202a8707ecaa277887a5576130857a66

View File

@ -1,11 +1,11 @@
--- lib/arch/unix/Makefile.in.orig Wed Mar 31 16:24:18 1999 --- lib/arch/unix/Makefile.in.orig Wed Jan 19 18:08:23 2000
+++ lib/arch/unix/Makefile.in Wed Mar 31 16:24:31 1999 +++ lib/arch/unix/Makefile.in Wed Jan 19 18:09:09 2000
@@ -178,7 +178,7 @@ @@ -197,7 +197,7 @@
libttf.la: $(LIB_FILES) libttf.la: $(LIB_FILES)
$(LIBTOOL) --mode=link $(CC) -o libttf.la $(LIB_FILES) \ $(LIBTOOL) --mode=link $(CC) -o libttf.la $(LIB_FILES) \
-rpath $(libdir) \ -rpath $(libdir) \
- -version-info $(version_info) $(FT_LIBS) - -version-info $(version_info) $(FT_LIBS)
+ -version-info 1:2:0 $(FT_LIBS) + -version-info 1:3:0 $(FT_LIBS)
install: libttf.la install: libttf.la
$(MKINSTALLDIRS) $(libdir) $(includedir) $(MKINSTALLDIRS) $(libdir) $(includedir)/freetype

View File

@ -1,19 +1,19 @@
--- ltmain.sh.orig Wed Mar 31 16:04:27 1999 --- ltmain.sh.orig Wed Jan 19 18:09:52 2000
+++ ltmain.sh Wed Mar 31 16:04:43 1999 +++ ltmain.sh Wed Jan 19 18:10:50 2000
@@ -2023,37 +2023,6 @@ @@ -3522,40 +3522,6 @@
done # Exit here if they wanted silent mode.
fi test "$show" = : && exit 0
- echo "------------------------------------------------------------------------------" - echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:" - echo "Libraries have been installed in:"
- for libdir in $libdirs; do - for libdir in $libdirs; do
- echo " $libdir" - echo " $libdir"
- done - done
- echo - echo
- echo "To link against installed libraries in a given directory, LIBDIR," - echo "If you ever happen to want to link against installed libraries"
- echo "you must use the \`-LLIBDIR' flag during linking." - echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo - echo "specify the full pathname of the library, or use \`-LLIBDIR'"
- echo " You will also need to do one of the following:" - echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then - if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable" - echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution" - echo " during execution"
@ -28,13 +28,16 @@
- -
- echo " - use the \`$flag' linker flag" - echo " - use the \`$flag' linker flag"
- fi - fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then - if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" - echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi - fi
- echo - echo
- echo "See any operating system documentation about shared libraries for" - echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages." - echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "------------------------------------------------------------------------------" - echo "----------------------------------------------------------------------"
exit 0 exit 0
;; ;;

View File

@ -16,5 +16,5 @@ include/ftxpost.h
include/ftxwidth.h include/ftxwidth.h
lib/libttf.a lib/libttf.a
lib/libttf.la lib/libttf.la
lib/libttf.so.1.2 lib/libttf.so.1.3
@exec /sbin/ldconfig -m %B @exec /sbin/ldconfig -m %B