Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17070/10.3/unstable/crypto/finkinfo

Modified Files:
        apache2-ssl.info 
Log Message:
Dep-fixes; don't write to %d until InstallScript


Index: apache2-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/apache2-ssl.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- apache2-ssl.info    8 Jan 2006 00:20:58 -0000       1.22
+++ apache2-ssl.info    3 Mar 2006 21:57:54 -0000       1.23
@@ -1,11 +1,11 @@
 Package: apache2-ssl
 Version: 2.0.55
-Revision: 10
+Revision: 11
 ###
 Conflicts: apache, apache2
 Replaces: apache, apache2
 Provides: httpd
-BuildDepends: apr-ssl (>= 0.9.7-1), cyrus-sasl2-dev (>= 2.1.15-22), db43-ssl 
(>= 4.2.52-12), expat (>= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev
+BuildDepends: apr-ssl (>= 0.9.7-1), cyrus-sasl2-dev (>= 2.1.15-22), db43-ssl 
(>= 4.2.52-12), expat (>= 1.95.6-2), gdbm3, openldap23-dev, libiconv-dev, 
openssl097-dev
 Depends: %N-mpm-worker (= %v-%r) | %N-mpm-perchild (= %v-%r) | %N-mpm-prefork 
(= %v-%r) | %N-mpm-leader (= %v-%r) | %N-mpm-threadpool (= %v-%r), %N-common (= 
%v-%r)
 ###
 CustomMirror: <<
@@ -30,8 +30,6 @@
   perl -pi -e 's,gawk mawk nawk awk,awk mawk nawk gawk,g' srclib/apr/configure
 <<
 ###
-GCC: 3.3
-###
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 ###
@@ -46,7 +44,8 @@
     echo "" 
     exit 1 
   fi
-  rm -rf %d
+<<
+InstallScript: <<
   export ac_cv_func_poll=no; export AWK=/usr/bin/awk; export SED=/usr/bin/sed; 
cat default-fink.conf | xargs ./configure --with-mpm=worker --with-ldap 
--with-ssl=%p --enable-ssl=shared --enable-ldap=shared 
--enable-auth-ldap=shared --with-ldap-include=%p/include --with-ldap-lib=%p/lib 
--disable-dependency-tracking
   make 
   make install DESTDIR=%d
@@ -77,8 +76,7 @@
   mv %i/sbin/httpd httpd-prefork
   mv %i/lib/apache2/modules/httpd.exp httpd.exp-prefork
   cd server; make clean; cd -
-<<
-InstallScript: <<
+# old InstallScript began here
   make install DESTDIR=%d
   rm -rf %i/sbin/httpd
   rm -rf %i/lib/apache2/modules/httpd.exp
@@ -115,7 +113,7 @@
 SplitOff: <<
   Package: %N-common
   Description: Apache2 Common Files (conf, icon, etc) 
-  Depends: daemonic, cyrus-sasl2-shlibs (>= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (>= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (>= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common
+  Depends: daemonic, cyrus-sasl2-shlibs (>= 2.1.15-22), db43-ssl-shlibs, 
expat-shlibs (>= 1.95.6-2), gdbm3-shlibs, apr-ssl-shlibs (>= 0.9.7-1), 
openldap23-shlibs, apr-ssl-common, openssl097-shlibs, libiconv
   Replaces: apache2 (<= 2.0.47-1), apache, apache2-common, apache2-ssl-dev (<= 
2.0.47-4)
   Conflicts: apache2 (<= 2.0.47-1), apache, apache2-common
   Files: <<
@@ -1388,6 +1386,12 @@
   daemonic script. Also added DSO building.  Addes a PatchScript to remove
   the internal expat in favor of fink's expat as there is no switch or way
   to disable it.  - Justin F. Hallett (Feb 7, 2003)
+
+  dmacks moved the whole build process from CompileScript to
+  InstallScript. Apparently there need to be multiple cycles of
+  configure/make/makeinstall, and one cannot write to %d until
+  InstallScript. Why aren't these spun off as independent packages
+  instead of a monolithic build with SplitOffs?
 <<
 License: BSD
 Homepage: http://www.apache.org



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to