Commit graph

378390 commits

Author SHA1 Message Date
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
John Marino
630b5a689e finance/moneymanagerx: Upgrade version 0.9.9.0 => 1.0.0.0
The PR was modified.  The PORTDATA change was not accepted.  The
rewrapping of pkg-descr from 75 to 72 character width was not accepted.
USE_AUTOTOOLS did get added and I kept it because I couldn't make
USES=autoreconf work out of the box.  It's needs some customization and
I'm not familar enough with automake to get it to work, so check-sanity
squawks but it passes the build.

While here, add a patch to support DragonFly

PR:		199228
Submitted by:	ports fury
2015-10-10 13:52:43 +00:00
Jason Unovitch
fc116369c1 net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITES
PR:		203621
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
2015-10-10 13:44:11 +00:00
Jan Beich
f344033666 devel/android-tools-adb: unbreak TEST=on more reliably
/dev/full is only provided by default on 11.0, earlier releases have it
in lindev(4). This leads to the same error as with automation. Other BSDs
including DragonFly don't provide /dev/full at all.

  [ RUN      ] io.WriteFdExactly_ENOSPC
  adb_io_test.cpp:136: Failure
  Expected: (-1) != (fd), actual: -1 vs -1
  [  FAILED  ] io.WriteFdExactly_ENOSPC (1 ms)

Reported by:	Barbara <barbara.freebsd@gmail.com>
2015-10-10 13:16:57 +00:00
Pawel Pekala
81910de90c Mathematical subprogram libraries for Fortran 77.
Created by CalTech.

WWW: http://netlib.org/math/

PR:		201918
Submitted by:	mexas@bris.ac.uk
2015-10-10 12:55:33 +00:00
John Marino
73a3bb2b3e audio/quimup: Upgrade version 1.3.2 => 1.4.0
I tweaked provided patch to revert some unnecessary changes. Technically
the change of ${PORTNAME} to quimup is unnecessary but I fully support
the reversal of PORTNAME abuse.

PR:		199220
Submitted by:	ports fury
2015-10-10 12:15:58 +00:00
Kurt Jaeger
ee4e8115d8 New port: www/p5-Plack-Middleware-ExtDirect
This module provides an RPC::ExtDirect gateway implementation for Plack
environment. It is packaged as a standard Plack middleware component suitable
for using with Plack::Builder.

Plack::Middleware::ExtDirect is recommended to be used with Perl versions 5.12
and newer, for reasons explained below. For Perls older than 5.12,
CGI::ExtDirect gateway may be a better choice - especially if you cannot
install XS dependent packages.

If you are not familiar with Ext.Direct, more information can be found in
RPC::ExtDirect::Intro.

WWW: http://search.cpan.org/dist/Plack-Middleware-ExtDirect/

PR:		200652
Submitted by:	martin@waschbuesch.de
2015-10-10 11:52:25 +00:00
Kurt Jaeger
0858925f68 www/p5-RPC-ExtDirect: 3.02 -> 3.21
Changes:
http://cpansearch.perl.org/src/TOKAREV/RPC-ExtDirect-3.21/Changes

PR:		200709
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
Approved by:	tj (maintainer timeout)
2015-10-10 11:29:25 +00:00
Jimmy Olgeni
d08036b7a0 Upgrade devel/ipython to version 3.2.2.
PR:		203668
Submitted by:	Jason Unovitch
Security:	CVE-2015-6938
Security:	CVE-2015-7337
2015-10-10 10:52:06 +00:00
Marc Fonvieille
f85c41aa3a Remove duplicate plist entries.
PR:		203274
Submitted by:	Dmitry Marakasov <amdmi3@FreeBSD.org>
Approved by:	doceng (implicit)
2015-10-10 10:47:13 +00:00
John Marino
be305655bd devel/drpython: Fix runtime error on F9
PR:		199224
Submitted by:	ports fury
2015-10-10 10:23:54 +00:00
John Marino
7e07290790 audio/py-karaoke: Fix runtime error on F9
PR:		199216
Submitted by:	ports fury
2015-10-10 10:13:50 +00:00
Jimmy Olgeni
ca3955d1d7 Upgrade devel/elixir-exrm to version 0.19.8. 2015-10-10 09:52:46 +00:00
Guido Falsi
75afd9451e - Update to 20151004
- Use option target helpers

