head	1.7;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2005.06.30.07.39.00;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.22.15.16.46;	author jylefort;	state dead;
branches;
next	1.5;

1.5
date	2005.02.13.18.51.36;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2004.12.16.13.42.01;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.16.11.37.24;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.25.11.40.36;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.29.13.32.55;	author krion;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- update to amap-5.1

PR:		82780
Submitted by:	Yonatan <onatan@@gmail.com>
@
text
@--- configure.orig	Wed Jun 29 17:40:57 2005
+++ configure	Wed Jun 29 17:41:18 2005
@@@@ -29,7 +29,7 @@@@
 SOCKET_PATH=""
 MANDIR=""
 LIBDIRS=`cat /etc/ld.so.conf 2> /dev/null`
-PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//i'`
+PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//'`
 echo
 
 echo "Checking for openssl ..."
@


1.6
log
@- Update to 5.0 [1]
- Install configuration files in ${PREFIX}/etc/amap, and preserve user
  modifications across updates
- Do not define PORTDOCS if NOPORTDOCS is defined
- Respect ${LOCALBASE}, ${PREFIX}, ${CC} and ${CFLAGS}
- Add USE_OPENSSL=yes

PR:		ports/81354 [1]
Submitted by:	maintainer [1]
@
text
@d1 8
a8 3
--- configure.orig	Fri Jan  7 14:37:18 2005
+++ configure	Sun Feb 13 14:34:25 2005
@@@@ -33,7 +33,7 @@@@
a11 32
-for i in  $LIBDIRS /lib  /usr/lib /usr/local/lib /opt/local/lib \
+for i in ${PREFIX}/lib $LIBDIRS /lib  /usr/lib /usr/local/lib /opt/local/lib \
 /*ssl /usr/*ssl /opt/*ssl /usr/local/*ssl /opt/local/*ssl \
 /*ssl/lib /usr/*ssl/lib /opt/*ssl/lib /usr/local/*ssl/lib /opt/local/*ssl/lib .
 do
@@@@ -61,7 +61,7 @@@@
     fi
 done
 
-for i in /usr/local/include /*ssl/include /usr/include \
+for i in ${PREFIX}/include /usr/local/include /*ssl/include /usr/include \
 /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include .
 do
     if [ "X" = "X$SSL_IPATH" ]; then
@@@@ -127,7 +127,7 @@@@
 XLIBPATHS=""
 XIPATHS=""
 
-SYS=`uname -o`
+SYS=`uname -o 2>/dev/null`
 if [ "$SYS" = "Cygwin" ]; then
     echo "Cygwin detected, enabling compability options ..."
     XDEFINES="-DCYGWIN"
@@@@ -159,7 +159,7 @@@@
     XLIBS="$XLIBS -lresolv"
 fi
 
-for i in /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do
+for i in ${PREFIX}/man /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do
   if [ -d $i ]; then
     MANDIR=$i
   fi
@


1.5
log
@- update to amap-4.8

PR:		77451
Submitted by:	Yonatan <onatan at gmail.com>
@
text
@@


1.4
log
@- Update to 4.7
- Fix WWW-URL

Submitted by:	maintainer
@
text
@d1 3
a3 3
--- configure.orig	Sun Sep 14 11:10:24 2003
+++ configure	Sun Sep 14 11:16:41 2003
@@@@ -33,7 +33,9 @@@@
a7 2
+# FreeBSD: Try port version of openssl first. LIBDIRS is irrelevant for us
+# Since we don't have /etc/ld.so.conf
d10 1
a10 1
 /*ssl/lib /usr/*ssl/lib /opt/*ssl/lib /usr/local/*ssl/lib /opt/local/*ssl/lib
d12 1
a12 1
@@@@ -61,7 +63,8 @@@@
a16 1
+# FreeBSD: Change to prefer installed port over base-system openssl.
d18 1
a18 1
 /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include
d21 10
a30 1
@@@@ -152,7 +155,7 @@@@
@


1.3
log
@Update to 4.6, chase MASTER_SITE

PR:		ports/70853
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- configure.orig	Wed Oct 29 22:50:05 2003
+++ configure	Mon Aug 23 13:48:25 2004
d24 9
@


1.2
log
@- Update to version 4.3

PR:		56860
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- configure.orig	Sun Sep 14 11:10:24 2003
+++ configure	Sun Sep 14 11:16:41 2003
a23 9
@@@@ -152,7 +155,7 @@@@
     XLIBS="$XLIBS -lresolv"
 fi
 
-for i in /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do
+for i in ${PREFIX}/man /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do
   if [ -d $i ]; then
     MANDIR=$i
   fi
@


1.1
log
@Update to 4.0

PR:		55011
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
@
text
@d1 24
a24 3
--- configure.orig	Tue Jul 29 14:10:16 2003
+++ configure	Tue Jul 29 14:15:56 2003
@@@@ -135,7 +135,7 @@@@
d29 1
a29 1
+for i in ${MANPPREFIX}/man /usr/man /usr/share/man /usr/local/man /usr/local/share/man ; do
@

