summaryrefslogtreecommitdiff
path: root/net/wmnet
AgeCommit message (Collapse)AuthorFilesLines
2022-06-03wmnet: mark as broken on NetBSD 9.99.45 and newerwiz1-1/+5
needs to be converted from kmem to SIOCGIFDATA ioctl.
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2017-10-25Add support for LDFLAGSkhorben1-2/+3
This notably fixes building with RELRO enabled.
2017-09-06Comment out dead sites.wiz1-3/+3
2016-06-23PR 32295 Jake Kupersmith: missing alloca.h on Solaris.dholland2-4/+5
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
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-08-06Add support for CFLAGSkhorben1-1/+3
No functional change intended.
2013-12-19Use SPECIAL_PERMS on MirBSD, too. Fix build.bsiegert1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2011-11-26net/wnmet: Fix DragonFlymarino3-11/+26
This breakage was caused by the ifnet structure getting moved under the kernel structures macro.
2011-03-20Add user-destdir installation support.obache1-3/+4
2007-09-19Resign as maintainer. I have not used this package for a long time.tron1-2/+2
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-03-14Fixed the unprivileged build and PKGMANDIR.rillig1-1/+9
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+8
2006-03-23Add DragonFly support.joerg4-23/+32
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma1-2/+2
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+4
portable. Bump PKGREVISION accordingly.
2002-09-18Add security patch from the FreeBSD ports collection:tron3-5/+13
Drop setgid kmem privs before executing external programs. Reported by: Christer Oberg <christer.oberg@gmx.net> Bump the package revision to 3.
2002-07-18Add support for Solaris via the kstat(3) facility.seb6-51/+226
Provided in PR pkg/17521 by Lubomir Sedlacik <salo@Xtrmntr.org>.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-06-30It seems struct ifnet grew, and the buffer used to kvm_read into wasn'twiz4-10/+24
big enough, resulting into overwriting of stack variables making wmnet core dump because of segfault. Increase buffer size to avoid that. Bump to 1.06nb2.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Update to wmnet-1.06nb1 to add some patches to make this work better inhubertf5-9/+234
a fvwm2 FvwmButton (switches are mainly to set background color etc.)
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-02Update man page to show new default (ppp0 instead of ec0)wiz2-5/+5
2000-07-31Because the default rate is suitable for a modem connection use "ppp0"tron2-4/+13
instead of "ec0" - does anybody really use 3c503 these days? - as the default interface.
2000-07-31Use normal patch files instead of custom "do-patch" target.tron7-4/+93
2000-07-30Import new "wmnet" package contributed by Jens Schmalzing in PR pkg/10599:tron5-0/+27
dockable network monitor