Revision: 7017
http://ipcop.svn.sourceforge.net/ipcop/?rev=7017&view=rev
Author: gespinasse
Date: 2013-04-28 09:48:47 +0000 (Sun, 28 Apr 2013)
Log Message:
-----------
Fix download/check_url using URL_FEDORAH (that add --no-check-certificate
before the url)
Add a few comment
I keep the debian patches here as that solve at least the asprintf warnings.
I stay with 3.8.1 as this is what next debian will have in a few days, can't be
bad.
3.8.3-4 has a lot of new patches.
Modified Paths:
--------------
ipcop/trunk/lfs/logrotate
Modified: ipcop/trunk/lfs/logrotate
===================================================================
--- ipcop/trunk/lfs/logrotate 2013-04-28 09:20:52 UTC (rev 7016)
+++ ipcop/trunk/lfs/logrotate 2013-04-28 09:48:47 UTC (rev 7017)
@@ -39,7 +39,7 @@
THISAPP := $(PKG_NAME)-$(VER)
DL_FILE := $(THISAPP).tar.gz
-DL_FROM := https://fedorahosted.org/releases/l/o/logrotate
+DL_FROM := $(URL_FEDORAH)/l/o/logrotate
DIR_APP := $(DIR_SRC)/$(THISAPP)
TARGET := $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -84,10 +84,11 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
+ # --no-same-owner --no-same-permissions is needed by ./test
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar --no-same-owner
--no-same-permissions -zxf $(DIR_DL)/$(DL_FILE)
# Apply patches on debian order
cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1)
- cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch
-p1 -i debian/patches/$$patch; done
+ cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do echo
"Using $$patch"; patch -p1 -i debian/patches/$$patch; done
cd $(DIR_APP) && make RPM_OPT_FLAGS="$(CFLAGS)"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn