| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Upstream changes to XML code and addition of K3/KX3 bandwidth control
Notes:
svn path=/head/; revision=384803
|
|
|
|
|
|
|
|
|
| |
The difference in the distfiles is a regenerated META.yml and an added META.json.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=384681
|
|
|
|
| |
Notes:
svn path=/head/; revision=384580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=384038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of losing normal distfile name and having to set WRKSRC; contents remain
the same (and so does the checksum)
- Define LICENSE (GPLv2); install README file as part of documentation
- Unmute building and installation commands while here
- Fix one warning revealed by Clang (missing bzero(3) prototype), yet two
others remain)
- Transfer maintainership to the submitter
PR: 199322
Submitted by: Chris Hutchinson
Notes:
svn path=/head/; revision=383875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
checking for sfftw_destroy_plan_ in -lfftw3f... yes
checking for stdarg.h... (cached) yes
You need to install the fftw3 libraries
You are missing the fftw3.h include file
configure: error: Please check error messages and install missing packages.
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=383853
|
|
|
|
|
|
|
|
| |
PR: 199270
Submitted by: maintainer (mjl - lucky.org.nz)
Notes:
svn path=/head/; revision=383791
|
|
|
|
| |
Notes:
svn path=/head/; revision=383749
|
|
|
|
|
|
|
|
|
|
|
| |
The exact missing distfile is hosted at sourceforge.net, but not in
the usual mirrored file area. The SF magic doesn't work, so I used a
hard link to restore the port.
Approved by: blanket
Notes:
svn path=/head/; revision=383642
|
|
|
|
|
|
|
|
| |
- clean up a few nits
- remove unnecessary file
Notes:
svn path=/head/; revision=383541
|
|
|
|
|
|
|
|
| |
- add backup distribution
- fix bad distinfo
Notes:
svn path=/head/; revision=383533
|
|
|
|
|
|
|
| |
upstream distfile had been re-rolled causing fetch failuresd
Notes:
svn path=/head/; revision=383526
|
|
|
|
|
|
|
| |
Approved by: rpaulo (maintainer)
Notes:
svn path=/head/; revision=383514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From flrigh Changelog
=Version 1.3.21=
2015-03-27 David Freese <iam_w1hkj@w1hkj.com>
d4f4f36: KX3
45dc545: K3 update
1f086c2: FSF address
=Version 1.3.20=
399b37b: TT550 update
6739d81: fix ab
ad9bc7e: Rig server
3bdebb6: no xmlrpc_c io
179392e: ts2000 update
418fe19: FT950
962b96c: xmlrpc timing
Notes:
svn path=/head/; revision=383511
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES, MAINTAINER, COMMENT
- Add missing WWW in pkg-descr
- Pet portlint; general cleanup
PR: 198568
Submitted by: portmaster@bsdforge.com (maintainer)
Notes:
svn path=/head/; revision=383416
|
|
|
|
| |
Notes:
svn path=/head/; revision=383311
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
released in 2014. The release has only minor changes, but among them
is the ability to link against BDB 5.x instead of being restricted to 4.x.
Since the current port has "WITH_BDB_HIGHEST" set to true, the highest
available is now 5.x, and the 2.0.4 would not work with 5.x, this alone
is reason to update.
I've pinged Carl several times and committing this fix anyway but will
email Carl again as a courtesy.
PR: ports/198872
Submitted by: russo@bogodyn.org
Notes:
svn path=/head/; revision=383298
|
|
|
|
|
|
|
|
| |
PR: ports/199056
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=383296
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dump1090 MR is a FlightAware fork of Malcolm Robb's fork of Salvatore
Sanfilippo's dump1090 program. FlightAware uses it as an important
element of PiAware (https://flightaware.com/adsb/piaware/).
Reviewed by: bapt
Approved by: bapt
Notes:
svn path=/head/; revision=383242
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.26.1 -> 2.27.0
archivers/pear-Horde_Compress 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.2.2 -> 2.3.0
Notes:
svn path=/head/; revision=383164
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
Notes:
svn path=/head/; revision=383107
|
|
|
|
| |
Notes:
svn path=/head/; revision=382764
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382189
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Notes:
svn path=/head/; revision=381876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
|
|
| |
Notes:
svn path=/head/; revision=381239
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Notes:
svn path=/head/; revision=381151
|
|
|
|
| |
Notes:
svn path=/head/; revision=381119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.26.0 -> 2.26.1
devel/pear-Horde_Core 2.19.0 -> 2.19.2
security/pear-Horde_Group 2.0.4 -> 2.0.5
databases/pear-Horde_HashTable 1.2.2 -> 1.2.3
www/pear-Horde_Http 2.1.3 -> 2.1.4
mail/pear-Horde_Imap_Client 2.26.1 -> 2.27.0
mail/pear-Horde_Mime 2.7.0 -> 2.8.0
mail/pear-Horde_Smtp 1.8.0 -> 1.9.0
net/pear-Horde_Socket_Client 1.1.2 -> 2.0.0
devel/pear-Horde_Util 2.5.3 -> 2.5.4
Notes:
svn path=/head/; revision=381067
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
Notes:
svn path=/head/; revision=381052
|
|
|
|
|
|
|
|
|
|
| |
It is complicated by the intermix of gcc and gfortran libs being intermixed
with system libs. Especially by dynamically loaded modules into python
being linked against gfortran or current gcc. I realise using GCC_DEFAULT
lib paths is not a general solution.
Notes:
svn path=/head/; revision=380983
|
|
|
|
| |
Notes:
svn path=/head/; revision=380688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main features are:
* Robust decoding of weak messages.
* Network support: TCP30003 stream (MSG5...), Raw packets, HTTP.
* Embedded HTTP server that displays the currently detected aircrafts on
Google Map.
* Single bit errors correction using the 24 bit CRC.
* Ability to decode DF11, DF17 messages.
* Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21 where the
checksum is xored with the ICAO address by brute forcing the checksum field
using recently seen ICAO addresses.
* Decode raw IQ samples from file (using --ifile command line switch).
* Interactive command-line-interfae mode where aircrafts currently detected are
shown as a list refreshing as more data arrives.
* CPR coordinates decoding and track calculation from velocity.
* TCP server streaming and receiving raw data to/from connected clients.
WWW: https://github.com/antirez/dump1090
Notes:
svn path=/head/; revision=380470
|
|
|
|
|
|
|
| |
- Fix typo in Makefile which leads to extra file installation
Notes:
svn path=/head/; revision=380331
|
|
|
|
| |
Notes:
svn path=/head/; revision=380301
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.24.1 -> 2.26.0
archivers/pear-Horde_Compress 2.0.8 -> 2.1.0
Notes:
svn path=/head/; revision=380249
|
|
|
|
|
|
|
|
|
|
| |
- Fix installation from non-root
- Fix binary permissions
MFH: 2015Q1
Notes:
svn path=/head/; revision=380201
|
|
|
|
|
|
|
|
|
| |
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
Notes:
svn path=/head/; revision=380099
|
|
|
|
|
|
|
| |
Suggested by: marino
Notes:
svn path=/head/; revision=379452
|
|
|
|
|
|
|
|
| |
PR: 197284
Submitted by: dewayne@heuristicsystems.com.au
Notes:
svn path=/head/; revision=379445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.24.0 -> 2.24.1
devel/pear-Horde_Alarm 2.2.3 -> 2.2.4
devel/pear-Horde_Core 2.18.3 -> 2.19.0
security/pear-Horde_Crypt 2.5.2 -> 2.5.3
databases/pear-Horde_HashTable 1.2.1 -> 1.2.2
graphics/pear-Horde_Image 2.1.0 -> 2.2.0
devel/pear-Horde_Prefs 2.7.1 -> 2.7.2
net/pear-Horde_Rpc 2.1.2 -> 2.1.3
devel/pear-Horde_Stream_Wrapper 2.1.1 -> 2.1.2
www/horde-ansel 3.0.1 -> 3.0.2
www/horde-base 5.2.3 -> 5.2.4
mail/horde-imp 6.2.6 -> 6.2.7
mail/horde-ingo 3.2.3 -> 3.2.4
deskutils/horde-kronolith 4.2.4 -> 4.2.5
deskutils/horde-mnemo 4.2.3 -> 4.2.4
deskutils/horde-nag 4.2.3 -> 4.2.4
mail/horde-turba 4.2.4 -> 4.2.5
devel/horde-whups 3.0.1 -> 3.0.2
Notes:
svn path=/head/; revision=378786
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't cat pkg-message from Makefile
- Simplify MASTER_SITES
- Add LICENSE_FILE
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378388
|
|
|
|
|
|
|
|
| |
PR: 197272
Submitted by: skreuzer
Notes:
svn path=/head/; revision=378347
|
|
|
|
| |
Notes:
svn path=/head/; revision=377990
|
|
|
|
|
|
|
|
| |
PR: 196937
Submitted by: mikael.urankar@gmail.com
Notes:
svn path=/head/; revision=377901
|
|
|
|
|
|
|
|
|
| |
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
Notes:
svn path=/head/; revision=377845
|
|
|
|
| |
Notes:
svn path=/head/; revision=377842
|
|
|
|
| |
Notes:
svn path=/head/; revision=377815
|
|
|
|
| |
Notes:
svn path=/head/; revision=377747
|
|
|
|
|
|
|
|
|
| |
2015-01-13 x11/rxvt-devel: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode
2015-01-15 comms/spandsp-devel: Use newer comms/spandsp
2015-01-16 multimedia/universal-media-server: "RC script broken, especially prestart target"
Notes:
svn path=/head/; revision=377217
|