summaryrefslogtreecommitdiff
path: root/security/skey/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-02-08setusercontext() is in -lutil for DragonFly, FreeBSD and NetBSD.obache1-2/+6
avoid to include own alternative one in libskey, or it cause some troubles on programs using setusercontext() and skey, and setusercontext() is only required for bundled skeyaudit(1). Bump PKGREVISION.
2011-01-06Fixes PR#44324.obache1-1/+8
* On DragonFly, rmd160.h exists and required functions are defined there, but not in any library, so ignore it. * On DragonFly and FreeBSD, MD5 and MD4 functions are in libmd.
2009-01-19Solaris's md4.h and sha1.h are not good enough for this package,obache1-1/+10
and MD5_* is in libmd5. Fixes build failure reported by PR 40434.
2008-12-13* Fixes mismatch between the section and extension of skeyprune.obache1-3/+3
* skeyprune is perl script, need runtime dependency on perl5. * Fixes mis-use of config.h (patch-a[d-i]), avoid to use a mixture of local hash function with system RMD header. Fixes build failure reported by PR 39872 and PR 39953. Bump PKGREVISION.
2008-12-13Restore to original DESTDIR ready.obache1-2/+4
2008-12-13Use REPLACE_PERL instead of custom SUBST.obache1-6/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
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.
2006-07-09- made sure skeyprune uses the correct perl binaryschwarz1-1/+7
- made sure that troff-style man pages are used on every platform - some hacks to add IRIX 5 support in hacks.mk
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-30Do not install a config file directly into PKG_SYSCONFDIR. Useminskim1-1/+5
CONF_FILES instead. Bump PKGREVISION due to PLIST change.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-27Remove USE_BUILDLINK3 (typo).hira1-2/+1
2004-04-28Remove artificial restriction on which platforms can build this package.jlam1-6/+5
Also bl3ify.
2004-01-28no need to include perl5/buildlink2.mk, in fact, it breaksgrant1-3/+1
USE_PERL5=build.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-22run ranlib over libskey.a in post-install, to appease Darwin's linkergrant1-1/+4
2003-07-23Better INSTALL_* fix for PR pkg/22234 by Jonathan Perkin.salo1-3/+6
Use buildlink2. ONLY_FOR_PLATFORM -> NOT_FOR_PLATFORM (*BSD have skey in base system.) Workaround a bug in GCC on sparc64. Whitespace.
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.
2002-08-28Allow this to build on Darwin. Also use the new USE_PERL5 semantics.jlam1-5/+3
This fixes the first part of pkg/18091 by grant.
2002-07-26Initial import of skey-1.1.5 into the NetBSD packages collection.grant1-0/+23
This is the port of S/key implementation from OpenBSD source tree to Solaris, Linux, *BSD, AIX and probably other *NIX systems. This port consists of the introduction of autoconf support and replacement of OpenBSD library functions that are (regrettably) absent from other unices. This package provides skey support for other packages on non-NetBSD systems, and is marked ONLY_FOR_PLATFORM SunOS right now.