upgrade to t1lib 1.1.1
-- From: fgsch@
This commit is contained in:
parent
14ccfbe8fa
commit
ec00d66dbb
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/05/06 00:13:34 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/06/27 13:59:26 brad Exp $
|
||||
|
||||
COMMENT= "Type 1 rasterizer library for UNIX/X11"
|
||||
|
||||
VERSION= 1.1.0
|
||||
VERSION= 1.1.1
|
||||
DISTNAME= t1lib-${VERSION}
|
||||
CATEGORIES= devel textproc
|
||||
NEED_VERSION= 1.402
|
||||
NEED_VERSION= 1.413
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= libs/graphics
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (t1lib-1.1.0.tar.gz) = 05e6317be656f09db6fd4e18f59b4303
|
||||
RMD160 (t1lib-1.1.0.tar.gz) = 29846e46015eba9dcf5c3d371a84d365a0fe4eb1
|
||||
SHA1 (t1lib-1.1.0.tar.gz) = 694af2c6bc83fadd2cd0820bbcfe59e565c3245e
|
||||
MD5 (t1lib-1.1.1.tar.gz) = e42a9b9f3bff3f16c0d445304788afbe
|
||||
RMD160 (t1lib-1.1.1.tar.gz) = 66da966d870e62051efea7aa6805184de7533eb7
|
||||
SHA1 (t1lib-1.1.1.tar.gz) = 5183f718dc0b90ff8c0aee4fbcfdbbc90e5db883
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ac-tools/ltconfig.orig Thu Aug 5 07:12:42 1999
|
||||
+++ ac-tools/ltconfig Wed Mar 7 12:16:56 2001
|
||||
@@ -1105,6 +1105,9 @@
|
||||
--- ac-tools/ltconfig.orig Mon Jan 15 15:46:31 2001
|
||||
+++ ac-tools/ltconfig Wed Jun 27 09:16:04 2001
|
||||
@@ -1105,6 +1105,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
esac
|
||||
|
||||
@@ -1391,10 +1394,21 @@
|
||||
@@ -1402,10 +1405,21 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
@ -34,7 +34,7 @@
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -1955,13 +1969,10 @@
|
||||
@@ -2021,13 +2035,10 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ac-tools/ltmain.sh.orig Thu Aug 5 07:11:57 1999
|
||||
+++ ac-tools/ltmain.sh Wed Mar 7 12:18:03 2001
|
||||
@@ -1073,6 +1073,17 @@
|
||||
--- ac-tools/ltmain.sh.orig Mon Jan 15 15:48:25 2001
|
||||
+++ ac-tools/ltmain.sh Wed Jun 27 09:16:04 2001
|
||||
@@ -1079,6 +1079,17 @@ compiler."
|
||||
# These systems don't actually have c library (as such)
|
||||
continue
|
||||
;;
|
||||
@ -18,7 +18,7 @@
|
||||
esac
|
||||
elif test "$arg" = "-lm"; then
|
||||
case "$host" in
|
||||
@@ -1085,6 +1096,10 @@
|
||||
@@ -1091,6 +1102,10 @@ compiler."
|
||||
deplibs="$deplibs $arg"
|
||||
;;
|
||||
|
||||
@ -29,9 +29,9 @@
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1789,6 +1804,9 @@
|
||||
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
|
||||
# these systems don't actually have a c library (as such)!
|
||||
@@ -1799,6 +1814,9 @@ compiler."
|
||||
# rhapsody is a little odd...
|
||||
deplibs="$deplibs -framework System"
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc_r directly, use -pthread flag.
|
||||
@ -39,7 +39,7 @@
|
||||
*)
|
||||
# Add libc to deplibs on all other systems.
|
||||
deplibs="$deplibs -lc"
|
||||
@@ -3522,40 +3540,6 @@
|
||||
@@ -3567,40 +3585,6 @@ libdir='$install_libdir'\
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/03/12 01:41:12 brad Exp $
|
||||
lib/libt1.so.2.0
|
||||
lib/libt1x.so.2.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/06/27 13:59:28 brad Exp $
|
||||
lib/libt1.so.2.1
|
||||
lib/libt1x.so.2.1
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/12 01:41:12 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/06/27 13:59:28 brad Exp $
|
||||
bin/type1afm
|
||||
bin/xglyph
|
||||
include/t1lib.h
|
||||
@ -8,7 +8,7 @@ lib/libt1.la
|
||||
lib/libt1x.a
|
||||
lib/libt1x.la
|
||||
%%SHARED%%
|
||||
share/t1lib/t1lib.config
|
||||
share/doc/t1lib/t1lib_doc.pdf
|
||||
@dirrm share/doc/t1lib
|
||||
share/t1lib/t1lib.config
|
||||
@dirrm share/t1lib
|
||||
@dirrm share/doc/t1lib
|
||||
|
Loading…
Reference in New Issue
Block a user