joerg
840c476015
Mark some warnings as non-fatal for clang.
2020-03-18 17:59:20 +00:00
rillig
eb3c2b436e
net: align variable assignments
...
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
2019-11-03 11:45:28 +00:00
agc
203292f73e
Add SHA512 digests for distfiles for net category
...
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 00:34:51 +00:00
joerg
07c519d8b6
Include stdlib.h for newer yacc
2015-02-10 19:28:29 +00:00
joerg
d236de91e2
Drop redundant parentheses. Don't bail out on K&R promotion warnings or
...
pointer sign casts.
2013-09-10 14:37:32 +00:00
asau
e059e7e469
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-23 17:18:07 +00:00
wiz
e070952153
Fix build with gcc-4.5.
2011-12-21 11:58:41 +00:00
wiz
fa11a10f7a
Fix pkglint warning.
2011-12-21 11:58:27 +00:00
obache
8c4e99b6ef
Use USE_FEATURES=inet6 instead of unusual usage of PKG_OPTIONS_REQUIRED_GROUPS.
2011-04-15 07:51:23 +00:00
joerg
5462b6f5b8
DESTDIR support and fix for newer NetBSD.
2009-02-14 17:57:18 +00:00
is
f2900c8f96
bumped revision to noted added conflict
2007-10-11 19:48:11 +00:00
is
7340dfe3b4
Add mcast-tools.
...
Mcast-tools conflicts with pim6sd and pim6dd, as it contains (presumably
more up to date) versions.
2007-10-11 19:03:37 +00:00
bouyer
3665c1fd42
gcc4 can't read an include file backward :)
...
Move variables declaration after struct definitions, so that gcc knows the
size of the variables. Fix build on netbsd-4.
2007-04-20 18:55:00 +00:00
joerg
1fbd832e05
Fix typo, make cat8 as well.
2007-03-28 13:24:23 +00:00
joerg
161c920c15
Prepare for switching to NO_MTREE=yes.
2007-03-24 19:21:18 +00:00
rillig
2829e658f2
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
...
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
tv
b8c621abb9
Require "inet6" option to be set, forcing IPv6 to exist before building.
2007-01-03 15:23:25 +00:00
minskim
c8bbccd11d
USE_TOOLS+=yacc
2006-06-21 18:31:21 +00:00
minskim
9974bdc83c
USE_TOOLS+=lex
2006-06-20 22:17:48 +00:00
joerg
1f8c287ae7
Honour PKGMANDIR and fix installation of man pages on !NetBSD.
2006-03-14 02:38:37 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
e8653ea28b
Add DragonFly support. Remove conditional Makefile code, which was
...
supposed to handle different bsd.prog.mk semantic. pkgsrc has always
the NetBSD behaviour.
2006-02-24 20:08:32 +00:00
gdt
e461691ded
Note that MLDv2 is implemented.
...
Patch from pkg/32051 filed by Jonathan A. Kollasch.
2005-11-18 11:52:29 +00:00
agc
b12d62efb5
Add RMD160 digests.
2005-02-24 12:13:41 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
itojun
9e28544082
upgrade to 2003/10/21.
...
- make it compilable w/ gcc 3.3 and NULL as (void *)0.
- various protocol fixes, including new IANA assignment for RP discovery
2003-10-21 08:37:19 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
itojun
4821ab4544
update to 20030606a - with new stanford licensing terms
2003-06-06 07:40:40 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
agc
5ed7c9ab40
Make this package compile on 1.6 and later - don't rename the derived yacc
...
header file to <basename>.h, keep it as y.tab.h
2002-06-26 18:02:38 +00:00
hubertf
2bfbe812cf
Make this find y.tab.h (instead of cfbla.h).
...
We explicityly ask yacc to create a y.tab.h file, so this should be
no problem on onther OS versions. (Tested: 1.5.3)
2002-04-05 02:02:34 +00:00
itojun
59c84cdf37
upgrade to 20020403a. lots of stabilization, MLDv2 support (disabled), and more.
2002-04-03 05:37:00 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
itojun
26a6ddd25c
install mtrace6(8).
2001-06-07 23:53:18 +00:00
itojun
d9b25b8e13
pim6sd, IPv6 pim sparse mode daemon
2001-06-02 05:05:21 +00:00