head	1.9;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2008.06.22.09.15.43;	author thierry;	state Exp;
branches;
next	1.8;

1.8
date	2007.02.03.22.35.20;	author thierry;	state Exp;
branches;
next	1.7;

1.7
date	2006.03.22.09.06.44;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.07.14.21.15.25;	author thierry;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.09.12.50.08;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.02.20.43.17;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.08.23.16.32;	author thierry;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.05.14.20.15;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.24.07.48.05;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Upgrade tidy-devel and tidy-lib to a snapshot of 18 June 2008.

This adds anchor-as-name.
@
text
@--- build/gmake/Makefile.orig	2008-03-22 22:13:38.000000000 +0100
+++ build/gmake/Makefile	2008-06-21 15:52:41.000000000 +0200
@@@@ -58,8 +58,8 @@@@
 PROJECT=tidy
 
 # Installation variables.  Spaces OK, only dir create and file copy operations.
-runinst_prefix=/usr/local
-devinst_prefix=/usr/local
+runinst_prefix=${PREFIX}
+devinst_prefix=${PREFIX}
 
 bininst = ${runinst_prefix}/bin
 libinst = ${devinst_prefix}/lib
@@@@ -67,7 +67,7 @@@@
 maninst = ${devinst_prefix}/man
 
 # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
-TOPDIR = ../..
+TOPDIR = .
 INCDIR = ${TOPDIR}/include
 APPDIR = ${TOPDIR}/console
 SRCDIR = ${TOPDIR}/src
@@@@ -90,8 +90,8 @@@@
 # CFLAGS etc..
 # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
 # disabled.
-CC= gcc
-CFLAGS= -g -pedantic -Wall -I $(INCDIR)
+#CC= gcc
+CFLAGS+= -pedantic -Wall -I $(INCDIR) -fPIC
 # flags only supported with gcc 3.x
 CFLAGS += -Wunused-parameter
 
@


1.8
log
@- The latest version of tidy is exclusively available through CVS
	=> use a snapshot from CVS;

  Changelog at <http://tidy.sourceforge.net/#news>

- Pet portlint;

- Add a regression-test target.
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Sun Jan 21 21:20:58 2007
+++ build/gmake/Makefile	Sat Feb  3 17:35:37 2007
d28 1
a28 1
-CFLAGS= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
d30 1
a30 1
+CFLAGS+= -g -pedantic -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) -fPIC
@


1.7
log
@- Toss in -fPIC, upcoming pecl-tidy wants to link this

Approved by:	thierry (maintainer)
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Thu Jul 14 08:58:05 2005
+++ build/gmake/Makefile	Thu Jul 14 22:57:37 2005
d23 1
a23 1
@@@@ -79,8 +79,8 @@@@
d28 1
a28 1
-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
d30 1
a30 1
+CFLAGS+= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR) -fPIC
d32 1
a32 1
 # CFLAGS += -Wunused-parameter
@


1.6
log
@Upgrade to 050713.
@
text
@d30 1
a30 1
+CFLAGS+= -g -Wall -Wno-switch -Wno-parentheses -I $(INCDIR)
@


1.5
log
@Upgrade to 050408.
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Sat Apr  9 08:58:09 2005
+++ build/gmake/Makefile	Sat Apr  9 14:28:21 2005
d23 1
a23 1
@@@@ -78,14 +78,14 @@@@
a33 7
 OTHERCFLAGS=
 OTHERCFLAGS+= -D_DEBUG=1
-# 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
 ifdef SUPPORT_UTF16_ENCODINGS
 CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
 endif
@


1.4
log
@Upgrade to 050324.
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Fri Mar 25 08:58:05 2005
+++ build/gmake/Makefile	Sat Apr  2 22:31:51 2005
d30 1
a30 1
+CFLAGS+= -I $(INCDIR)
d34 2
a35 2
-OTHERCFLAGS=
-OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1
d37 1
a37 3
+#OTHERCFLAGS=
+#OTHERCFLAGS+= -D_DEBUG=1 -DHAS_VSNPRINTF=1
+OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1
@


1.3
log
@Upgrade to 050307.
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Tue Mar  8 08:58:10 2005
+++ build/gmake/Makefile	Tue Mar  8 23:50:24 2005
d23 1
a23 1
@@@@ -78,12 +78,12 @@@@
d28 1
a28 1
-CFLAGS= -g -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
d31 2
d39 1
a39 1
+OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1
@


1.2
log
@Upgrade to 050304.
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Sat Mar  5 08:58:04 2005
+++ build/gmake/Makefile	Sat Mar  5 14:34:37 2005
d23 1
a23 3
@@@@ -76,12 +76,13 @@@@
 BINDIR = ${TOPDIR}/bin
 
d25 2
d28 1
a28 1
-CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
a29 1
+#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
d37 1
a37 1
+OTHERCFLAGS+= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1 -DHAS_VSNPRINTF=1
@


1.1
log
@www/tidy-devel: upgrading to 030220

PR:		ports/48549
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d1 2
a2 2
--- build/gmake/Makefile.orig	Tue Feb 18 08:57:03 2003
+++ build/gmake/Makefile	Wed Feb 19 22:17:12 2003
d23 1
a23 1
@@@@ -76,10 +76,11 @@@@
d33 6
a38 2
-# 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
@

