summaryrefslogtreecommitdiff
path: root/net/host
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Fixed some pkglint warnings.rillig1-4/+4
2016-02-25Use OPSYSVARS.jperkin1-14/+12
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.
2014-08-28Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ldjperkin1-2/+1
arguments, these are now handled globally by mk/platform/SunOS.mk
2013-07-21Update to 2007/01/17. Changes:shattered4-30/+11
- the --checkzone option now actually works. - canonical hostname checks are not done if the answer they are found in doesn't have the "recursion available" flag set. - the logic for printing the warning when canonical hostname checks are skipped has been corrected. - the way that canonical hostname checks are done has been fixed so that only initial results from the query for A RRs are used. - a warning is now printed whenever a query requesting recursion results in an answer without the "ra" (recursion available) flag.
2013-02-18Bump PKGREVISION for previous as it changes the package on all non-Alphadholland1-2/+2
64-bit platforms.
2013-02-18Fix Linux build; from Rafael Kitover in PR 47546. While here, teach itdholland3-7/+23
to not store IP(v4) addresses in 64-bit integers on LP64 hosts, as that causes problems.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-21Update MASTER_SITES. Original master site doesn't containcheusov1-2/+2
"host" tarballs anymore.
2012-10-21Add CONFLICTS between net/bind and net/host.cheusov1-1/+4
net/bind9*: remove "bind<x.y.z" entries from CONFLICTS. It is useless because package's PKGBASE is "bind".
2010-10-11Fix a typo, PR#43924.obache1-2/+2
2010-09-29Add some tricks to build on Solaris.obache1-1/+6
PR#43924.
2010-09-29Set USE_BSD_MAKEFILE, and remove redundant things.obache3-31/+5
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-12-21* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.obache1-2/+5
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2006-11-09Fixed PKGMANDIR.rillig1-3/+3
2006-10-03added support for IRIX 5schwarz4-6/+34
2006-10-03added support for Darwinschwarz1-1/+8
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-16Never use -Wid-clash-30. It is dead, Jim.joerg2-3/+19
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-11-08Need libbind resolver on Interix.tv1-0/+11
2005-04-16Add patch-ap from wip/host to fix installation.wiz3-2/+33
Add missing man/cat1/host.0 to PLIST.
2005-04-16Add RMD160 checksum.wiz1-1/+2
2005-03-30Use INSTALLATION_DIRS to pre-create bin and man/man1.reed1-1/+2
TODO: This package is still broken. It installs man page to ${PREFIX}/share/man/man1 (on NetBSD) and also installs a catman page (generated but no dependency on nroff) which is not listed in PLIST.
2005-03-26pkglint. Remove unnecessary inclusion of bsd.prefs.mk and deprecatedwiz1-5/+2
NO_PATCH.
2005-03-26Switch to the host program from Greg Woods. This one is supported and morechristos7-308/+28
featurefull.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-10-11replace MASTER_SITES with MASTER_SITE_BACKUP, as the "real" mastergrant1-2/+4
site doesn't have the distfile anymore. also add a CONFLICT on bind, as it includes bin/host also. fixes PR pkg/20810 from Jeremy C. Reed.
2003-10-11fix some patches to eliminate fuzz.grant4-26/+23
patch from Jeremy C. Reed in PR pkg/20810.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-27Squash to 24 linescjep1-15/+9
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10host-991529 -- powerful replacement for host(1).wiz9-0/+355
Package provided by Greg A. Woods in pkg/12056, modified by me.