Date: Tue, 31 Dec 2013 08:25:39 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@freebsd.org Cc: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: ports/185354: [PATCH] sysutils/xmbmon: fix binary strip Message-ID: <52C200F3.4080406@airport.fm> Resent-Message-ID: <201312302330.rBUNU0gB031621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185354 >Category: ports >Synopsis: [PATCH] sysutils/xmbmon: fix binary strip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 30 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: fix binary strip manpage Update LICENSE Port maintainer (5u623l20@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- xmbmon-205_10.patch begins here --- diff -ruN /usr/ports/sysutils/xmbmon/Makefile ./Makefile --- /usr/ports/sysutils/xmbmon/Makefile 2013-12-26 00:07:47.000000000 +0900 +++ ./Makefile 2013-12-31 07:49:20.000000000 +0900 @@ -11,7 +11,7 @@ MAINTAINER= 5u623l20@gmail.com COMMENT= MB monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 -LICENSE= BSD +LICENSE= BSD3CLAUSE PORTSCOUT= limit:^[0-9]+$ PATCH_SITES+= ${MASTER_SITES} @@ -49,7 +49,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${STAGEIR}${DOCSDIR}+' ${WRKSRC}/mbmon.1 + @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${DOCSDIR}+' ${WRKSRC}/mbmon.1 @${REINPLACE_CMD} -e 's+%%STAGEDIR%%%%PREFIX%%+${STAGEDIR}${PREFIX}+' ${WRKSRC}/Makefile.in .if !${PORT_OPTIONS:MX11} @${REINPLACE_CMD} -e '/p xmbmon/d' ${WRKSRC}/Makefile.in diff -ruN /usr/ports/sysutils/xmbmon/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/sysutils/xmbmon/files/patch-Makefile.in 2013-12-26 00:07:47.000000000 +0900 +++ ./files/patch-Makefile.in 2013-12-31 07:58:03.000000000 +0900 @@ -34,15 +34,17 @@ mbmon: mbmon.c mbmon.h methods.h pci_pm.h smbuses.h sensors.h $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mbmon.c $(OBJS) $(LIBS) -@@ -135,10 +135,8 @@ +@@ -133,12 +133,8 @@ + $(RM) Makefile config.cache config.log config.h config.status + install: $(PROGRAM) - $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) - $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) +- $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) +- $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) - -install-man: $(MANPAGE) ++ $(INSTALL) -o root -g wheel -m 4555 -c -p -s mbmon $(INST_DIR) $(INSTALL) -o root -g wheel -m 444 -c -p mbmon.1 $(INST_MANDIR) - $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(INST_MANXDIR) -+ $(INSTALL) -o root -g wheel -m 444 -c -p xmbmon.1x $(INST_MANDIR) - + lint: $(LINT) $(INCLUDES) $(DEFS) $(FONTDEFINES) $(SRCS) -lm --- xmbmon-205_10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C200F3.4080406>