Commit graph

21 commits

Author SHA1 Message Date
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Mikhail Teterin
9564e799ea Minor/cosmetic changes:
. on BSD use warn(3) instead of static "socket_error",
	  which is doing the same thing, but poorly;
	. use herror(3) instead of "socket_error", when reporting
	  DNS-related problems;
	. patch the test-harness to not fail if our own hostname
	  is not resolvable -- this is a sign of misconfiguration,
	  not of the library miscompilation.
2005-04-12 17:16:21 +00:00
Mikhail Teterin
1752dff84a Use FreeBSD's declarations of inet_ntoa and _ntop -- FreeBSD's
*definitions* were used before anyway, but the declarations now
conflict on 6.x

Use uint32_t instead of `unsigned long', where a 32-bit unsigned value
is needed -- this fixes the qfDES encryption/decryption on 64-bit
platforms.

Reported by:	pointyhat
Approved by:	portmgr	(kris)
2005-03-26 20:50:06 +00:00
Mikhail Teterin
7cd341218d Upgrade devel/uclmmbase and mbone/vic to their latest respected
versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)

In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x

Per fenner's (much) earlier e-mail, grab maintainership for the time
being.

PR:		ports/75066 (obsoleted)
Approved by:	fenner (implicitly)
2005-03-20 23:13:45 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Norikatsu Shigemura
4f56b2baa0 Remove RESTRICTED tag for crypto stuff.
Approved by:	kris (implicitly)
2003-02-22 16:12:23 +00:00
Bill Fenner
63f395f2b1 Handle the case where sizeof(long) > sizeof(int) 2003-01-24 01:44:47 +00:00
Bill Fenner
0d0d3af025 Actually check for inet_pton and inet_ntop in the right header.
Don't prototype inet_pton or inet_ntop if the system already has them.
2003-01-24 01:44:19 +00:00
Kris Kennaway
f4126b0d7b Fix build on -current 2002-09-05 09:12:37 +00:00
Munechika SUMIKAWA
7c2489900b Add 'ipv6' on CATEGORIES. 2002-06-16 17:56:04 +00:00
Joseph Koshy
d689c05aa7 Upgrade to v1.2.8.
Approved by:	fenner@freebsd.org [MAINTAINER]
2002-06-09 06:23:50 +00:00
Steve Price
80a178734a Remove -Werror from CFLAGS because it was causing builds to fall over on
the Alpha.
2000-08-21 00:54:43 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
Bill Fenner
6475f86d4e Do the pre/post thing to get ${OSVERSION} defined where I'm checking it.
Submitted by:	Thomas Gellekum <tg@melaten.rwth-aachen.de>
2000-03-10 02:46:43 +00:00
Bill Fenner
f6e09139c4 Become MAINTAINER, since the botched upgrade to 1.1.2 broke some of
my ports.
Fix 1.1.2 upgrade: install uclconf.h .
While I'm in here, configure with --enable-ipv6 on 4.x.
2000-03-08 16:53:52 +00:00
Chris D. Faulhaber
a9f5e94d36 Update port to 1.1.2
PR:		16963
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 01:58:29 +00:00
Steve Price
6caf3abbd9 Coerce this into building on the Alpha. 2000-02-20 21:03:00 +00:00
Steve Price
238481cd0b - Add MANTAINER line
- Suppprt CC/CFLAGS/LOCALBASE properly
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST

PR:		16408
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 21:43:52 +00:00
Bill Fenner
f667380351 Use IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP. 2000-01-28 03:21:13 +00:00
Bill Fenner
012e509234 Port for UCL common multimedia library, used by tools like sdr and rat.
Submitted by:	Garrett Wollman <wollman@lcs.mit.edu>
2000-01-26 05:56:05 +00:00