From owner-freebsd-ports Thu May 23 7: 2: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from kornet.hanirc.org (alfenheim.net [211.216.53.129]) by hub.freebsd.org (Postfix) with ESMTP id D39C537B40A; Thu, 23 May 2002 07:01:53 -0700 (PDT) Received: from kornet.hanirc.org (perky@localhost [127.0.0.1]) by kornet.hanirc.org (8.12.3/8.12.3) with ESMTP id g4NE1rtd097796; Thu, 23 May 2002 23:01:53 +0900 (KST) (envelope-from perky@kornet.hanirc.org) Received: (from perky@localhost) by kornet.hanirc.org (8.12.3/8.12.3/Submit) id g4NE1qD4097783; Thu, 23 May 2002 23:01:52 +0900 (KST) Date: Thu, 23 May 2002 23:01:52 +0900 From: Hye-Shik Chang To: Maxim Sobolev Cc: pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38359: Update port: my ports for the world without perl Message-ID: <20020523140152.GA94390@fallin.lv> References: <200205230033.g4N0X9Q59272@freefall.freebsd.org> <3CECC1FB.CB044EDF@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline In-Reply-To: <3CECC1FB.CB044EDF@FreeBSD.org> User-Agent: Mutt/1.3.28i Organization: Yonsei University Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, May 23, 2002 at 01:18:35PM +0300, Maxim Sobolev wrote: > pat@FreeBSD.org wrote: > > > > Synopsis: Update port: my ports for the world without perl > > > > State-Changed-From-To: open->closed > > State-Changed-By: pat > > State-Changed-When: Wed May 22 17:32:58 PDT 2002 > > State-Changed-Why: > > Committed, Thanks! > > Patrick, > > Are you playing any attention to your developers@ mail??? We > (portmgr@) had clearly requiested to not commit any perl-in-current > workarounds until 4.6 is out and we have a time to fix it properly. > Please back out. > > -Maxim > Please don't back www/apache2, misc/xosd and graphics/graphviz out. They do not check OSVERSION. (I'm sorry, pat.) diff -ruN graphics/graphviz.orig/Makefile graphics/graphviz/Makefile --- graphics/graphviz.orig/Makefile Fri Apr 26 23:08:52 2002 +++ graphics/graphviz/Makefile Tue May 21 04:54:33 2002 @@ -32,6 +32,7 @@ ACLOCAL=${LOCALBASE}/bin/aclocal14 INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/graphviz +MAKE_ENV= EXPR_COMPAT=yes MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dotty.1 gc.1 gpr.1 \ lefty.1 neato.1 nop.1 prune.1 sccmap.1 tred.1 \ @@ -48,12 +49,6 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv CONFIGURE_ARGS= --with-iconvlibdir=${LOCALBASE}/lib .endif - -post-patch: -.if ${OSVERSION} >= 500032 - @${PERL} -pi.orig -e 's|expr |expr -- |' ${WRKSRC}/libtool -.endif - post-install: .if !defined(NOPORTDOCS) diff -ruN misc/xosd.orig/Makefile misc/xosd/Makefile --- misc/xosd.orig/Makefile Tue Mar 26 18:33:03 2002 +++ misc/xosd/Makefile Tue May 21 05:25:25 2002 @@ -41,7 +41,4 @@ PLIST_SUB+= WITH_XMMS="@comment " .endif -pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g" ${WRKSRC}/Makefile - .include --- www/apache2.orig/Makefile Thu May 9 12:55:18 2002 +++ www/apache2/Makefile Tue May 21 06:00:36 2002 @@ -2,7 +2,7 @@ # Date created: 7 April 2001 # Whom: Hye-Shik Chang # -# $FreeBSD$ +# $FreeBSD: ports/www/apache2/Makefile,v 1.114 2002/05/09 03:55:18 cy Exp $ # PORTNAME= apache @@ -28,9 +28,10 @@ HTTP_PORT?= 80 GNU_CONFIGURE= yes +USE_PERL5= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-layout=FreeBSD \ - --with-perl=${PERL} \ + --with-perl=${PERL5} \ --enable-so \ --with-mpm=${WITH_MPM} \ --with-port=${HTTP_PORT} \ -- Hye-Shik Chang Yonsei University, Seoul ^D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message