Date: Sun, 17 May 2009 07:34:16 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: admin@lissyara.su Subject: ports/134599: [PATCH] www/mod_ntlm2: apache@ cleanups Message-ID: <200905170734.n4H7YGEZ084188@freefall.freebsd.org> Resent-Message-ID: <200905170740.n4H7e1IK090279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134599 >Category: ports >Synopsis: [PATCH] www/mod_ntlm2: apache@ cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 17 07:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Riderway Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Use SF Macro - Remove APACHEMODDIR from SUB_LIST, USE_APACHE adds this Port maintainer (admin@lissyara.su) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mod_ntlm2-0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_ntlm2/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 27 Oct 2008 16:20:43 -0000 1.5 +++ Makefile 17 May 2009 07:33:37 -0000 @@ -9,17 +9,16 @@ PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= modntlm EXTRACT_SUFX= .tgz MAINTAINER= admin@lissyara.su COMMENT= NTLM authentication module for the Apache2 webserver +BUILD_DEPENDS= ${LOCALBASE}/smbclient:${PORTSDIR}/net/samba3 + USE_APACHE= 20+ MAKE_ENV= APXS=${APXS} -SUB_LIST= APACHEMODDIR=${APACHEMODDIR} - -BUILD_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 .include <bsd.port.mk> --- mod_ntlm2-0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905170734.n4H7YGEZ084188>