Commit graph

16956 commits

Author SHA1 Message Date
Adam Weinberger
3fc83bbdc4 Somehow I committed the update to distinfo without committing the
update to the Makefile. Properly update the port to 2014/04/20.
Also, use COPYTREE_SHARE to improve resulting permissions.
2014-04-24 17:36:22 +00:00
Mathieu Arnold
f2cac0fa35 Replace all @unexec /bin/rmdir with @unexec rmdir
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:42:32 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Rene Ladan
cf9f93a285 Fix typo in pkg-install.in and bump PORTREVISION
Submitted by:	Takefu <takefu@airport.fm>
2014-04-23 11:09:09 +00:00
Guido Falsi
0ee4a50c64 - Prevent from auto-detecting fam library when FAM option is unset
- Add IDN option and stop auto-detection of libidn
- Prefer base iconv
- Add USE_PERL5=build since it is needed only for build
- Use ${opt}_CONFIGURE_OFF knob for MAILWRAPPER option.

PR:		ports/188839
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-04-22 23:39:32 +00:00
Rene Ladan
0a060a4471 - Add license information [1]
- Fix shebang for fetchmailconf.py [1]
- Convert POP2 knob into an option [1]
- Use option helpers [1]
- Fix staging of documentation and X11 files [1]
- Simplify post-install target and pkg-plist
- Replace USE_GMAKE and USE_XZ by their USES equivalents
- Do not display pkg-message in post-install
- Do not create /var/run/fetchmail in pkg-plist

PR:		ports/185572 [1]
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	maintainer timeout (<chalpin@cs.wisc.edu>)
2014-04-22 16:10:50 +00:00
Rene Ladan
1e50287cd0 - Add an option for DEBUG
- Shebang fixes for perl scripts
- Properly handle conditional manual pages

Part of PR already committed in r351697

PR:		ports/188266
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<umq@ueo.co.jp> , 18 days)
2014-04-22 15:58:56 +00:00
Baptiste Daroussin
d89fbee9e3 Support stage
Switch to lua 5.2
2014-04-21 17:40:40 +00:00
Thierry Thomas
1a8b49e262 Support staging. 2014-04-21 16:01:00 +00:00
Bryan Drewery
ebda0ed75c - Update to 2.1.2
- Stage

PR:		ports/188457
Submitted by:	Spil <spil.oss@gmail.com>
Reviewed by:	Anes Mukhametov <anes@anes.su> (maintainer)
2014-04-21 02:45:32 +00:00
Bryan Drewery
e52a01f757 - Update to 1.13
- Use USE_GITHUB
- Stage

PR:		ports/188458
Submitted by:	Spil <spil.oss@gmail.com>
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2014-04-21 02:39:02 +00:00
Antoine Brodin
b2ad68f481 Mark broken, Violates stagedir and fails to package
PR:		ports/188446
Reported by:	pkg-fallout
2014-04-20 20:10:43 +00:00
Adam Weinberger
aeac7e9839 Update to SquirrelMail STABLE 2014/04/20. Also cleaning up
the Makefiles, and using @sample.

Notable changes include:

	* Add advanced control over the SSL context used when connecting to the
	  SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
	* Add ability to show login error from the IMAP server instead of
	  traditional "Unknown user or password incorrect" (thanks to Alain
	  Williams)
	* Allow SSL socket context to be specified as well
	* Make configuration tool show the SquirrelMail version
	* Better hook results testing
	* Add ability to use console.log for debugging
	* Turn off debugging by default
	* Add new attachments_top hook
2014-04-20 19:37:09 +00:00
Chris Rees
ed3d3888ca Add NLS to OPTIONS_DEFINE as it's used in the port
PR:		ports/188688
Submitted by:	mat

Fix ownership of installed libexec files

