diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-03 20:42:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-03 20:42:59 +0000 |
commit | 976d41d5b051bd89aa32b53e538a00ffd2b84641 (patch) | |
tree | d3c67ae0a28d9a72cd6635305854b92a1eec1ae9 /graphics/cimg | |
parent | dcf2d2ebbe89c972e7c353a3310dcdd587acae2c (diff) | |
download | ports-976d41d5b051bd89aa32b53e538a00ffd2b84641.tar.gz ports-976d41d5b051bd89aa32b53e538a00ffd2b84641.zip |
Notes
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 3 | ||||
-rw-r--r-- | graphics/cimg/distinfo | 4 | ||||
-rw-r--r-- | graphics/cimg/files/patch-examples::Makefile | 12 | ||||
-rw-r--r-- | graphics/cimg/pkg-plist | 5 |
4 files changed, 9 insertions, 15 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 1b889d90d29f..34cbaeb88a33 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cimg -DISTVERSION= 1_08 -PORTREVISION= 1 +DISTVERSION= 1-09 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index 4b670fcb80e1..75874aebb858 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,2 +1,2 @@ -MD5 (CImg-1_08.zip) = bd2016bfa2004c31dd45e3497eb2879f -SIZE (CImg-1_08.zip) = 6819912 +MD5 (CImg-1-09.zip) = 2fa22322feddc8a8ee22684b6fcedd04 +SIZE (CImg-1-09.zip) = 2834958 diff --git a/graphics/cimg/files/patch-examples::Makefile b/graphics/cimg/files/patch-examples::Makefile index 4e521803bc5e..aeada6f928c3 100644 --- a/graphics/cimg/files/patch-examples::Makefile +++ b/graphics/cimg/files/patch-examples::Makefile @@ -1,15 +1,15 @@ ---- examples/Makefile.orig Tue Mar 15 16:20:14 2005 -+++ examples/Makefile Tue Mar 15 22:23:09 2005 +--- examples/Makefile.orig Thu Jun 2 08:51:07 2005 ++++ examples/Makefile Thu Jun 2 22:49:16 2005 @@ -7,16 +7,16 @@ # ----------------------------------------------------------------------------------- # Set correct variables and paths -CC = g++ -X11PATH = /usr/X11R6 --CFLAGS = -O2 -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include +-CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include +CC = $(CXX) +#X11PATH = /usr/X11R6 -+#CFLAGS = -O2 -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include ++#CFLAGS = -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include # Compilation rules .cpp: @@ -19,9 +19,9 @@ - $(CC) -o $* $< $(CFLAGS) $(LDFLAGS) + $(CC) -o $* $< $(CPPFLAGS) -Wall -ansi -pedantic -ffast-math -I$(X11PATH)/include -lX11 -L$(X11PATH)/lib $(LDFLAGS) linux: - make "LDFLAGS=-lpthread -lX11 -L$(X11PATH)/lib" all + make "LDFLAGS=-lm -lpthread -lX11 -L$(X11PATH)/lib" all solaris: -@@ -40,6 +40,7 @@ +@@ -41,6 +41,7 @@ clean: rm -f *.exe *~ \ diff --git a/graphics/cimg/pkg-plist b/graphics/cimg/pkg-plist index 3c2f4ac11b71..b7938b661579 100644 --- a/graphics/cimg/pkg-plist +++ b/graphics/cimg/pkg-plist @@ -10,7 +10,6 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/head_reference.html %%PORTDOCS%%%%DOCSDIR%%/img/CImgLogo.jpg %%PORTDOCS%%%%DOCSDIR%%/img/CImgLogo2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/CImgLogo3.jpg %%PORTDOCS%%%%DOCSDIR%%/img/FAQ_item.jpg %%PORTDOCS%%%%DOCSDIR%%/img/LastNews.jpg %%PORTDOCS%%%%DOCSDIR%%/img/download_item.jpg @@ -147,8 +146,6 @@ include/CImg.h %%PORTDOCS%%%%EXAMPLESDIR%%/img/enemy8.png %%PORTDOCS%%%%EXAMPLESDIR%%/img/enemy9.png %%PORTDOCS%%%%EXAMPLESDIR%%/img/foot.ppm -%%PORTDOCS%%%%EXAMPLESDIR%%/img/head_face.raw -%%PORTDOCS%%%%EXAMPLESDIR%%/img/head_point.raw %%PORTDOCS%%%%EXAMPLESDIR%%/img/heart.png %%PORTDOCS%%%%EXAMPLESDIR%%/img/lena.pgm %%PORTDOCS%%%%EXAMPLESDIR%%/img/light3d.ppm @@ -160,12 +157,10 @@ include/CImg.h %%PORTDOCS%%%%EXAMPLESDIR%%/img/sh1r.pgm %%PORTDOCS%%%%EXAMPLESDIR%%/img/title.jpg %%PORTDOCS%%%%EXAMPLESDIR%%/img/tomato.png -%%PORTDOCS%%%%EXAMPLESDIR%%/img/trees.inr %%PORTDOCS%%%%EXAMPLESDIR%%/inrcast.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/mcf_levelsets.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/odykill.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/pde_TschumperleDeriche2D.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/pde_TschumperleDeriche3D.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/pde_heatflow2D.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/pslider.cpp %%PORTDOCS%%%%EXAMPLESDIR%%/render3d.cpp |