Changeset 14553 for trunk/dports
- Timestamp:
- Oct 11, 2005, 12:29:33 PM (14 years ago)
- Location:
- trunk/dports/devel/bugzilla
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/bugzilla/Portfile
r13471 r14553 1 # $Id: Portfile,v 1. 4 2005/08/11 21:33:18 rshaw Exp $1 # $Id: Portfile,v 1.5 2005/10/11 12:29:33 mww Exp $ 2 2 PortSystem 1.0 3 3 4 4 name bugzilla 5 version 2. 185 version 2.21.1 6 6 categories devel www databases 7 7 maintainers darwinports@opendarwin.org … … 20 20 master_sites http://ftp.mozilla.org/pub/mozilla.org/webtools/ \ 21 21 ftp://ftp.mozilla.org/pub/mozilla.org/webtools/ 22 checksums md5 243089e2137ecfc8f857dbbeae0ad1d722 checksums md5 469f1f79ff670115cc7cdeb9543ab77c 23 23 24 24 depends_lib bin:httpd:apache2 \ 25 25 lib:libmysqlclient:mysql4 \ 26 p ath:${prefix}/bin/perl:perl5.8 \26 port:perl5.8 \ 27 27 port:p5-appconfig \ 28 28 port:p5-timedate \ … … 93 93 } 94 94 95 set docRoot "/Library/WebServer/Documents"96 if {[file isdirectory ${docRoot}]} {97 xinstall -d -m 0755 ${destroot}${docRoot}98 ui_info "linking ${destroot}${docRoot}/${name} to ${wwwRoot}/${name}"99 system "ln -s ${wwwRoot}/${name} ${destroot}${docRoot}/${name}"100 }101 set docRoot "${prefix}/www/apache2/htdocs"102 if {[file isdirectory ${docRoot}]} {103 xinstall -d -m 0755 ${destroot}${docRoot}104 ui_info "linking ${destroot}${docRoot}/${name} to ${wwwRoot}/${name}"105 system "ln -s ${wwwRoot}/${name} ${destroot}${docRoot}/${name}"106 }107 108 95 set docPath "${prefix}/share/doc/${name}" 109 96 xinstall -d -m 0755 ${destroot}${docPath} … … 129 116 ui_msg " ${prefix}/share/doc/${name}/QUICKSTART" 130 117 ui_msg "" 131 ui_msg "Steps 1 through 3 have already been completed by the"132 ui_msg "port installation. For step 1, the following link has"133 ui_msg "been created:"134 ui_msg ""135 set wwwRoot "${prefix}/www"136 set docRoot "/Library/WebServer/Documents"137 if {[file isdirectory ${docRoot}]} {138 ui_msg " ${docRoot}/${name} -> ${wwwRoot}/${name}"139 }140 set docRoot "${prefix}/www/apache2/htdocs"141 if {[file isdirectory ${docRoot}]} {142 ui_msg " ${docRoot}/${name} -> ${wwwRoot}/${name}"143 }144 ui_msg ""145 ui_msg "This allows access to ${name} from the root of the"146 ui_msg "webserver as the URL (needed for steps 4 and 8):"147 ui_msg ""148 ui_msg " http://[exec hostname]/${name}/"149 ui_msg ""150 118 ui_msg "For step 4, the ${name} configuration file can be" 151 119 ui_msg "found here:" -
trunk/dports/devel/bugzilla/files/patch-checksetup.pl
r8576 r14553 1 --- checksetup.pl .orig Thu Sep 30 19:47:00 20042 +++ checksetup.pl Thu Sep 30 19:47:43 20043 @@ - 378,7 +378,7 @@1 --- checksetup.pl 2005-09-27 19:16:55.000000000 +0200 2 +++ checksetup.pl 2005-10-11 13:55:12.000000000 +0200 3 @@ -442,7 +442,7 @@ 4 4 } 5 5 } … … 10 10 11 11 } 12 @@ - 596,7 +596,7 @@12 @@ -661,7 +661,7 @@ 13 13 14 14 my $webservergroup_default; … … 19 19 $webservergroup_default = ''; 20 20 } 21 @@ -1099,7 +1099,7 @@22 print "\n\n";23 print "The directory '$datadir/template' could not be removed. Please\n";24 print "remove it manually and rerun checksetup.pl.\n\n";25 - exit;26 + exit 1;27 }28 }29
Note: See TracChangeset
for help on using the changeset viewer.