summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-21 14:30:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-21 14:30:39 +0000
commit9104f3e6dd38b303863467716d99a74af832819c (patch)
tree18cf18bbfdd54c44d9cfa44aac5d72edc731bda3 /sys-freebsd/freebsd-mk-defs/files
parentDisable stripping from bsdmk.eclass rather than changing the mk defs. (diff)
downloadhistorical-9104f3e6dd38b303863467716d99a74af832819c.tar.gz
historical-9104f3e6dd38b303863467716d99a74af832819c.tar.bz2
historical-9104f3e6dd38b303863467716d99a74af832819c.zip
Don't change the mk definitions files to avoid -Werror and stripping during install, handle that in bsdmk.eclass.
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'sys-freebsd/freebsd-mk-defs/files')
-rw-r--r--sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-6.2-2-gentoo.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-6.2-2-gentoo.patch b/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-6.2-2-gentoo.patch
index 7a44c27e0458..613aac808b1a 100644
--- a/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-6.2-2-gentoo.patch
+++ b/sys-freebsd/freebsd-mk-defs/files/freebsd-mk-defs-6.2-2-gentoo.patch
@@ -262,44 +262,3 @@ Index: fbsd-6.2b3/share/mk/bsd.libnames.mk
LIBLN?= "don't use LIBLN, use LIBL"
.if !defined(NO_BIND)
LIBLWRES?= ${DESTDIR}${LIBDIR}/liblwres.a
-Index: fbsd-6.2b3/share/mk/bsd.own.mk
-===================================================================
---- fbsd-6.2b3.orig/share/mk/bsd.own.mk
-+++ fbsd-6.2b3/share/mk/bsd.own.mk
-@@ -157,10 +157,8 @@ NLSMODE?= ${NOBINMODE}
-
- INCLUDEDIR?= /usr/include
-
--# Common variables
--.if !defined(DEBUG_FLAGS)
--STRIP?= -s
--.endif
-+# Don't strip things with install command, leave that to portage
-+STRIP=
-
- COMPRESS_CMD?= gzip -cn
- COMPRESS_EXT?= .gz
-Index: fbsd-6.2b3/share/mk/bsd.sys.mk
-===================================================================
---- fbsd-6.2b3.orig/share/mk/bsd.sys.mk
-+++ fbsd-6.2b3/share/mk/bsd.sys.mk
-@@ -27,9 +27,6 @@ CFLAGS += -std=${CSTD}
- . if defined(WARNS)
- . if ${WARNS} >= 1
- CWARNFLAGS += -Wsystem-headers
--. if !defined(NO_WERROR)
--CWARNFLAGS += -Werror
--. endif
- . endif
- . if ${WARNS} >= 2
- CWARNFLAGS += -Wall -Wno-format-y2k
-@@ -60,9 +57,6 @@ WFORMAT = 1
- . if ${WFORMAT} > 0
- #CWARNFLAGS += -Wformat-nonliteral -Wformat-security -Wno-format-extra-args
- CWARNFLAGS += -Wformat=2 -Wno-format-extra-args
--. if !defined(NO_WERROR)
--CWARNFLAGS += -Werror
--. endif
- . endif
- . endif
- .endif