head	1.5;
access;
symbols
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2
	old_RELEASE_4_1_1:1.2
	old_RELEASE_4_1_0:1.2
	old_RELEASE_3_5_0:1.2;
locks; strict;
comment	@# @;


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

1.4
date	2002.05.14.22.26.39;	author sobomax;	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.5
log
@Remove librep2.  librep and librep2 are now in sync.
@
text
@
$FreeBSD: ports/lang/librep2/files/patch-aa,v 1.4 2002/05/14 22:26:39 sobomax Exp $

--- configure.orig	Sat Apr 20 00:42:14 2002
+++ configure	Mon Apr 29 20:51:22 2002
@@@@ -5622,7 +5622,7 @@@@
     ;;
   esac
 fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
 
 # The second clause should only fire when bootstrapping the
 # libtool distribution, otherwise you forgot to ship ltmain.sh
@@@@ -7359,7 +7359,7 @@@@
 echo "$as_me:7359: 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="-L$LOCALBASE/lib -lgdbm"
 else
   { { echo "$as_me:7364: error: Cannot find GDBM library" >&5
 echo "$as_me: error: Cannot find GDBM library" >&2;}
@


1.4
log
@Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
@
text
@d2 1
a2 1
$FreeBSD$
@


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
@d4 3
a6 3
--- configure.orig	Mon Oct 29 06:19:47 2001
+++ configure	Thu Jan 24 17:54:12 2002
@@@@ -4659,7 +4659,7 @@@@
d15 4
a18 4
@@@@ -6136,7 +6136,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
d20 1
a20 1
+  GDBM_LIBS="-lgdbm $LIBS"
d22 2
a23 2
   echo "$ac_t""no" 1>&6
 { echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; }
@


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
@

