aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-03-05 14:20:15 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-03-05 14:20:15 +0000
commit240e6c7b8fb311a8fc6ba6e7f75b73d39a7bed1b (patch)
treef5df335b6f8e221c23d2337c2a73e8db4fd7071a /www
parent76a4bcbb0c8250ad8d688f9899f97e5b0b9c3941 (diff)
downloadports-240e6c7b8fb311a8fc6ba6e7f75b73d39a7bed1b.tar.gz
ports-240e6c7b8fb311a8fc6ba6e7f75b73d39a7bed1b.zip
Upgrade to 050304.
Notes
Notes: svn path=/head/; revision=130410
Diffstat (limited to 'www')
-rw-r--r--www/tidy-devel/Makefile4
-rw-r--r--www/tidy-devel/distinfo8
-rw-r--r--www/tidy-devel/files/patch-build_gmake_Makefile14
3 files changed, 15 insertions, 11 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index 394d8d592f91..51cc4a00ede0 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= tidy
-PORTVERSION= 050303
+PORTVERSION= 050304
CATEGORIES= www
MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
http://tidy.sourceforge.net/docs/:docs
@@ -43,7 +43,7 @@ MAN1= tidy.1
.endif
.if !defined(NOPORTDOCS)
-DOCVER= 041206
+DOCVER= 050303
DISTFILES+= tidy_docs_${DOCVER}${EXTRACT_SUFX}:docs
DOCFILES= Overview.html faq.html grid.gif pending.html \
quickref.html release-notes.html tidy.css tidy.gif
diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo
index c85f3719f7e5..214ad4b74782 100644
--- a/www/tidy-devel/distinfo
+++ b/www/tidy-devel/distinfo
@@ -1,4 +1,4 @@
-MD5 (tidy_src_050303.tgz) = f320b0e6d7309dfa0ddcb5e186fc241d
-SIZE (tidy_src_050303.tgz) = 244943
-MD5 (tidy_docs_041206.tgz) = 4ac92cbb22d86ae1a42c3d56b6c3f424
-SIZE (tidy_docs_041206.tgz) = 152804
+MD5 (tidy_src_050304.tgz) = 04d7a7d601b321f2f4ec465fbcaac094
+SIZE (tidy_src_050304.tgz) = 245007
+MD5 (tidy_docs_050303.tgz) = 0fc0d02335cdeb945b02c6907850ba5d
+SIZE (tidy_docs_050303.tgz) = 153042
diff --git a/www/tidy-devel/files/patch-build_gmake_Makefile b/www/tidy-devel/files/patch-build_gmake_Makefile
index 93d71b5ecee7..cfa1c5c6ead5 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 Feb 18 08:57:03 2003
-+++ build/gmake/Makefile Wed Feb 19 22:17:12 2003
+--- build/gmake/Makefile.orig Sat Mar 5 08:58:04 2005
++++ build/gmake/Makefile Sat Mar 5 14:34:37 2005
@@ -58,8 +58,8 @@
PROJECT=tidy
@@ -20,7 +20,7 @@
INCDIR = ${TOPDIR}/include
APPDIR = ${TOPDIR}/console
SRCDIR = ${TOPDIR}/src
-@@ -76,10 +76,11 @@
+@@ -76,12 +76,13 @@
BINDIR = ${TOPDIR}/bin
# CFLAGS etc..
@@ -30,8 +30,12 @@
+#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
+CFLAGS+= -I $(INCDIR)
--# OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=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
++#OTHERCFLAGS=
++#OTHERCFLAGS+= -D_DEBUG=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