From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB8E2139085 for ; Sat, 4 Feb 2017 21:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE87421C1EA; Sat, 4 Feb 2017 21:22:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A708B21C1EA for ; Sat, 4 Feb 2017 21:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8B3634165A for ; Sat, 4 Feb 2017 21:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 187FE3DD7 for ; Sat, 4 Feb 2017 21:22:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486243300.4bd6e8042e5d6584481b3cf66c36bf3ac2b70daa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gradm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gradm/files/respect-gentoo-env-r2.patch X-VCS-Directories: sys-apps/gradm/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4bd6e8042e5d6584481b3cf66c36bf3ac2b70daa X-VCS-Branch: master Date: Sat, 4 Feb 2017 21:22:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 946817ca-e8d8-4f71-bd70-ec7a033845fe X-Archives-Hash: 566fda9a13eb18e389c084fdd9e799ad commit: 4bd6e8042e5d6584481b3cf66c36bf3ac2b70daa Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sat Feb 4 17:36:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 4 21:21:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd6e804 sys-apps/gradm: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3807 sys-apps/gradm/files/respect-gentoo-env-r2.patch | 42 ------------------------ 1 file changed, 42 deletions(-) diff --git a/sys-apps/gradm/files/respect-gentoo-env-r2.patch b/sys-apps/gradm/files/respect-gentoo-env-r2.patch deleted file mode 100644 index 65d242e..00000000 --- a/sys-apps/gradm/files/respect-gentoo-env-r2.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur gradm2.orig/Makefile gradm2/Makefile ---- gradm2.orig/Makefile 2013-08-09 16:28:37.000000000 -0400 -+++ gradm2/Makefile 2013-08-10 07:57:12.000000000 -0400 -@@ -18,18 +18,18 @@ - BISON=/usr/bin/bison - #YACC := $(shell if [ -x $(BYACC) ]; then echo $(BYACC); else echo $(BISON); fi) - YACC=$(BISON) --MKNOD=/bin/mknod -+MKNOD=true - #for dietlibc - #CC=/usr/bin/diet /usr/bin/gcc - CC=/usr/bin/gcc - FIND=/usr/bin/find --STRIP=/usr/bin/strip -+STRIP=true - LIBS := $(shell if [ "`uname -m`" != "sparc64" -a "`uname -m`" != "x86_64" ]; then echo "-lfl" ; else echo "" ; fi) - OPT_FLAGS := -O2 - # for older versions of grsecurity, comment the above line and uncomment the below: - #OPT_FLAGS := $(shell if [ "`uname -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo "-O2" ; else echo "-O2 -m64" ; fi) --CFLAGS := $(OPT_FLAGS) -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE --LDFLAGS= -+CFLAGS := $(OPT_FLAGS) -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE $(CFLAGS) -+LDFLAGS+= - INSTALL = /usr/bin/install -c - - # FHS -@@ -167,10 +167,11 @@ - $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \ - fi \ - fi -- @if [ -d $(DESTDIR)/etc/udev/rules.d ] ; then \ -- echo "ACTION!=\"add|change\", GOTO=\"permissions_end\"" > $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ -- echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ -- echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ -+ @mkdir -p $(DESTDIR)/lib/udev/rules.d -+ @if [ -d $(DESTDIR)/lib/udev/rules.d ] ; then \ -+ echo "ACTION!=\"add|change\", GOTO=\"permissions_end\"" > $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ -+ echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ -+ echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ - fi - @if [ -f $(DESTDIR)/sbin/udevadm ] ; then \ - $(DESTDIR)/sbin/udevadm trigger --action=change ; \