git: d0a5831ec72a - main - japanese/FreeWnn-lib: Strip the shared libraries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 17:38:44 UTC
The branch main has been updated by hrs: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0a5831ec72ae59f6edaecc43a804b2ea8233fc2 commit d0a5831ec72ae59f6edaecc43a804b2ea8233fc2 Author: Hiroki Sato <hrs@FreeBSD.org> AuthorDate: 2023-01-07 17:19:16 +0000 Commit: Hiroki Sato <hrs@FreeBSD.org> CommitDate: 2023-01-07 17:35:40 +0000 japanese/FreeWnn-lib: Strip the shared libraries --- japanese/FreeWnn-lib/files/patch-makerule.mk.in | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/japanese/FreeWnn-lib/files/patch-makerule.mk.in b/japanese/FreeWnn-lib/files/patch-makerule.mk.in index d8f6b85ba35f..a6437d288727 100644 --- a/japanese/FreeWnn-lib/files/patch-makerule.mk.in +++ b/japanese/FreeWnn-lib/files/patch-makerule.mk.in @@ -1,11 +1,5 @@ -Index: makerule.mk.in -=================================================================== -RCS file: /home/cvs/private/hrs/freewnn/makerule.mk.in,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -p -r1.1.1.1 -r1.2 ---- makerule.mk.in 20 Dec 2008 07:13:30 -0000 1.1.1.1 -+++ makerule.mk.in 20 Dec 2008 07:17:14 -0000 1.2 +--- makerule.mk.in.orig 2003-05-11 18:22:57 UTC ++++ makerule.mk.in @@ -42,8 +42,8 @@ all:: # for libtool (AM_PROG_LIBTOOL) # top_builddir = @abs_top_srcdir@ @@ -17,3 +11,15 @@ diff -u -p -r1.1.1.1 -r1.2 MANSUFFIX = 1 LIBMANSUFFIX = 3 +@@ -82,9 +82,9 @@ CCLINK = $(CC) + + + INSTPGMFLAGS = @INSTPGMFLAGS@ +- INSTBINFLAGS = -m 0755 ++ INSTBINFLAGS = -m 0755 -s + INSTUIDFLAGS = -m 4711 +- INSTLIBFLAGS = -m 0644 ++ INSTLIBFLAGS = -m 0644 -s + INSTINCFLAGS = -m 0444 + INSTMANFLAGS = -m 0444 + INSTDATFLAGS = -m 0444