[Midnightbsd-cvs] mports: Makefile: update to autoconf 2.62 and set build/target/host to

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 17 10:27:36 EDT 2008


Log Message:
-----------
update to autoconf 2.62 and set build/target/host to avoid warnings and enable bsd style

Modified Files:
--------------
    mports/net/freeradius:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/freeradius/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L net/freeradius/Makefile -L net/freeradius/Makefile -u -r1.4 -r1.5
--- net/freeradius/Makefile
+++ net/freeradius/Makefile
@@ -22,6 +22,9 @@
 
 USE_BZIP2=	yes
 WANT_PERL=	yes
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0 \
+			--host=${ARCH}-portbld-freebsd6.0 \
+			--target=${ARCH}-portbld-freebsd6.0
 
 LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm
 
@@ -39,7 +42,7 @@
 .endif
 
 USE_RC_SUBR=	radiusd.sh
-USE_AUTOTOOLS=	libltdl:15 libtool:15 autoconf:261
+USE_AUTOTOOLS=	libltdl:15 libtool:15 autoconf:262
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 DESTDIRNAME=	R
@@ -216,7 +219,7 @@
 		${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \;
 # Force the rebuild of some configures from configure.in, as we're patching
 # the configure.in
-# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:261 is
+# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is
 # added to USE_AUTOTOOLS
 	@cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC}
 	@cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \


More information about the Midnightbsd-cvs mailing list