Commit graph

11830 commits

Author SHA1 Message Date
Alex Dupre
a2408844f3 Update WWW site. 2008-09-03 06:14:05 +00:00
Mark Linimon
ffb66a693f Reset christian.schade@interface-systems.de due to maintainer-timeouts
and no response to email.

Hat:	portmgr
2008-09-03 03:04:35 +00:00
Thomas Abthorpe
2515efb122 - Fix common include
- This is a no-op on the build cluster, no bump required

PR:		ports/126901
Submitted by:	Petr Rehor <prehor gmail.com>
2008-09-02 18:22:12 +00:00
Doug Barton
eaba514de6 Recognize the demise of Pine. 2008-09-02 07:29:20 +00:00
Doug Barton
12eb058528 I knew I forgot something. :-/ Remove pine4 and pico from the build.
Reminded by:    marck
2008-09-02 07:22:15 +00:00
Doug Barton
2508679812 Remove the port for Pine, and the slave port for Pico. UW has discontinued
development on the Pine branch, and is instead focusing its efforts on the
successor, Alpine.    http://www.washington.edu/alpine/

Alpine has more features, much better localization, better organized
(and largely rewritten) code, is BSD licensed, and should be a drop-in
replacement in terms of configuration files.

Alpine version 1.00 was released on March 17, 2008 after over a year of
development and community testing, and has since had 2 releases for
bugfixes and new features, so it's safe to say that this is a mature
replacement.
2008-09-01 20:21:47 +00:00
Clement Laforet
d009c372b4 - Drop maintainership 2008-09-01 08:18:28 +00:00
Alexander Botero-Lowry
9a7d3b8e3a - Fix build 2008-09-01 06:25:51 +00:00
Alexander Botero-Lowry
92fb7aba53 - update to 0.2.1.1
PR:		126376
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-09-01 05:26:42 +00:00
Doug Barton
ba12aa336c Upgrade to version 2.00. The major new feature is experimental S/MIME
support. There are also some improvements and bug fixes for charset
handling, and various other small bug fixes.

See http://www.washington.edu/alpine/changes/1.10-to-2.00.html
for details.
2008-09-01 01:16:44 +00:00
Mark Linimon
79cb5fc7ff Reset mikeh, who has not done any commits for over a year.
Hat:		portmgr
2008-09-01 00:59:45 +00:00
Pav Lucistnik
d56b289848 - Jean-Baptiste Quenot won't be able to maintain his FreeBSD ports anymore and
wants them to be released

Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
2008-08-31 20:38:21 +00:00
Marcus Alves Grando
7d96f3c485 - Update VDA patch to 2.5.4
PR:		126897
Notified by:	Brian Haun <brian___haun.net>
2008-08-30 14:56:39 +00:00
Renato Botelho
51fd85cc98 - Fix build with recent clamav, based on the following patch:
http://qmail.jms1.net/simscan/simscan-1.4.0-clamav.3.patch

- Bump PORTREVISION

PR:		ports/126178
Submitted by:	Rainer Duffner <rainer@ultra-secure.de>
Reworked by:	garga
Approved by:	maintainer via ICQ
2008-08-29 16:48:17 +00:00
Philippe Audeoud
bd623ff373 - Update to 1.264
PR:		ports/126931
Submitted by:	Jim Riggs <ports _at_ christianserving _dot_ org>
2008-08-29 11:57:35 +00:00
Andrey A. Chernov
7409d09480 update to 2.7.1
PR:             126918
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2008-08-28 14:36:07 +00:00
Oliver Lehmann
cbd4ec5262 update to 4.4.1
disable DRAC support since the supplied patch is no longer compatible with 4.4.1
and the author has not updated it :/
2008-08-27 17:52:32 +00:00
Renato Botelho
b72b901790 - Split a piece of code that contain user configuration variables and create a
configuration file qmHandle.conf installed under ${PREFIX}/etc. This avoids
  user needs to edit qmHandle file at ${PREFIX}/bin and lost changes every
  upgrade
- Bump PORTREVISION
2008-08-27 14:24:45 +00:00
MANTANI Nobutaka
540467aeba Fix pkg-plist.* for NOPORTDOCS.
Reported by:	QAT
2008-08-27 12:10:13 +00:00
Alex Dupre
42f64c3af2 Update to 0.95.7 release. 2008-08-27 09:49:50 +00:00
Rong-En Fan
78f14c3243 - Update to 3.10 2008-08-27 08:35:55 +00:00
Kirill Ponomarev
28dd1cf220 - Update to version 0.2.28
- Bump sh lib version on depending ports

PR:		ports/126857
Submitted by:	mm@FreeBSD.org
2008-08-26 20:28:09 +00:00
Martin Wilke
24fd824bea - Update to 1.33
PR:		126649
Submitted by:	Harold Paulson <harold@internal.org> (maintainer)
2008-08-25 21:52:52 +00:00
Rong-En Fan
48bb1d6cb6 - Do not create share/doc/emil is NOPORTDOCS is defined
Reported by:	QAT
2008-08-24 13:48:30 +00:00
Greg Lewis
640c6d6f8e . pre-install -> pre-su-install since this target (via pkg-install) creates
the 'spamd' user and groups.

PR:		126700
Approved by:	Michael Scheidell (maintainer)
2008-08-21 14:39:58 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Renato Botelho
7e2d54d00e - Take maintainership 2008-08-20 11:21:08 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Renato Botelho
96a69840e6 - Add a warning on pkg-install about rc.d/qmail.sh symlink and show to user
the way to have it working

PR:		ports/125740
Submitted by:	G. Georgiev <roots_bg@yahoo.com>
2008-08-19 13:13:46 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Philip M. Gollucci
4f38b5e67e 2008-07-09 mail/mutt-ng: Abandonware by upstream maintainers. Use mail/mutt-devel
Approved by:    araujo (mentor)
2008-08-18 18:35:57 +00:00
Edwin Groothuis
6b8d02700b [MAINTAINER] mail/imapsync: update to 1.261
PR:		ports/126606
Submitted by:	Jim Riggs <ports@christianserving.org>
2008-08-18 00:35:35 +00:00
Marcus Alves Grando
e1a1580f71 - Update to 2.5.4
- Update VDA patch to 2.5.3
2008-08-17 23:14:30 +00:00
Marcus Alves Grando
2af287b7bc - Update to 2.6-20080814 2008-08-17 05:52:25 +00:00
Marcus Alves Grando
60dcc666d9 - Update to 2.2.22 2008-08-17 05:22:37 +00:00
Marcus Alves Grando
15c286b673 - Update to 0.1.10
PR:		126450
Submitted by:	Yi-Jheng Lin <yzlin___cs.nctu.edu.tw>
2008-08-17 00:30:33 +00:00
Beech Rintoul
48bd66ae6c - Update to 1.3.3.10
PR:		ports/126363
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2008-08-16 18:12:15 +00:00
Edwin Groothuis
d5d8070b22 [maintainer update] mail/heirloom-mailx: update to 12.4
Update to 12.4
	See http://heirloom.sourceforge.net/mailx/ChangeLog

	Add option for IPv6 Support

PR:		ports/126293
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2008-08-15 00:27:48 +00:00
Edwin Groothuis
4599a38109 [MAINTAINER] mail/imapsync: update to 1.260
- Update to 1.260

PR:		ports/126522
Submitted by:	Jim Riggs <ports@christianserving.org>
2008-08-15 00:10:00 +00:00
Martin Wilke
eba07daa2a - Update WWW
PR:		120689
Submitted by:	Dimiter Ivanov <erazorbg@gmail.com>
Approved by:	maintainer timeout
2008-08-14 23:44:09 +00:00
Mark Linimon
04a7ee12ce max has had his commit bit taken for safekeeping.
Hat:		portmgr
2008-08-14 21:38:45 +00:00
Ion-Mihai Tetcu
60a39923d2 Unbreak, testing is finished. 2008-08-14 09:28:12 +00:00
Ion-Mihai Tetcu
35ea141543 test again 2008-08-14 09:17:26 +00:00
Ion-Mihai Tetcu
e005208c54 Break it again 2008-08-14 09:08:03 +00:00
Ion-Mihai Tetcu
c6ef990bd6 Unbreak it. 2008-08-14 09:02:32 +00:00
Ion-Mihai Tetcu
fc028e5d5b Break this port for a few minutes to test some QA Tindy changes. 2008-08-14 08:58:38 +00:00
Martin Wilke
7f13063dbd - Update to 4.8.3
PR:		126459
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2008-08-13 06:56:04 +00:00
Thomas Abthorpe
733e6ba2bb - Update to 2.0.13 2008-08-12 15:23:33 +00:00
Sergey Skvortsov
ee676a7808 Add p5-Net-ManageSieve 0.05, ManageSieve Protocol Client. 2008-08-12 14:11:40 +00:00