Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-share/files/
Date: Wed, 13 Jun 2018 18:51:46
Message-Id: 1528915892.2f7ab0d26c82ede839ed23f64153cdc99847a0f0.mgorny@gentoo
1 commit: 2f7ab0d26c82ede839ed23f64153cdc99847a0f0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 13 17:49:54 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 18:51:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7ab0d2
7
8 sys-freebsd/freebsd-share: remove unused patches
9
10 .../files/freebsd-share-5.3-doc-locations.patch | 20 -----------------
11 .../files/freebsd-share-5.4-gentoo-skel.patch | 20 -----------------
12 .../files/freebsd-share-8.0-gnu-miscfiles.patch | 26 ----------------------
13 3 files changed, 66 deletions(-)
14
15 diff --git a/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch b/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch
16 deleted file mode 100644
17 index c0798d3db14..00000000000
18 --- a/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 ---- examples/smbfs/Makefile.orig Tue Mar 22 15:20:20 2005
22 -+++ examples/smbfs/Makefile Tue Mar 22 15:20:46 2005
23 -@@ -2,6 +2,7 @@
24 -
25 - NOOBJ=
26 - BINDIR= /usr/share/examples/smbfs
27 -+FILESDIR= ${DOCDIR}/smbfs
28 - FILES= dot.nsmbrc
29 -
30 - .PATH: ${.CURDIR}/../../../contrib/smbfs/examples
31 ---- examples/smbfs/print/Makefile.orig Tue Mar 22 15:22:17 2005
32 -+++ examples/smbfs/print/Makefile Tue Mar 22 15:22:35 2005
33 -@@ -2,6 +2,7 @@
34 -
35 - NOOBJ=
36 - BINDIR= /usr/share/examples/smbfs/print
37 -+FILESDIR= ${DOCDIR}/smbfs/print
38 - FILES= lj6l ljspool printcap.sample tolj
39 -
40 - .PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print
41
42 diff --git a/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch b/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch
43 deleted file mode 100644
44 index f668d04c4f9..00000000000
45 --- a/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch
46 +++ /dev/null
47 @@ -1,20 +0,0 @@
48 -Index: fbsd/share/skel/Makefile
49 -===================================================================
50 ---- fbsd.orig/share/skel/Makefile
51 -+++ fbsd/share/skel/Makefile
52 -@@ -2,11 +2,11 @@
53 - # $FreeBSD: src/share/skel/Makefile,v 1.9.2.1 2005/02/13 07:23:30 obrien Exp $
54 -
55 - FILESGROUPS= FILES1 FILES2
56 --FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
57 -+FILES1= dot.login_conf dot.mailrc \
58 - dot.shrc
59 --FILES2= dot.mail_aliases dot.rhosts
60 --FILES1DIR= /usr/share/skel
61 --FILES2DIR= /usr/share/skel
62 -+FILES2= dot.mail_aliases
63 -+FILES1DIR= /etc/skel
64 -+FILES2DIR= /etc/skel
65 - FILES1MODE= 0644
66 - FILES2MODE= 0600
67 - NOOBJ=
68
69 diff --git a/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch b/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch
70 deleted file mode 100644
71 index 19167a6e04c..00000000000
72 --- a/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch
73 +++ /dev/null
74 @@ -1,26 +0,0 @@
75 ---- share/misc/Makefile.old 2010-03-12 01:32:39 +0100
76 -+++ share/misc/Makefile 2010-03-12 01:33:25 +0100
77 -@@ -3,9 +3,9 @@
78 -
79 - .PATH: ${.CURDIR}/../../sys/dev/usb
80 -
81 --FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
82 -+FILES= bsd-family-tree committers-doc.dot committers-ports.dot \
83 - committers-src.dot eqnchar flowers init.ee \
84 -- iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
85 -+ iso3166 iso639 man.template mdoc.template pci_vendors \
86 - scsi_modes usb_hid_usages usbdevs
87 -
88 - NO_OBJ=
89 ---- share/dict/Makefile.old 2010-03-12 01:33:53 +0100
90 -+++ share/dict/Makefile 2010-03-12 01:34:18 +0100
91 -@@ -4,8 +4,7 @@
92 - NO_OBJ=
93 -
94 - # XXX MISSING: connectives words
95 --FILES= README propernames web2 web2a freebsd
96 -+FILES= README freebsd
97 - FILESDIR= ${BINDIR}/dict
98 --SYMLINKS= web2 ${FILESDIR}/words
99 -
100 - .include <bsd.prog.mk>