updated to png-1.0.0

This commit is contained in:
jason 1998-03-13 00:37:52 +00:00
parent e7a338bcf5
commit 08aa5bbd99
4 changed files with 13 additions and 13 deletions

View File

@ -1,20 +1,20 @@
# OpenBSD makefile for: PNG images library
# Version required: 0.96
# Version required: 1.0.0
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.3 1998/02/12 14:38:32 niklas Exp $
# $OpenBSD: Makefile,v 1.4 1998/03/13 00:37:52 jason Exp $
#
DISTNAME= libpng-0.96
PKGNAME= png-0.96
DISTNAME= libpng-1.0.0
PKGNAME= png-1.0.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
EXTRACT_SUFX= .tgz
MAINTAINER= angelos@openbsd.org
MAKEFILE= makefile
pre-patch:
cp ${WRKSRC}/scripts/makefile.std $(WRKSRC)/Makefile
post-install:
${LDCONFIG} -m ${PREFIX}/lib

View File

@ -1 +1 @@
MD5 (libpng-0.96.tgz) = 285eac49f334e8c82a7dad41c2850115
MD5 (libpng-1.0.0.tar.gz) = a79584330d96a6def9b84be73b9a8d48

View File

@ -1,5 +1,5 @@
*** makefile.orig Fri May 16 01:53:30 1997
--- makefile Wed Feb 4 10:32:36 1998
*** scripts/makefile.std Sat Mar 7 15:12:04 1998
--- Makefile Tue Mar 10 02:46:31 1998
***************
*** 5,33 ****
# Where the zlib library and include files are located
@ -29,7 +29,7 @@
$(RANLIB) $@
pngtest: pngtest.o libpng.a
$(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
$(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
--- 5,48 ----
# Where the zlib library and include files are located
@ -38,7 +38,7 @@
! #ZLIBLIB=../zlib
! #ZLIBINC=../zlib
! VER=0.96
! VER=1.0
! #CC=cc
! #CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
! LDFLAGS=-L. -lpng -lz -lm -static
@ -74,7 +74,7 @@
+ .endif
+
pngtest: pngtest.o libpng.a
$(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
$(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
***************
*** 37,48 ****

View File

@ -2,5 +2,5 @@ include/png.h
include/pngconf.h
lib/libpng.a
@exec ranlib %D/%F
lib/libpng.so.0.96
lib/libpng.so.1.0
@exec /sbin/ldconfig -m %B