diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-02 20:43:17 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-02 20:43:17 +0000 |
commit | 3893dccbb77368d8e11a3c068960a96c4e197f41 (patch) | |
tree | a7c614664640dddeeffa1304aff2c985281f36f6 /www | |
parent | 4b6ea48b90805fc933d78a97e435198ed0303522 (diff) | |
download | FreeBSD-ports-3893dccbb77368d8e11a3c068960a96c4e197f41.zip FreeBSD-ports-3893dccbb77368d8e11a3c068960a96c4e197f41.tar.gz |
Upgrade to 050324.
Diffstat (limited to 'www')
-rw-r--r-- | www/tidy-devel/Makefile | 2 | ||||
-rw-r--r-- | www/tidy-devel/distinfo | 4 | ||||
-rw-r--r-- | www/tidy-devel/files/patch-build_gmake_Makefile | 12 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 344d219..f1ff621 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= tidy -PORTVERSION= 050317 +PORTVERSION= 050324 CATEGORIES= www MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ http://tidy.sourceforge.net/docs/:docs diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo index 40216e9..dcb40c5 100644 --- a/www/tidy-devel/distinfo +++ b/www/tidy-devel/distinfo @@ -1,4 +1,4 @@ -MD5 (tidy_src_050317.tgz) = a617147217e15b4ebccce30d3e79c134 -SIZE (tidy_src_050317.tgz) = 246062 +MD5 (tidy_src_050324.tgz) = 94b5825afab39eed91c2c449b20afd52 +SIZE (tidy_src_050324.tgz) = 246252 MD5 (tidy_docs_050310.tgz) = 00808694ad7cb21a7c40387423f60993 SIZE (tidy_docs_050310.tgz) = 152986 diff --git a/www/tidy-devel/files/patch-build_gmake_Makefile b/www/tidy-devel/files/patch-build_gmake_Makefile index 49e6094..f8108af 100644 --- a/www/tidy-devel/files/patch-build_gmake_Makefile +++ b/www/tidy-devel/files/patch-build_gmake_Makefile @@ -1,5 +1,5 @@ ---- build/gmake/Makefile.orig Tue Mar 8 08:58:10 2005 -+++ build/gmake/Makefile Tue Mar 8 23:50:24 2005 +--- build/gmake/Makefile.orig Fri Mar 25 08:58:05 2005 ++++ build/gmake/Makefile Sat Apr 2 22:31:51 2005 @@ -58,8 +58,8 @@ PROJECT=tidy @@ -20,21 +20,23 @@ INCDIR = ${TOPDIR}/include APPDIR = ${TOPDIR}/console SRCDIR = ${TOPDIR}/src -@@ -78,12 +78,12 @@ +@@ -78,14 +78,14 @@ # CFLAGS etc.. # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 # disabled. -CC= gcc --CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR) +-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) +#CC= gcc +CFLAGS+= -I $(INCDIR) + # flags only supported with gcc 3.x + # CFLAGS += -Wunused-parameter -OTHERCFLAGS= -OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1 -# OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 +#OTHERCFLAGS= +#OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1 -+OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1 ++OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1 ifdef SUPPORT_UTF16_ENCODINGS CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS) endif |