head	1.6;
access;
symbols
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2009.05.24.19.52.23;	author anray;	state dead;
branches;
next	1.5;

1.5
date	2007.06.30.05.37.52;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2006.10.14.08.54.37;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.24.19.06.31;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.19.15.09.24;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.24.19.09.37;	author ade;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Update to 0.17.4
@
text
@--- configure.orig	Mon Nov 24 22:46:51 2003
+++ configure	Sat Jun 30 01:24:06 2007
@@@@ -6567,6 +6567,7 @@@@ if test -z "$aix_libpath"; then aix_libp
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
       hardcode_shlibpath_var=no
+      archive_cmds_need_lc=no
       ;;
 
     hpux9*)
@@@@ -19768,7 +19769,7 @@@@ fi
 echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_gdbm_open" >&5
 echo "${ECHO_T}$ac_cv_lib_gdbm_gdbm_open" >&6
 if test $ac_cv_lib_gdbm_gdbm_open = yes; then
-  GDBM_LIBS="-lgdbm"
+  GDBM_LIBS="$LIBS -lgdbm"
 else
   { { echo "$as_me:$LINENO: error: Cannot find GDBM library" >&5
 echo "$as_me: error: Cannot find GDBM library" >&2;}
@


1.5
log
@Update to 0.17.
@
text
@@


1.4
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d1 8
a8 8
--- configure.orig	Mon Oct 29 06:19:47 2001
+++ configure	Thu Jan 24 17:54:12 2002
@@@@ -4659,7 +4659,7 @@@@
     ;;
   esac
 fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
d10 5
a14 6
 # The second clause should only fire when bootstrapping the
 # libtool distribution, otherwise you forgot to ship ltmain.sh
@@@@ -6136,7 +6136,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
d16 1
a16 1
+  GDBM_LIBS="-lgdbm $LIBS"
d18 2
a19 2
   echo "$ac_t""no" 1>&6
 { echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; }
@


1.3
log
@Don't explicitly link libc in. This is more a style change than the functional
one, therefore don't bump PORTREVISION.
@
text
@a0 3

$FreeBSD$

@


1.2
log
@Update to 0.11.3

Approved by:	nakai
@
text
@d1 15
a15 3
--- configure.orig	Thu Apr 13 09:53:31 2000
+++ configure	Mon Apr 17 20:09:51 2000
@@@@ -2422,7 +2422,7 @@@@
@


1.1
log
@Update to 0.11.1
Add appropriate LIB_DEPENDS for gdbm and gettext
Incorporate building fixes from ports/17387
Make PLIST more version-friendly

Approved by:	maintainer
@
text
@d1 3
a3 3
--- configure.orig	Sun Mar 12 09:41:29 2000
+++ configure	Thu Mar 23 18:17:51 2000
@@@@ -2228,7 +2228,7 @@@@
a8 1
 	      
d11 1
@

