From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 20 01:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0E337B401 for ; Sun, 20 Apr 2003 01:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BB543FCB for ; Sun, 20 Apr 2003 01:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3K8KAUp095088 for ; Sun, 20 Apr 2003 01:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3K8KAIW095087; Sun, 20 Apr 2003 01:20:10 -0700 (PDT) Date: Sun, 20 Apr 2003 01:20:10 -0700 (PDT) Message-Id: <200304200820.h3K8KAIW095087@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gea-Suan Lin Subject: Re: ports/51175: Update port: www/mod_blosxom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gea-Suan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 08:20:11 -0000 The following reply was made to PR ports/51175; it has been noted by GNATS. From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Gea-Suan Lin Subject: Re: ports/51175: Update port: www/mod_blosxom Date: Sun, 20 Apr 2003 16:13:41 +0800 Sorry, use this patch please: diff -ruN /usr/ports/www/mod_blosxom/Makefile mod_blosxom/Makefile --- /usr/ports/www/mod_blosxom/Makefile Fri Apr 18 15:09:17 2003 +++ mod_blosxom/Makefile Sun Apr 20 16:11:20 2003 @@ -14,7 +14,15 @@ MAINTAINER= gslin@ccca.nctu.edu.tw COMMENT= Apache module to build the extremely lightweight Weblog environment +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 + BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile .include -- * Gea-Suan Lin (public key: http://ccreader.nctu.edu.tw/~gslin/key.txt) * If you cannot convince them, confuse them. -- Harry S Truman