public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/gradm/files: respect-gentoo-env-r1.patch
@ 2013-08-03 12:40 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-08-03 12:40 UTC (permalink / raw
  To: gentoo-commits

blueness    13/08/03 12:40:57

  Added:                respect-gentoo-env-r1.patch
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.1                  sys-apps/gradm/files/respect-gentoo-env-r1.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/files/respect-gentoo-env-r1.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/files/respect-gentoo-env-r1.patch?rev=1.1&content-type=text/plain

Index: respect-gentoo-env-r1.patch
===================================================================
diff -Naur gradm2.orig/Makefile gradm2/Makefile
--- gradm2.orig/Makefile	2013-08-02 17:44:44.000000000 -0400
+++ gradm2/Makefile	2013-08-03 08:40:34.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 ; \





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/gradm/files: respect-gentoo-env-r1.patch
@ 2013-08-10 11:59 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-08-10 11:59 UTC (permalink / raw
  To: gentoo-commits

blueness    13/08/10 11:59:16

  Removed:              respect-gentoo-env-r1.patch
  Log:
  Remove older version
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-10 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 11:59 [gentoo-commits] gentoo-x86 commit in sys-apps/gradm/files: respect-gentoo-env-r1.patch Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-03 12:40 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox