Commit graph

17 commits

Author SHA1 Message Date
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
rillig
d4fffeee81 Fixed "test ==". 2006-11-09 09:29:00 +00:00
martti
5d3b535ea7 changes new in 0.13.5, Wed Jun 3 16:17:44 CEST 2004
* Fixed a bug regarding changing uids/gids (Niki Waibel)
  * Fixed a bug regarding changeroot (Niki Waibel)
  * Clarified the setting of the umask of the logfile (Niki Waibel)
  * Fixed a bug in the commonlog logging format (Andrew Zhoglo)
  * Passing complete encrypted password to crypt, not only salt (Arkadius
    Nowakowski)
  * Allowing STOU command (Pawel Worach)
  * Allowing more errors at the call to accept() that are connection related
    and don't force us to shut down the server (Reil Brennan)
  * Added option to close the connection after consequent protocol violations
  * Fixed compiler warnings with gcc 3 (includes renaming of log() to jlog())
  * Updated configure.in to new autoconf/automake versions
  * "Entering Passive Mode" did not get logged because of "PASS" substring
    (Yan, Dong)
  * Changed xferlog-style (Toni)
  * jftpgw didn't compile on NetBSD 2.0E because IPL_NAT is not known there
    anymore - added #ifdef (Ray Phillips)
  * annotated default configuration file
2006-04-10 09:31:01 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
minskim
5e28b53ad3 Use VARBASE. 2004-12-29 15:42:37 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
wiz
e6aaa238d6 Reset maintainer, no MX for netbsd-fr.org found. 2004-12-03 13:55:48 +00:00
uebayasi
61ce658fb3 Refer to IPL_NAME if IPL_NAT is not defined. This hopefully fixes
a build failure reported by build builds.

And while here, suppress GCC3 warnings by doing s/log()/xlog()/.
2004-09-18 12:47:33 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
xtraeme
041dc17379 Remove superflous ${WRKSRC} in SUBST_SED.<class>. 2004-02-24 01:10:31 +00:00
xtraeme
2b4f1fcc01 Initial import of jftpgw-0.13.4, packaged by David Ferlier in PR
pkg/24414, with minor changes by me.

jftpgw is an FTP proxy/gateway that uses the FTP protocol (unlike
those FTP proxies that fetch an FTP file but work as an http proxy).
You can use it to make servers behind a firewall/NAT server
(masquerading server) accessible or to allow users behind such
solutions to transfer files to and from the outside of the LAN.
2004-02-23 01:32:33 +00:00