diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
commit | 14d85a7cb5b218fcca3010e8a0e81e5807864181 (patch) | |
tree | ff6c957b33b8ad257ea082268b8506ab5575f71a /news/husky-base | |
parent | 2ea071deb8ac59d694ded633b07c897e16489ed5 (diff) | |
download | ports-14d85a7cb5b218fcca3010e8a0e81e5807864181.tar.gz ports-14d85a7cb5b218fcca3010e8a0e81e5807864181.zip |
Notes
Diffstat (limited to 'news/husky-base')
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg index ad96082a5f94..446be52605a3 100644 --- a/news/husky-base/files/patch-huskymak.cfg +++ b/news/husky-base/files/patch-huskymak.cfg @@ -1,6 +1,6 @@ ---- huskymak.cfg.orig Wed Aug 14 00:23:14 2002 -+++ huskymak.cfg Wed Aug 14 00:26:43 2002 -@@ -100,7 +100,7 @@ +--- huskymak.cfg.orig Tue May 1 12:37:48 2001 ++++ huskymak.cfg Thu Jan 9 03:51:35 2003 +@@ -108,7 +108,7 @@ # update dynamic library cache # If your operating system does not need this, you may comment out this line. @@ -9,7 +9,7 @@ # rename a file MV=mv -@@ -123,8 +123,8 @@ +@@ -131,8 +131,8 @@ OSTYPE=UNIX # short name of operating system (used for PID lines etc.) @@ -20,7 +20,7 @@ #UNAME=OS2 #UNAME=BEOS -@@ -156,7 +156,7 @@ +@@ -166,7 +166,7 @@ WARNFLAGS=-Wall # C-compiler: optimization @@ -29,3 +29,39 @@ # C-compiler: debug DEBCFLAGS=-c -ggdb +@@ -198,8 +198,8 @@ + DEBLFLAGS=-g + + # options for installing programs +-OPTIBOPT=-c -s +-DEBIBOPT=-c ++OPTIBOPT=-c -s -m 555 -o root -g wheel ++DEBIBOPT=-c -m 555 -o root -g wheel + + ifeq ($(DEBUG), 1) + IBOPT = $(DEBIBOPT) +@@ -207,14 +207,20 @@ + IBOPT = $(OPTIBOPT) + endif + +-# options for installing libs +-ILOPT=-c ++# options for installing scripts ++ISOPT=-c -m 555 -o root -g wheel ++ ++# options for installing shared libs ++ILOPT=-c -m 555 -o root -g wheel ++ ++# options for installing static libs ++ISLOPT=-c -m 444 -o root -g wheel + + # options for installing man-pages +-IMOPT=-c ++IMOPT=-c -m 444 -o root -g wheel + + # options for installing includes +-IIOPT=-c ++IIOPT=-c -m 444 -o root -g wheel + + # options for linking files + LNOPT=-sf |