diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-10 20:59:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-10 20:59:53 +0000 |
commit | 18fc3eccb1e0bd814206f23952d4a5646ccaddd7 (patch) | |
tree | e7f94b4db03a41ac786e5b85cc3c9faa97fb6fd1 /graphics/lcms | |
parent | 9143d2efab7351e7a57253f0700e04d2f7fb1b23 (diff) | |
download | ports-18fc3eccb1e0bd814206f23952d4a5646ccaddd7.tar.gz ports-18fc3eccb1e0bd814206f23952d4a5646ccaddd7.zip |
Notes
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 7 | ||||
-rw-r--r-- | graphics/lcms/distinfo | 6 | ||||
-rw-r--r-- | graphics/lcms/files/patch-config | 15 |
3 files changed, 18 insertions, 10 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 795c4fb3a43d..88f27b31be30 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -6,21 +6,20 @@ # PORTNAME= lcms -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.15 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.littlecms.com/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= Light Color Management System -- a color management library USE_GNOME= gnomehack gnometarget lthack GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-jpeg --without-tiff -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e \ diff --git a/graphics/lcms/distinfo b/graphics/lcms/distinfo index 92fafd5066e9..0d9254a5257d 100644 --- a/graphics/lcms/distinfo +++ b/graphics/lcms/distinfo @@ -1,3 +1,3 @@ -MD5 (lcms-1.14.tar.gz) = 5a803460aeb10e762d97e11a37462a69 -SHA256 (lcms-1.14.tar.gz) = b19302d43ed5dadbb4ae3460b19250ec2ad616e6fcc132d4f4578195da5d77a9 -SIZE (lcms-1.14.tar.gz) = 669519 +MD5 (lcms-1.15.tar.gz) = 76c921973fdea4f880944a024197f924 +SHA256 (lcms-1.15.tar.gz) = 930ef7de15eb028c1cdbfe3f1170aaa1d5b0b4d45a8fa496d944216e155122c2 +SIZE (lcms-1.15.tar.gz) = 777834 diff --git a/graphics/lcms/files/patch-config b/graphics/lcms/files/patch-config index 9236abc18b51..e68979f93620 100644 --- a/graphics/lcms/files/patch-config +++ b/graphics/lcms/files/patch-config @@ -1,6 +1,6 @@ ---- include/lcms.h.orig Sun Dec 21 00:00:11 2003 -+++ include/lcms.h Sun May 23 12:14:22 2004 -@@ -52,7 +52,13 @@ +--- include/lcms.h.orig Sat Nov 26 17:23:47 2005 ++++ include/lcms.h Mon Aug 7 21:28:13 2006 +@@ -47,7 +47,13 @@ // Uncomment this one if you are using big endian machines (only meaningful // when NON_WINDOWS is used) @@ -15,3 +15,12 @@ // Uncomment this one if your compiler/machine does support the // "long long" type This will speedup fixed point math. (USE_C only) +@@ -134,7 +140,7 @@ + #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) + # include <sys/types.h> + # define USE_INT64 1 +-# define LCMSSLONGLONG int_64_t ++# define LCMSSLONGLONG int64_t + # define LCMSULONGLONG u_int64_t + #endif + |