Commit graph

305374 commits

Author SHA1 Message Date
Alexey Dokuchaev
33fb7dc2f6 Fix parallel builds by sanitizing inner Makefiles and removing possible race
due to having two targets in ALL_TARGET.  Instead, do the cleaning after the
build.

Reported by:	pointyhat-west
2013-07-26 05:37:41 +00:00
Andrej Zverev
a4fc6158f5 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 05:33:51 +00:00
Jung-uk Kim
f720ee1568 Bump revision for openjdk6-jre to catch up with the master port change. 2013-07-26 05:27:28 +00:00
Jung-uk Kim
c9ea119f1f Move the fix for S6636110 to more appropriate directory. This patch is not
an IcedTea6 patch nor a security fix.
2013-07-26 05:23:06 +00:00
Jason Helfman
7e3acc2de9 - cleanup leftovers
Reported by: qat
2013-07-25 23:23:47 +00:00
Jason Helfman
5074995883 - unbreak package creation
- while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES

PR:		180850
Reported by:	Alfred Bartsch <bartsch@dssgmbh.de>
2013-07-25 22:57:40 +00:00
Jun Kuriyama
f9c20db575 Add an entry for security/gnupg1. 2013-07-25 22:56:06 +00:00
Nicola Vitale
2ab88c8d26 - Update to 0.3.1
- Trim Makefile header
2013-07-25 22:16:50 +00:00
Matthew Seaman
0969f5b6d7 - Update to 4.0.15
This is a quick-fix for a regression discovered in the recent 4.0.14
release when upgrading the DB schema from version 3.8.x.  Functionally
4.0.14 and 4.0.15 are the same: if you already have 4.0.14 running,
you do not need to upgrade.
2013-07-25 22:01:58 +00:00
Jason Helfman
b27da053cf - update to 0.1.1
This update unbreaks build due to fetch, as upstream is unable to locate previous
distribution files. A new version is on the way, however this is effectively a re-roll
of a newly packaged version of 0.1 code base.

Submitted by:	jwbacon@tds.net (maintainer)
2013-07-25 22:01:09 +00:00
Matthew Seaman
46854fdc26 - Update to 4.0.14
ChangeLog: http://www.bestpractical.com/rt/release-notes/4.0.14

No DB schema changes are required for upgrading	from 4.0.13
2013-07-25 21:33:36 +00:00
Baptiste Daroussin
fdebe69aed Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1]
While here:
- Remove useless MACROS
- Convert from USE_GMAKE to USES=gmake

Obtained from:	DPorts [1]
2013-07-25 21:20:22 +00:00
Baptiste Daroussin
d2515d3552 Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1]
While here:
- trim headers
- convert to new options framework
- remove shlib version
- convert USE_GMAKE -> USES=gmake

Obtained from:	DPorts [1]
2013-07-25 21:13:59 +00:00
Marcus von Appen
f57aabd96a - Update to version 2.68
- Include NLS fonts
- Drop RELENG_7 support

Additional features by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
2013-07-25 21:10:34 +00:00
Baptiste Daroussin
e611e96789 Fix build with linker that does not copy the dt_need from libraries it links with
like recent binutils

Obtained from:	DPorts
2013-07-25 21:04:07 +00:00
Florian Smeets
df6955951e Make sure res_rtp_asterisk.so gets built. It required libuuid now. 2013-07-25 20:38:41 +00:00
Florian Smeets
d71df03907 Update to 2.8.2 2013-07-25 20:34:34 +00:00
William Grzybowski
b8249de235 mail/dbmail: update to 3.1.1
- Update to 3.1.1 [1]
- Remove leading article from COMMENT

Check share/doc/dbmail/UPGRADING for upgrading details.

Changes: http://git.dbmail.eu/paul/dbmail/log/

PR:		ports/180768
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
2013-07-25 19:58:17 +00:00
Koop Mast
e03cd93ee2 Quiet update-desktop-database output, like when it complaining about invalid
MIME types in .desktop files. It all non-fatal, and ugly to boot.

PR:		ports/180843
Submitted by:	pawel@
2013-07-25 19:07:37 +00:00
Koop Mast
3e04c2ddb8 Unbreak after base rev 253637
While here remove unused patch

