summaryrefslogtreecommitdiff
path: root/net/openvmps/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2017-05-21Remove unnecessary RCD_SCRIPT_WRK.<script> definitions.jlam1-3/+1
RCD_SCRIPT_WRK.<script> was set previously to prevent a name conflict with ${WRKSRC} because in the past, it defaulted to ${WRKDIR}/<script>. This has since been changed to default to ${WRKDIR}/.rc.d/<script> to prevent unintended name collisions, which makes this definition no longer needed.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-05-31On NetBSD use daemon() instead of the custom code here which forgets tobouyer1-2/+2
close std*. Now it's possible to properly restart the daemon from a rsh/ssh command. Bump pkgrevision.
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-11-03Add patch to fix a format string vulnerability in vmps_log():bouyer1-1/+2
http://www.security.nnov.ru/Jdocument889.html Patch from me, reviewed by Adrian Portelli Bump pkgrevision.
2005-06-06Import openvmps 1.3 to the package collection.bouyer1-0/+23
VMPS (VLAN Management Policy Server) is a way of assigning switch ports to specific VLANs based on the MAC address of connecting device. OpenVMPS is a GPL implementation of VMPS.