summaryrefslogtreecommitdiff
path: root/net/sendfile/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-04-24sendfile: update homepage and master sitetnn1-3/+3
2021-12-27sendfile: actually SSP is a red herring, just disable FORTIFYnia1-2/+1
2021-12-27sendfile: fails to build with SSP/FORTIFYnia1-1/+5
let's hope this code isn't a pile of buffer overflows...
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03net: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny1-4/+4
for all pkgsrc dir/file ownership rules. Fixes unprivileged user/group names from leaking into binary packages, manifest as non-fatal chown/chgrp failure messages at pkg_add time. Bump respective packages' PKGREVISION.
2016-04-21Use PKGMANDIR. Use PKG_SYSCONFDIR and remove obsolete subst section whilejperkin1-7/+2
here. Bump PKGREVISION for the possible change in PKG_SYSCONFDIR layout.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov1-2/+4
2012-10-21Fix some pkglint warningscheusov1-4/+4
2011-07-07adding DIST_SUBDIR and PKGREVISION since the package has changed but ↵mspo1-1/+3
distinfo and version have not
2011-06-01Update to sendfile-2.1b.is1-8/+4
Most visible change is multiprotocol support.
2011-05-27DESTDIR support.is1-2/+8
2011-03-30Not user-destdir installation ready.obache1-3/+1
/etc/* files will be modified and /var/spool/sendfile/* directories will be created and chmod during install phase.
2011-03-23DESTDIR supportjoerg1-1/+3
2011-03-20LICENSE=gnu-gpl-v2obache1-1/+2
2011-03-20for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.obache1-8/+5
2011-03-20Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.obache1-3/+3
2010-10-14Update HOMEPAGE.wiz1-2/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
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-24Add DragonFly support. Honour system CFLAGS & friends.joerg1-2/+4
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
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-01Also set PKG_SYSCONFSUBDIR to "sendfile", because the program recognizesjmmv1-1/+2
several configuration files, aside from the two default ones.
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv1-3/+13
2002-10-17Add patch to make sendfiled work again, provided by Matthias Friedrichwiz1-2/+2
in relation with his PR 18642. Bump to 2.1.0.2.
2002-10-13Fix DISTNAME (silent symlink update on the master site).wiz1-5/+4
2001-10-25Rather than re-patching in a post-configure stage by means of aagc1-2/+5
script, do this at configure time by means of a conventional patch to the configuration script. Move the invocation of the post-configure stage to be a package Makefile target, rather than in a script file.
2001-03-05Fix MASTER_SITE.wiz1-2/+2
2001-02-26Upgrade to 2.1a (pkgsrc 2.1.0.1): Fixes a security problem.wiz1-2/+3
Closes pkg/12097.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-09No longer IS_INTERACTIVE. (Addresses pkg/9801.)wiz1-3/+7
Move contents of post-patch script to Makefile. Add DEINSTALL that mentions all the changes the install step does.
1999-06-15This has an interactive install script. Tell the Makefile so.hwr1-1/+3
Pointed out by Matthias Scheler.
1999-06-06Reference implementation of the SAFT (simple asynchronous filehwr1-0/+13
transfer) protocol. Sendfile allows to send arbitrary files to a remote user. This ist version 2.1 of sendfile.