head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.02.04.12.03.36;	author svnexp;	state dead;
branches;
next	1.4;

1.4
date	2012.03.11.23.49.09;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.37.54;	author pgollucci;	state dead;
branches;
next	1.2;

1.2
date	2011.08.08.14.32.40;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2010.07.14.17.24.21;	author skv;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311580
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- Configure.orig	2010-07-14 15:28:45.000000000 +0000
+++ Configure	2010-07-14 15:29:23.000000000 +0000
@@@@ -4798,7 +4798,7 @@@@
 libpth=''
 for xxx in $dlist
 do
-    if $test -d $xxx; then
+    if $test -d $xxx || [ $xxx = $prefix/lib ]; then
 		case " $libpth " in
 		*" $xxx "*) ;;
 		*) libpth="$libpth $xxx";;
@@@@ -9125,8 +9125,7 @@@@
 
 : determine where add-on public executable scripts go
 case "$sitescript" in
-'')	dflt=$siteprefix/script
-	$test -d $dflt || dflt=$sitebin ;;
+'')	dflt=$sitebin ;;
 *)  dflt="$sitescript" ;;
 esac
 fn=d~+
@


1.4
log
@Undo ports/165457 to not violate POLA.  As far as I knew, the PR
was to test what happened when we did eventually delete these two
ports, not to delete them immediately.

A subsequent commit will add appropriate deprecation messages.

Hat:		portmgr
PR:		ports/165457
Feature safe:	yes (actually no, however, this is to preserve POLA)
@
text
@@


1.3
log
@- Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now.
- The final UNcommitted portition of this PR will move the default perl
  to lang/perl5.14 but
    mail/cyrus-impad2
    mail/cyrus-impad22
    print/perlftlib
    audio/papcl
    www/WebMagick
    misc/gcstar
    math/ploymak
  must be fixed or marked BROKEN 1st.

PR:             ports/165457
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@@


1.2
log
@- Fix perl configure erroneously saving /usr/local/script as a site script install directory if it's present, which leads to misinstallation of many ports which install perl scripts (p5-Mail-SpamAssassin, for example)

PR:		149771
Submitted by:	Peter Radcliffe <pir-freebsd.org@@pir.net>
Patch by:	myself
Approved by:	jadawin
@
text
@@


1.1
log
@- Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]

- Don't remove '/usr/local/lib' from path $libpth
  if this dir does not exist [2]

PR:		ports/116908 [1]
Submitted by:	Steve Wills <steve@@mouf.net> [1],
		Kukushkin Konstantin <dark@@ramtel.ru> [2]
@
text
@d3 1
a3 1
@@@@ -4780,7 +4780,7 @@@@
d12 10
@

