Commit graph

96428 commits

Author SHA1 Message Date
Sergei Kolobov
4e89536c14 Post-repocopy fixes:
- add omitted content to pkg-message (-client, -relay)
- remove empty pkg-message file (-devel)
- use DOCSDIR macro
- fix pkg-plist (-server)

PR:		ports/62025
Submitted by:	maintainer
2004-03-05 22:03:03 +00:00
Greg Lewis
8d9d1f0878 . Update to 0.42.
. Fix File::Spec dependency
. Make PREFIX-clean under perl 5.005_03

PR:		63620
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2004-03-05 21:55:55 +00:00
Joe Marcus Clarke
3302f9e6ed Respect OSVERSION in the pkg-install script. This allows package building
tinderboxes to do the righ thing reagrding Perl in a chroot/jail environment
regardless of the underlying host OS version.

Approved by:	perl (tobez)
2004-03-05 21:38:03 +00:00
Dirk Meyer
e966675fa3 - add support for clamav/clamdscan 2004-03-05 21:36:12 +00:00
Mark Linimon
009e93abfc Add URL. 2004-03-05 21:22:19 +00:00
Adam Weinberger
285547bd91 Fix build, use GNU_CONFIGURE instead of HAS_CONFIGURE and a
wacky do-configure target, and change the pkg-plist to add
missing files. PORTREVISION bump cuz of that last change.
2004-03-05 20:56:40 +00:00
Greg Lewis
ed1a42fcb0 . The RPM web site now refers to it as the "RPM Package Manager", not the
"Red Hat Package Manager".  Fix this and reformat the text.
2004-03-05 19:59:48 +00:00
Clement Laforet
656632f3ae - Fix startup scripts to not override settings found
in /etc/rc.conf upon startup.
- Pass maintainership to submitter

PR:             63289
Submitted by:   Scot W. Hetzel <freebsd-maintainer@westbend.net>
2004-03-05 19:33:57 +00:00
Clement Laforet
07ae080f6b - Fix fetch.
DISABLE_SIZE because the primary download size uses the publicfile
http daemon which does not report back the required information
(pointed out by Jason Harris).

PR:             63812
Submitted by:   Thomas-Martin Seck <thomas@tmseck.homedns.org> (maintainer)
2004-03-05 19:17:16 +00:00
Clement Laforet
044f265407 - Update to 040304 snapshot
PR:             63811
Submitted by:   Thierry Thomas <thierry@pompo.net> (maintainer)
2004-03-05 19:14:19 +00:00
Greg Lewis
60611a83d9 . Disable the javaglue for beecrypt. Its pointless and its broken (breaks
the build).
. Reformat CONFIGURE_ARGS.
2004-03-05 18:56:40 +00:00
Greg Lewis
00ba114b79 . Fix fetch. 2004-03-05 18:42:59 +00:00
Alexander Leidinger
4e98f4c42a Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.

Submitted by:	maintainer
2004-03-05 16:37:33 +00:00
Alexander Leidinger
695ce0bef9 - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE.
- Collapse PLISTs to one PLIST per FreeBSD version.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-03-05 16:18:03 +00:00
Kirill Ponomarev
19a02b8e83 - Add WITH_MUTT_MAILDIR_HEADER_CACHE knob
PR:		ports/63806
Submitted by:	maintainer
2004-03-05 16:13:50 +00:00
Clement Laforet
61ebcc9e65 - Update to 0.2.4 2004-03-05 15:59:43 +00:00
Dirk Meyer
2edca652d6 - update to 0.6.0 2004-03-05 15:36:50 +00:00
Oliver Braun
a32749e1a3 Add two new patches and "rename" patch-source_Makefile.in to patch-Makefile.in.
Submitted by:	maintainer
2004-03-05 15:36:00 +00:00
Tilman Keskinoz
a9af92ca78 Mark Broken with MYSQL 3.23.
Submitted by:	maintainer
2004-03-05 15:31:07 +00:00
Alexander Leidinger
1ad367d8d5 Add entry for security/antivir-milter.
Taken from commit log which was submitted by:	maintainer of antivir-milter
2004-03-05 15:14:13 +00:00
Akinori MUSHA
2a2649fbad Update to 0.2.1, which supports ruby 1.6 again. 2004-03-05 15:13:59 +00:00
Alex Dupre
0ce59a9834 Update to 1.13.0 release. 2004-03-05 15:10:21 +00:00
Alexander Leidinger
499270998d HEADS-UP: When updating from a previous version you have to do the following
after deinstalling the old port:
	  # rm PREFIX/AntiVir/antivir
	  # rm PREFIX/AntiVir/antivir.vdf
	  # chown root:wheel PREFIX/AntiVir
	  # chown root:smmsp PREFIX/AntiVir/hbedv.key
	  In your SENDMAIL_MC change
	    `S=unix:PREFIX/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
	  to:
	    `S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
	  and rebuild sendmail.cf.
	  If /var/spool/avmilter exist you have to:
	  # chown -R smmsp:smmsp /var/spool/avmilter
	  If you are using a customized PREFIX/etc/avmilter.conf the port
	  won't remove it on deinstall and you have to manually change User
	  and Group to smmsp there.
	  Afterwards you can install the new version of this port. You then
	  should run antivirupdater to get a current VDF.

- Change ownership of the socket to user and group smmsp as expected by
  sendmail. This involves running the milter as smmsp:smmsp, changing the
  ownership of rest of the files and moving the socket to /var/spool/avmilter
  but fixes the "local socket unsafe" problem. [1]
- Move the milter into the background when launching, this solves the problem
  with disappearing socket on boot. [2]
- Update to 1.1-beta which fixes the "Bad file descriptor" problem. For
  a full list of chances see ChangeLog in the DOCSDIR. [3]

Suggested by:	ache@ [1], [3]
Suggested by:	Martin P. Hellwig <mhellwig@xs4all.nl> [2]
Submitted by:	maintainer
2004-03-05 15:08:29 +00:00
Alex Dupre
5d1fb7d1f7 Fix building without perl.
Reported by:	bento via kris
2004-03-05 15:07:17 +00:00
Norikatsu Shigemura
50cc0e1fad Add ja-mailman , japanized mailman which is a mailing list manager
with a user-friendly web front-end.

PR:		ports/50813
Submitted by:	Sunagawa Koji <koj@ofug.net>
Reviewed by:	Vivek Khera <vivek@khera.org>
2004-03-05 15:05:59 +00:00
Alexander Leidinger
594010b476 - Update entry for security/antivir-milter to also catch beta versions.
- Remove the combined line for deleted security/rsaref and old distfile
  of security/ssh (outdated "export-controlled" reason).

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-03-05 15:03:41 +00:00
Dirk Meyer
df58366085 - use libpng, bump PORTREVISION
- sort pkg-plist
- add WITH_GNUSTEP_DEVEL for 0.9.2
2004-03-05 15:03:21 +00:00
Dirk Meyer
29f6a6d979 - add WITH_GNUSTEP_DEVEL for 0.9.2 2004-03-05 15:02:40 +00:00
Dirk Meyer
94806b5b2a - update to 1.9.1 2004-03-05 15:00:40 +00:00
Norikatsu Shigemura
997ab72e08 Adapt as MASTER PORT for new SLAVE PORT(japanese/mailman).
No feature change.

Approved by:	Vivek Khera <vivek@khera.org> (maintainer)
2004-03-05 14:59:48 +00:00
Norikatsu Shigemura
0dc1025197 Update to 2004.03.05.
Submitted by:	albi <albi@saynotomicrosoft.org>
2004-03-05 14:52:47 +00:00
Adam Weinberger
a684bdc1fb Change WWW to new homepage location.
Located by:	Mezz's slick sleuthing skillz
2004-03-05 14:43:57 +00:00
Adam Weinberger
ed7b091496 Nuke -Werror to prevent the gnuregex->gnu/regex warnings from
erroring out the build.
2004-03-05 14:34:11 +00:00
Oliver Braun
bd00fedbb9 * Usage of OPTIONS and config target for GUI configuration tool (PR 50044).
* No(?) hidden dependencies, configuration variables for almost all available
  options, with ability to negate OS defaults (PR 60414).
* Consistent ADS and WINBIND support, with all the necessary pam and nss
  modules, as well as with documentation (PR 50039).
* rcNG startup script, that handles start of winbindd as well (PR 44273).
* CONFIGURE_ENV get PREFIX by default (fixes PR 61636 and PR 60254).
* Better support for hier(7) - suplimentary modules went from etc/ to
  lib/samba/, log files are in /var/log/samba (PR 60254 and PR 62728).
* libsmbclient installs with all necessary symlinks (PR 60994).
* Incorporate fixes to smb.conf.default from PR 60994.
* Clean installation of manpages(no linux staff).
* Various other small fixes.
* Pass Maintainership to "Timur I. Bakeyev <timur@gnu.org>"

Submitted by:	"Timur I. Bakeyev <timur@gnu.org>"
Approved by:	dwcjr (old maintainer)
2004-03-05 14:25:42 +00:00
Alexey Zelkin
17eaf80bc2 . Set LATEST_LINK [1]
. Fix rare NULL pointer de-reference bug in plugin code [2]

. Use better chinese fonts [3]

. Bump PORTREVISION

Requested by:	kris [1]
Submitted by:	Georg-W. Koltermann <gwk@rahn-koltermann.de> [2],
		Clive Lin <clive@tongi.org> [3]
2004-03-05 13:43:41 +00:00
Kirill Ponomarev
f9d5ef9ba1 - Update to 0.7.13
PR:		ports/63799
Submitted by:	maintainer
2004-03-05 13:43:40 +00:00
Kirill Ponomarev
88cf695818 - Fix build on -stable with Qt frontend
- Add CONFLICTS

PR:		ports/63754
Submitted by:	Ports Fury
2004-03-05 13:40:55 +00:00
Jun Kuriyama
4988d48afc Upgrade to 0.11.
Approved by:	maintainer
2004-03-05 13:29:09 +00:00
Pav Lucistnik
674d380544 - Update to 0.29
- Pass maintainership to submitter

PR:		ports/63798
Submitted by:	giorgia
2004-03-05 13:27:18 +00:00
Dirk Meyer
2c2523234f - Fix package for non-i386 2004-03-05 13:08:09 +00:00
Dirk Meyer
fcd089c185 - Fix package for non-i386 2004-03-05 13:02:16 +00:00
Munechika SUMIKAWA
546cc0a657 Upgrade to 0.94. 2004-03-05 12:58:17 +00:00
Hye-Shik Chang
e0427d1526 Add new port for py-mssql 0.5.1,
A simple database interface to MS-SQL for Python.
2004-03-05 12:36:16 +00:00
Norikatsu Shigemura
69c92320f8 Update to 20040305.
PR:		ports/63794
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2004-03-05 12:30:38 +00:00
Kris Kennaway
a0bd2b3d1f BROKEN on amd64 and ia64: Does not compile 2004-03-05 12:22:31 +00:00
Kris Kennaway
f50c7f3199 BROKEN on amd64: Does not compile 2004-03-05 12:20:58 +00:00
Kris Kennaway
f5fbc6557b BROKEN on amd64: Build fails 2004-03-05 12:20:00 +00:00
Pav Lucistnik
ed904572bb - Add missed build depend on Perl
Reported by:	bento via kris
2004-03-05 12:18:13 +00:00
Kris Kennaway
2e256dbb60 BROKEN on !i386 and !alpha: Does not compile 2004-03-05 12:14:38 +00:00
Kris Kennaway
3fb9d1b171 BROKEN on sparc64: Does not compile 2004-03-05 12:13:42 +00:00