Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2002 23:01:52 +0900
From:      Hye-Shik Chang <perky@fallin.lv>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
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>
In-Reply-To: <3CECC1FB.CB044EDF@FreeBSD.org>
References:  <200205230033.g4N0X9Q59272@freefall.freebsd.org> <3CECC1FB.CB044EDF@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
--- 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 <perky@fallin.lv>
 #
-# $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 <perky@fallin.lv>
Yonsei University, Seoul
^D

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020523140152.GA94390>