public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/unionfs-fuse/files/
Date: Sat, 11 Feb 2017 18:22:47 +0000 (UTC)	[thread overview]
Message-ID: <1486837342.d294bce63a36378e4aa7dfc721cbd19e86ad40ef.sping@gentoo> (raw)

commit:     d294bce63a36378e4aa7dfc721cbd19e86ad40ef
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 16:35:10 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 18:22:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d294bce6

sys-fs/unionfs-fuse: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3911

 .../unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch   | 15 ---------------
 .../files/unionfs-fuse-0.26-declare-chroot.patch          | 12 ------------
 .../files/unionfs-fuse-0.26-link-pthread.patch            | 11 -----------
 3 files changed, 38 deletions(-)

diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
deleted file mode 100644
index 6f80808dce..0000000000
--- a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile_BACKUP	2010-01-12 01:26:33.000000000 +0100
-+++ Makefile	2010-01-12 01:26:58.000000000 +0100
-@@ -7,10 +7,10 @@
- LIB = -lfuse -lpthread -lm
- 
- build:
--	make -C src/
-+	$(MAKE) -C src/
- 
- clean:
--	make -C src/ clean
-+	$(MAKE) -C src/ clean
- 
- install: build
- 	cp src/unionfs $(DESTDIR)/sbin/

diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-declare-chroot.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-declare-chroot.patch
deleted file mode 100644
index e436f9f015..0000000000
--- a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-declare-chroot.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- unionfs-fuse-0.26/src/unionfs.c	2012-09-22 22:24:05.090568485 +0200
-+++ unionfs-fuse-0.26/src/unionfs.c	2012-09-22 22:24:09.036519156 +0200
-@@ -13,6 +13,9 @@
- #ifdef linux
- 	// For pread()/pwrite()/utimensat()
- 	#define _XOPEN_SOURCE 700
-+	
-+	// For chroot
-+	#define _BSD_SOURCE
- #endif
- 
- #include <fuse.h>

diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch
deleted file mode 100644
index 9bed29fe2e..0000000000
--- a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile	2012-09-22 22:14:36.484677038 +0200
-+++ src/Makefile	2012-09-22 22:14:40.162631059 +0200
-@@ -5,7 +5,7 @@
- 
- LDFLAGS += 
- 
--LIB = $(shell pkg-config --libs fuse)
-+LIB = $(shell pkg-config --libs fuse) -lpthread
- 
- HASHTABLE_OBJ = hashtable.o hashtable_itr.o
- UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o \


                 reply	other threads:[~2017-02-11 18:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486837342.d294bce63a36378e4aa7dfc721cbd19e86ad40ef.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox