Commit graph

447 commits

Author SHA1 Message Date
wiz
9aa499a1fd Set TEST_TARGET. 2005-03-08 10:17:10 +00:00
tv
fb767aabcf Fix compilation failure on Interix: add autoconf check for sync(2). 2005-03-07 12:04:41 +00:00
agc
9c33078522 Add RMD160 digests 2005-02-24 12:19:55 +00:00
kim
b3f4719668 Upgrade to leafnode 1.10.7:
- numerous bug fixes
- restores Xref: to XOVER (overview) data
2005-01-11 04:34:08 +00:00
minskim
e07031c753 Use VARBASE. 2004-12-29 15:21:50 +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
kim
3d661a5dc9 Remove ftp.gw.com (mirror discontinued). 2004-12-25 06:39:42 +00:00
wiz
3862894c3f Remove ancient pan-gnome package because it has been vulnerable for a long time now.
Ok from rh, the maintainer.
2004-12-24 00:43:14 +00:00
xtraeme
77b59a31c9 Erm, fix previous, I understood this wrongly before... Linux/SunOS doesn't
need -lcompat.
2004-12-22 16:29:44 +00:00
xtraeme
4d30423a4f Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@. 2004-12-22 16:19:37 +00:00
dillo
588dd38383 add bin/metamutt and bin/url_handler.sh to PLIST, bump PKGREVISION
noted by wiz
2004-12-16 11:52:41 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
f94b70abfa Update HOMEPAGE. 2004-11-19 16:59:07 +00:00
adam
16685c8d47 Changes 0.9.8.1:
0. Bug fixes include:
  * slrnpull's download statistics should work correctly in offline mode.
  * slrn crashed on some operating systems when posting.
  * slrn crashed when trying to decode base64 encoded articles without body.
  * Don't destroy soft links / multiple hard links when writing newsrc file.
  * Always apply scoring rules in the order given in the scorefile.
  * When reading cross-posts, slrn sometimes marked additional articles in
    the other group(s) as read (Joerg Lueders).
  * slrnpull no longer posts backup copies (*~) of files you edited manually
    in the out.going directory.
  * slrnpull tries to write .headers files on interrupts.
  * The "Has-Body" scoring field sometimes did not work correctly.
  * When retrieving article children, headers without body were not marked.
  * Ignore signature delimiters in verbatim text blocks.
  * Do not choke on long header lines when replying by email.
  * A workaround for a bug in INN caused problems with leafnode; only use it
    when the server was recognized as INN from the logon message.
  * Fixed crash when running in wide terminals (John E. Davis)
  * Email address parser is more RFC2822 compliant
1. In the config file (and the corresponding intrinsic functions), the
   following names now denote special function keys: <PageUp> <PageDown>
   <Up> <Down> <Right> <Left> <Delete> <BackSpace> <Insert> <Home> <End>
   <Enter> <Return> <Tab> <Space> <Esc> and <F1> through <F12>
   If using these names does not seem to work for you, please make sure your
   terminfo settings are correct.
2. In true offline mode, slrnpull can now automatically retrieve bodies of
   articles that get a high score value (--fetch-score option).
3. Added Swedish translation (Johan Svedberg)
4. Make hide_pgpsignature hide GnuPGs optional "NotDashEscaped" lines.
2004-11-19 13:35:43 +00:00
dillo
c997b82ebf update to 1.6.2, which was release over a year ago: bugfixes 2004-11-15 15:43:16 +00:00
kristerw
66e1f4a50d Update HOMEPAGE. 2004-10-15 22:46:10 +00:00
heinz
7f62b75909 Revert last change.
slrn does _not_ need libiconv (thanks wiz) despite what it says during
configure stage. If package gettext-lib is not installed, slrn builds
just fine without libiconv. A fix for this is supposed to be provided
in the near future.
2004-10-04 22:57:09 +00:00
heinz
028f5adad7 On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be included
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere).
Why this did not show up in the bulk builds I do not know.

Thanks go to Michael van Elst for help in tracking this down.
2004-10-03 22:35:58 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
802b42fde8 Add and enable nget. 2004-08-23 21:15:30 +00:00
recht
34bf92efba initial import of nget-0.27
Based upon the package provided by Joel CARNAT in PR pkg/26134

nget is a command line nntp file grabber.
It automatically pieces together multipart postings for easy
retrieval, even substituting parts from multiple servers and
newsgroups. Handles disconnects gracefully, resuming after the
last part succesfully downloaded.

