Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2006 16:39:33 +0800
From:      "amir 'adani husaini" <amir.husaini@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94631: [maintainer-update] math/tablix: Update to 0.3.1
Message-ID:  <fba0c5410603180039g574edb96qd13af7c92f4b39dd@mail.gmail.com>
Resent-Message-ID: <200603180840.k2I8eFHY041625@freefall.freebsd.org>
In-Reply-To: <200603180833.k2I8Xhfj001958@yan.orenda.com.my>
References:  <200603180833.k2I8Xhfj001958@yan.orenda.com.my>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         94631
>Category:       ports
>Synopsis:       [maintainer-update] math/tablix: Update to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 18 08:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     amir husaini
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD my.tablix.my 6.0-STABLE FreeBSD 6.0-STABLE #7: Sun Mar 12
19:16:15 MYT 2006 amir.husaini@my.tablix.my:/usr/obj/usr/src/sys/YAN i386



>Description:
Update to tablix 0.3.1 stable release
This release adds support for updater functions to the kernel and fixes two
important bugs. Genetic algorithm performance was also improved by
implementing
fitness value caching.
>How-To-Repeat:

>Fix:

downloadable diff from:
http://my.samba.org/tablix2.0.3.1.diff

--- tablix2.0.3.1.diff begins here ---
diff -ruN tablix/Makefile tablix/Makefile
--- tablix/Makefile     Thu Feb 23 18:37:56 2006
+++ tablix/Makefile     Fri Mar 17 17:00:22 2006
@@ -6,16 +6,18 @@
#

PORTNAME=3D      tablix2
-PORTVERSION=3D   0.3.0
+PORTVERSION=3D   0.3.1
PORTREVISION=3D  1
CATEGORIES=3D    math www
-MASTER_SITES=3D  http://www.tablix.org/releases/stable/
+MASTER_SITES=3D  http://www.tablix.org/releases/stable/ \
+               http://my.samba.org/

MAINTAINER=3D    amir.husaini@gmail.com
COMMENT=3D       Free software for solving timetabling problems

BUILD_DEPENDS=3D pvm:${PORTSDIR}/net/pvm
RUN_DEPENDS=3D   pvm:${PORTSDIR}/net/pvm
+LIB_DEPENDS=3D   drm.2:${PORTSDIR}/graphics/libdrm

PVM_ROOT=3D      ${PREFIX}/lib/pvm

@@ -23,10 +25,20 @@
USE_GNOME=3D     libxml2
GNU_CONFIGURE=3D yes

+.if !defined(WITHOUT_NLS)
+PLIST_SUB=3D     NLS=3D""
+.else
+CONFIGURE_ARGS+=3D--with-included-gettext \
+               --disable-nls
+
+PLIST_SUB=3D     NLS=3D"@comment "
+.endif
+
CONFIGURE_TARGET=3D      --build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL}

CONFIGURE_ENV=3D         CPPFLAGS=3D-I${PREFIX}/include LIBS=3D-L${PREFIX}/=
lib \
                        PVM_ROOT=3D${PVM_ROOT} PVM_LIB=3D${PREFIX}/lib
+
MAN1=3D  tablix2.1 tablix2_benchmark.1 tablix2_kernel.1 tablix2_output.1 \
        tablix2_plot.1 tablix2_test.1

diff -ruN tablix/distinfo tablix/distinfo
--- tablix/distinfo     Mon Nov 21 16:10:17 2005
+++ tablix/distinfo     Sat Feb 18 12:04:41 2006
@@ -1,3 +1,3 @@
-MD5 (tablix2-0.3.0.tar.gz) =3D 887a0a47e876f918544d86bf26849232
-SHA256 (tablix2-0.3.0.tar.gz) =3D
4316adee7917f2a4c3e22193d5dc5f49c27bb4cdf66a117e16268d2625eff0f5
-SIZE (tablix2-0.3.0.tar.gz) =3D 3658225
+MD5 (tablix2-0.3.1.tar.gz) =3D 0b3987eb4c2069341618e887af70f971
+SHA256 (tablix2-0.3.1.tar.gz) =3D
6bca822fdcf48e95fd727daaaeaddf570d192789ccee49188ca2fefa5cfbb242
+SIZE (tablix2-0.3.1.tar.gz) =3D 3642902
diff -ruN tablix/files/patch-modules-freeperiod.c tablix/files/patch-
modules-freeperiod.c
--- tablix/files/patch-modules-freeperiod.c     Wed Nov 23 05:54:14 2005
+++ tablix/files/patch-modules-freeperiod.c     Sat Feb 18 11:55:41 2006
@@ -1,5 +1,5 @@
---- modules/freeperiod.c.orig  Fri Sep  2 21:30:38 2005
-+++ modules/freeperiod.c       Tue Nov 22 21:55:58 2005
+--- modules/freeperiod.c.orig  Sat Feb 18 11:49:49 2006
++++ modules/freeperiod.c       Sat Feb 18 11:52:43 2006
@@ -188,25 +188,28 @@

  int module_precalc(moduleoption *opt)
@@ -12,7 +12,7 @@
+
        if ( exclnum =3D=3D 0 && texcl =3D=3D NULL )
        {
-               info(_("module '%s' loaded, but not used"), "freeperiod.so
");
+               info(_("module '%s' has been loaded, but not used"), "
freeperiod.so");
                return 0;
        }

diff -ruN tablix/files/patch-modules-preferredroom.c tablix/files/patch-
modules-preferredroom.c
--- tablix/files/patch-modules-preferredroom.c  Wed Nov 23 05:54:14 2005
+++ tablix/files/patch-modules-preferredroom.c  Sat Feb 18 11:58:03 2006
@@ -1,5 +1,5 @@
---- modules/preferredroom.c.orig       Fri Sep  2 21:30:38 2005
-+++ modules/preferredroom.c    Tue Nov 22 22:19:51 2005
+--- modules/preferredroom.c.orig       Sat Feb 18 11:56:01 2006
++++ modules/preferredroom.c    Sat Feb 18 11:57:00 2006
@@ -182,6 +182,8 @@
  int module_init(moduleoption *opt)
  {
diff -ruN tablix/files/patch-modules-sametime.c tablix/files/patch-
modules-sametime.c
--- tablix/files/patch-modules-sametime.c       Wed Nov 23 05:54:14 2005
+++ tablix/files/patch-modules-sametime.c       Sat Feb 18 12:00:39 2006
@@ -1,6 +1,6 @@
---- modules/sametime.c.orig    Sun Sep  4 21:20:52 2005
-+++ modules/sametime.c Tue Nov 22 21:40:47 2005
-@@ -64,9 +64,9 @@
+--- modules/sametime.c.orig    Sat Feb 18 11:58:36 2006
++++ modules/sametime.c Sat Feb 18 11:59:38 2006
+@@ -90,9 +90,9 @@
        resource *res2;
        resourcetype *restype;

diff -ruN tablix/files/patch-modules-timeplace.c tablix/files/patch-
modules-timeplace.c
--- tablix/files/patch-modules-timeplace.c      Thu Jan  1 07:30:00 1970
+++ tablix/files/patch-modules-timeplace.c      Sun Feb 19 19:07:37 2006
@@ -0,0 +1,24 @@
+--- modules/timeplace.c.orig   Sun Feb 19 18:54:46 2006
++++ modules/timeplace.c        Sun Feb 19 19:07:05 2006
+@@ -32,7 +32,21 @@
+ #include "config.h"
+ #endif
+
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
++
+ #include "module.h"
++
++struct cons_t {
++        int *tuples;
++        int tuplenum;
++        int ppb;        /* Periods per block */
++};
++
++static struct cons_t *con=3DNULL;
++static int connum=3D0;
++static int periods;
+
+ int module_fitness(chromo **c, ext **e, slist **s)
+ {
diff -ruN tablix/pkg-plist tablix/pkg-plist
--- tablix/pkg-plist    Thu Feb 23 18:37:56 2006
+++ tablix/pkg-plist    Fri Mar 17 16:58:00 2006
@@ -41,7 +41,7 @@
lib/tablix2/timeplace.so
lib/tablix2/walk.la
lib/tablix2/walk.so
-share/locale/sl/LC_MESSAGES/tablix2.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/tablix2.mo
share/tablix2/modulesref.xml
@dirrm lib/tablix2
@dirrm share/tablix2
--- tablix2.0.3.1.diff ends here ---

------=_Part_1799_10050454.1142671173787
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

&gt;Submitter-Id:&nbsp;&nbsp;current-users<br>&gt;Originator:&nbsp;&nbsp;&n=
bsp;&nbsp;amir husaini<br>&gt;Organization:<br>&gt;Confidential:&nbsp;&nbsp=
;no<br>&gt;Synopsis:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[maintainer-update]=
 math/tablix: Update to 0.3.1<br>&gt;Severity:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;non-critical<br>
&gt;Priority:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;low<br>&gt;Category:&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ports<br>&gt;Class:&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; maintainer-update<br>&gt;Release:&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; FreeBSD 6.0-STABLE i386<br>&gt;Environment:<br>System: Fr=
eeBSD <a href=3D"http://my.tablix.my">my.tablix.my</a>;
 6.0-STABLE FreeBSD 6.0-STABLE #7: Sun Mar 12 19:16:15 MYT 2006 amir.husain=
i@my.tablix.my:/usr/obj/usr/src/sys/YAN i386<br><br><br><br>&gt;Description=
:<br>Update to tablix 0.3.1 stable release<br>This release adds support for=
 updater functions to the kernel and fixes two
<br>important bugs. Genetic algorithm performance was also improved by impl=
ementing<br>fitness value caching.<br>&gt;How-To-Repeat:<br><br>&gt;Fix:<br=
>Release-Note:
>Audit-Trail:
>Unformatted:
 ------=_Part_1799_10050454.1142671173787
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 ><br>downloadable diff from:<br><a href=3D"http://my.samba.org/tablix2.0.3.=
 1.diff">
 http://my.samba.org/tablix2.0.3.1.diff</a><br><br>--- tablix2.0.3.1.diff be=
 gins here ---<br>diff -ruN tablix/Makefile tablix/Makefile<br>--- tablix/Ma=
 kefile&nbsp;&nbsp;&nbsp;&nbsp; Thu Feb 23 18:37:56 2006<br>+++ tablix/Makef=
 ile&nbsp;&nbsp;&nbsp;&nbsp; Fri Mar 17 17:00:22 2006
 <br>@@ -6,16 +6,18 @@<br> #<br><br> PORTNAME=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
 p;&nbsp;tablix2<br>-PORTVERSION=3D&nbsp;&nbsp; 0.3.0<br>+PORTVERSION=3D&nbs=
 p;&nbsp; 0.3.1<br> PORTREVISION=3D&nbsp;&nbsp;1<br> CATEGORIES=3D&nbsp;&nbs=
 p;&nbsp;&nbsp;math www<br>-MASTER_SITES=3D&nbsp;&nbsp;<a href=3D"http://www=
 .tablix.org/releases/stable/">
 http://www.tablix.org/releases/stable/</a><br>+MASTER_SITES=3D&nbsp;&nbsp;<=
 a href=3D"http://www.tablix.org/releases/stable/">http://www.tablix.org/rel=
 eases/stable/</a> \<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
 sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"http://my.samba.org/">http://m=
 y.samba.org/
 </a><br><br> MAINTAINER=3D&nbsp;&nbsp;&nbsp;&nbsp;<a href=3D"mailto:amir.hu=
 saini@gmail.com">amir.husaini@gmail.com</a><br> COMMENT=3D&nbsp;&nbsp;&nbsp=
 ;&nbsp;&nbsp;&nbsp; Free software for solving timetabling problems<br><br> =
 BUILD_DEPENDS=3D pvm:${PORTSDIR}/net/pvm<br> RUN_DEPENDS=3D&nbsp;&nbsp; pvm=
 :${PORTSDIR}/net/pvm
 <br>+LIB_DEPENDS=3D&nbsp;&nbsp; drm.2:${PORTSDIR}/graphics/libdrm<br><br> P=
 VM_ROOT=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;${PREFIX}/lib/pvm<br><br>@@ -=
 23,10 +25,20 @@<br> USE_GNOME=3D&nbsp;&nbsp;&nbsp;&nbsp; libxml2<br> GNU_CO=
 NFIGURE=3D yes<br><br>+.if !defined(WITHOUT_NLS)<br>+PLIST_SUB=3D&nbsp;&nbs=
 p;&nbsp;&nbsp; NLS=3D&quot;&quot;
 <br>+.else<br>+CONFIGURE_ARGS+=3D--with-included-gettext \<br>+&nbsp;&nbsp;=
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --=
 disable-nls<br>+<br>+PLIST_SUB=3D&nbsp;&nbsp;&nbsp;&nbsp; NLS=3D&quot;@comm=
 ent &quot;<br>+.endif<br>+<br> CONFIGURE_TARGET=3D&nbsp;&nbsp;&nbsp;&nbsp;&=
 nbsp;&nbsp;--build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL}
 <br><br> CONFIGURE_ENV=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C=
 PPFLAGS=3D-I${PREFIX}/include LIBS=3D-L${PREFIX}/lib \<br>&nbsp;&nbsp;&nbsp=
 ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
 bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PVM_ROOT=3D${PVM_ROOT} =
 PVM_LIB=3D${PREFIX}/lib<br>+<br> MAN1=3D&nbsp;&nbsp;tablix2.1 tablix2_bench=
 mark.1 tablix2_kernel.1 tablix2_output.1 \
 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tablix2_plot.1 tablix2_=
 test.1<br><br>diff -ruN tablix/distinfo tablix/distinfo<br>--- tablix/disti=
 nfo&nbsp;&nbsp;&nbsp;&nbsp; Mon Nov 21 16:10:17 2005<br>+++ tablix/distinfo=
 &nbsp;&nbsp;&nbsp;&nbsp; Sat Feb 18 12:04:41 2006<br>@@ -1,3 +1,3 @@<br>-MD=
 5 (
 tablix2-0.3.0.tar.gz) =3D 887a0a47e876f918544d86bf26849232<br>-SHA256 (tabl=
 ix2-0.3.0.tar.gz) =3D 4316adee7917f2a4c3e22193d5dc5f49c27bb4cdf66a117e16268=
 d2625eff0f5<br>-SIZE (tablix2-0.3.0.tar.gz) =3D 3658225<br>+MD5 (tablix2-0.=
 3.1.tar.gz
 ) =3D 0b3987eb4c2069341618e887af70f971<br>+SHA256 (tablix2-0.3.1.tar.gz) =
 =3D 6bca822fdcf48e95fd727daaaeaddf570d192789ccee49188ca2fefa5cfbb242<br>+SI=
 ZE (tablix2-0.3.1.tar.gz) =3D 3642902<br>diff -ruN tablix/files/patch-modul=
 es-freeperiod.c
  tablix/files/patch-modules-freeperiod.c<br>--- tablix/files/patch-modules-=
 freeperiod.c&nbsp;&nbsp;&nbsp;&nbsp; Wed Nov 23 05:54:14 2005<br>+++ tablix=
 /files/patch-modules-freeperiod.c&nbsp;&nbsp;&nbsp;&nbsp; Sat Feb 18 11:55:=
 41 2006<br>@@ -1,5 +1,5 @@<br>---- modules/freeperiod.c.orig&nbsp;&nbsp;Fri=
  Sep&nbsp;&nbsp;2 21:30:38 2005
 <br>-+++ modules/freeperiod.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tue Nov 2=
 2 21:55:58 2005<br>+--- modules/freeperiod.c.orig&nbsp;&nbsp;Sat Feb 18 11:=
 49:49 2006<br>++++ modules/freeperiod.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
  Sat Feb 18 11:52:43 2006<br> @@ -188,25 +188,28 @@<br><br>&nbsp;&nbsp;int =
 module_precalc(moduleoption *opt)
 <br>@@ -12,7 +12,7 @@<br> +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
 bsp;if ( exclnum =3D=3D 0 &amp;&amp; texcl =3D=3D NULL )<br>&nbsp;&nbsp;&nb=
 sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; info(_(&quot;module '%s' l=
 oaded, but not used&quot;), &quot;freeperiod.so&quot;);<br>+&nbsp;&nbsp;&nb=
 sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; info(=
 _(&quot;module '%s' has been loaded, but not used&quot;), &quot;
 freeperiod.so&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
 bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return 0;<br>&nbsp;&nbsp;&nbs=
 p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br>diff -ruN tablix/files/patch-modul=
 es-preferredroom.c tablix/files/patch-modules-preferredroom.c<br>--- tablix=
 /files/patch-modules-preferredroom.c&nbsp;&nbsp;Wed Nov 23 05:54:14 2005
 <br>+++ tablix/files/patch-modules-preferredroom.c&nbsp;&nbsp;Sat Feb 18 11=
 :58:03 2006<br>@@ -1,5 +1,5 @@<br>---- modules/preferredroom.c.orig&nbsp;&n=
 bsp;&nbsp;&nbsp;&nbsp;&nbsp; Fri Sep&nbsp;&nbsp;2 21:30:38 2005<br>-+++ mod=
 ules/preferredroom.c&nbsp;&nbsp;&nbsp;&nbsp;Tue Nov 22 22:19:51 2005
 <br>+--- modules/preferredroom.c.orig&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S=
 at Feb 18 11:56:01 2006<br>++++ modules/preferredroom.c&nbsp;&nbsp;&nbsp;&n=
 bsp;Sat Feb 18 11:57:00 2006<br> @@ -182,6 +182,8 @@<br>&nbsp;&nbsp;int mod=
 ule_init(moduleoption *opt)<br>&nbsp;&nbsp;{<br>diff -ruN tablix/files/patc=
 h-
 modules-sametime.c tablix/files/patch-modules-sametime.c<br>--- tablix/file=
 s/patch-modules-sametime.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wed Nov 23 0=
 5:54:14 2005<br>+++ tablix/files/patch-modules-sametime.c&nbsp;&nbsp;&nbsp;=
 &nbsp;&nbsp;&nbsp; Sat Feb 18 12:00:39 2006<br>@@ -1,6 +1,6 @@
 <br>---- modules/sametime.c.orig&nbsp;&nbsp;&nbsp;&nbsp;Sun Sep&nbsp;&nbsp;=
 4 21:20:52 2005<br>-+++ modules/sametime.c Tue Nov 22 21:40:47 2005<br>-@@ =
 -64,9 +64,9 @@<br>+--- modules/sametime.c.orig&nbsp;&nbsp;&nbsp;&nbsp;Sat F=
 eb 18 11:58:36 2006<br>++++ modules/sametime.c Sat Feb 18 11:59:38 2006
 <br>+@@ -90,9 +90,9 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r=
 esource *res2;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;resourcet=
 ype *restype;<br><br>diff -ruN tablix/files/patch-modules-timeplace.c tabli=
 x/files/patch-modules-timeplace.c<br>--- tablix/files/patch-modules-timepla=
 ce.c
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thu Jan&nbsp;&nbsp;1 07:30:00 1970<br>+=
 ++ tablix/files/patch-modules-timeplace.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
 p;Sun Feb 19 19:07:37 2006<br>@@ -0,0 +1,24 @@<br>+--- modules/timeplace.c.=
 orig&nbsp;&nbsp; Sun Feb 19 18:54:46 2006<br>++++ modules/timeplace.c&nbsp;=
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sun Feb 19 19:07:05 2006
 <br>+@@ -32,7 +32,21 @@<br>+ #include &quot;config.h&quot;<br>+ #endif<br>+=
 <br>++#include &lt;stdio.h&gt;<br>++#include &lt;stdlib.h&gt;<br>++#include=
  &lt;string.h&gt;<br>++<br>+ #include &quot;module.h&quot;<br>++<br>++struc=
 t cons_t {
 <br>++&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int *tuples;<br>++&nb=
 sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int tuplenum;<br>++&nbsp;&nbsp=
 ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int ppb;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 &nbsp;&nbsp;&nbsp;/* Periods per block */<br>++};<br>++<br>++static struct =
 cons_t *con=3DNULL;<br>++static int connum=3D0;<br>++static int periods;<br=
 >+<br>+ int module_fitness(chromo **c, ext **e, slist **s)
 <br>+ {<br>diff -ruN tablix/pkg-plist tablix/pkg-plist<br>--- tablix/pkg-pl=
 ist&nbsp;&nbsp;&nbsp;&nbsp;Thu Feb 23 18:37:56 2006<br>+++ tablix/pkg-plist=
 &nbsp;&nbsp;&nbsp;&nbsp;Fri Mar 17 16:58:00 2006<br>@@ -41,7 +41,7 @@<br> l=
 ib/tablix2/timeplace.so<br> lib/tablix2/walk.la
 <br> lib/tablix2/walk.so<br>-share/locale/sl/LC_MESSAGES/tablix2.mo<br>+%%N=
 LS%%share/locale/sl/LC_MESSAGES/tablix2.mo<br> share/tablix2/modulesref.xml=
 <br> @dirrm lib/tablix2<br> @dirrm share/tablix2<br>--- tablix2.0.3.1.diff
  ends here ---<br><br><br>
 
 ------=_Part_1799_10050454.1142671173787--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fba0c5410603180039g574edb96qd13af7c92f4b39dd>