diff options
author | fredb <fredb> | 2000-01-21 15:45:32 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-01-21 15:45:32 +0000 |
commit | 1249c2cdb62b612f14d648cd420b63dd370d861e (patch) | |
tree | 271dfa9153e48e09df0f8c02fe7027ad3e26dda6 /mail/fetchmail/patches | |
parent | 35d6090a7d69e654f24ca82feffb71a6cce11acd (diff) | |
download | pkgsrc-1249c2cdb62b612f14d648cd420b63dd370d861e.tar.gz |
Factor out "fetchmailconf", as suggested by Hubert Feyrer, so that
fetchmailconf can be made usable by naive users without forcing this
package to depend on py-Tk (and X). Incidently update to 5.2.4:
* Fix bug introduced in 5.2.2 that stopped --syslog from working.
* Update for es.po, fr.po, cs.po.
* Message-string macros eliminated from driver.c so gettext can see them.
* Various useful to version reporting & configure.in fixes by Chip Salzenberg.
* Bernhard Rosenkraenzer's fix for broken Kerberos V configuration.
* Make --logfile work in foreground.
Diffstat (limited to 'mail/fetchmail/patches')
-rw-r--r-- | mail/fetchmail/patches/patch-ab | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab index 664a2270075..0fe8d1a7e10 100644 --- a/mail/fetchmail/patches/patch-ab +++ b/mail/fetchmail/patches/patch-ab @@ -1,13 +1,19 @@ -$NetBSD: patch-ab,v 1.11 2000/01/10 22:50:17 frueauf Exp $ +$NetBSD: patch-ab,v 1.12 2000/01/21 15:45:34 fredb Exp $ ---- Makefile.in.orig Tue Jan 4 07:58:45 2000 -+++ Makefile.in Mon Jan 10 21:34:27 2000 -@@ -152,7 +152,7 @@ +--- Makefile.in.orig Tue Jan 4 00:58:45 2000 ++++ Makefile.in Fri Jan 21 07:10:15 2000 +@@ -152,10 +152,10 @@ @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail - @echo "Installing fetchmail configurator..." +- @echo "Installing fetchmail configurator..." - $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf -+ $(BSD_INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf ++# @echo "Installing fetchmail configurator..." ++# $(BSD_INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - rm -f $(mandir)/fetchmailconf.$(manext) +- rm -f $(mandir)/fetchmailconf.$(manext) +- ln -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) ++# rm -f $(mandir)/fetchmailconf.$(manext) ++# ln -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) + @echo "Installing language catalogs..." + @POMAKE@ install |