diff options
author | cy <cy@FreeBSD.org> | 2004-04-20 13:13:29 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-04-20 13:13:29 +0800 |
commit | dd02321257f7040b2cb666a50f0590182c830e45 (patch) | |
tree | d8b14770ce17ea80278b43686e1ffbdda2d1d4ce /net/ntp | |
parent | e71cda5ab8cd8d73612c563423b7dde2ab315699 (diff) | |
download | freebsd-ports-gnome-dd02321257f7040b2cb666a50f0590182c830e45.tar.gz freebsd-ports-gnome-dd02321257f7040b2cb666a50f0590182c830e45.tar.zst freebsd-ports-gnome-dd02321257f7040b2cb666a50f0590182c830e45.zip |
Bring port up to date with latest make(1) .warning feature, allowing
the port to build again.
Reminded by: ru
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/files/patch-Makefile.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/net/ntp/files/patch-Makefile.in b/net/ntp/files/patch-Makefile.in new file mode 100644 index 000000000000..7829972e1366 --- /dev/null +++ b/net/ntp/files/patch-Makefile.in @@ -0,0 +1,40 @@ +--- Makefile.in.orig Wed Oct 15 02:01:51 2003 ++++ Makefile.in Mon Apr 19 22:01:44 2004 +@@ -224,7 +224,7 @@ + version + + +-DISTCLEANFILES = .warning ++DISTCLEANFILES = .gcc-warning + + #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in + ETAGS_ARGS = Makefile.am configure.in +@@ -232,8 +232,8 @@ + # HMS: make ports be the last directory... + # DIST_HOOK_DIRS = conf html scripts ports + +-# HMS: Keep .warning first, as that way it gets printed first. +-BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version ++# HMS: Keep .gcc-warning first, as that way it gets printed first. ++BUILT_SOURCES = .gcc-warning $(srcdir)/COPYRIGHT $(srcdir)/version + + + # HMS: The following seems to be a work-in-progress... +@@ -672,7 +672,7 @@ + @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \ + do chmod u+w $$i ; unix2dos $$i $$i; done + +-.warning: ++.gcc-warning: + @echo "Compiling with GCC now generates lots of new warnings." + @echo " " + @echo "Don't be concerned. They're just warnings." +@@ -682,7 +682,7 @@ + @echo "Feel free to send patches that fix these warnings, though." + @echo " " + @sleep 1 +- @touch .warning ++ @touch .gcc-warning + + .buildcvo: + echo "$(CVO)" > .buildcvo |