From owner-freebsd-ports Mon Aug 5 1:59:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C35B37B400 for ; Mon, 5 Aug 2002 01:59:39 -0700 (PDT) Received: from relay01.ladot.com (relay01.ladot.com [217.22.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF1C43E65 for ; Mon, 5 Aug 2002 01:59:38 -0700 (PDT) (envelope-from maikel@ladot.com) Received: from fruttel.intern.freehosting.nl (hvs-mgmt.ladot.com [217.22.64.99]) by relay01.ladot.com (Postfix) with SMTP id 61BEA230B9 for ; Mon, 5 Aug 2002 10:40:53 +0200 (CEST) Received: by fruttel.intern.freehosting.nl (Postfix, from userid 1001) id 75AFB20F01; Mon, 5 Aug 2002 10:59:36 +0200 (CEST) Date: Mon, 5 Aug 2002 10:59:36 +0200 From: Maikel Verheijen To: ports@freebsd.org Subject: /usr/ports/www/mod_hosts_access "bug" Message-ID: <20020805105936.A39765@fruttel.intern.ladot.com> Reply-To: maikel@ladot.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi ports, When I tried to use mod_hosts_access, I stubled upon a slight "glitch" in the build process of mod_hosts_access. Therefor I made a slight patch to the Makefile, see the attachment. Kind regards, Maikel Verheijen --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.mod_hosts_access" --- Makefile.orig Mon Aug 5 10:50:08 2002 +++ Makefile Mon Aug 5 10:51:50 2002 @@ -16,9 +16,10 @@ RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 APXS?= ${LOCALBASE}/sbin/apxs +APXS_FLAGS?= -S LDFLAGS_SHLIB="-shared -lwrap" do-build: - @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + @cd ${WRKSRC} && ${APXS} ${APXS_FLAGS} -c ${PORTNAME}.c do-install: ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message