From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 1 07:21:11 2004 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 5F7B016A4CE for ; Thu, 1 Jan 2004 07:21:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCFF43D54 for ; Thu, 1 Jan 2004 07:20:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i01FKMFR056789 for ; Thu, 1 Jan 2004 07:20:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i01FKM5u056788; Thu, 1 Jan 2004 07:20:22 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 1 Jan 2004 07:20:22 -0800 (PST) Resent-Message-Id: <200401011520.i01FKM5u056788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65ED16A4CE for ; Thu, 1 Jan 2004 07:14:03 -0800 (PST) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AA443D48 for ; Thu, 1 Jan 2004 07:13:59 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 284D23EA2A1; Thu, 1 Jan 2004 23:13:56 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63458-08; Thu, 1 Jan 2004 23:13:16 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 91B953EA2A2; Thu, 1 Jan 2004 23:13:08 +0800 (CST) Message-Id: <20040101151308.91B953EA2A2@utopia.leeym.com> Date: Thu, 1 Jan 2004 23:13:08 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: autrijus@autrijus.org Subject: ports/60782: fix port: www/slash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yen-Ming Lee List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 15:21:11 -0000 >Number: 60782 >Category: ports >Synopsis: fix port: www/slash >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 01 07:20:22 PST 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2-RC i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2-RC FreeBSD 5.2-RC #7: Thu Dec 18 09:21:26 CST 2003 root@utopia.leeym.com:/mnt3/obj/usr/src/sys/UTOPIA i386 >Description: add missing MAN3 and update PLIST >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest-logs/extras.html#slash-2.2.6.log >Fix: --- slash.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/slash/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 19 Oct 2003 08:33:38 -0000 1.6 +++ Makefile 1 Jan 2004 15:11:43 -0000 @@ -8,21 +8,37 @@ PORTNAME= slash PORTVERSION= 2.2.6 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= slashcode DISTNAME= slash-${PORTVERSION} MAINTAINER= autrijus@autrijus.org COMMENT= Slash-Like Automatic Storytelling Homepage system -BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \ +BUILD_DEPENDS= ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql40-server \ ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl DOCS= README INSTALL +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \ + Slash::Apache::Log.3 Slash::Apache::User.3 \ + Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \ + Slash::DB::Oracle.3 Slash::DB::PostgreSQL.3 \ + Slash::DB::Static::MySQL.3 Slash::DB::Static::Oracle.3 \ + Slash::DB::Static::PostgreSQL.3 Slash::DB::Utility.3 \ + Slash::Display.3 Slash::Display::Plugin.3 \ + Slash::Display::Provider.3 Slash::Install.3 Slash::Journal.3 \ + Slash::Messages.3 Slash::Messages::DB::MySQL.3 \ + Slash::Search.3 Slash::Test.3 Slash::Utility.3 \ + Slash::Utility::Access.3 Slash::Utility::Anchor.3 \ + Slash::Utility::Data.3 Slash::Utility::Display.3 \ + Slash::Utility::Environment.3 Slash::Utility::System.3 \ + Slash::XML.3 Slash::XML::RSS.3 post-install: + @${FIND} ${PREFIX}/slash -name "*.orig" -delete @${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE} .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/slash/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 23 Oct 2003 11:41:17 -0000 1.4 +++ pkg-plist 1 Jan 2004 15:11:44 -0000 @@ -1,3 +1,47 @@ +%%SITE_PERL%%/mach/auto/Slash/Apache/Apache.so +%%SITE_PERL%%/mach/auto/Slash/Apache/Apache.bs +%%SITE_PERL%%/mach/auto/Slash/Apache/User/User.so +%%SITE_PERL%%/mach/auto/Slash/Apache/User/User.bs +%%SITE_PERL%%/mach/auto/Slash/Apache/User/autosplit.ix +%%SITE_PERL%%/mach/auto/Slash/Apache/autosplit.ix +%%SITE_PERL%%/mach/auto/Slash/.packlist +%%SITE_PERL%%/mach/auto/Slash/Journal/.packlist +%%SITE_PERL%%/mach/auto/Slash/Search/.packlist +%%SITE_PERL%%/mach/auto/Slash/Messages/.packlist +%%SITE_PERL%%/mach/auto/Slash/XML/FZ.pm/.packlist +%%SITE_PERL%%/mach/Slash/Apache.pm +%%SITE_PERL%%/mach/Slash/DB.pm +%%SITE_PERL%%/mach/Slash/Display.pm +%%SITE_PERL%%/mach/Slash/Install.pm +%%SITE_PERL%%/mach/Slash/Test.pm +%%SITE_PERL%%/mach/Slash/Utility.pm +%%SITE_PERL%%/mach/Slash/XML.pm +%%SITE_PERL%%/mach/Slash/XML/RSS.pm +%%SITE_PERL%%/mach/Slash/Utility/Access.pm +%%SITE_PERL%%/mach/Slash/Utility/Anchor.pm +%%SITE_PERL%%/mach/Slash/Utility/Data.pm +%%SITE_PERL%%/mach/Slash/Utility/Display.pm +%%SITE_PERL%%/mach/Slash/Utility/Environment.pm +%%SITE_PERL%%/mach/Slash/Utility/System.pm +%%SITE_PERL%%/mach/Slash/Display/Plugin.pm +%%SITE_PERL%%/mach/Slash/Display/Provider.pm +%%SITE_PERL%%/mach/Slash/DB/MySQL.pm +%%SITE_PERL%%/mach/Slash/DB/Oracle.pm +%%SITE_PERL%%/mach/Slash/DB/PostgreSQL.pm +%%SITE_PERL%%/mach/Slash/DB/Utility.pm +%%SITE_PERL%%/mach/Slash/DB/Static/MySQL.pm +%%SITE_PERL%%/mach/Slash/DB/Static/Oracle.pm +%%SITE_PERL%%/mach/Slash/DB/Static/PostgreSQL.pm +%%SITE_PERL%%/mach/Slash/Custom/Bulkmail.pm +%%SITE_PERL%%/mach/Slash/Apache/Banlist.pm +%%SITE_PERL%%/mach/Slash/Apache/Log.pm +%%SITE_PERL%%/mach/Slash/Apache/User.pm +%%SITE_PERL%%/mach/Slash.pm +%%SITE_PERL%%/Slash/Journal.pm +%%SITE_PERL%%/Slash/Search.pm +%%SITE_PERL%%/Slash/Messages.pm +%%SITE_PERL%%/Slash/Messages/DB/MySQL.pm +%%SITE_PERL%%/Slash/XML/FZ.pm slash/bin/install-theme slash/bin/install-plugin slash/bin/backup-blocks @@ -353,48 +397,67 @@ slash/httpd/slash.conf slash/httpd/slash.conf.def slash/slash.sites -@dirrm slash/bin -@dirrm slash/bin/templates -@dirrm slash/sbin -@dirrm slash/sql -@dirrm slash/sql/mysql -@dirrm slash/sql/oracle -@dirrm slash/sql/postgresql -@dirrm slash/themes -@dirrm slash/themes/slashcode -@dirrm slash/themes/slashcode/htdocs -@dirrm slash/themes/slashcode/htdocs/images -@dirrm slash/themes/slashcode/htdocs/images/topics -@dirrm slash/themes/slashcode/sql -@dirrm slash/themes/slashcode/sql/mysql -@dirrm slash/themes/slashcode/sql/oracle -@dirrm slash/themes/slashcode/sql/postgresql -@dirrm slash/themes/slashcode/backup -@dirrm slash/themes/slashcode/logs +@dirrm %%SITE_PERL%%/mach/auto/Slash/XML/FZ.pm +@dirrm %%SITE_PERL%%/mach/auto/Slash/XML/ +@dirrm %%SITE_PERL%%/mach/auto/Slash/Search +@dirrm %%SITE_PERL%%/mach/auto/Slash/Messages +@dirrm %%SITE_PERL%%/mach/auto/Slash/Journal +@dirrm %%SITE_PERL%%/mach/auto/Slash/Apache/User +@dirrm %%SITE_PERL%%/mach/auto/Slash/Apache +@dirrm %%SITE_PERL%%/mach/auto/Slash +@dirrm %%SITE_PERL%%/mach/Slash/XML +@dirrm %%SITE_PERL%%/mach/Slash/Utility +@dirrm %%SITE_PERL%%/mach/Slash/Display +@dirrm %%SITE_PERL%%/mach/Slash/DB/Static +@dirrm %%SITE_PERL%%/mach/Slash/DB +@dirrm %%SITE_PERL%%/mach/Slash/Custom +@dirrm %%SITE_PERL%%/mach/Slash/Apache +@dirrm %%SITE_PERL%%/mach/Slash +@unexec rmdir %%SITE_PERL%%/mach 2>/dev/null || true +@dirrm %%SITE_PERL%%/Slash/XML +@dirrm %%SITE_PERL%%/Slash/Messages/DB +@dirrm %%SITE_PERL%%/Slash/Messages +@dirrm %%SITE_PERL%%/Slash @dirrm slash/themes/slashcode/templates @dirrm slash/themes/slashcode/tasks +@dirrm slash/themes/slashcode/sql/postgresql +@dirrm slash/themes/slashcode/sql/oracle +@dirrm slash/themes/slashcode/sql/mysql +@dirrm slash/themes/slashcode/sql @dirrm slash/themes/slashcode/misc -@dirrm slash/plugins -@dirrm slash/plugins/Admin -@dirrm slash/plugins/Admin/templates -@dirrm slash/plugins/Search +@dirrm slash/themes/slashcode/logs +@dirrm slash/themes/slashcode/htdocs/images/topics +@dirrm slash/themes/slashcode/htdocs/images +@dirrm slash/themes/slashcode/htdocs +@dirrm slash/themes/slashcode/backup +@dirrm slash/themes/slashcode +@dirrm slash/themes +@dirrm slash/sql/postgresql +@dirrm slash/sql/oracle +@dirrm slash/sql/mysql +@dirrm slash/sql +@dirrm slash/sbin @dirrm slash/plugins/Search/templates -@dirrm slash/plugins/PubKey +@dirrm slash/plugins/Search @dirrm slash/plugins/PubKey/templates -@dirrm slash/plugins/Messages +@dirrm slash/plugins/PubKey @dirrm slash/plugins/Messages/templates -@dirrm slash/plugins/Messages/DB @dirrm slash/plugins/Messages/DB/MySQL -@dirrm slash/plugins/BunchaBlocks -@dirrm slash/plugins/Hof +@dirrm slash/plugins/Messages/DB +@dirrm slash/plugins/Messages +@dirrm slash/plugins/Journal/templates +@dirrm slash/plugins/Journal @dirrm slash/plugins/Hof/templates -@dirrm slash/plugins/ForumZilla +@dirrm slash/plugins/Hof @dirrm slash/plugins/ForumZilla/templates -@dirrm slash/plugins/CheesyPortal +@dirrm slash/plugins/ForumZilla @dirrm slash/plugins/CheesyPortal/templates @dirrm slash/plugins/CheesyPortal/tasks -@dirrm slash/plugins/Journal -@dirrm slash/plugins/Journal/templates +@dirrm slash/plugins/CheesyPortal +@dirrm slash/plugins/BunchaBlocks +@dirrm slash/plugins/Admin/templates +@dirrm slash/plugins/Admin +@dirrm slash/plugins @dirrm slash/httpd -@dirrm slash/site +@dirrm slash/bin @unexec rmdir %D/slash 2>/dev/null || true --- slash.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: