head	1.5;
access;
symbols
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2009.01.10.22.58.13;	author wxs;	state dead;
branches;
next	1.4;

1.4
date	2008.03.26.23.28.45;	author gahr;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.19.00.28.37;	author gahr;	state Exp;
branches;
next	1.2;

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

1.1
date	2004.05.09.22.54.54;	author pav;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Downgrade to 2.0.12 (current version is broken)
- Pass maintainer to submitter

PR:		ports/129235
Submitted by:	rodrigo@@bebik.net
@
text
@--- configure.orig	2001-06-18 00:44:29.000000000 +0200
+++ configure	2008-03-26 11:21:24.000000000 +0100
@@@@ -601,7 +601,6 @@@@
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 eval "dir=$prefix"
 case $dir in
-    *wml* ) libsubdir= ;;
         * ) libsubdir="/wml" ;;
 esac
 
@@@@ -1265,7 +1264,7 @@@@
 
 dummy:
 	@@echo INSTALLPRIVLIB=`echo $(INSTALLPRIVLIB) | $(abs2prefix)`
-	@@echo INSTALLARCHLIB=`echo $(INSTALLARCHLIB) | $(abs2prefix)`
+	@@echo INSTALLARCHLIB=`echo $(INSTALLPRIVLIB) | $(abs2prefix)`/$(PERL_ARCH)
 };
 }
 EOT
@


1.4
log
@- Fix plist

Approved by:	miwi (mentor)
@
text
@@


1.3
log
@- Update to 2.1a2

Approved by:	miwi (mentor)
@
text
@d1 11
a11 3
--- configure.orig	Fri Oct 18 23:44:21 2002
+++ configure	Thu Aug  5 23:40:57 2004
@@@@ -2740,7 +2740,7 @@@@
@


1.2
log
@Don't spawn a process to run perl, but install perl arch-dependent files
in a standard directory.

PR:		ports/70091
Submitted by:	myself
Approved by:	maintainer.
@
text
@a2 9
@@@@ -1170,7 +1170,7 @@@@
     esac
     case " $ac_configure_args " in
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
+      # *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
     esac
   fi
 done
@


1.1
log
@- Update to 2.0.9
- Now works on perl 5.8
- Pass maintainership over to submitter

PR:		ports/66370
Submitted by:	Christian Lackas <delta@@lackas.net>
@
text
@d1 2
a2 2
--- configure.orig	Sat May  8 01:58:52 2004
+++ configure	Sat May  8 01:58:59 2004
d12 9
@

