diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-19 14:35:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-19 14:35:07 +0000 |
commit | b7ee491fdaf60a77dfe75350ca6fdc76be680886 (patch) | |
tree | 14d3c17e235048f14106ea7a8a58a3ac50b54e72 /graphics/cimg | |
parent | 6a9f73102a45b125c1f356af31b2fd8ec20a014c (diff) | |
download | ports-b7ee491fdaf60a77dfe75350ca6fdc76be680886.tar.gz ports-b7ee491fdaf60a77dfe75350ca6fdc76be680886.zip |
Notes
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 4 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 6 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples::Makefile | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index e2e78c7718aa..f8e61280c7fd 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cimg -DISTVERSION= 1-14 -PORTREVISION= 1 +DISTVERSION= 1-15 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -70,6 +69,7 @@ do-install: ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} @(cd ${EXAMPLESDIR} && ${MAKE} clean) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} ${EXAMPLESDIR} + ${FIND} ${DOCSDIR} ${EXAMPLESDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; .endif .include <bsd.port.mk> diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index cdd4bdc5be76..e7cdd9374cbe 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,3 +1,3 @@ -MD5 (CImg-1-14.zip) = 70d01cb7b2e770c989af3f88b369d9ce -SHA256 (CImg-1-14.zip) = c0741292b489608356611944acf3295f9870f34f72dce05042d969d20bbd31a3 -SIZE (CImg-1-14.zip) = 3352035 +MD5 (CImg-1-15.zip) = e76015a3c30bf59c7171846c4c24f77c +SHA256 (CImg-1-15.zip) = db5e75d64cee640d1f825b4f1670b7c5bc6d6f58e548f8cfed2edbfccc93fc57 +SIZE (CImg-1-15.zip) = 3495302 diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile index 61d8a3bdfb62..f745d27d3a82 100644 --- a/graphics/cimg/files/patch-examples::Makefile +++ b/graphics/cimg/files/patch-examples::Makefile @@ -1,18 +1,18 @@ ---- examples/Makefile.orig Thu May 18 15:11:56 2006 -+++ examples/Makefile Thu May 18 21:04:55 2006 +--- examples/Makefile.orig Wed Jul 19 09:41:26 2006 ++++ examples/Makefile Wed Jul 19 14:31:27 2006 @@ -7,10 +7,10 @@ # ----------------------------------------------------------------------------------- # Set correct variables and paths -CC = g++ -X11PATH = /usr/X11R6 --CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include +-CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include -LDFLAGS = -lm +CC = $(CXX) +#X11PATH = /usr/X11R6 -+#CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include ++#CFLAGS = -Wall -W -ansi -pedantic -ffast-math -I$(X11PATH)/include +#LDFLAGS = -lm - CIMGVER = 1.14 + CIMGVER = 1.15 CIMGFILES = CImg_demo \ @@ -38,7 +38,7 @@ |