head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2003.02.24.07.48.05;	author edwin;	state dead;
branches;
next	1.3;

1.3
date	2003.02.19.00.43.41;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.16.07.13.16;	author markp;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.01.23.24.54;	author arved;	state Exp;
branches;
next	;


desc
@@


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

PR:		ports/48549
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@--- Makefile.orig	Tue Feb 18 08:57:03 2003
+++ Makefile	Tue Feb 18 21:59:51 2003
@@@@ -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
@@@@ -76,10 +76,11 @@@@
 BINDIR = ${TOPDIR}/bin
 
 # CFLAGS etc..
-CC= gcc
-CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
+#CC= gcc
+#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
 ifdef SUPPORT_UTF16_ENCODINGS
 CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
 endif
@


1.3
log
@- upgrading tidy to 030217;
- upgrading docs to 030216;
- de-pkg-comment;
- SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS,
  and SUPPORT_ASIAN_ENCODINGS are enabled.

PR:		48441
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@@


1.2
log
@Update to 030208.

PR:		48286
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Sun Feb  9 08:57:03 2003
+++ Makefile	Thu Feb 13 21:34:14 2003
d14 10
a23 1
@@@@ -76,8 +76,9 @@@@
d33 2
a34 1
 # OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
d36 2
@


1.1
log
@Add tidy-devel after Repocopy from www/tidy

PR:             46620
Submitted by:   Thierry Thomas <thierry@@pompo.net>
@
text
@d1 4
a4 4
--- Makefile.orig	Sat Dec 14 08:57:02 2002
+++ Makefile	Sun Dec 29 22:35:20 2002
@@@@ -56,12 +56,12 @@@@
 SHELL=/bin/sh
d7 2
a8 2
-runinst_prefix=/usr
-devinst_prefix=/usr
d14 1
a14 6
-incinst = ${devinst_prefix}/include
+incinst = ${devinst_prefix}/include/tidy
 maninst = ${devinst_prefix}/man
 
 # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
@@@@ -74,8 +74,9 @@@@
@

