Revision: 6268
http://ipcop.svn.sourceforge.net/ipcop/?rev=6268&view=rev
Author: gespinasse
Date: 2012-01-28 19:20:15 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
Compile IO-Socket-SSL after Net::SSLeay to fix
Warning: prerequisite Net::SSLeay 1.21 not found.
Test suite was not working at all but produced only a 1 line ERROR.
We should really stop the sed and yes 'n' game on Makefile.PL
I cleaned most lfs files using CPAN modules, a few still need cleaning.
Here sed matched nothing, so there is really no purpose playing that game.
Modified Paths:
--------------
ipcop/trunk/lfs/IO-Socket-SSL
ipcop/trunk/make.sh
Modified: ipcop/trunk/lfs/IO-Socket-SSL
===================================================================
--- ipcop/trunk/lfs/IO-Socket-SSL 2012-01-28 16:51:52 UTC (rev 6267)
+++ ipcop/trunk/lfs/IO-Socket-SSL 2012-01-28 19:20:15 UTC (rev 6268)
@@ -82,11 +82,10 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL
- cd $(DIR_APP) && yes 'n' | perl Makefile.PL
+ cd $(DIR_APP) && perl Makefile.PL
cd $(DIR_APP) && make
ifeq "$(RUNNING_TEST)" "yes"
- -cd $(DIR_APP) && make test TEST_VERBOSE=1 &>
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+ cd $(DIR_APP) && make test TEST_VERBOSE=1 &>
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
cd $(DIR_APP) && make install
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2012-01-28 16:51:52 UTC (rev 6267)
+++ ipcop/trunk/make.sh 2012-01-28 19:20:15 UTC (rev 6268)
@@ -1850,11 +1850,11 @@
chroot_make Digest-HMAC
chroot_make GD
chroot_make libwww-perl
- chroot_make IO-Socket-SSL
chroot_make Locale-Maketext-Gettext
chroot_make NetAddr-IP
chroot_make Net-DNS
chroot_make Net-SSLeay
+ chroot_make IO-Socket-SSL
chroot_make XML-Parser
chroot_make XML-Simple
# end of CPAN
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn