1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

17046 Commits

Author SHA1 Message Date
William Grzybowski
a272fc3017 mail/cone: support stage [1]
- Add LICENSE [1]
- Fix for clang [1]
- Use shebangfix
- Remove unneeded pre/post include

PR:		191323
Submitted by:	maintainer
2014-06-24 20:08:33 +00:00
Bryan Drewery
d659d91fb5 Fix CONFLICTS after qmail->netqmail rename 2014-06-24 18:27:28 +00:00
Bryan Drewery
e112559e39 Fix nit, QMAIL_PORTNAME was not set after r358497 2014-06-24 17:13:50 +00:00
Yen-Ming Lee
2e9982d23c - add DEPRECATED and EXPIRATION_DATE 2014-06-24 09:06:17 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
Thierry Thomas
7140c6642f Remove BROKEN and add a checksum for the docs.
IGNOREFILES was set for a HTML file to avoid modifying the package for
minor changes, but it is now considered as dangerous. Fear!
2014-06-23 20:25:32 +00:00
Dmitry Marakasov
622869e534 - Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-23 13:44:39 +00:00
Kurt Jaeger
70dcd30770 mail/alpine: fixes
- fix hlp file [1]
- quota patch now part of 2.11, disable config option [2]
- fix/update maildir support [3]
- fix distinfo

Submitted by:	antoine [1], Greg Rivers [2], Warren Block [3]
Approved by:	maintainer by mail
2014-06-23 11:57:44 +00:00
Baptiste Daroussin
22b2046cdc Mark as broken: no distinfo provided for some of the distfiles 2014-06-22 22:13:25 +00:00
Tijl Coosemans
3e4a806167 Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-06-22 10:44:29 +00:00
Raphael Kubo da Costa
6e89c2ae20 Do not try to remove directories used only when the X11 option is on.
Fixes check-plist errors with the X11 option unset.

PR:		190768
Submitted by:	Dave Duchscher <daved@tamu.edu>
2014-06-21 21:53:20 +00:00
Rene Ladan
3c15cb9b36 Remove expired ports:
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
2014-06-21 09:31:43 +00:00
William Grzybowski
599fe3313c mail/ecartis: support stage
- Add UID/GID for this port
- Update MASTER_SITES
- Remove IS_INTERACTIVE

PR:		190753
Submitted by:	fullermd over-yonder net
Approved by:	maintainer
2014-06-20 20:06:21 +00:00
Adam Weinberger
8c6663bfce * Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]
* Verify that /var/run/spamd exists before starting [2]
* While here, reformat Makefile

PR:	ports/191101 [1], ports/189912 [1], ports/190005 [2]
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a],
		brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2]
2014-06-20 18:28:41 +00:00
John Marino
a8c75b17e0 Deprecate unmaintained interactive ports for removal in 2 months
Interactive ports can't be packaged which means they don't get tested
weekly either.  Ideally all interactive ports should be converted to
regular ports.  Reduce the number of these types of ports by pruning
unmaintained ones first.  Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort.  Ports deprecated for removal on 20 August 2014:

  * mail/mailagent
  * net/delegate
  * net-mgmt/nocol
  * print/hplip-plugin
  * print/xdvi
  * sysutils/autopsy
  * x11-clocks/xalarm

Approved by:	portmgr (bapt)
2014-06-20 16:38:03 +00:00
William Grzybowski
09409b4f1c mail/mailagent: add missing patches in last commit 2014-06-20 14:52:57 +00:00
William Grzybowski
f3826383ab mail/mailagent: upate to 3.1.78
- Update to 3.1.78 [1]
- Support stage
- USES tar:bzip2
- Remove leading article from COMMENT

PR:		189489
Submitted by:	kasahara nc kyushu-u ac jp [1]
2014-06-20 14:35:23 +00:00
Bryan Drewery
79a2bb25a8 - Add DNS_CNAME option to switch from using ANY queries, which was a hack
added many years ago for BIND 4. Using CNAME avoids excessive data in
  DNS query responses and temporary failures.

  This was already applied in spamcontrol.

  See also:
    http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/qmail/
    https://www.google.com/#q=CNAME_lookup_failed_temporarily

Submitted by:	Matt Simerson <matt@tnpi.net>
2014-06-20 03:17:04 +00:00
Bryan Drewery
bf48a40a29 Switch mail/qmail and mail/qmail-mysql to using netqmail. Switch their
PKGNAMEs to reflect this as well and bump their version up to the last
netqmail release of 1.06.

qmail-ldap and qmail-spamcontrol explicitly want to be applied on stock
qmail, so leave those alone.

This does not bring much, but it allows easier updates to qmail-tls and
some of the other patches which depend on netqmail.

qmail-tls is left as qmail for now. It will be updated to the newer
revision soon which does require netqmail.

Changes include:
  * QMAILQUEUE by default
  * Fix for 0.0.0.0
  * qmail-smtpd is protected from exceedingly long (eg 2GB) headers

Other than those listed, there are no other significant changes beyond
documentation or patches that were already applied by default.
2014-06-20 03:03:41 +00:00
John Marino
5831861d65 mail/dovecot: Reset maintainer after 7 consecutive timeouts
The last time the maintainer was heard from was July 2010.  How this
port didn't get reset after the first 3 timeouts, I'm not sure.
2014-06-19 10:27:39 +00:00
Martin Wilke
5217330685 - Update to 1.0.29
PR:		191096
2014-06-18 03:48:21 +00:00
Carlo Strub
7deec1678c - Fix Staging
- Add pkg-message
- use fetch instead of wget
- apply necessary patches to run client smoothly as a user
2014-06-17 19:23:41 +00:00
Vanilla I. Shu
d68d9c9825 Stagify.
Approved by:	portmgr@
2014-06-17 15:26:05 +00:00
Cy Schubert
b1aa4e6904 Update 1.5 --> 1.6.
Submitted by:	 Mikhail <mp39590@gmail.com>
2014-06-17 12:52:46 +00:00
Kurt Jaeger
c37da52991 editors/pico-alpine: fix build on 8.4 by fixing masterport mail/alpine
Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu>

PR:		ports/191081
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
2014-06-16 10:44:14 +00:00
Carlo Strub
27cc824934 Deprecate because it is obsolete
PR:		190883
Submitted by:	john@jnielsen.net (maintainer)
Approved by:	portmgr (implicit)
2014-06-15 20:59:47 +00:00
Kurt Jaeger
dcfffec86a mail/alpine: 2.00 -> 2.11, stagify'ed, portlint'ed, new master site
Big thanks to Michelle for the biggest part of the work in getting
the port to StageAge. Thanks for Marco to take over as maintainer.

PR:		ports/190273
Submitted by:	Michelle Sullivan <michelle@sorbs.net>
Approved by:	Marco Beishuizen <mbeis@xs4all.nl> (incoming maintainer)
2014-06-15 08:40:09 +00:00
Martin Wilke
e4c42e7728 - Stage support
PR:		191024
2014-06-15 03:05:23 +00:00
Danilo Egea Gondolfo
a08565f4a0 - Update from 0.3.9 to 0.4.0
- Update MASTER_SITES
- Install the man page

PR:		ports/188319
Submitted by:	Keith Gaughan <k@stereochro.me>
2014-06-14 20:54:43 +00:00
Kurt Jaeger
c7a09bd7ff mail/imapsync: update 1.584 -> 1.592 2014-06-14 19:14:24 +00:00
William Grzybowski
26b352525b mail/pysieved: support stage 2014-06-13 12:43:07 +00:00
William Grzybowski
916822e664 mail/py-ppolicy: support stage and use auto plist 2014-06-13 12:32:08 +00:00
William Grzybowski
c4fdec9799 mail/py-cyruslib: support stage 2014-06-13 12:18:06 +00:00
Emanuel Haupt
c51628bcc9 Update to 1.1.1 2014-06-13 11:22:55 +00:00
Carlo Strub
b9a640d15d - Update to 3.0.2d
- Support staging
- Many minor fixes
2014-06-12 19:41:00 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Oliver Lehmann
69baf55a1a add STAGE support 2014-06-11 16:32:47 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Emanuel Haupt
a937b59ecf - Update to 3.4.2
- USES -> libtool
2014-06-11 13:49:48 +00:00
Beat Gaetzi
0557b9315d - Update Firefox to 30.0
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
  INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]

PR:		ports/189991 [1]
PR:		ports/189217 [2]
PR:		ports/189488 [2]
Submitted by:	bapt [3]
Sumbitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
2014-06-11 03:42:55 +00:00
Carlo Strub
62cb0e090e Upstream ilohamail.org has disappeared, and the files on sourceforge are 9 years old
PR:		190402
Submitted by:	craig001@lerwick.hopto.org (maintainer)
Approved by:	portmgr (implicit)
2014-06-10 21:44:03 +00:00
Pawel Pekala
d249d42339 Update to version 0.7.11 2014-06-10 20:40:33 +00:00
Johan van Selst
edd047513e Release maintainership
This port is unstaged, unsexy and should probably be discarded for
 more modern alternatives; but someone might still be interested...

Approved by:	portmgr (implicit)
2014-06-10 16:35:17 +00:00
Pawel Pekala
c130be0bcc - Update Claws Mail and plugins to 3.10.1 bugfix release
- Move libravatar plugin to separate port
2014-06-10 15:08:10 +00:00
Pawel Pekala
5940d2aedc Bump PORTREVISION forgotten in last commit (pkg-plist changed)
Submitted by:	tijl
2014-06-10 13:55:35 +00:00
Mark Felder
39ea39878d Fix building with Clang on 10.0+ 2014-06-10 13:09:09 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Antoine Brodin
3f82ba9494 Finish stage support 2014-06-09 21:09:04 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Chris Rees
0a7d281e42 Update to 0.10.2
Submitted by:	Frank Bartels <knarf@knarf.de>
2014-06-08 18:03:07 +00:00