PR:		ports/188689
Submitted by:	mat
2014-04-19 17:10:40 +00:00
Chris Rees
f07640c809 pkg-messageify pkg-message rather than using pkg-install
Suggested by:	mat
2014-04-19 16:58:13 +00:00
Bryan Drewery
d13ee48852 Missed with r351447:
- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:  pkg and pkg_install
2014-04-19 06:29:58 +00:00
Bryan Drewery
c0ec093f32 - Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
2014-04-19 06:24:14 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Adam Weinberger
48138b7a0a Use OPTIONS helpers, pass proper configure arguments,
and install docs into DOCSDIR, not DATADIR. PORTREVISION
bump for that last change.
2014-04-18 02:53:13 +00:00
Ashish SHUKLA
7914d4e702 - Update to snapshot 201404151432
- Use new LIB_DEPENDS format
- Usd OpenSSL from ports for TLSv1.2 support

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1534
2014-04-17 12:53:32 +00:00
Bryan Drewery
9c859f6f6e mail/qmail, mail/qmail-tls, mail/qmail-mysql, mail/qmail-spamcontrol:
- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:	pkg and pkg_install
2014-04-17 05:16:47 +00:00
Bryan Drewery
8c10584152 - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works. 2014-04-17 04:07:10 +00:00
Martin Matuska
ec5e312db3 Horde package update:
Horde_ActiveSync 2.13.4 -> 2.14.0
Horde_Image 2.0.6 -> 2.0.7
Horde_Mime_Viewer 2.0.5 -> 2.0.6
2014-04-16 21:37:14 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Dirk Meyer
531ea0e066 - use STAGEDIR
- drop MAN8PREFIX
- undo silent install
- robust INSTALL
PR:		188068
Approved by:	(Maintainer Timeout)
2014-04-15 09:05:47 +00:00
Bryan Drewery
c935049afd - Fix build with vpopmail-5.4.33
Reported by:	daily QAT
2014-04-13 18:10:50 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
Baptiste Daroussin
90335fbe80 add missing symlinks to the package
Reported by:	swills
2014-04-12 11:24:23 +00:00
Olli Hauer
74f8f7e2c6 - revert PLIST_SUB changes to fix the rc script
- bump PORTREVISION
2014-04-11 20:47:28 +00:00
Dirk Meyer
c2aa3fe9ae - update to 1.0.Beta0.0
- use STAGEDIR
- preserve users and groups
2014-04-11 17:31:11 +00:00
Baptiste Daroussin
2777744dfd Support stage
USES=libtool
2014-04-11 16:49:55 +00:00
Baptiste Daroussin
33533c6fe3 Support stage
USES=libtool
2014-04-11 16:26:39 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Olli Hauer
c4cabd4281 - add stage support
- change MASTER_SITE from berlios to SF
2014-04-11 08:54:49 +00:00
Bryan Drewery
aa5812b1b0 - Update to 5.4.33
- Move auth options into its own single group
- Clarify PASSWD and VALIAS options

Changes: (* was already applied in our 5.4.32)
    Matt Brookings
  * - Defaulted to Server::Disable=True in vusagec.conf
  * - Fixed bug that didn't install vusagec.conf
    - Changed relevant quota code to use storage_t 64bit type
    - Fixed bug where backfill code wouldn't compile when FILE_LOCKING was
      enabled
    - Updated MySQL module to support larger quota sizes
    - Fixed typo
    - Added disable_maildrop flag to MySQL limits feature
    - More changes to allow for larger quota sizes in MySQL module

    Tullio Andreatta
    - Dynamic allocation of valias data
    - Use of open/fchdir rather than getcwd/chdir to maintain current working
      directory
    - Fixed a broken symbolic link check

    Drew Wells
    - Modification to vdelivermail to properly handle Maildir paths that begin with "./"

    <kenji@kens.fm>
    - Removed call to maildir_addquota inside user_over_maildirquota causing duplicate
      maildirsize entries
2014-04-11 00:51:02 +00:00
Alex Dupre
1c98c28942 Update to 1.0.0 release. 2014-04-10 09:51:13 +00:00
Baptiste Daroussin
d5ebf9f0b3 Support stage 2014-04-09 15:14:54 +00:00
Baptiste Daroussin
96a7afec4c Support stage 2014-04-09 12:39:38 +00:00
Dirk Meyer
75d259f8b4 - use STAGEDIR
- update LICENSE
- undo silent install
- robust INSTALL
PR:		188069
2014-04-09 12:29:22 +00:00
Ryan Steinmetz
23cd35f441 - Update to 0.009 2014-04-09 01:57:46 +00:00
Glen Barber
191eda2b51 Reset maintainer.
Sponsored by:	The FreeBSD Foundation
2014-04-09 01:12:52 +00:00
Bryan Drewery
b6df4be548 This does not require gcc 2014-04-08 16:48:57 +00:00
Bryan Drewery
eb6da145bd - Support staging
- Update to 2.01 [1]
- Pass maintainership to submitter (previous maintainer has timed out since 2009)
- Convert to new LIB_DEPENDS format
- Use OPTIONS_SUB
- Remove use of bsd.port.pre.mk

PR:		ports/185973 [1]
Submitted by:	Uffe Jakobsen <uffe@uffe.org> [1]
2014-04-08 15:57:15 +00:00
Bryan Drewery
374034dcbc - Take maintainership
- Stage
2014-04-08 15:42:35 +00:00
Bryan Drewery
62a1e67887 - Take maintainership
- Stage
2014-04-08 15:26:32 +00:00
Baptiste Daroussin
b8b0a09b5e Support stage
Fix test for perl threads
2014-04-08 07:10:52 +00:00
Baptiste Daroussin
39a6282c3c Support stage 2014-04-08 06:54:51 +00:00
Baptiste Daroussin
0cb081d6fb support stage
respect EXAMPLES
2014-04-08 06:52:17 +00:00
Rene Ladan
648967b107 Fix typo in pkg-plist and sanitize creation/removal of (sample)
configuration files.

Prodded by:	swills
Approved by:	(followup of r350186 and r350187)
2014-04-07 16:28:41 +00:00
Emanuel Haupt
e3a2e18083 Update to 3.4.1
PR:             188334
Submitted by:   Denis Generalov <gd.workbox@gmail.com>
2014-04-07 09:05:45 +00:00
Rene Ladan
5c1d26756b - Stage support
- Add a second MASTER_SITE
- Suffix patch and resulting files for .htaccess and .htpasswd with ".sample"

PR:		ports/187798
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
2014-04-06 15:15:52 +00:00
Martin Matuska
19fe325df7 Horde package update:
Horde_ActiveSync 2.13.3 -> 2.13.4
Horde_Alarm 2.1.0 -> 2.2.0
Horde_Argv 2.0.7 -> 2.0.8
Horde_Auth 2.1.2 -> 2.1.3
Horde_Cache 2.4.1 -> 2.4.2
Horde_Cli 2.0.4 -> 2.0.5
Horde_Crypt 2.4.1 -> 2.4.2
Horde_Date 2.0.8 -> 2.0.9
Horde_Db 2.1.0 -> 2.1.1
Horde_Form 2.0.7 -> 2.0.8
Horde_HashTable 1.1.1 -> 1.1.2
Horde_History 2.2.1 -> 2.3.0
Horde_Http 2.0.5 -> 2.1.0
Horde_Image 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.1 -> 2.19.2
Horde_ListHeaders 1.1.0 -> 1.1.1
Horde_Mail 2.1.5 -> 2.1.6
Horde_Smtp 1.4.0 -> 1.4.1
Horde_TimeZone 1.0.5 -> 1.0.6
2014-04-05 20:32:20 +00:00
Danilo Egea Gondolfo
b62db23e43 - Add stage support
- Pass maintainership to submitter

while here
- Improve COMMENT
- Convert USE_GMAKE to USES
- Add DOCS option
- Install docs unconditionally
- Use %%DATADIR%% in pkg-plist

PR:		ports/188279
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2014-04-05 20:03:34 +00:00
Rong-En Fan
ae99283bbb Don't package runtime rrd directory location 2014-04-05 03:40:53 +00:00
Rene Ladan
f327289438 - Add daemon group for mail/qpopper
- Bump PORTREVISION of mail/qpopper
2014-04-04 23:46:16 +00:00
Rene Ladan
31d208c0bd - Stage support (hackish...)
- Rename :: patchfiles [1]
- Merge pkg-req and scripts/pre-install into pkg-install [1]
- Replace tab by space in WWW: line [1]
- Clean up rc script [1]
- Add USE_GCC because clang does not like -freg-struct-return (yet)
- Use USERS and GROUPS [1]
- Drop empty QPOPAUTH_SETUID option
- Fix USE_OPENSSL usage [1]
- Replace knobs by options [1]
- Merge install-conf-file target into post-install target

PR:		ports/185285 [1]
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	portmgr (mostly infastructure fixes)
2014-04-04 23:45:06 +00:00
Rene Ladan
022af18c37 - Add stage support
- Reorganize option support

PR:		ports/187438
Submitted by:	Takefu <takefu@airport.fm>
2014-04-04 21:39:08 +00:00
Rene Ladan
188fcbfce1 mail/getlive: Use shebangfix, bump PORTREVISION
Approved by:	portmgr (infrastructure blanket)
2014-04-04 11:37:55 +00:00
Emanuel Haupt
269f4b874f Support staging 2014-04-04 09:32:12 +00:00
Rong-En Fan
821fc8361c - STAGE support
PR:		ports/188078
Submitted by:	Danilo G. Baio <dbaio at bsd.com.br>
2014-04-04 09:01:55 +00:00
Emanuel Haupt
1c8975353b - Support staging
- Respect CC
- Respect CFLAGS
- Modernize port
2014-04-04 07:40:14 +00:00
Sergey Matveychuk
ecb2ab7234 - Convert to STAGE support 2014-04-03 21:45:54 +00:00
Bryan Drewery
d407649506 - Fix race during build of DJB ports that could lead to files leaking out of
STAGEDIR. The auto_home.c/auto_qmail.c (depending on which conf- file is
  used) must be deleted to or else this might not be executed depending on
  how quickly build and pre-install run:

    ./auto-str auto_home `sed 1q conf-home` > auto_home.c

- Move STAGEDIR fixing to post-build with a message explaining the rebuild.
- Bump PORTREVISION as pkg_install packages may have been built without some
  files.
2014-04-03 17:07:05 +00:00
Bryan Drewery
23c0aee6bd - Remove RESTRICTED.
Since this was added, DJB has stated they are in public domain and that
  modification and distribution is explicitly allowed. Regardless of how
  public domain is viewed, he has explicitly granted distributing modified
  binaries [1][2][3].

  [1] http://cr.yp.to/qmail/dist.html
  [2] http://cr.yp.to/distributors.html
  [3] http://cr.yp.to/softwarelaw.html
2014-04-03 15:07:55 +00:00
Bryan Drewery
38135f6a10 - Support stagedir
- Remove indefinite article from COMMENT

Approved by:	portmgr (blanket)
2014-04-03 01:36:30 +00:00
Bryan Drewery
d2d3ffa1cf - Support staging
This uses similar methods as dns/djbdns from r346769 and r349241
2014-04-03 01:36:21 +00:00
Bryan Drewery
b3b307ce17 - Support staging
This uses similar methods as dns/djbdns from r346769 and r349241
- Add qmail as a RUN_DEPENDS so that it properly owns the /var/qmail
  and /var/qmail/bin directories.
2014-04-03 01:36:15 +00:00
Bryan Drewery
999f3ad6a1 - Support staging
This uses similar methods as dns/djbdns from r346769 and r349241
2014-04-03 01:36:01 +00:00
Adam Weinberger
a4a4b37976 Add a patch fix bug #7018, a typo that caused the Razor
plugin to error out.

Thanks to DutchDaemon for the legwork here.
2014-04-02 19:46:27 +00:00
Bryan Drewery
e347249327 - Support staging
This uses similar methods as dns/djbns from r346769 and r349241
2014-04-02 15:34:30 +00:00
Bryan Drewery
c82a2185b9 - Convert to stagedir 2014-04-01 23:43:07 +00:00
Mark Felder
dccc538a20 Support STAGE 2014-04-01 20:21:17 +00:00
Mark Felder
84e2411e4b Bring back vexim from the dead, take ownership as I still use this
I added the distfile to my public_distfiles
2014-04-01 19:53:48 +00:00
Bryan Drewery
1b4bb08f39 - Convert to staging
Approved by:	portmgr (blanket)
2014-04-01 14:30:04 +00:00
Adam Weinberger
3efc22c772 Partially revert r348415. There are many good scenarios where
preventing user-config file creation is a good thing. Recommend
one of those scenarios in the rc.d description.

PR:		ports/187659
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-04-01 14:06:57 +00:00
Baptiste Daroussin
4a3a925e06 Fix plist 2014-04-01 11:48:26 +00:00
Felippe de Meirelles Motta
d8f86bde2c - Add p5-Net-SMTPS 2014-03-31 23:18:08 +00:00
Felippe de Meirelles Motta
17f664c26f Net::SMTPS - SSL/STARTTLS support for Net::SMTP
WWW: http://search.cpan.org/dist/Net-SMTPS/

PR:		ports/185428
Submitted by:	Alexandre Biancalana <ale@biancalanas.net>
2014-03-31 23:13:16 +00:00
Antoine Brodin
8171d1f729 - Undeprecate, 1 user uses this port
- Stage support
- Pass maintainership to user (A.J. 'Fonz' van Werven)
2014-03-31 22:19:00 +00:00
Dirk Meyer
b2fa532046 - fix manpages 2014-03-31 15:12:38 +00:00
Dirk Meyer
22fbdf68ba - add -Wl to rpath 2014-03-31 11:15:17 +00:00
Vsevolod Stakhov
0eb90630af Unbreak build with the recent clang (do not bump revision). 2014-03-31 10:36:02 +00:00
Steve Wills
191b75aeee - Include ruby_OLD_CMD so that shebangfix works properly
- Bump PORTREVISION due to package change

PR:		ports/183204
Reported by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer, submitter)
Pointyhat to:	swills
2014-03-30 13:47:39 +00:00
Oliver Lehmann
e4554178ec remove -rpath as it is causing problems with new CLang on CURRENT 2014-03-30 07:22:37 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Steve Wills
5fc39a20de - Update to 1.0.19
- Stage
- Use more proper EXAMPLES option instead of DOCS
- Assign maintainership to submitter

PR:		ports/183204
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout (info@otsune.com, >5 months)
2014-03-30 00:13:13 +00:00
Dirk Meyer
ae20f5b94c - use STAGEDIR
- assume mailwrapper is installed
2014-03-29 14:10:22 +00:00
Sunpoet Po-Chuan Hsieh
ecb9100ce6 - Support STAGEDIR
PR:		ports/188038
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
2014-03-29 08:49:46 +00:00
Frederic Culot
5a41ecb7b8 - Update to 1.011.1 [1]
- Fix plist
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://cpansearch.perl.org/src/NEZUMI/MIME-Charset-1.011.1/Changes
PR:		ports/187477 [1]
Submitted by: 	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by:	Olivier.Girard@univ-angers.fr (maintainer timeout, >14 days)
2014-03-29 08:03:28 +00:00
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Oliver Lehmann
5484c22bee remove -rpath argument which causes problems on CURRENT and seems not to be needed anyway 2014-03-28 19:38:04 +00:00
Renato Botelho
9db8a6698f Support stage
Approved by:	portmgr (blanket)
2014-03-28 13:34:44 +00:00
Martin Matuska
d825639f79 This Horde package provides various utility classes for dealing with Microsoft
MAPI structured data.

WWW: http://pear.horde.org
2014-03-27 23:05:33 +00:00
Dirk Meyer
b4dee0b351 - fix build with custom CC 2014-03-27 21:20:43 +00:00
Chris Rees
e0b52ac4eb Fix leftovers.
While here, change ${RMDIR} to rmdir in pkg-plist-- these were detected falsely
as leftovers

Reported by:	swills
2014-03-26 16:54:29 +00:00
Steve Wills
3e92e11975 - Stage
- Add linux category
- Correct comment

PR:		ports/187891
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-26 01:51:58 +00:00
Chris Rees
77623ac9de Update to 6.1.20
PR:		ports/187573
Submitted by:	Geoffroy Desvernay
2014-03-25 20:57:30 +00:00
Martin Matuska
119550bc4d Horde package update:
Horde_ActiveSync 2.13.2 -> 2.13.3
Horde_Browser 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.0 -> 2.19.1
2014-03-25 06:46:36 +00:00
Steve Wills
871e6c8a3c - Fix index after removal of ruby-gnome ports
Reported by:	many
Pointyhat to:	swills
2014-03-24 20:03:27 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Matthias Andree
8d72d2041e Fixup r348873: Changed COMMENT to ?= so that the slave can override it.
Submitted by:	makc
2014-03-24 15:43:29 +00:00
Baptiste Daroussin
ff939b7edf Remove a port broken with all supported compilers 2014-03-24 13:03:21 +00:00
Vsevolod Stakhov
56d76fcecb - Update to 1.6.1
- Use out source build for cmake
2014-03-24 11:11:02 +00:00
Vsevolod Stakhov
a286909b21 - Update to 0.6.9. 2014-03-24 10:52:41 +00:00
Matthias Andree
10ccc9995e Security upgrade of mail/trojita to 0.4.1 to fix CVE-2014-2567
Add Qt 5 toolkit support.

Create a new slave port mail/trojita-qt4 for Qt 4 toolkit support and
connect it in mail/Makefile.

Convert to bzip2 USES.

Patch search path for linguisttools binaries.

PR:		187370
Submitted by:	Marco Bröder (maintainer)
Security:	CVE-2014-2567
Security:	36f9ac43-b2ac-11e3-8752-080027ef73ec
2014-03-23 17:13:52 +00:00
Pawel Pekala
59739f5cbf - Update to version 3.1.13 [1]
- Convert SIEVE option description to current standards

Bugfixes:
- when an IMAP client asked for a part of a message that started after
the total length of the message, imapd crashed.
- on some platforms, pop3d would sometimes continue to try writing to
a partially disconnected client, throwing pop3d in a spin-lock.
- on pop3d, timsieved and lmtpd disconnecting clients would cause
memory leakage

New features:
- dbmail.conf now adds a new options 'header_cache_readonly = yes|no',
Setting it to 'yes' will prevent addition of new rows to the
dbmail_headername table. You can now start pruning that table, without
having to worry about new messages re-adding those rows.
- the usermap feature now also supports default routes on allowed and
denied sockets. So you can simply disallow certain users from
connecting on any address using 'inet:0.0.0.0/0:143' as a socket
specification.

PR:		ports/187849 [1]
Submitted by:	maintainer
2014-03-23 14:42:53 +00:00
Bernhard Froehlich
89c14ad5d1 - Change to fetch from GITHUB
- Use USE_PYDISTUTILS
- Add LICENSE
- Bump PORTREVISION
- Pet portlint
2014-03-21 09:27:15 +00:00
Emanuel Haupt
43b1605b0f Support staging 2014-03-20 15:18:02 +00:00
Emanuel Haupt
3d20c45010 - Support staging
- Use shebangfix
2014-03-20 15:16:53 +00:00
Ryan Steinmetz
eb212b0bba - Resolve build when COMPRESSED_FOLDERS is enabled
- Bump PORTREVISION

PR:		ports/187629
Submitted by:	Simeon Simeonov <blackmore@pichove.org>
Approved by: 	"Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
2014-03-20 13:55:30 +00:00
Emanuel Haupt
71e53f768c - Support staging
- Use shebangfix
- Define DOCS option
2014-03-20 10:22:15 +00:00
Emanuel Haupt
8414e10266 - Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Define DOCS option
2014-03-20 09:54:39 +00:00
Beat Gaetzi
1008bdf676 - Remove obsolete patch
Reported by:	Craig Leres <leres@ee.lbl.gov>
2014-03-19 21:57:55 +00:00
Beat Gaetzi
c80e090095 - Update Firefox to 28.0
- Update Firefox ESR to 24.4.0
- Update Thunderbird to 24.4.0
- Update NSPR to 4.10.4
- Update NSS to 3.15.5
- Switch GSTREAMER option for non-esr ports to depend on
  multimedia/gstreamer1 [2]
- Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x
- Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2
- Enable readahead in url-classifier, asmjs, download resume like on Linux
- Build www/firefox and www/seamonkey faster using unified compilation
- Unbreak build on sparc64 [1]
- Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x
- OPTIMIZED_CFLAGS is enabled by default
- A few DEBUG build fixes
- Add clang 3.2/3.3/3.4 workarounds for i386
- Mention known GSTREAMER issue in pkg-message

