Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 10:14:21 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39791: ports/x11-fonts  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020624101334.T6535-100000@ivymike.satan.kom>

next in thread | raw e-mail | index | archive | help

>Number:         39791
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 24 10:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-xfontselector begins here ---
--- Makefile.orig	Thu May 23 01:26:20 2002
+++ Makefile	Mon Jun 24 10:10:56 2002
@@ -15,6 +15,7 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 USE_QT_VER=	2
 MAKE_ENV=	CXX="${CXX} ${QTCPPFLAGS} -I${X11BASE}/include" \
@@ -24,7 +25,7 @@
 MAN1=	xfontselector.1

 post-patch:
-	@${PERL} -pi -e "s,^CXX,#CXX,g ; s,^CXXFLAGS,#CXXFLAGS,g ; \
+	@${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; s,^CXXFLAGS,#CXXFLAGS,g ; \
 		s,^LIBS=,LIBS+=,g ; s,-lqt,-lqt2,g ; \
 		s,\tmoc,\t${MOC},g" ${WRKSRC}/Makefile
--- patch-xfontselector ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 

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?20020624101334.T6535-100000>