head	1.5;
access;
symbols
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2008.03.01.06.21.17;	author marcus;	state dead;
branches;
next	1.4;

1.4
date	2006.12.17.19.32.31;	author ahze;	state Exp;
branches;
next	1.3;

1.3
date	2006.11.04.19.19.09;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.02.03.18.31;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2002.06.19.19.58.11;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to 1.8.4, and assign maintainership to submitter.

PR:		121137
Submitted by:	David Barksdale <amatus@@gnu.org>
@
text
@--- configure.orig	Fri May 26 19:32:18 2006
+++ configure	Sun Dec 17 14:27:45 2006
@@@@ -21187,6 +21187,9 @@@@
     # If you are looking for one http://www.opendarwin.org/projects/dlcompat
     libltdl_cv_sys_dlopen_deplibs=yes
     ;;
+  freebsd*)
+    libltdl_cv_sys_dlopen_deplibs=yes
+    ;;
   gnu* | linux* | k*bsd*-gnu)
     # GNU and its variants, using gnu ld.so (Glibc)
     libltdl_cv_sys_dlopen_deplibs=yes
@@@@ -30498,6 +30501,7 @@@@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+#include <sys/types.h>
 #include <sys/socket.h>
 
 int
@


1.4
log
@Define libltdl_cv_sys_dlopen_deplibs
@
text
@@


1.3
log
@Fix detection of socklen_t which will fix the build on 4.X.

Reported by:	pointyhat via kris
@
text
@d1 13
a13 3
--- configure.orig	Sat Nov  4 14:16:49 2006
+++ configure	Sat Nov  4 14:16:30 2006
@@@@ -30498,6 +30498,7 @@@@ _ACEOF
@


1.2
log
@Update to 1.6.4.  This is a big update that has the potential of breaking
ports that depend on guile.  As such I have tested most of them.  Here
are my results:

--KNOWN TO WORK--
devel/gconf
games/gnomegames
games/gnomegames2
devel/g-wrap
x11-toolkits/guile-gtk
x11-toolkits/guile-gnome
math/guppi
finance/gnucash
deskutils/gnotime
devel/libgtop
devel/autogen
games/gnurobots
audio/snd
math/drgenius
net/serveez
science/libctl
x11-wm/scwm (works with patches to be sent to maintainer)
--KNOWN NOT TO WORK (maintainer is working on update)--
cad/geda
cad/geda-symcheck
cad/geda-utils
cad/gnetlist
cad/gschem
cad/gwave
cad/libgeda
--UNKNOWN--
mail/icqmail (marked IGNORE for other reasons)
lang/gnustep-guile (could not build for other reasons; will notify maintainer)
math/siag (did not test)
science/mpb (did not test)

PR:	43910
@
text
@d1 8
a8 3
--- configure.orig	Wed Jun 19 13:40:51 2002
+++ configure	Wed Jun 19 13:41:14 2002
@@@@ -8469,6 +8469,7 @@@@
d10 1
a10 6
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@


1.1
log
@* Don't install .la files
* Don't install libltdl.*
* Dump PORTREVISION
@
text
@@

