| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
ChangeLog: http://www.bestpractical.com/rt/release-notes/4.0.14
No DB schema changes are required for upgrading from 4.0.13
Notes:
svn path=/head/; revision=323671
|
|
|
|
|
|
|
|
|
|
|
|
| |
with like recent binutils. [1]
While here:
- Remove useless MACROS
- Convert from USE_GMAKE to USES=gmake
Obtained from: DPorts [1]
Notes:
svn path=/head/; revision=323670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=323669
|
|
|
|
|
|
|
|
|
|
| |
- Include NLS fonts
- Drop RELENG_7 support
Additional features by: Shane Ambler <FreeBSD@ShaneWare.Biz>
Notes:
svn path=/head/; revision=323668
|
|
|
|
|
|
|
|
|
|
|
| |
with
like recent binutils
Obtained from: DPorts
Notes:
svn path=/head/; revision=323667
|
|
|
|
| |
Notes:
svn path=/head/; revision=323666
|
|
|
|
| |
Notes:
svn path=/head/; revision=323665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=323664
|
|
|
|
|
|
|
|
|
|
| |
MIME types in .desktop files. It all non-fatal, and ugly to boot.
PR: ports/180843
Submitted by: pawel@
Notes:
svn path=/head/; revision=323663
|
|
|
|
|
|
|
|
|
|
| |
While here remove unused patch
PR: ports/180825
Submitted by: rpaulo@
Notes:
svn path=/head/; revision=323662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=323661
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323660
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=323659
|
|
|
|
|
|
|
|
|
| |
could cause tarsnap to crash when unable to connect to the Tarsnap server.
Bug found by: tdb
Notes:
svn path=/head/; revision=323658
|
|
|
|
| |
Notes:
svn path=/head/; revision=323657
|
|
|
|
| |
Notes:
svn path=/head/; revision=323656
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=323655
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=323654
|
|
|
|
|
|
|
| |
Suggested by: Ronald Klop
Notes:
svn path=/head/; revision=323653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=323652
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323651
|
|
|
|
|
|
|
|
| |
PR: ports/180544
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Notes:
svn path=/head/; revision=323650
|
|
|
|
|
|
|
| |
- Take maintainership.
Notes:
svn path=/head/; revision=323649
|
|
|
|
|
|
|
|
|
| |
Fixes indirect linking errors on modern binutils (fix from dports)
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=323648
|
|
|
|
|
|
|
|
|
|
| |
Fixes indirect linking errors on modern binutils (fix from dports)
Also remove redundant MAKE_JOBS_SAFE while we are here.
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=323647
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=323646
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=323645
|
|
|
|
|
|
|
|
|
|
| |
- Switch to dynamic plist
PR: ports/180708
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Notes:
svn path=/head/; revision=323644
|
|
|
|
| |
Notes:
svn path=/head/; revision=323643
|
|
|
|
|
|
|
|
| |
PR: ports/180812
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Notes:
svn path=/head/; revision=323642
|
|
|
|
|
|
|
|
| |
PR: ports/180811
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Notes:
svn path=/head/; revision=323641
|
|
|
|
|
|
|
|
|
| |
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html
I'll write vuxml entry later.
Notes:
svn path=/head/; revision=323640
|
|
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl
Information: wiki@ PortsLongtermTargets
Approved by: bapt@ (portmgr@)
Notes:
svn path=/head/; revision=323639
|
|
|
|
| |
Notes:
svn path=/head/; revision=323638
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=323637
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=323636
|
|
|
|
|
|
|
|
| |
- Style cleanups.
- Take maintainership.
Notes:
svn path=/head/; revision=323635
|
|
|
|
|
|
|
| |
- Take maintainership.
Notes:
svn path=/head/; revision=323634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323633
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=323632
|
|
|
|
|
|
|
|
|
| |
crash, while mozilla dev's are looking where the actual bug is.
Submitted by: cperciva@
Notes:
svn path=/head/; revision=323631
|
|
|
|
|
|
|
|
|
| |
Changes in r323629 broke ghostscript*-nox11.
Pointed out by: bapt
Notes:
svn path=/head/; revision=323630
|
|
|
|
| |
Notes:
svn path=/head/; revision=323629
|
|
|
|
|
|
|
| |
Obtained from: murray
Notes:
svn path=/head/; revision=323628
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
PR: ports/180823
Submitted by: Stephon Chen <stephon@gmail.com>
Notes:
svn path=/head/; revision=323627
|
|
|
|
|
|
|
|
|
|
| |
- Fix WWW line in pkg-descr
Build log: http://goo.gl/6UmyMk
Change log: http://goo.gl/9pUy4v
Notes:
svn path=/head/; revision=323626
|
|
|
|
|
|
|
| |
Spotted by: HATANO Tomomi
Notes:
svn path=/head/; revision=323625
|
|
|
|
|
|
|
|
|
| |
PR: 180490
Reported by: redrat@mail.ru
Submitted by: jcm@visi.com (maintainer)
Notes:
svn path=/head/; revision=323624
|
|
|
|
|
|
|
|
| |
Build log: http://goo.gl/6szcOh
Release notes: http://goo.gl/paz1HH
Notes:
svn path=/head/; revision=323623
|
|
|
|
|
|
|
| |
Move function of patch file into post-patch target, too.
Notes:
svn path=/head/; revision=323622
|