summaryrefslogtreecommitdiff
path: root/net/totd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-04-15Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usageobache1-6/+3
of PKG_OPTIONS.
2010-01-27Actually enable destdir.joerg1-1/+3
2010-01-27DESTDIR supportjoerg1-5/+6
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-12-01Don't let the build fail because of "pointer targets that differ inrillig1-2/+3
signedness".
2007-12-01Homepage and Download site changed.rillig1-3/+3
2007-04-04Fix typo.joerg1-2/+2
2007-03-28Support NO_MTREE.joerg1-2/+3
2006-06-26Fixed gcc warnings.rillig1-3/+1
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-04-29Updated totd to 1.5.1 as requested in PR 30545.rillig1-7/+9
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-03Fix PKG_OPTIONS_VAR in previous.tv1-2/+2
2005-11-03Force requiring IPv6 capability.tv1-5/+6
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-07-25this blindly calls "gcc" with gcc specific flags, so use buildlink3 sogrant1-2/+3
we use the wrappers.
2003-09-22Update to 1.4:wiz1-2/+2
Fixes some problems in totd 1.3 and addds some new functionality. Closes PR 22882 from Feico W. Dillema.
2002-07-10obey PKG_SYSCONFBASE/DIR settingitojun1-1/+2
2002-03-15upgrade to 1.3.itojun1-2/+2
changes from 1.2 to 1.3, to quote feico's message: >It does add little functionality over version 1.2, but the code >quality is a lot higher and many bugs/misfeatures and loose ends >have been fixed.
2001-04-02MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
2001-03-23config files do not need +xitojun1-2/+2
2001-03-23upgrade to 1.2. use config file in /etc/totd.conf.itojun1-10/+5
2001-03-13 13:12 dillema * Makefile.in: install manpage 2001-03-13 13:06 dillema * ChangeLog, README, totd.8: first totd manual page, derived from README file 2001-03-13 11:14 dillema * ne_io.c: unused variabel fix. trivial, but gets rid of a warning * configure.in, cons_common.c, cons_tcp_response.c, cons_udp_response.c, conv_trick.c, ev_udp_in.c, ne_io.c, ne_mesg.c, ns_const.h, protos.h, res_record.c: patches from Kame CVS, send in by itojun. Adds support for A6 and DNAME, and improves message validation and fixes possible buffer overrun....
2001-03-10pull kame patch. A6 and DNAME support, and more careful buffer management.itojun1-1/+5
(patch have sent to feico)
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-14upgrade to 1.1p5. now supports reverse lookup support for 6to4 cloud.itojun1-4/+8
2000-11-18correct HOMEPAGEitojun1-2/+2
2000-10-19Note USE_INET6 in comment, so this gets mentioned on the README-IPv6.html page.hubertf1-1/+2
2000-04-03update base version: 1.1p2 -> 1.1p4.itojun1-3/+3
notable new functionality: AAAA record rewrite for IPv6 scoped address support. (no changelog supplied in base distribution)
2000-01-21upgrade to 1.1p2.itojun1-11/+3
reviewed by: feico (maintainer)
1999-11-22net/totd: DNS proxy that supports IPv6 <==> IPv4 record translation.itojun1-1/+9
XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment, as the program is meaningful only if you have IPv4/v6 dual-stack support. I'm not sure if it actually requires IPv6 in kernel...
1999-11-22from KAME/netbsd latest treeitojun1-0/+18