FreeBSD Bugzilla – Attachment 108121 Details for
Bug 148948
[patch] sysutils/freecolor: mark as only for i386, respect STRIP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.79 KB, created by
swell.k
on 2010-07-26 06:50:01 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-07-26 06:50:01 UTC
Size:
1.79 KB
patch
obsolete
>Index: sysutils/freecolor/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/sysutils/freecolor/Makefile,v >retrieving revision 1.12 >diff -u -p -r1.12 Makefile >--- sysutils/freecolor/Makefile 2 Jun 2009 11:09:36 -0000 1.12 >+++ sysutils/freecolor/Makefile 26 Jul 2010 04:47:38 -0000 >@@ -15,7 +15,15 @@ COMMENT= Displays free memory as a bargr > > LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab > >+ONLY_FOR_ARCHS= i386 >+ > GNU_CONFIGURE= yes >+MAKE_ENV+= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" > PLIST_FILES= bin/freecolor > >+.if !defined(WITHOUT_SETGID) >+BINGRP?= kmem >+BINMODE?= 2555 >+.endif >+ > .include <bsd.port.mk> >Index: sysutils/freecolor/files/patch-Makefile.in >=================================================================== >RCS file: /a/.cvsup/ports/sysutils/freecolor/files/patch-Makefile.in,v >retrieving revision 1.2 >diff -u -p -r1.2 patch-Makefile.in >--- sysutils/freecolor/files/patch-Makefile.in 31 Oct 2005 00:38:52 -0000 1.2 >+++ sysutils/freecolor/files/patch-Makefile.in 26 Jul 2010 04:36:30 -0000 >@@ -1,11 +1,23 @@ > --- Makefile.in.bak Sun Oct 30 09:50:03 2005 > +++ Makefile.in Sun Oct 30 09:50:13 2005 >-@@ -21,7 +21,7 @@ >+--- Makefile.in.orig 2005-06-04 18:52:52.000000000 +0400 >++++ Makefile.in 2010-07-26 08:36:07.199484222 +0400 >+@@ -2,7 +2,6 @@ CC = @CC@ >+ CFLAGS = -Wall @CFLAGS@ @DEFS@ >+ CPPFLAGS = @CPPFLAGS@ @DEFS@ >+ LDFLAGS = @LDFLAGS@ @LIBS@ >+-INSTALL = @INSTALL@ >+ >+ prefix = @prefix@ >+ mandir = @mandir@ >+@@ -19,9 +18,8 @@ install-over-free: >+ cp -i free `which free` >+ > install: >- strip free >+- strip free > -$(INSTALL) -d $(bindir) > - $(INSTALL) -m 755 free $(bindir)/freecolor >-+ $(INSTALL) -g kmem -m 2755 free $(bindir)/freecolor >++ $(INSTALL_PROGRAM) free $(bindir)/freecolor > > clean: > rm -f core free *~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148948
: 108121