Submitted by:	Jan Beich
PR:		ports/186580 [1]
Requested by:	kwm [2]
Security:	http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
2014-03-19 20:46:37 +00:00
Alex Dupre
404ebf37f0 Remove unneded slashes and add DOCS to OPTIONS. 2014-03-19 15:26:30 +00:00
Mathieu Arnold
50d94a2e32 DOCS was already ok, clean up.
Sponsored by:	Absolight
2014-03-18 14:51:09 +00:00
Emanuel Haupt
e847ccfe10 - Support staging
- Define EXAMPLES option
2014-03-18 14:50:50 +00:00
Mathieu Arnold
063591ec60 Respect DOCS.
Sponsored by:	Absolight
2014-03-18 14:37:29 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Emanuel Haupt
d87e1deaf6 - Support staging
- Use shebangfix
- Define DOCS option
2014-03-18 12:42:02 +00:00
Emanuel Haupt
2446bb8a82 Support staging 2014-03-18 07:42:43 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Ryan Steinmetz
f8cc2a2b97 - Fix build with clang
PR:		ports/187418
Submitted by:	"Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
2014-03-17 14:48:52 +00:00
Emanuel Haupt
c1b81c8bcc - Support staging
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
- Use WWW: with a single space
2014-03-17 14:11:10 +00:00
Emanuel Haupt
3f1fd97d26 Support staging 2014-03-17 10:24:59 +00:00
Emanuel Haupt
4ccab87c55 - Support staging
- USES -> gmake
- New LIB_DEPENDS definition
- Define EXAMPLES option
- Define DOCS option
2014-03-17 09:50:06 +00:00
Guido Falsi
e87aa9a24b Convert to new USES=tar 2014-03-17 08:37:19 +00:00
Mark Felder
c63136b5fe Support STAGE 2014-03-17 00:06:34 +00:00
Adam Weinberger
28631cab32 Fix order of spamd args.
Noticed by:	ume
2014-03-16 16:46:25 +00:00
Adam Weinberger
db882f5dbf sa-update no longer requires p5-libwww, but it does
still require HTTP::Date.
2014-03-16 16:05:40 +00:00
Adam Weinberger
67bb95866d - Switch to recommended dependencies
- Drop p5-libwww, as SA will use fetch(1)
  - Use p5-IO-Socket-IP unconditionally
    - Drop p5-IO-Socket-INET6
    - Remove the IPV6 option
  - Use p5-Geo-IP instead of p5-IP-Country
  - Remove unnecessary p5-Mail-Tools dependency
- Remove RAZOR and DKIM from OPTIONS_DEFAULT. All
  plugins now default to off.
- Make instructions clearer in pkg-message and rc.d script
2014-03-16 15:18:57 +00:00
Adam Weinberger
702d928483 The release notes for 3.4.0 were never included in the tarball from
upstream. We include the missing commit, and also the release notes
themselves for good measure.

PR:		ports/187632
Submitted by:	Spil <spil.oss@gmail.com>

Also, as long as we're here, pet portlint a little bit (though it
still complains loudly about other things).
2014-03-16 14:24:10 +00:00
Pawel Pekala
1a7310b8ab - Update to version 1.2.0, support staging [1]
- More precise LICENSE
- Fix shebangs in perl scripts
- Strip library

PR:		ports/187608 [1]
Submitted by:	maintainer
2014-03-16 10:59:17 +00:00
Olli Hauer
940288770f - remove bogus '\' 2014-03-15 16:47:53 +00:00
Olli Hauer
ba9b2cd799 - update to 0.1.15.2 (beta1 -> beta2)
- use patches instead post-patch and sync man pages
- adopt some patches from debian
- install sample config with mode 644 instead 444
- add dnsbl-1.uceprotect.net as possible candidate to sample config
  (commented out per default)
2014-03-15 16:42:26 +00:00
Pawel Pekala
9f79b33220 Fix linking on FreeBSD 10 when GSSAPI=on
PR:		ports/186745
Submitted by:	Jyrki Ahpola <jyrkia@gmail.com>
Approved by:	maintainer timeout
2014-03-15 14:31:48 +00:00
Olli Hauer
57644bc729 - remove BL_NJABL (njabl.org)
- add stage support
- add LICENSE
2014-03-15 14:08:07 +00:00
Sunpoet Po-Chuan Hsieh
41d5bb5c98 - Add LICENSE
- Add RUN_DEPENDS
- Bump PORTREVISION for dependency change
2014-03-14 17:40:27 +00:00
Ryan Steinmetz
06f5afa7d4 - Update to 1.5.23
PR:		ports/187539
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Security:	eb426e82-ab68-11e3-9d09-000c2980a9f3
2014-03-14 11:30:08 +00:00
Emanuel Haupt
7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Antoine Brodin
894d94a65c Unbreak, those 3 ports include Makefile.xpi after bsd.port.pre.mk so the
USES from Makefile.xpi was inefficient

