Upgrade from 1.0.5 to 1.0.6.

This commit is contained in:
Mikhail Teterin 2004-03-08 17:23:00 +00:00
parent 51f27cec12
commit 0f610348e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103325
4 changed files with 4 additions and 12 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= libmng
PORTVERSION= 1.0.5
PORTREVISION= 1
PORTVERSION= 1.0.6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.libmng.com/download/

View file

@ -1 +1,2 @@
MD5 (libmng-1.0.5.tar.gz) = e4f8f11231f01aa540a9b99251ab8bb6
MD5 (libmng-1.0.6.tar.gz) = af6768923295f486fe982ae53491b826
SIZE (libmng-1.0.6.tar.gz) = 491434

View file

@ -5,8 +5,7 @@ NOPROFILE= yes
SHLIB_MAJOR?= 1
SHLIB_MINOR?= 0
LOBJS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V libmng_la_OBJECTS
SRCS= ${LOBJS:.lo=.c}
SRCS!= ${MAKE} -f ${.CURDIR}/makefiles/makefile.unix -V SOURCES
CFLAGS+= -I${INCDIR} -DMNG_FULL_CMS -DMNG_BUILD_SO

View file

@ -1,7 +0,0 @@
--- libmng_types.h Sat Mar 1 11:08:45 2003
+++ libmng_types.h Mon Mar 24 13:47:52 2003
@@ -157,3 +157,3 @@
#endif
-#if defined(WIN32) || defined(linux) /* different header locations */
+#if defined(WIN32) || defined(linux) || defined(__FreeBSD__)
#include "lcms.h"