PR:		203427
Submitted by:	lightside at gmx.com (maintainer)
2015-10-10 09:50:52 +00:00
Jimmy Olgeni
42d281450d Upgrade devel/elixir-timex-interval to version 0.6.0.
The port is now compatible with Elixir 1.1.
2015-10-10 09:35:51 +00:00
Guido Falsi
83090ef61c - Update net/asterisk11 to 11.20.0
- Update net/asterisk13 to 13.6.0
- Remove upstreamed patch

In net/asterisk13:

- Add ASTVERSION option to control installation of bash only script
astversion, and avoid an unconditional dependency on bash
2015-10-10 09:30:54 +00:00
Koop Mast
7ea932b697 Add upstream patch to fix that the first symbol in directory's name can't
be changed in the new directory dialog.

PR:		201336
Submitted by:	Andriy Solonenko <ap_berzerk@yahoo.com>
Tested by:	Tobias Berner <tcberner@gmail.com>
Obtained from:	krusader upstream
2015-10-10 07:51:50 +00:00
Mathieu Arnold
e45344bede Apply upstream patch fixing CVE-2008-7315.
PR:		203667
Obtained from:	6adc44cc63
Security:	CVE-2008-7315
Sponsored by:	Absolight
2015-10-10 07:09:19 +00:00
Sunpoet Po-Chuan Hsieh
351bcf30a5 - Update to 0.68
Changes:	http://search.cpan.org/dist/Toadfarm/Changes
2015-10-10 07:05:43 +00:00
Sunpoet Po-Chuan Hsieh
411ba03db8 - Update to 0.280224
Changes:	http://search.cpan.org/dist/ExtUtils-CBuilder/Changes
2015-10-10 07:05:38 +00:00
Sunpoet Po-Chuan Hsieh
75dc394eca - Update to 2.14.7
Changes:	https://github.com/npm/npm/releases
2015-10-10 07:05:33 +00:00
Sunpoet Po-Chuan Hsieh
badbdc09ee - Update to 20150928
Changes:	http://people.FreeBSD.org/~sunpoet/usbids-20150928.diff
2015-10-10 07:05:28 +00:00
Sunpoet Po-Chuan Hsieh
16c6eb73cd - Update to 20151007
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20151007.diff
2015-10-10 07:05:23 +00:00
Sunpoet Po-Chuan Hsieh
3cf2742f19 - Update to 7.4.891
Changes:	https://github.com/vim/vim/commits/master
2015-10-10 07:05:19 +00:00
John Marino
959ed4569d audio/musescore: Upgrade version 1.3 => 2.0.2
PR:		199214
Submitted by:	ports fury
2015-10-10 05:44:35 +00:00
Dmitry Marakasov
cff3002ab0 - Fix crash due to unterminated string
- Regenerate patches

MFH:		2015Q4 (blanket)
2015-10-10 01:09:08 +00:00
Wen Heping
fb6223d81c - Update to 0.103
Changes: http://cpansearch.perl.org/src/WYANT/Geo-WebService-Elevation-USGS-0.103/Changes
2015-10-10 00:11:24 +00:00
John Marino
911bd66ab3 audio/qsampler: Upgrade version 0.3.0 => 0.3.1
PR:		199218
submitted by:	ports fury
2015-10-09 23:03:41 +00:00
Don Lewis
8ca4e95df6 Removing --enable-symbols=small from CONFIGURE_ARGS allows us to avoid
the need to use ${STRIP_CMD}.

Fix an intermittent build failure by adding a missing dependency to the
port's build framework.  This change has been committed to the upstream
trunk.
2015-10-09 22:17:28 +00:00
John Marino
c22fff5c69 editors/(x)vile: Upgrade version 9.8o => 9.8q
PR:		203244
Submitted by:	ports fury
2015-10-09 22:07:50 +00:00
Koop Mast
139d78fc96 Update ImageMagick snapshot from 20151006. 2015-10-09 22:04:46 +00:00
John Marino
4b784248e3 emulators/advancemenu: Upgrade version 2.7 => 2.8
PR:		202847
Submitted by:	ports fury
2015-10-09 21:55:41 +00:00
John Marino
da50850272 audio/qjackctl: Upgrade version 0.3.13 => 0.4.0
PR:		199217
Submitted by:	ports fury
2015-10-09 21:44:27 +00:00
Pawel Pekala
e6b7c4e820 Depend on correct sysutils/py-psutil version to avoid
runtime problem.