PR:             ports/180825
Submitted by:   rpaulo@
2013-07-25 18:55:01 +00:00
Juergen Lock
8f27531f5e Add new port comms/jsdr:
SDR-J (formerly Jsdr) is a suite of four programs provided under a
LGPL open source license for playing around with sdr (software
defined radio). The software can be used directly with the PM-SDR
kit and RTL2832U based dongles, and in the 32 bits Windows version
with other kits as well.

The suite contains four programs:

- a full blown "short wave" receiver, which provides tuning in the
  range of 100K .. 165M using the PM-SDR (although above 55 M with
  reduced performance) and from app 55 MHz to app 900 Mhz or above
  using an RTL2832U based dongle. The receiver provides quite a number
  of decoders for amateur modes.
- am/fm receiver covering the same frequency bands as the sw receiver,
  however, with am bandwidths selectable, with fm mono and stereo
  decoding as well as with rds decoding.
- spectrum viewer for use with the RTL2832U based dongles, showing
  spectra of up to 3 Mhz bandwidth.
- mini receiver, a stripped version of the fm receiver, a gadget
  for listening to WFM using DAB sticks.

WWW: http://www.sdr-j.tk/
2013-07-25 18:53:30 +00:00
John Marino
ab73db34fb audio/libmp3splt: Fix configure script test for modern binutils
The id3tag library will fail to be detected on systems using ld from
recent binutils.  This is because libid3tag is linked without zlib also
being linked directly, and be default it doesn't search libraries linked
to linked libraries.  The configure script is patched with "-lz" to fix.
Also remove redundant MAKE_JOBS_SAFE while we are here.

Approved by:	bapt (mentor), maintainer
2013-07-25 18:30:17 +00:00
Benjamin Kaduk
e3d11f460c Update to 1.6.5
This is a security release by upstream, and requires configuration changes
in addition to the software update.  See UPDATING.

Reviewed by:	ports-security (zi, remko)
Approved by:	hrs (mentor, ports committer)
2013-07-25 18:29:27 +00:00
Colin Percival
5f74a99300 Update to 1.0.35. This fixes a bug introduced in version 1.0.34 which
could cause tarsnap to crash when unable to connect to the Tarsnap server.

Bug found by:	tdb
2013-07-25 18:05:05 +00:00
Andrej Zverev
ee3350f8d2 - Fix typo in sed 2013-07-25 17:57:04 +00:00
Andrej Zverev
b9e49d039c - Fix typo: SUB_FILES don't need extention 2013-07-25 17:54:26 +00:00
Andrej Zverev
8e2084427b - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-25 17:45:09 +00:00
Olivier Duchateau
72f2f983e2 - Update to 0.5.2
- Switch to USES= gmake
- Remove patch, when plugin is missing (submitted and approved by upstream)

ChangeLog: http://git.xfce.org/apps/parole/tree/ChangeLog?id=0.5.2#n2
2013-07-25 17:21:59 +00:00
Hiroki Sato
e15cf4ef53 Add WWW: line.
Suggested by:	Ronald Klop
2013-07-25 15:49:05 +00:00
Pietro Cerutti
183cbc9c48 - Update to 1.7.40
Changes:

  * Updated fxcpuid() with AVX, AVX2, FMA, XOP, etc. detection.
  * Updated tables for fxascii.cpp.
  * Added various macros for memory alignment in fxdefs.h.
  * Added API's to FXTreeList and FXFoldingList to replace one item with
    custom item.
  * Added API to return processor index of calling thread in FXThread.
  * Bounds check in FXTabBook's setCurrent().
  * Added isAccessible API to FXStat.
  * Added API to rotate vector by quaternion to FXQuatd, FXQuatf.
  * Check valid path in FXPath.
  * FXFileList Drag and Drop now enabled.
  * Improvements to File Open Dialog right-click menu.
  * Add ability to remove as well as add directory bookmarks in File Open
    Dialogs.
  * AVX capabilities added to matrix and vector classes (if compiled with
    avx intrinsics).
  * FXThread sleep() function reverts to sleep if interrupted by signal.
  * 4x4 Double matrix transpose using AVX permute intrinsic.
  * Check UTIME_OMIT before using utimensat().
  * Updates to PathFinder file manager.
  * Check for NULL name in FXMetaClass hash table additions.
  * Added isBinDigit() and isOctDigit() to Ascii character class functions.
2013-07-25 15:42:07 +00:00
Baptiste Daroussin
37e17acfdf Fix excessive memory consumption on head amd64, this prevent the package building cluster from dying when building java ports.
This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110

Submitted by:	dim
With hat:	portmgr
2013-07-25 15:32:43 +00:00
Pawel Pekala
49d2e9e973 Update to version 0.3.0
PR:		ports/180544
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2013-07-25 15:31:03 +00:00
Hiroki Sato
a78adc05c2 - Update to 0.4.2.
- Take maintainership.
2013-07-25 15:30:11 +00:00
John Marino
7dcaf27692 audio/specimen: directly link libmath
Fixes indirect linking errors on modern binutils (fix from dports)

Approved by:	bapt (mentor)
2013-07-25 15:08:14 +00:00
John Marino
75e6c37864 audio/nekobee: directly link libraries
Fixes indirect linking errors on modern binutils (fix from dports)
Also remove redundant MAKE_JOBS_SAFE while we are here.

Approved by:	bapt (mentor)
2013-07-25 15:06:52 +00:00
John Marino
e417e23447 audio/timemachine: directly link libmath and cleanup
Fixes indirect linking errors on modern binutils (fix from dports)
Also:
  remove redundant MAKE_JOBS_SAFE while we are here.
  Remove library version specification

Approved by:	bapt (mentor)
2013-07-25 15:04:42 +00:00
John Marino
454ce287ab audio/madplay: directly link libz and cleanup
Fixes indirect linking errors on modern binutils (fix from dports)
Also:
  remove redundant MAKE_JOBS_SAFE while we are here.
  Remove library version specification
  Make portlint happy

Approved by:	bapt (mentor)
2013-07-25 14:43:20 +00:00
Pawel Pekala
efe7f5c583 - Update to version 1.3.0
- Switch to dynamic plist

PR:		ports/180708
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 14:25:51 +00:00
Mathieu Arnold
f53c63b8fd Fix build on at least 8.3+. 2013-07-25 14:24:28 +00:00
Pawel Pekala
58d40a63d2 Update to version 2.0.12
PR:		ports/180812
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 14:05:55 +00:00
Pawel Pekala
1579942252 Update to version 1.1.1
PR:		ports/180811
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 13:59:32 +00:00
Jun Kuriyama
e373498283 - Upgrade to 1.4.14.
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html

I'll write vuxml entry later.
2013-07-25 13:12:27 +00:00
Andrej Zverev
2363c699fb - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl

Information:	wiki@ PortsLongtermTargets
Approved by:	bapt@ (portmgr@)
2013-07-25 12:45:10 +00:00
Tilman Keskinoz
0a2940fa8c Update to 1.4.11 2013-07-25 12:42:55 +00:00
Tijl Coosemans
a0ccbe7bed - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).
- Remove options in ${OPTIONS_NAME}_(UN)SET from NEW_OPTIONS list.
- Remove an intermediate sort.
- Add support for ${OPTIONS_NAME}_(UN)SET_FORCE.

Approved by:	bapt
2013-07-25 11:47:11 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Hiroki Sato
28e7e75bfe - Add WWW: line to pkg-descr.
- Style cleanups.
- Take maintainership.
2013-07-25 11:13:50 +00:00
Hiroki Sato
3326a8cc13 - Fix build on -CURRENT.
- Take maintainership.
2013-07-25 10:49:53 +00:00
Rene Ladan
8525495496 Remove expired ports:
2013-07-25 sysutils/rsyslog6-devel-pgsql: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-gnutls: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-snmp: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-rfc3195: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-mysql: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-relp: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-dbi: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel-gssapi: Use sysutils/rsyslog7
2013-07-25 sysutils/rsyslog6-devel: Use sysutils/rsyslog7
2013-07-25 10:24:06 +00:00
John Marino
a9220e6634 audio/xmms-sapp, audio/penguinsap: Rework exception flags
The wrong C++ flag, --no-exceptions, was being passed to these ports.  The
correct flag is "-fno-exceptions".  Apparently gcc accepts the former, but
clang does not.

The current code states that clang version 3.2 will accept --no-exceptions,
but this isn't the case either.  However, both of these ports will build
without a no-exceptions flag with clang.  GCC still requires it.

Rework the clang detection code.  If code is not detected, -fno-exceptions
is added to CXXFLAGS, otherwise nothing is done.  Besides fixing the flag
handling, this implemention avoids the bmake errors that _CLANG!= was
generating.

Approved by:	bapt (mentor), maintainer
2013-07-25 09:38:40 +00:00