head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.03.14.22.36.05;	author gerald;	state dead;
branches;
next	1.1;

1.1
date	2007.02.15.14.02.51;	author gerald;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove per deprecation/expiration note.
@
text
@Index: ltconfig
===================================================================
--- ltconfig
+++ ltconfig	(working copy)
@@@@ -1133,7 +1133,7 @@@@
   ;;
 
 freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)

@


1.1
log
@Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.  Bump PORTREVISION.
@
text
@@

