[60402] trunk/dports/www/wml

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Nov 10 19:07:16 PST 2009


Revision: 60402
          http://trac.macports.org/changeset/60402
Author:   macsforever2000 at macports.org
Date:     2009-11-10 19:07:12 -0800 (Tue, 10 Nov 2009)
Log Message:
-----------
Update to version 2.0.11. Fix build error. (#12582). Add homepage.

Modified Paths:
--------------
    trunk/dports/www/wml/Portfile

Added Paths:
-----------
    trunk/dports/www/wml/files/patch-configure
    trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-configure

Removed Paths:
-------------
    trunk/dports/www/wml/files/patch-wml_aux-tidy-Makefile.in
    trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-configure
    trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-src-Makefile.in
    trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-eperl_proto.h
    trunk/dports/www/wml/files/patch-wml_include-des-imgbg.src
    trunk/dports/www/wml/files/patch-wml_include-des-imgdot.src

Modified: trunk/dports/www/wml/Portfile
===================================================================
--- trunk/dports/www/wml/Portfile	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/Portfile	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,26 +1,28 @@
 # $Id$
 
 PortSystem 1.0
+
 name			wml
-version			2.0.9
+version			2.0.11
 platforms		darwin
 categories		www lang
 maintainers		nomaintainer
+
 description		Website META Language
 long_description	WML is a free and extensible Webdesigner's \
 			off-line HTML generation toolkit for Unix
+
+homepage        http://thewml.org/
 master_sites		http://thewml.org/distrib/ \
 			ftp://thewml.org/distrib/
 
-checksums		md5 a7c9da3b58f7e40706e3c29c37b4822b
-patchfiles		patch-wml_aux-tidy-Makefile.in \
-				patch-wml_backend-p2_mp4h-configure \
-				patch-wml_backend-p2_mp4h-src-Makefile.in \
-				patch-wml_backend-p3_eperl-eperl_proto.h \
-				patch-wml_include-des-imgbg.src \
-				patch-wml_include-des-imgdot.src
+checksums		md5 a26feebf4e59e9a6940f54c69dde05b5
 
+patchfiles  patch-configure \
+            patch-wml_backend-p3_eperl-configure
+
 depends_lib		port:gdbm port:gettext port:libiconv
+depends_build		port:lynx
 
 configure.args	--with-perl=${prefix}/bin/perl --without-modules \
 				--with-cc=${configure.cc}

Added: trunk/dports/www/wml/files/patch-configure
===================================================================
--- trunk/dports/www/wml/files/patch-configure	                        (rev 0)
+++ trunk/dports/www/wml/files/patch-configure	2009-11-11 03:07:12 UTC (rev 60402)
@@ -0,0 +1,30 @@
+--- configure.orig	2009-10-03 18:53:20.000000000 -0500
++++ configure	2009-10-03 18:58:01.000000000 -0500
+@@ -1199,6 +1199,7 @@
+ 
+ # Check that the precious variables saved in the cache have kept the same
+ # value.
++ac_precious_variables=
+ ac_cache_corrupted=false
+ for ac_var in `(set) 2>&1 |
+ 	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+@@ -1236,7 +1237,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_precious_variables="$ac_precious_variables '$ac_arg'" ;;
+     esac
+   fi
+ done
+@@ -3536,8 +3537,8 @@
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
+ if \$ac_cs_recheck; then
+-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
++  echo "running $SHELL " $ac_precious_variables " $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
++  exec $SHELL $ac_precious_variables $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+ fi
+ 
+ _ACEOF

Deleted: trunk/dports/www/wml/files/patch-wml_aux-tidy-Makefile.in
===================================================================
--- trunk/dports/www/wml/files/patch-wml_aux-tidy-Makefile.in	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_aux-tidy-Makefile.in	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,11 +0,0 @@
---- wml_aux/tidy/Makefile.in	2000-03-12 21:57:00.000000000 +0100
-+++ wml_aux/tidy/Makefile.in	2005-11-29 21:59:15.000000000 +0100
-@@ -2,7 +2,7 @@
- 
- @SET_MAKE@
- CC= @CC@
--CFLAGS= @CFLAGS@
-+CFLAGS= -D__FreeBSD__ @CFLAGS@
- 
- OFILES = \
-    attrs.o         istack.o        parser.o        tags.o \

Deleted: trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-configure
===================================================================
--- trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-configure	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-configure	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,11 +0,0 @@
---- wml_backend/p2_mp4h/configure	2002-10-18 01:33:13.000000000 +0200
-+++ wml_backend/p2_mp4h/configure	2005-11-29 21:59:15.000000000 +0100
-@@ -10679,7 +10679,7 @@
-     #        cross-compilation, but unfortunately the echo tests do not
-     #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
-     #	     `"' quotes if we put them in here... so don't!
--    archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
-+    archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
-     # We need to add '_' to the symbols in $export_symbols first
-     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
-     hardcode_direct=yes

Deleted: trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-src-Makefile.in
===================================================================
--- trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-src-Makefile.in	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_backend-p2_mp4h-src-Makefile.in	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,11 +0,0 @@
---- wml_backend/p2_mp4h/src/Makefile.in	2002-10-18 01:32:07.000000000 +0200
-+++ wml_backend/p2_mp4h/src/Makefile.in	2005-11-29 21:59:15.000000000 +0100
-@@ -131,7 +131,7 @@
-   macro.c $(MODULE_C) mp4h.c output.c path.c symtab.c
- 
- @LOADABLE_MODULES_TRUE at mp4h_LDFLAGS = -export-dynamic
--mp4h_LDADD = -lm $(top_builddir)/lib/libmp4h.a $(top_builddir)/pcre/libpcre.a @INTLLIBS@
-+mp4h_LDADD = $(top_builddir)/lib/libmp4h.a $(top_builddir)/pcre/libpcre.a @INTLLIBS@
- 
- include_HEADERS = mp4h.h
- noinst_HEADERS = builtin.h ltdl.h

Added: trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-configure
===================================================================
--- trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-configure	                        (rev 0)
+++ trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-configure	2009-11-11 03:07:12 UTC (rev 60402)
@@ -0,0 +1,11 @@
+--- wml_backend/p3_eperl/configure.orig	2009-10-03 19:12:29.000000000 -0500
++++ wml_backend/p3_eperl/configure	2009-10-03 19:12:45.000000000 -0500
+@@ -678,7 +678,7 @@
+ #define HAVE_PERL_DYNALOADER 1
+ EOF
+ 
+-        perl_dla=$perl_archlib/auto/DynaLoader/DynaLoader.a
++        perl_dla=$perl_archlib/CORE/libperl.a
+         ;;
+     * )
+         rc=no

Deleted: trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-eperl_proto.h
===================================================================
--- trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-eperl_proto.h	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_backend-p3_eperl-eperl_proto.h	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,11 +0,0 @@
---- wml_backend/p3_eperl/eperl_proto.h	2002-10-18 23:48:38.000000000 +0200
-+++ wml_backend/p3_eperl/eperl_proto.h	2005-11-29 21:59:15.000000000 +0100
-@@ -35,6 +35,8 @@
- #ifndef EPERL_PROTO_H
- #define EPERL_PROTO_H 1
- 
-+#include "eperl_getopt.h"
-+
- /*_BEGIN_PROTO_*/
- 
- /* eperl_main.c */

Deleted: trunk/dports/www/wml/files/patch-wml_include-des-imgbg.src
===================================================================
--- trunk/dports/www/wml/files/patch-wml_include-des-imgbg.src	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_include-des-imgbg.src	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,26 +0,0 @@
---- wml_include/des/imgbg.src	2001-10-28 23:16:33.000000000 +0100
-+++ wml_include/des/imgbg.src	2005-11-29 21:59:15.000000000 +0100
-@@ -13,7 +13,7 @@
- 
- <protect pass=2>
- <:
--use WML::GD;
-+use GD;
- 
- #   general function for creating the image
- sub imgbg {
-@@ -48,12 +48,12 @@
-         $x = 0;
-         if ($direction eq 'h') {
-             #   horizontal image
--            $im = new WML::GD::Image($size, $pixels);
-+            $im = new GD::Image($size, $pixels);
-             $dx = 1;
-             $dy = 0;
-         } else {
-             #   vertical image
--            $im = new WML::GD::Image($pixels, $size);
-+            $im = new GD::Image($pixels, $size);
-             $dx = 0;
-             $dy = 1;
-         }

Deleted: trunk/dports/www/wml/files/patch-wml_include-des-imgdot.src
===================================================================
--- trunk/dports/www/wml/files/patch-wml_include-des-imgdot.src	2009-11-11 02:54:20 UTC (rev 60401)
+++ trunk/dports/www/wml/files/patch-wml_include-des-imgdot.src	2009-11-11 03:07:12 UTC (rev 60402)
@@ -1,20 +0,0 @@
---- wml_include/des/imgdot.src	2001-10-28 23:16:39.000000000 +0100
-+++ wml_include/des/imgdot.src	2005-11-29 21:59:15.000000000 +0100
-@@ -13,7 +13,7 @@
- 
- <protect pass=2>
- <:
--use WML::GD;
-+use GD;
- 
- #   general function for creating a dot image
- sub imgdot {
-@@ -39,7 +39,7 @@
- 
-     #   create image if it does not still exist
-     if (not -f $file) {
--        $im = new WML::GD::Image($x, $y);
-+        $im = new GD::Image($x, $y);
-         $col = $im->colorAllocate($r, $g, $b);
-         $im->transparent($col) if $transp;
-         eval "\$data = \$im->$format";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091110/12439c5c/attachment.html>


More information about the macports-changes mailing list