Commit graph

103536 commits

Author SHA1 Message Date
Ade Lovett
e360452599 Over the past few weeks, we have been testing the next
incarnation of ports/Mk/bsd.autotools.mk on the road to bringing
at least some semblance of sanity back to this corner of the
ports collection.

By far and away the easiest way to see the changes will be to
view the new file once committed, but here is a summary of the
changes:

1. USE_LIBTOOL, USE_AUTOCONF, USE_AUTOHEADER, USE_AUTOMAKE have
been fully deprecated.  Ports attempting to use these variables
after the commit will error out, and most obviously break INDEX
generation, with a helpful error message.  Instead, ports must
now specifically choose the version of any of these tools that
they need with the corresponding USE_*_VER variables.  Note that
these variables understand any and all versions of autotools ports
in the tree, there is no longer a need to have specific version
numbers hardcoded in the infrastructure of bsd.autotools.mk
(as there is now).  In particular, this will immediately open up
automake18 and autoconf259 for general use and beating.

2. Similarly for WANT_LIBTOOL, WANT_AUTOCONF, and WANT_AUTOMAKE.
Again, these have been fully deprecated, and the equivalent
WANT_*_VER versions should be used.

In order to preserve existing behavior for these variables, please
note the 20040314 entry in ports/CHANGES for the appropriate
version numbers to use for any ports in the GNATS queue.

Both WANT_* and USE_* bring in the relevant tool as a build
dependency, and set up a reasonably large number of variables
pointing to the right programs to be using in the port.  The
only difference at the moment, is that USE_* will run an extra
autotools-related configuration step, whereas WANT_* merely
requests the environment.

3. The helper knob USE_LIBLTDL has been added which currently
simply adds a LIB dependency on the libltdl port.

4. Three new variables have been introduced,
WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN=yes.  These variables will
do nothing by themselves (a Work-In-Progress), but if the
appropriate autotool version is defined (either through
WANT_*_VER or USE_*_VER), this will add the relevant dependency
to RUN_DEPENDS.

Steps 3 and 4 now essentially negate the need for any kind of
direct dependency within a non-autotools port Makefile on
devel/autoconf*, devel/automake*, devel/libtool*, and devel/libltdl.

PR:		66037
Reviewed by:	4-exp bento cluster
2004-06-04 17:27:29 +00:00
Pav Lucistnik
f50e24aaea - Add eggdrop as build depends too, Bento seems to remove extract depends
before entering build stage.

Reported by:	bento via kris
2004-06-04 17:20:06 +00:00
Alexander Nedotsukov
63ea10d209 Update to 2.4.2 2004-06-04 17:19:21 +00:00
Pav Lucistnik
eb0a960bc2 - Correct minor linuxism in cups module: make different language modules
actually different.

PR:		ports/67551
Submitted by:	Jose M Rodriguez <freebsd@wanadoo.es>
2004-06-04 17:17:11 +00:00
Pav Lucistnik
7cc864118a - Update to 20040604
W32/Korgo.A-G

PR:		ports/67568
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-06-04 17:06:40 +00:00
Pav Lucistnik
53e5d1a39c - Add patch to fix sending HUP to daemon
- Add patch to fix emsi traffic information
- Install docs and utils from contrib
- Fix pkg-message

PR:		ports/67557
Submitted by:	Andrey Slusar <vasallia@ukr.net> (maintainer)
2004-06-04 17:02:55 +00:00
Archie Cobbs
be07c56f12 Update to version 0.2. 2004-06-04 16:44:29 +00:00
Cy Schubert
632f3977c2 Updated patch for MITKRB5-SA-2004-001: krb5_aname_to_localname buffer overrun.
Obtained from:	Tom Yu <tlyu@mit.edu> on BUGTRAQ
2004-06-04 16:37:32 +00:00
Pav Lucistnik
b63a3d3d2c - Update to 2004.05.22
PR:		ports/67543
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
2004-06-04 16:34:18 +00:00
Mark Linimon
fece26e2ad This should have been committed with the other 05/30/2004 changes.
Pass the pointy hat, please.

PR:             ports/67322
Submitted by:   Sepherosa Ziehau <sepherosa at softhome.org>
2004-06-04 16:15:15 +00:00
Yaroslav Tykhiy
6e48b68db2 Add the distfiles for mail/milter-sender. The application's
license allows only non-commercial distribution (which means
totally for free) of the original source files.
2004-06-04 16:08:40 +00:00
Alex Dupre
cd69496302 Fix typo (s/distrub/distrib/g) 2004-06-04 16:00:16 +00:00
Michael Nottebrock
7b972091ae Update to 0.50.18 2004-06-04 15:59:24 +00:00
Yaroslav Tykhiy
1707a48fde This port isn't really RESTRICTED since the license allows
non-commercial distribution/mirroring of the original source
files.  But as long as it's the only thing permitted, mark
the port as NO_CDROM and NO_PACKAGE, instead of RESTRICTED.
2004-06-04 15:49:36 +00:00
Pav Lucistnik
802797b359 - Remove $Id$ part of the patch, it's noop and it caused havoc on some systems
where it got mysteriously expanded.

PR:		ports/67504
Reported by:	many
2004-06-04 15:40:06 +00:00
Pav Lucistnik
b8cfcc47b7 - Update to fonts included in ghostscript-8.11
PR:		ports/67516
Submitted by:	Jose M Rodriguez <freebsd@wanadoo.es>
2004-06-04 14:50:26 +00:00
Volker Stolz
f38cf18bea - Does not build on ia64 & sparc64 (inb/outb & friends)
- ffs()-clash only affects i386
2004-06-04 14:45:11 +00:00
Anders Nordby
adfcae54db Update to imap-2004.
Adds support for IPv6 amongst other things.
Install docs in DOCSDIR.

PR:		66518
Submitted by:	Christian Kratzer <ck@cksoft.de>
2004-06-04 14:25:10 +00:00
Anders Nordby
f6070309f2 Update to imap-2004.
Adds support for IPv6 amongst other things.

PR:		66517
Submitted by:	Christian Kratzer <ck@cksoft.de>
2004-06-04 14:21:47 +00:00
Oliver Eikemeier
d60bc2b93b Update security/clamav to 0.72 release
This is a bug fix release only, and fixes a few possible crashes

PR:		67561
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-06-04 12:51:29 +00:00
Kris Kennaway
679401e30c Don't depend on gtar silently skipping the non-bzip2 distfile; set
EXTRACT_ONLY instead.

Submitted by:	kientzle
2004-06-04 12:35:05 +00:00
Kris Kennaway
05f4453f41 Remove gtar-specific NOP from tar command invocation.
Submitted by:	kientzle
2004-06-04 12:32:05 +00:00
Pav Lucistnik
ad4c13fd08 - Update to 0.13
PR:		ports/67560
Submitted by:	Koop Mast <kwm@rainbow-runner.nl> (maintainer)
2004-06-04 12:31:43 +00:00
Pav Lucistnik
8874ac3bea - Add missed dependencies
Submitted by:	maintainer
2004-06-04 11:46:51 +00:00
Yaroslav Tykhiy
72593b7d3f Kill two extra tab characters introduced in the previous commit. 2004-06-04 11:36:04 +00:00
Yaroslav Tykhiy
92aee5a4a5 unexpand(1) whitespace after "VAR=".
Noticed by:	portlint(1)
Verified with:	"cvs diff -b"
2004-06-04 11:12:17 +00:00
Jimmy Olgeni
f63c0bf856 Upgrade to version 1.080. 2004-06-04 11:04:24 +00:00
Jimmy Olgeni
c223bc0b56 Upgrade to version 1.150 (includes new IPFW configuration tool). 2004-06-04 11:04:12 +00:00
Yaroslav Tykhiy
6a02f66228 o Update the port to milter-sender 0.55 and libsnert 1.33.
o Fix some buglets and port framework usage issues:

	- The file milter-sender.mc doesn't belong to docs.  Installing
	  its reference copy along with the working copy is better.

	- Make use of the exported BSD_INSTALL_* environment variables.

	- Change access permissions only on needed files.

	- Take care of file access permissions when installing
	  from the package.

	- daemon(8) will take the program to the background, but it cannot
	  change the current directory to anywhere but the root.  Since
	  getting a core file might be useful, cd to a directory writable
	  by the milter-sender process just before starting it.

	- Review the messages: improve grammar, remind to reinstall
	  sendmail.cf as well (rebuilding it alone isn't enough.)
2004-06-04 11:02:28 +00:00
Pav Lucistnik
25818309e4 - Update to 0.31.0
PR:		ports/67556
Submitted by:	Tim Middleton <x@vex.net> (maintainer)
2004-06-04 10:07:19 +00:00
Jimmy Olgeni
8260a841ab Upgrade to version 1.23.
PR:		67512
Submitted by:	Rod Taylor <ports(at)rbt.ca>
2004-06-04 10:05:37 +00:00
Peter Pentchev
12583df8c5 Update to 0.2 after a maintainer timeout.
PR:		58196
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2004-06-04 09:32:57 +00:00
Peter Pentchev
3de4988004 Add cicquin-0.1, a utility for searching the CenterICQ local contact list
for users with a specified nickname.
2004-06-04 08:49:46 +00:00
Hye-Shik Chang
7d6e16a1f2 Use ${CC} instead of cc on dynamic linkings.
PR:		67515
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-04 05:21:57 +00:00
Hye-Shik Chang
d5aa55de6c Update to 2.2.7
PR:		67352
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-06-04 05:05:34 +00:00
Joe Marcus Clarke
7847d8fbde Fix build on amd64 by adding --with-pic to CONFIGURE_ARGS.
Submitted by:	Sean McNeil <sean@mcneil.com>
2004-06-04 04:23:41 +00:00
Josef Karthauser
067f35f6d8 Update to version 4.31.6.
Changelog:

* New Features and Improvements *
- Added install.sh script for tar distribution which builds all Perl modules,
   tnef decoder and MailScanner automatically.
- Added configuration option "Dangerous Content Scanning" to allow you to
   disable all the content scanning except for the virus scanning.
- Added support for Vexira virus scanner.
- Implemented support for F-Secure 4.61.
- Implemented support for Nod32 2.01. If you are still running 1.99, you
   will need to edit /etc/MailScanner/virus.scanners.conf.
- Reports can now contain %variables% such as %org-name%.
- Changed default installation location of Bitdefender to /opt/bdc.
- Upgraded tnef to latest release from sourceforge.
- Moved ExtUtils::MakeMaker into list of normal perl modules to install.
- Linux distributions now auto-detect MTA setting in /etc/sysconfig/MailScanner.
- Can now detect very small images in a message, that may be "web bugs" to
   track you. These can be disarmed if you want.
- Changed documentation to just list single-instance version of Postfix.
- Changed init.d scripts to work well with both single and double instance of
   Postfix.
- Improved init.d script to support SuSE 9.1 properly.

* Fixes *
- Forced AVG to run in English.
- Corrected problem with negative failure counts from RBLs and SA.
- Fixed bug in LDAP ruleset handling.
- Sendmail code now auto-detects the correct lock type to use, flock or posix.
- Sendmail qf files no longer have to define an IP address.
- Corrected report when archive is nested too deeply.
- ZMailer forwarding fix provided by Mariano.
- Fixed Postfix message corruption on recent Postfixes on some architectures.
- Worked around latest tweaks to Postfix spec.
- Fixed problems with PDF docs when signing messages.

PR:		ports/67542
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2004-06-04 00:08:06 +00:00
Pav Lucistnik
bf53a47921 - Update to 1.0.0 pre5
PR:		ports/67533
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
2004-06-03 22:46:59 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Pav Lucistnik
1809887ddd - Update to 1.0.0 pre5
PR:		ports/67532
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
2004-06-03 22:38:35 +00:00
Pav Lucistnik
58215965b5 - Update to 20040603
PR:		ports/67524
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-06-03 22:14:40 +00:00
Pav Lucistnik
15f09a8a05 - Update to 1.0.2
PR:		ports/67519
Submitted by:	Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
2004-06-03 22:02:00 +00:00
Kirill Ponomarev
037d6b2cb3 - Remove obsolete MASTER_SITES 2004-06-03 21:30:01 +00:00
Archie Cobbs
a30dae9787 Update to version 0.5.0. 2004-06-03 21:24:58 +00:00
Jeremy Messenger
0c771f4b2f Update to 7.51, security fix[1] and few bugs fixed[2].
[1] http://www.greymagic.com/security/advisories/gm007-op/
[2] http://www.opera.com/linux/changelogs/751/
2004-06-03 21:21:48 +00:00
Pav Lucistnik
9fb5c67eb0 - Give maintainership to volunteer
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk>
2004-06-03 20:51:03 +00:00
Jeremy Messenger
a29e63d94c Fix the install pkgconfig's specific file ftgl.pc.
PR:		ports/67540
Submitted by:	Igor Pokrovsky <tiamat@comset.net> (maintainer)
Approved by:	adamw (mentor)
2004-06-03 20:47:57 +00:00
Hajimu UMEMOTO
73e860bbf6 Update to 2.2.1. 2004-06-03 20:11:28 +00:00
Jeremy Messenger
aa6528b9dd Oops, missed to add files/patch-ini::spellcheck.ini in previous commit, so here.. 2004-06-03 18:43:28 +00:00
Jeremy Messenger
debac848d0 - Updated to 7.51 final (changelog: http://www.opera.com/linux/changelogs/751/)
- Fixed spellchecker [1]
- Fix location of shortcuts for KDE (synced with www/linux-opera)

PR:		ports/67539
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by:	Randy Pratt (rpratt1950 at earthlink dot net) [1]
Approved by:	adamw (mentor)
2004-06-03 18:42:12 +00:00