summaryrefslogtreecommitdiff
path: root/packages/quilt/files
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-05 15:46:07 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-05 15:46:07 +0000
commitc0489eb08641a7a45d09691574f7ad552e320e43 (patch)
treeccba584865641eadb0cfa23a68381c3439b82a2c /packages/quilt/files
parentcec7e8b86adcac86d627779a678be324a5a7b8d8 (diff)
packages/quilt: Add quilt version 0.45, 'cleanup'/complicate layout
Quilt is the first package we will build, so special care must be taken. This is one reason why we do not include/require quilt_${PV}.inc directly. Now the -native packages require the quilt-native.inc package which adds the non-gnu patch for darwin/BSD. In quilt_PV.inc we will aplly the basic patches and in quilt.inc we will have all the common stuff (like we already had) quilt-0.45 does not require the nostrip patch as the file seems to be missing.
Diffstat (limited to 'packages/quilt/files')
-rw-r--r--packages/quilt/files/non-gnu.patch13
-rw-r--r--packages/quilt/files/nostrip.patch16
2 files changed, 0 insertions, 29 deletions
diff --git a/packages/quilt/files/non-gnu.patch b/packages/quilt/files/non-gnu.patch
deleted file mode 100644
index 8b07bc2923..0000000000
--- a/packages/quilt/files/non-gnu.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: quilt/Makefile.in
-===================================================================
---- quilt.orig/Makefile.in
-+++ quilt/Makefile.in
-@@ -216,7 +216,7 @@
- -e 's:@LOCALEDIR''@:$(localedir):g' \
- -e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
- $< > $@
-- @chmod --reference=$< $@
-+ @chmod `stat -f "%p" $<` $@
-
- Makefile : Makefile.in
- @echo "Please run ./configure by hand"
diff --git a/packages/quilt/files/nostrip.patch b/packages/quilt/files/nostrip.patch
deleted file mode 100644
index 4dedad96d4..0000000000
--- a/packages/quilt/files/nostrip.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- quilt-0.32/Makefile.in~nostrip
-+++ quilt-0.32/Makefile.in
-@@ -240,7 +240,7 @@
- @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
-
- @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
-- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-+ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-
- @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
- @INSTALL@ -m 644 doc/README \