diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-04 00:36:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-04 00:36:22 +0000 |
commit | fe1720617d9f0ca052f99c4b31ec2b767a75f89a (patch) | |
tree | fc9b3b0be9269db7a9100e4124bd1d6592b164bd /devel/gaul | |
parent | 8013821b14649fbda298403f396010ee58996493 (diff) | |
download | ports-fe1720617d9f0ca052f99c4b31ec2b767a75f89a.tar.gz ports-fe1720617d9f0ca052f99c4b31ec2b767a75f89a.zip |
Notes
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/Makefile | 5 | ||||
-rw-r--r-- | devel/gaul/distinfo | 4 | ||||
-rw-r--r-- | devel/gaul/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | devel/gaul/pkg-plist | 39 |
4 files changed, 6 insertions, 57 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index b752228b18c0..1821d90f7673 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gaul -PORTVERSION= 0.1847.0 +PORTVERSION= 0.1849.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,9 +18,10 @@ COMMENT= Genetic Algorithm Utility Library LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}" diff --git a/devel/gaul/distinfo b/devel/gaul/distinfo index 3639d14c9f3b..df470b61ca88 100644 --- a/devel/gaul/distinfo +++ b/devel/gaul/distinfo @@ -1,2 +1,2 @@ -MD5 (gaul-devel-0.1847-0.tar.gz) = 95e6e943801fa6cad6fe65d715c5f6ac -SIZE (gaul-devel-0.1847-0.tar.gz) = 489746 +MD5 (gaul-devel-0.1849-0.tar.bz2) = 1444e2b4157f6386bd2f7edc27f3c5ae +SIZE (gaul-devel-0.1849-0.tar.bz2) = 416827 diff --git a/devel/gaul/files/patch-ltmain.sh b/devel/gaul/files/patch-ltmain.sh deleted file mode 100644 index 706da131ab88..000000000000 --- a/devel/gaul/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Tue Oct 28 15:49:19 2003 -+++ ltmain.sh Tue Oct 28 15:49:30 2003 -@@ -4286,10 +4286,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/gaul/pkg-plist b/devel/gaul/pkg-plist index a7874488d46e..c3a6fbe845c8 100644 --- a/devel/gaul/pkg-plist +++ b/devel/gaul/pkg-plist @@ -1,47 +1,11 @@ -bin/fitting -bin/fitting_sd -bin/fitting_simplex bin/gaul_diagnostics -bin/goldberg1 -bin/goldberg2 -bin/mixed -bin/nnevolve -bin/onemax -bin/pingpong -bin/pingpong_sa -bin/pingpong_tabu -bin/pingpong_tabu2 -bin/royalroad -bin/royalroad_bitstring -bin/royalroad_ss -bin/saveload -bin/struggle -bin/struggle2 -bin/struggle3 -bin/struggle4 -bin/struggle5 -bin/struggle5_forked -bin/struggle5_mp -bin/struggle_dc -bin/struggle_forked -bin/struggle_mp -bin/struggle_mpi -bin/struggle_randomsearch -bin/struggle_ss -bin/struggle_systematicsearch -bin/struggle_threaded -bin/test_ga -bin/test_sd -bin/test_simplex -bin/wildfire -bin/wildfire_forked -bin/wildfire_loadbalancing include/gaul/avltree.h include/gaul/compatibility.h include/gaul/ga_bitstring.h include/gaul/ga_chromo.h include/gaul/ga_climbing.h include/gaul/ga_core.h +include/gaul/ga_de.h include/gaul/ga_deterministiccrowding.h include/gaul/ga_gradient.h include/gaul/ga_intrinsics.h @@ -53,7 +17,6 @@ include/gaul/ga_similarity.h include/gaul/ga_simplex.h include/gaul/ga_systematicsearch.h include/gaul/ga_tabu.h -include/gaul/ga_utility.h include/gaul/gaul_config.h include/gaul/gaul_config_win.h include/gaul/gaul_util.h |