It opens an udp socket to send and receive responses to and from
a DHCP server. It stores the last connection status information.
This module can help to write some simple code to implement a
reliable DHCP service over complex or simple networks.
WWW: http://search.cpan.org/dist/Net-DHCP-Watch/
PR: ports/187622
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
cc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -pipe -fno-strict-aliasing -c ./ppp/auth.c
In file included from ./ppp/auth.c:56:
./ppp/pppd.h:107: error: conflicting types for 'output'
./ppp.p:13: error: previous declaration of 'output' was here
*** Error code 1
Reported by: pkg-fallout (still since at least august 2013)
- Make extra patch for >= 8.x into a normal patch as it's used on all supported
FreeBSD versions
PR: ports/187320
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: wg (mentor)
rsync uses locale_charset when the ICONV option is enabled. [1]
- Replace CFLAGS+=-I... with CPPFLAGS+=-I... to fix warnings during
configure about headers being accepted by the compiler but not the
preprocessor.
- Replace CONFIGUREDCFLAGS (guard against CFLAGS damage by MAKE_ENV)
with CPPFLAGS. The dist makefile contains CFLAGS=@CFLAGS@ so CFLAGS
in MAKE_ENV isn't a problem.
- Replace ac_cv_header_iconv_h=no with --disable-iconv-open. The first
disables HAVE_ICONV_H while the latter disables USE_ICONV_OPEN but both
are checked in rsync.h:
#if defined USE_ICONV_OPEN && defined HAVE_ICONV_H
- Set ac_cv_search_libiconv_open=no when empty(ICONV_LIB). This prevents
detection of libiconv when the ICONV option is disabled, but it is also
needed on FreeBSD 10 with libiconv installed to prevent linking with
-liconv.
- New LIB_DEPENDS syntax.
- Move pre-configure to post-patch.
- Remove malloc.h patching.
- Replace MAKE with MAKE_CMD. MAKE is the currently running make and
MAKE_CMD is the make used to build the port.
- Unmute installation commands.
Reported by: "Kenta S." <kentas@hush.com> [1]
Approved by: ehaupt
error:
libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one
*** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
- Move from devel/ to net/ category with other ZeroMQ ports
- Update to 14.1.1
- Update CATEGORIES order (put primary first)
- Update MOVED, devel/Makefile and net/Makefile
Approved by: maintainer (via email)
Correctly set PORTNAME to "libzmq2" after moving it from devel/zmq to
net/libzmq2, which was missed in r335619 [1].
This fixes the PKGNAME for this port.
[1] http://svnweb.freebsd.org/ports?view=revision&revision=335619
Reported by: Franco Fichtner (via twitter: @fitchitis)
Approved by: pointyhat (koobs)
MFH: 2014Q1
The Prefix WhoIs Project provides a whois-compatible client and server
framework for disclosing various up-to-date routing information.
Instead of using registrar-originated network information (which is often
unspecific or inaccurate), Prefix WhoIs uses the Internet's global routing
table as gleaned from a number of routing peers around the world. Other
sources of information, such as imported data from ARIN are also supported
(a separate agreement with ARIN is required).
WWW: http://pwhois.org/
- USES -> gmake
- This port does not build with clang, therefore use GCC and hereby fix this
port on 10.x (port is crucial for net/asterisk)
- Strip shared objects
- New LIB_DEPENDS definition
- Fix various issues introduced with staging support.
- Build MDB backend by default, this will become new preferred backend
and BerkeleyDB backend is now deprecated.