summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
AgeCommit message (Collapse)AuthorFilesLines
2004-12-07Remove as maintainer of this package because I've not used for quitetron1-2/+2
some time.
2004-12-07Fix libtool calls to include --mode.wiz2-15/+15
2004-12-07Fix previous (incomplete ALL_TARGET -> BUILD_TARGET change.wiz1-5/+8
While here, fix libtool calls in Makefile to use --mode.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-9/+9
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-06-01Since we set ALL_TARGET to irix6 (under, IRIX 6.x), we don't need to patchjschauma2-11/+3
the irix6.5 target into the Makefile.
2004-05-12Unused.wiz1-30/+0
2004-04-27Convert INSTALL_SCRIPT to INSTALL_LIB.tv1-2/+2
2004-04-27Shared objects must be installed as executable on some systems; converttv1-3/+3
INSTALL_DATA to INSTALL_SCRIPT.
2004-04-26Make build on Interix.tv1-1/+2
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-7/+2
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-26Teach security/tcp_wrappers to build on NetBSD systems. Remove thejlam3-25/+51
ONLY_FOR_PLATFORMS setting and simply allow the build to fail on systems on which it currently doesn't build. Replace the cascading if statement that set the Makefile target with something more compact. Lastly, teach tcp_wrappers to partially honor PKG_SYSCONFDIR -- it will default to the historic locations /etc/host.{allow,deny} for the config files, but if PKG_SYSCONFDIR.tcp_wrappers is set in /etc/mk.conf, then it will use that instead.
2004-03-21Use strerror() instead of sys_errlist[], as the later isn't available onbouyer4-1/+88
solaris9. OK'd by tron@
2004-03-10Split out the code that deals with checking whether the software isjlam2-31/+23
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-02-10include <sys/types.h> before <sys/socket.h>, allowing this to buildgrant2-1/+14
on IRIX 5.3. fixes second part of PR pkg/24375 from Georg Schwarz.
2004-02-10fix build on IRIX by using the right Makefile target, which containsgrant1-2/+4
only the major part of OS_VERSION. fixes part of PR pkg/24375 from Georg Schwarz.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-4/+4
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-05bl3ifyjlam1-3/+5
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-17/+9
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+49
buildlink3 framework.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-10Make this find the right target in IRIX 6.5, and disable IPv6 under Linuxjschauma3-13/+20
for the time being.
2002-12-24Make this work on IRIX.jschauma1-2/+4
2002-11-26Add RCS Tag.cjep1-0/+1
2002-10-12Unused.wiz1-45/+0
2002-10-07Allow this to build on Linux (the Debian flavor, at least)jschauma3-8/+17
2002-08-28Support building tcp_wrappers on Darwin, from pkg/18090 from grant beattie.jlam1-3/+11
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-13/+43
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
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-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-7/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+46
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10"libtoolize" this package to get a shared "libwrap" required for buildingtron4-11/+74
"ORBit". Bump version number to "7.6.1nb1".
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Install "tcpd.h" required to build applications using "libwrap".tron2-2/+4
2001-01-19Import Solaris only "tcp_wrappers" package:tron7-0/+78
Monitor and filter incoming requests for network services