ports/76946: [PATCH] devel/bugzilla: fix plist missed files

Choe, Cheng-Dae whitekid at gmail.com
Tue Feb 1 10:30:26 UTC 2005


>Number:         76946
>Category:       ports
>Synopsis:       [PATCH] devel/bugzilla: fix plist missed files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 10:30:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD comdongin.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Jan 26 05:08:35 KST 2005
>Description:
      - Because of bugzilla's bugs. checksetup.pl doesn't check File::Spec modules version. So disable it's version check. (https://bugzilla.mozilla.org/show_bug.cgi?id=257933)
      - fix web server's uid/gid
      - fix plist that not listed
>How-To-Repeat:
      N/A
>Fix:
      diff -ruN bugzilla.orig/Makefile bugzilla/Makefile
--- bugzilla.orig/Makefile	Tue Jan 25 01:44:20 2005
+++ bugzilla/Makefile	Tue Feb  1 11:29:44 2005
@@ -7,6 +7,7 @@
 
 PORTNAME?=	bugzilla
 PORTVERSION?=	2.18
+PORTREVISION?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	webtools webtools/archived
diff -ruN bugzilla.orig/files/patch-checksetup.pl bugzilla/files/patch-checksetup.pl
--- bugzilla.orig/files/patch-checksetup.pl	Tue Jan 25 01:44:20 2005
+++ bugzilla/files/patch-checksetup.pl	Tue Feb  1 18:59:21 2005
@@ -1,11 +1,23 @@
---- checksetup.pl.orig	Fri Jan 14 10:51:36 2005
-+++ checksetup.pl	Mon Jan 24 17:39:29 2005
+
+$FreeBSD$
+
+--- checksetup.pl.orig
++++ checksetup.pl
+@@ -288,7 +288,7 @@
+     }, 
+     { 
+         name => 'File::Spec', 
+-        version => '0.82' 
++        version => '0' 
+     }, 
+     {
+         name => 'File::Temp',
 @@ -616,7 +616,7 @@
  
  my $webservergroup_default;
  if ($^O !~ /MSWin32/i) {
 -    $webservergroup_default = 'apache';
-+    $webservergroup_default = 'nogroup';
++    $webservergroup_default = 'www';
  } else {
      $webservergroup_default = '';
  }
diff -ruN bugzilla.orig/pkg-plist bugzilla/pkg-plist
--- bugzilla.orig/pkg-plist	Tue Jan 25 01:44:20 2005
+++ bugzilla/pkg-plist	Tue Feb  1 11:43:28 2005
@@ -120,6 +120,31 @@
 %%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml
 %%PORTDOCS%%%%DOCSDIR%%/xml/using.xml
 %%BUGZILLADIR%%/1x1.gif
+%%BUGZILLADIR%%/Bugzilla/Auth/Cookie.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/LDAP.pm
+%%BUGZILLADIR%%/Bugzilla/Attachment.pm
+%%BUGZILLADIR%%/Bugzilla/Auth.pm
+%%BUGZILLADIR%%/Bugzilla/Bug.pm
+%%BUGZILLADIR%%/Bugzilla/BugMail.pm
+%%BUGZILLADIR%%/Bugzilla/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Chart.pm
+%%BUGZILLADIR%%/Bugzilla/Config.pm
+%%BUGZILLADIR%%/Bugzilla/Constants.pm
+%%BUGZILLADIR%%/Bugzilla/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Error.pm
+%%BUGZILLADIR%%/Bugzilla/Flag.pm
+%%BUGZILLADIR%%/Bugzilla/FlagType.pm
+%%BUGZILLADIR%%/Bugzilla/RelationSet.pm
+%%BUGZILLADIR%%/Bugzilla/Search.pm
+%%BUGZILLADIR%%/Bugzilla/Series.pm
+%%BUGZILLADIR%%/Bugzilla/Template.pm
+%%BUGZILLADIR%%/Bugzilla/Token.pm
+%%BUGZILLADIR%%/Bugzilla/User.pm
+%%BUGZILLADIR%%/Bugzilla/Util.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm
 %%BUGZILLADIR%%/Bugzilla.pm
 %%BUGZILLADIR%%/CGI.pl
 %%BUGZILLADIR%%/QUICKSTART
@@ -133,6 +158,10 @@
 %%BUGZILLADIR%%/colchange.cgi
 %%BUGZILLADIR%%/collectstats.pl
 %%BUGZILLADIR%%/config.cgi
+%%BUGZILLADIR%%/js/duplicates.js
+%%BUGZILLADIR%%/skins/standard/duplicates.css
+%%BUGZILLADIR%%/skins/standard/global.css
+%%BUGZILLADIR%%/skins/standard/show_multiple.css
 %%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm
 %%CONTRIB%%%%BUGZILLADIR%%/contrib/README
 %%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif
@@ -395,6 +424,13 @@
 %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline
 %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit
 %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Auth
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin
+ at dirrm %%BUGZILLADIR%%/Bugzilla/Template
+ at dirrm %%BUGZILLADIR%%/Bugzilla
+ at dirrm %%BUGZILLADIR%%/js
+ at dirrm %%BUGZILLADIR%%/skins/standard
+ at dirrm %%BUGZILLADIR%%/skins
 @dirrm %%BUGZILLADIR%%
 @dirrm %%PORTDOCS%%%%DOCSDIR%%/xml
 @dirrm %%PORTDOCS%%%%DOCSDIR%%/txt

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list