features:
  * Automatic multi-part post joining
  * Automatic binary decoding (using uulib)
  * Caches header data for quick access
  * Full multi-server support, transparently joining parts
    from different servers
  * Full multi-group support, transparently joining parts from
    multiple newsgroups
  * Automatic retries on network errors
  * Resumes after the last part successfully downloaded
  * Dupe file detection to avoid unneeded downloads
  * Select what to retrieve based upon a regular expresson (-r),
    or even a more complex expression (-R) based upon any of the
    file's subject, author, lines, bytes, # of parts we have,
    # of parts req, date, age, messageid, and references.
  * Search for newsgroups based on their names and/or descriptions
  * Automatic handling of PAR and PAR2 files retrieves only as many
    recovery files as necessary to repair any missing/damaged files.
2004-08-23 21:14:32 +00:00
grant
2556c62c37 regenerate patches with pkgdiff so they apply cleanly with
devel/patch.
2004-07-24 23:55:27 +00:00
grant
1585907690 this only uses a c++ compiler. 2004-07-24 23:50:01 +00:00
rumble
b6fed40cbe patch-bd: Address a null pointer deference that occurs when
gethostbyname(3) cannot resolve the local host returned by
gethostname(3).
2004-07-19 01:19:41 +00:00
tron
22fa604f5e Fix configuration parsing problem in "inndstart" which caused it to
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch
supplied by Bob in PR pkg/26164.
2004-07-07 12:38:24 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
tron
44a7727c9b Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documented
not to work. This was correct in INN 2.3.x but changed for some reason
in INN 2.4.x which broke "rnews".
2004-06-02 12:25:35 +00:00
tron
38d7e1de7b Update INN package to version 2.4.1. Major changes since version 2.3.x:
- builtin IPv6 support
- new configuration parser
- completely rewriten "send-uucp" which replaces "sendbatch"
2004-06-02 11:43:55 +00:00
jschauma
f59839502b Introduce and use three new variables:
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode
to specify the data dir, the user and the group, defaulting to 'news'.
Note: the default is the same as for inn.
Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23 16:01:49 +00:00
tron
2b4fdcd185 Apply IPv6 patch only if we really want IPv6 support because the patch
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes
PR pkg/25671 by Georg Schwarz.
2004-05-23 14:40:00 +00:00
jschauma
4b0427bd64 Introduce and use two new variables:
INN_USER and INN_GROUP, specifying the username and groupname to be used
by inn, defaulting to 'news'.
Noted by Georg Schwarz in mail to tech-pkg.
2004-05-22 18:58:29 +00:00
cjep
468dfbdc5a Update to 1.9.52. Changes since previous version (1.9.49) include:
* nntpd will now disable ln_log()'s sending its logging to the
	console (stderr usually), to prevent them from being seen by the
	newsreader, which then gets confused.
	* Usage fixes and usage info update
	* Fix memory leaks
 	* Other bug fixes

For a full listing, please see the ChangeLog supplied with the source
code.
2004-05-05 15:25:40 +00:00
kim
9e6976f994 Use PKG_SYSCONFDIR for finding the "server" file. 2004-05-03 12:56:10 +00:00
snj
5753d3433e Convert to buildlink3. 2004-04-26 05:31:43 +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
cube
e1aaa019a4 Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead.  As announced on tech-pkg.

Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd.  Be
sure to update your mk.conf accordingly.
2004-04-21 21:09:31 +00:00
kim
32ef9da6a5 Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt. 2004-04-14 21:59:24 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
8ac08ec4f8 Convert to buildlink3. 2004-04-11 17:58:00 +00:00
snj
df96c51def Convert to buildlink3. 2004-04-11 17:53:44 +00:00
snj
8411ec28e1 Convert to buildlink3 and use LDFLAGS.Linux. 2004-04-11 17:51:20 +00:00
snj
9f57578efe Convert to buildlink3. 2004-04-11 17:45:05 +00:00
snj
56f06f1b0f Convert to buildlink3. 2004-04-11 17:41:03 +00:00
snj
367578c3c8 Convert to buildlink3. 2004-04-11 17:33:47 +00:00
snj
b4305e9ce1 Convert to buildlink3. 2004-04-11 17:29:37 +00:00
cube
927968ef0d Add forgotten patch in previous commit. Noticed by Gary Duzan. D'oh. 2004-04-08 12:32:55 +00:00
cube
4cba1243fb Use more safely the various buffers in postauth.c so that at least it
doesn't crash on common configuration.  Fixes PR 24982 by Gary Duzan.

Also, silently try to delete the configuration directory not to wipe the
user's configuration when updating the package.

Finally, mark this package as NetBSD and SunOS only, since it will fail
on other platforms by lack of default configuration.

Bump PKGREVISION.
2004-04-07 13:56:43 +00:00
tv
cc11cc1e1e Use binary stdio because "you're supposed to do that."
Needed for Cygwin et al.
2004-03-29 17:31:54 +00:00