PR:		202369
Submitted by:	maintainer
2015-10-09 21:41:03 +00:00
Dmitry Marakasov
dd7eddc85b - Fix plist issue in py-avahi: comment out file which is installed by avahi-app port
- Fix plist issues in many *avahi* ports: only create etc/avahi in avahi-app
- Switch to @sample

PR:		203283
Submitted by:	amdmi3
Approved by:	gnome (kwm)
2015-10-09 21:09:08 +00:00
Don Lewis
4302284260 Fix an intermittent build failure by adding a missing dependency to the
port's build framework.  This change has been committed to the upstream
trunk.
2015-10-09 20:59:28 +00:00
Pawel Pekala
ce7ecb8b0f This module offers a simple interface to query NTP
servers from Python.

It also provides utility functions to translate NTP
fields values to text (mode, leap indicator...). Since
it's pure Python, and only depends on core modules,
it should work on any platform with a Python implementation.

WWW: https://pypi.python.org/pypi/ntplib

PR:		202525
Submitted by:	uros@gruber.si
2015-10-09 20:57:26 +00:00
Pawel Pekala
5be7eab350 - Add LICENSE and LICENSE_TEXT
- Switch to qt4-linguisttools for building (less dependencies)
- Fix WWW

PR:		202698
Submitted by:	Andriy Voskoboinyk
Approved by:	maintainer timeout
2015-10-09 20:31:16 +00:00
Dmitry Marakasov
a070efd149 - Switch to @sample, fixing stage-qa
- Use options helpers
- Add USES=localbase, which is just the shorder way of adding CPPFLAGS=-I${LOCALBASE}/include, which fixes judy detection without NLS

PR:		203292
Submitted by:	amdmi3
Approved by:	maintainer timeout (sumikawa, 2 weeks)
2015-10-09 20:20:00 +00:00
Jason Unovitch
9fc5b3a779 net-mgmt/lldpd: update 0.7.16 -> 0.7.18
- Add additional information to README on -I interface flag usage
- Change formatting of pkg-message

Changes:	https://github.com/vincentbernat/lldpd/compare/0.7.16...0.7.18

PR:		203621
Submitted by:	Mathieu Simon <freebsd@simweb.ch> (maintainer)
2015-10-09 20:02:04 +00:00
Bryan Drewery
3456a0671a Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *_DESC).
This is targetting dependency listing overhead.

With hat:	portmgr
2015-10-09 19:20:24 +00:00
Dan Langille
f2d06f6e85 Upgrade to 7.2.0
Approved by:	    mat (mentor)
2015-10-09 19:09:27 +00:00
Michael Moll
889ef96d0e devel/rubygem-dynflow: update to 0.8.7 2015-10-09 18:56:16 +00:00
John Marino
9c1c89e83c databases/liquibase: Upgrade version 3.3.2 => 3.4.1
PR was for version 3.3.5 but several releases have come since then
and the MASTER_SITES changed.  The latest version required an update
to the patch.

PR:		201839
Submitted by:	ports fury
2015-10-09 18:43:33 +00:00
Sunpoet Po-Chuan Hsieh
f2385cdbe7 - Fix patch
PR:		203327
Submitted by:	Wolfgang Jenkner <wjenkner@inode.at>
Approved by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer, implicit)
2015-10-09 18:33:09 +00:00
Sunpoet Po-Chuan Hsieh
2a490cda2c - Strip shared library
- Bump PORTREVISION for package change
2015-10-09 18:33:04 +00:00
Sunpoet Po-Chuan Hsieh
f2fc795b9a - Update to 0.19
- While I'm here:
  - Fix *_DEPENDS: Test::Exception is a test-only dependency
  - Add NO_ARCH
  - Sort PLIST

Changes:	http://search.cpan.org/dist/Class-Declare/Changes
PR:		203655
Submitted by:	Sergey Karatkevich <simarg@gmail.com> (maintainer)
2015-10-09 18:32:59 +00:00
Sunpoet Po-Chuan Hsieh
58641759aa - Update to 4.6.4
- Add LICENSE_FILE

Changes:	https://github.com/github/linguist/releases
2015-10-09 18:32:54 +00:00
Sunpoet Po-Chuan Hsieh
5cd9e6bcf5 - Update to 2.2.3.0
Changes:	https://github.com/whitequark/parser/blob/master/CHANGELOG.md
2015-10-09 18:32:49 +00:00
Sunpoet Po-Chuan Hsieh
22bfb9ad70 - Add LICENSE_FILE 2015-10-09 18:32:45 +00:00