head	1.4;
access;
symbols
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.02.02.13.32.37;	author nork;	state dead;
branches;
next	1.3;

1.3
date	2002.03.31.06.08.08;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.30.17.15.23;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2000.07.25.01.18.43;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.2.1.

PR:		ports/47332
Submitted by:	Ports Fury
@
text
@--- gw/wml_compiler.c.orig	Sat Mar 30 22:08:15 2002
+++ gw/wml_compiler.c	Sat Mar 30 22:08:44 2002
@@@@ -21,10 +21,10 @@@@
 #include <string.h>
 #include <math.h>
 
-#include <xmlmemory.h>
-#include <parser.h>
-#include <tree.h>
-#include <debugXML.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/parser.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
 
 #include "gwlib/gwlib.h"
 #include "wml_compiler.h"
@


1.3
log
@Chase libxml2 includes to unbreak build
@
text
@@


1.2
log
@update to 1.0.
change maintainer.

PR:		24069,24194,24738
Submitted by:	Martti Kuparinen <martti.kuparinen@@piuha.net>
@
text
@d1 5
a5 5
--- configure.old      Mon Jul 24 19:52:35 2000
+++ configure  Mon Jul 24 19:52:57 2000
@@@@ -1028,35 +1028,6 @@@@
   echo "$ac_t""no" 1>&6
 fi
d7 11
a17 32
-
-
-ac_safe=`echo "/sbin/start-stop-daemon" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for /sbin/start-stop-daemon""... $ac_c" 1>&6
-echo "configure:1036: checking for /sbin/start-stop-daemon" >&5
-if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  if test "$cross_compiling" = yes; then
-    { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
-else
-  if test -r /sbin/start-stop-daemon; then
-    eval "ac_cv_file_$ac_safe=yes"
-  else
-    eval "ac_cv_file_$ac_safe=no"
-  fi
-fi
-fi
-if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
-else
-  echo "$ac_t""no" 1>&6
-STARTSTOPDAEMONSRC="utils/start-stop-daemon.c"
-fi
-
-
-
-
 echo $ac_n "checking for log in -lm""... $ac_c" 1>&6
 echo "configure:1062: checking for log in -lm" >&5
 ac_lib_var=`echo m'_'log | sed 'y%./+-%__p_%'`
@


1.1
log
@kannel installs dumb start-stop-daemon, that is absolutely unnecessary and
should not included in port. also it breaks the PLIST

PR: 20153
Submitted by: MAINTAINER
@
text
@@

