forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use PORTDOCS - Simplify Makefile Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7899
- Loading branch information
Showing
6 changed files
with
21 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (freeipmi-1.3.4.tar.gz) = c3c0deac9db9e4b877a3dc1a0fb335175c01caec970cf7761e3e0520fd704d3d | ||
SIZE (freeipmi-1.3.4.tar.gz) = 3091593 | ||
SHA256 (freeipmi-1.4.1.tar.gz) = a6ad19d92dbe6f56aebe366adb1cc8fedda67f8d325e47b84073d56f0824f9e2 | ||
SIZE (freeipmi-1.4.1.tar.gz) = 3085238 |
11 changes: 0 additions & 11 deletions
11
sysutils/freeipmi/files/patch-common-toolcommon-tool-daemon-common.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- man/Makefile.in.orig 2013-01-11 03:00:35.000000000 +0800 | ||
+++ man/Makefile.in 2013-02-02 03:18:42.250624916 +0800 | ||
@@ -896,7 +896,7 @@ | ||
--- man/Makefile.in.orig 2014-03-04 03:36:13.000000000 +0800 | ||
+++ man/Makefile.in 2014-03-06 04:17:01.801977380 +0800 | ||
@@ -885,7 +885,7 @@ | ||
|
||
|
||
$(MANS_CPP): $(MANS_CPP:%=%.pre) | ||
- $(CPP) -w -C -P -I$(top_srcdir)/man [email protected] $@ | ||
+ $(CPP) -w -C -I$(top_srcdir)/man [email protected] | grep -v '^#' > $@ | ||
- $(CPP) -nostdinc -w -C -P -I$(top_srcdir)/man [email protected] $@ | ||
+ $(CPP) -nostdinc -w -C -I$(top_srcdir)/man [email protected] | grep -v '^#' > $@ | ||
|
||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
# Otherwise a system limit (for SysV at least) may be exceeded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters