[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[2377] ipcop/trunk/lfs/patch
From:       gespinasse () users ! sourceforge ! net
Date:       2009-01-25 9:41:09
Message-ID: E1LR1UL-0005g5-9W () d5vjzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 2377
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2377&view=rev
Author:   gespinasse
Date:     2009-01-25 09:41:09 +0000 (Sun, 25 Jan 2009)

Log Message:
-----------
Include a patch from upstream that fix a bug if the patch contain CR

Do not include the mkstemp patch like LFS actually as rejected by upstream for 'not \
needed' reason

Modified Paths:
--------------
    ipcop/trunk/lfs/patch

Modified: ipcop/trunk/lfs/patch
===================================================================
--- ipcop/trunk/lfs/patch	2009-01-24 22:04:03 UTC (rev 2376)
+++ ipcop/trunk/lfs/patch	2009-01-25 09:41:09 UTC (rev 2377)
@@ -43,15 +43,21 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+# fix CR at end of lines
+PATCH1    := $(THISAPP)-fixes-1.patch
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
-objects		= $(DL_FILE)
+objects		= $(DL_FILE) \
+		$(PATCH1)
 
 $(DL_FILE)	= $(DL_FROM)/$(DL_FILE)
+$(PATCH1)	= $(URL_LFS)/$(PKG_NAME)/$(PATCH1)
 
 $(DL_FILE)_MD5	= dacfb618082f8d3a2194601193cf8716
+$(PATCH1)_MD5	= a2f0901f42e87ad3d5fefbccee6a09f4
 
 install : $(TARGET)
 
@@ -81,6 +87,7 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
 
 ifeq "$(STAGE)" "toolchain"
 	cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR)


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic