diff options
| author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-01 20:05:08 +0000 |
|---|---|---|
| committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-01 20:05:08 +0000 |
| commit | 0bdafa9ce292c464890affc3c2c0b381cb30ec81 (patch) | |
| tree | 01cdd838c1c83f04a6b0420f0ed446f4da9a39ed /sysutils/mbmon/files/patch-configure | |
| parent | Update to DAT 4687 (diff) | |
- Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let
${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
- use X prefix
- install xmbmon.resources into the appropriate location
- do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership
[1]:
PR: ports/92600
Submitted by: Daniel Berlin <mail@daniel-berlin.de>
Notes
Notes:
svn path=/head/; revision=155020
Diffstat (limited to 'sysutils/mbmon/files/patch-configure')
| -rw-r--r-- | sysutils/mbmon/files/patch-configure | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/sysutils/mbmon/files/patch-configure b/sysutils/mbmon/files/patch-configure index 7bd6af8d22b4..809c657fd978 100644 --- a/sysutils/mbmon/files/patch-configure +++ b/sysutils/mbmon/files/patch-configure @@ -1,17 +1,22 @@ -$FreeBSD$ - ---- configure Fri Aug 13 10:22:18 2004 -+++ configure Fri Dec 30 23:37:25 2005 -@@ -3486,7 +3486,7 @@ - +--- configure.orig Wed Feb 1 20:34:58 2006 ++++ configure Wed Feb 1 20:35:38 2006 +@@ -3487,7 +3487,6 @@ case "${host}" in -- i?86-*-freebsd*) -+ i?86-*-freebsd* | amd64-*-freebsd*) - CC=cc + i?86-*-freebsd*) +- CC=cc ;; i?86-*-linux-*) -@@ -3946,7 +3946,7 @@ + CC=gcc +@@ -3499,7 +3498,6 @@ + ADDLIBS="-li386" + ;; + *) +- CC=gcc + ;; + esac + +@@ -3946,7 +3944,7 @@ done |
