Date: Tue, 3 Oct 2006 10:17:20 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/103942: [PATCH] sysutils/pear-Log: pet portline, reformat pkg-desc, take maintainership Message-ID: <200610031417.k93EHK5D093428@goodking.goodking.ca> Resent-Message-ID: <200610031420.k93EKQaY054958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103942 >Category: ports >Synopsis: [PATCH] sysutils/pear-Log: pet portline, reformat pkg-desc, take maintainership >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: Tue Oct 03 14:20:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - pet portlint - reformat pkg-descr - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Log-1.9.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/pear-Log/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 23 Sep 2006 00:23:34 -0000 1.31 +++ Makefile 3 Oct 2006 14:16:16 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.9.8 CATEGORIES= sysutils www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR logging utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear @@ -37,10 +37,8 @@ OPTIONS= PEAR_DB "PEAR::DB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off -LOCALBASE?= /usr/local - -.if exists(${LOCALBASE}/etc/php.conf) -.include "${LOCALBASE}/etc/php.conf" +.if exists(${PREFIX}/etc/php.conf) +.include "${PREFIX}/etc/php.conf" .endif .if defined(PHP_VER) && ${PHP_VER} == 5 @@ -58,7 +56,7 @@ .endif .if defined(WITH_PHP_SQLITE) -BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite +BUILD_DEPENDS+= ${PREFIX}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/sysutils/pear-Log/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 12 Oct 2004 01:28:56 -0000 1.4 +++ pkg-descr 3 Oct 2006 14:16:16 -0000 @@ -1,6 +1,6 @@ PEAR Log framework provides an abstracted logging system. -It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal -targets. It also provides a subject - observer mechanism. +It supports logging to console, file, syslog, SQL, Sqlite, mail and +mcal targets. It also provides a subject - observer mechanism. WWW: http://pear.php.net/package/Log --- pear-Log-1.9.8.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?200610031417.k93EHK5D093428>