mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* use autoreconf to ensure we're UsingTheRightCompiler and using the right architectures * add Makefile.am patch from Mandriva to re-enable building fping6 (those modifications had been made directly to Makefile.in) * additionally patch Makefile.am to fix build on Lion (https://trac.macports.org/ticket/30095) * add more checksum types * update homepage (fping dot com is being squatted) * disable livecheck (it seems unlikely this software will ever be updated again) git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81859 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
486 B
Diff
14 lines
486 B
Diff
https://qa.mandriva.com/show_bug.cgi?id=63396
|
|
https://trac.macports.org/ticket/30095
|
|
--- Makefile.am.orig 2002-01-15 18:52:18.000000000 -0600
|
|
+++ Makefile.am 2011-08-06 01:58:22.000000000 -0500
|
|
@@ -1,5 +1,7 @@
|
|
-sbin_PROGRAMS = fping
|
|
+sbin_PROGRAMS = fping fping6
|
|
fping_SOURCES = fping.c options.h linux.h
|
|
+fping6_SOURCES = fping.c options.h linux.h
|
|
+fping6_CPPFLAGS = $(AM_CPPFLAGS) -DIPV6 -D__APPLE_USE_RFC_3542
|
|
man_MANS = fping.8
|
|
AUTOMAKE_OPTIONS=foreign
|
|
EXTRA_DIST = $(man_MANS)
|