mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 2.2.1
PR: 138906 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
77a728f0d5
commit
457298be1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241693
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= cfdg
|
||||
PORTVERSION= 2.1
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= graphics math
|
||||
MASTER_SITES= http://www.contextfreeart.org/download/
|
||||
MASTER_SITES= http://www.contextfreeart.org/download/ \
|
||||
http://glyphic.s3.amazonaws.com/cfa/download/
|
||||
DISTNAME= ContextFreeSource${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ContextFreeSource2.1.tgz) = 477242e74c4f953ceca7bf06e944a46e
|
||||
SHA256 (ContextFreeSource2.1.tgz) = 041a67e34292c898890568fe7236eaafd1608d196951bdaccedeb2275ca198b4
|
||||
SIZE (ContextFreeSource2.1.tgz) = 1363136
|
||||
MD5 (ContextFreeSource2.2.1.tgz) = e9cc2acb195aaa1098781d061e0a4311
|
||||
SHA256 (ContextFreeSource2.2.1.tgz) = e4a23cb0f844e1d58cb85ca62c6970cd6c7549d5bccd067b83d611583465c3fd
|
||||
SIZE (ContextFreeSource2.2.1.tgz) = 1606247
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.orig 2007-04-29 08:51:20.000000000 +0300
|
||||
+++ Makefile 2008-03-14 21:17:24.000000000 +0200
|
||||
@@ -52,7 +52,7 @@
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -54,7 +54,7 @@ $(OBJS): $(OBJ_DIR)/Sentry
|
||||
# Under Cygwin replace strip $@ with strip $@.exe
|
||||
|
||||
cfdg: $(OBJS)
|
||||
@ -9,12 +9,12 @@
|
||||
strip $@
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
@@ -105,7 +105,7 @@ $(OUTPUT_DIR)/rtest-2k.png: cfdg $(RTEST_CFDG)
|
||||
#
|
||||
|
||||
CPPFLAGS += $(patsubst %,-I%,$(INC_DIRS))
|
||||
-CPPFLAGS += -O3
|
||||
+CPPFLAGS += `libpng-config --cflags`
|
||||
-CPPFLAGS += -O3 -Wall
|
||||
+CPPFLAGS += -Wall `libpng-config --cflags`
|
||||
#CPPFLAGS += -ggdb
|
||||
|
||||
$(OBJ_DIR)/%.o : %.cpp
|
||||
|
@ -6,7 +6,6 @@ bin/cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ciliasun.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo1.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo2.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dong.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/funky_flower.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i_curves.cfdg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/i_pix.cfdg
|
||||
|
Loading…
Reference in New Issue
Block a user