Reported by:	pkg-fallout
2014-03-13 17:26:13 +00:00
Adam Weinberger
531cd7932f Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
2014-03-11 21:49:40 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Bryan Drewery
486766cb49 Allow overriding webdir prefix via WEBPREFIX 2014-03-11 17:04:07 +00:00
Koop Mast
70c71e5cdd gnome-panel will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the first batch of ports that are incompatible with the new 3.x version.
2014-03-11 14:40:28 +00:00
Antoine Brodin
3b3a4a3a51 Unbreak 2014-03-11 06:40:21 +00:00
Antoine Brodin
3953f4620a Unbreak 2014-03-11 06:32:38 +00:00
Antoine Brodin
7b2e6265b8 Unbreak 2014-03-11 06:24:52 +00:00
Antoine Brodin
d84f175386 Unbreak 2014-03-11 06:19:24 +00:00
Martin Matuska
c7606c98cf Horde package update:
Horde_ActiveSync 2.12.4 -> 2.13.0
Horde_Imap_Client 2.18.6 -> 2.19.0
Horde_Mime 2.2.9 -> 2.3.0
Horde_Timezone 1.0.4 -> 1.0.5
gollem 3.0.1 -> 3.0.2
groupware 5.1.3 -> 5.1.4
ingo 3.1.3 -> 3.1.4
kronolith 4.1.4 -> 4.1.5
mnemo 4.1.2 -> 4.1.3
nag 4.1.3 -> 4.1.4
turba 4.1.3 -> 4.1.4
webmail 5.1.3 -> 5.1.4
whups 3.0.0RC1 -> 3.0.0
2014-03-10 23:22:38 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Mark Felder
943ef4ed5a Upstream re-rolled and finally produced an official tarball.
Hopefully this means they can't re-roll again.
2014-03-10 19:50:53 +00:00
Roman Bogorodskiy
a63be7c40c Update to 1.4.32. 2014-03-10 16:58:45 +00:00
Emanuel Haupt
f8069f6ef6 - Update to 1.1.0
- Move to BDB 46+

Patches provided by:	gahr
2014-03-10 16:57:25 +00:00
Mathieu Arnold
9d0989571c Use the LOCAL MASTER_SITES macro.
Sponsored by:	Absolight
2014-03-10 16:30:16 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
d4b399223b Remove deprecation, fetches fine unmodified here. 2014-03-10 10:53:25 +00:00
Rene Ladan
b1dffd93ae Remove expired port with domain-squatted master site:
2014-03-10 mail/xfmail: No more public distfiles
2014-03-10 09:23:34 +00:00
Rene Ladan
e35f06458b Remove some expired ports:
2014-03-09 mail/fetchyahoo: Yahoo classic mail interface is discontinued, so this port is permanently broken
2014-03-07 audio/beep: No more public distfiles
2014-03-07 audio/p5-Audio-Beep: Depends on expiring audio/beep
2014-03-06 multimedia/beep-media-player: Abandonware, please consider using multimedia/audacious instead
2014-03-10 08:51:58 +00:00
Rene Ladan
c591c62386 - Remove optional dependency on expired mail/fetchyahoo
- Bump PORTREVISION because fetchyahoo option was default on
- Stage support
- Use new LIB_DEPENDS syntax
- Respect DATADIR
- Remove check for FreeBSD < 7

Approved by:	portmgr (infrastructure blanket)
2014-03-10 08:35:28 +00:00
Adam Weinberger
ac8ceca428 Bump PORTREVISION for the rc script changes in r347704. 2014-03-10 03:33:01 +00:00
Mark Felder
418ced1eda Fix rc script and ability to do a clean install.
Patch has been submitted upstream.
2014-03-10 00:32:59 +00:00
Adam Weinberger
103f617549 - Tidy the Makefile a bit more
- Break database backends out into their own OPTIONS group, for clarity
- Generalize the plugin enabling process to make it easier to add support
  for new ones
- Remove an unnecessary rc.subr function, and use ${name} in the rc script
- Put some marginally helpful comments in the rc script

No PORTREVISION bump as all these changes don't affect the finished
product, sortof.
2014-03-09 22:16:24 +00:00
Dirk Meyer
c082577a8e - update to 1-1.0.Alpha22.0 2014-03-09 19:05:59 +00:00
Dirk Meyer
5cfc05628d - update to 1-1.0.Alpha21.0 2014-03-09 18:50:42 +00:00
Dirk Meyer
12ac28d2d3 - update to 1.0.Alpha20.0 2014-03-09 18:42:11 +00:00
Adam Weinberger
0986d3661f Retire mail/p5-Mail-SpamAssassin-Alt. It contained two
options, one of which was already a default, and the other
required you to hand-edit configuration files, so having
an option to auto-enable it wouldn't really get you anywhere.
2014-03-09 18:17:29 +00:00
Adam Weinberger
a1d47aac42 - Introduce an option (on by default) to run sa-update and sa-compile
automatically on installation. With this, spamassassin installation
	  is no longer interactive.
	- Break out plugin options into a PLUGIN group, for clarity.
	- Add a pyzor plugin.
	- Fold pkg-install contents into the pkg-plist.
	- Add targets to ALL_TARGET, rather than invoking sub-makes multiple
	  times.
	- PORTREVISION bumps all around.
2014-03-09 18:04:06 +00:00
Adam Weinberger
d3cd6aff63 The cclient build system clobbers CFLAGS, but we can pass our own
in EXTRACFLAGS.

PR:		ports/186980
Approved by:	maintainer timeout
2014-03-09 16:02:19 +00:00
Adam Weinberger
2b870848bc Update SpamAssassin to 3.4.0, and take maintainership.
As part of this upgrade, the SPAMC option has been removed. First
and foremost, it was a NO-OP as spamc/spamd was being built anyway.
A number of other OPTIONS and dependencies have been cleaned up as
well.

I am also taking maintainership of p5-Mail-SpamAssassin-Alt, and I
intend to deprecate it unless I hear otherwise.

The patch/plist for japanese/p5-M-SA is no longer versioned. It'll
make future updates cleaner.

PR:		ports/186756
The patch is a collaborative effort between myself and
Takefu <takefu@airport.fm>
2014-03-09 15:54:52 +00:00
Martin Wilke
cb384daaf2 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:24:48 +00:00
Dirk Meyer
9ba91bf89b - remove broken MANPREFIX
- update RESTRICTED
2014-03-09 14:03:10 +00:00
Dirk Meyer
7bf26e842b - remove broken MANPREFIX 2014-03-09 14:01:51 +00:00
Dirk Meyer
30342abac0 - update LICENSE 2014-03-09 13:57:06 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Antoine Brodin
ec969d740b - Fix typo in OPTIONS handling
- Use a non deprecated version of BDB

PR:		ports/186071
Submitted by:	maintainer
2014-03-08 12:13:30 +00:00
Antoine Brodin
891dc4defb - Fix build on 8 and 9
- Pass maintainership to submitter

PR:		ports/186965
Submitted by:	Nikola Kolev
2014-03-08 11:59:18 +00:00
Sunpoet Po-Chuan Hsieh
9074b819ff - Update to 1.203
- Add LICENSE
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here, use TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Email-Reply/Changes
PR:		ports/187359
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-03-08 08:22:55 +00:00
Martin Matuska
8a5b47b4f9 Horde package update:
horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7

Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
2014-03-07 21:52:57 +00:00
Emanuel Haupt
fc919b0767 - Update to 3.3.1
- Define LICENSE
2014-03-07 09:46:25 +00:00
Mark Felder
d768f2f3b1 Update to 3.2.0
Support STAGE

aox builds with GCC on 8.x and 9.x, clang on 10.0+

Sponsored by:	SupraNet Communications, Inc
2014-03-06 21:13:02 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Pawel Pekala
17ee320da9 Show correct installation prefix in pkg-message
PR:		ports/187246
Submitted by:	Zane C.B-H. <vvelox@vvelox.net>
Approved by:	maintainer
2014-03-06 16:35:32 +00:00
Emanuel Haupt
ec61f7dd1b Update to 3.1.12
PR:		187314
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2014-03-06 15:55:26 +00:00
Emanuel Haupt
281d18c3bf Support staging 2014-03-06 15:13:31 +00:00
Ashish SHUKLA
bf09711b4e - Update to latest snapshot 201403051040
- Add OPTION for redis support

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1427
2014-03-05 12:43:40 +00:00
Ashish SHUKLA
af9c464fe1 - Update to 5.4.2p1
- Add OPTIONS for CA bundle, and Redis support
- Switch to OptionsNG helpers
- Remove _smtpf user (not used anymore)

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1415
2014-03-05 09:52:43 +00:00
Gerald Pfeifer
8c9c9cd131 Chase libdbi update.
Convert postfix-gps and refdb to new LIB_DEPENDS format.

Reported by:	Jimmy Olgeni <olgeni@olgeni.com>
2014-03-04 21:06:03 +00:00
Philippe Audeoud
ccab5b6d1d - Update to 3.1.11
PR:		ports/187156
Submitted by:	maintainer
2014-03-04 09:19:33 +00:00
Dirk Meyer
280380c162 - remove broken MANPREFIX 2014-03-04 06:51:37 +00:00
Pawel Pekala
10d46f1fe9 - Update maintainer's email address
PR:		ports/187173
Submitted by:	maintainer
2014-03-03 21:13:59 +00:00
Antoine Brodin
481ddbba83 Unbreak after master port was staged 2014-03-03 20:51:14 +00:00
Thomas Abthorpe
f95b8f7c48 - Reassign to the heap due to mail bounces
With hat:	portmgr@
2014-03-03 18:29:49 +00:00
Adam Weinberger
72d1d4a7b8 Add a patch from SpamAssassin bug #6937 to improve compatibility
with perl 5.18's changes to "each" ordering. This fixes the message:

Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x2880d800 at /usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363, <GEN84> line 98.

PR:		ports/186819
Approved by:	perl (maintainers)
2014-03-03 18:19:16 +00:00
Mathieu Arnold
2008ba765c - Fix build with Clang [1]
- Convert to staging

Reported by:	pkg-fallout, for months [1]
Sponsored by:	Absolight
2014-03-02 10:47:32 +00:00
Sunpoet Po-Chuan Hsieh
d542ba4d80 - Add LICENSE
- Remove outdated PERL_LEVEL check
2014-03-01 17:14:48 +00:00
Sunpoet Po-Chuan Hsieh
14bf92a611 - Add LICENSE
- Remove outdated PERL_LEVEL check
2014-03-01 17:13:24 +00:00
Oliver Lehmann
0dd791de0b add GNUTILS option
PR:		ports/183705
Submitted by:	madpilot
2014-03-01 16:08:54 +00:00