aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-056-26/+20
| | | | Notes: svn path=/head/; revision=332840
* comms/deforaos-phone: update to 0.3.12William Grzybowski2013-11-044-14/+55
| | | | | | | | | | | | - Update to 0.3.12 - Allow staging - Convert lib depends to new format PR: ports/183658 Submitted by: maintainer Notes: svn path=/head/; revision=332786
* - Fix stagedirDiane Bruce2013-11-043-14/+21
| | | | | | | | | | - disable automake run if automake is present on system PR: ports/183256 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=332762
* Stagify Gstreamer ports.Koop Mast2013-11-011-1/+0
| | | | | | | | | | | | | Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1] Notes: svn path=/head/; revision=332416
* - Update to version 2.9.1Pawel Pekala2013-11-012-17/+16
| | | | | | | | | | - Support staging PR: ports/181063 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=332415
* None of the binaries installed by comms/libimobiledevice are actually linkedAlexey Dokuchaev2013-10-312-17/+18
| | | | | | | | | | | | | | to gnutls/gcrypt/tasn1, while they are explicitly listed in the LIB_DEPENDS, remove them. Judging from configure script, GnuTLS is used only when OpenSSL is explicitly disabled with --disable-openssl; Gentoo ebuild agrees. OpenSSL is preferred, and is our standard SSL provider. If GnuTLS is required for some special feature of libimobiledevice, it can be introduced as an OPTION. While here: stagify the port, use modern LIB_DEPENDS syntax. Approved by: maintainer (avilla; timeout since May 16th) Notes: svn path=/head/; revision=332199
* Respect $(CC).Alex Dupre2013-10-301-2/+20
| | | | Notes: svn path=/head/; revision=332092
* - Perform general cleanup:Eitan Adler2013-10-304-7/+5
| | | | | | | | | - remove sole DOCS option - USE_GMAKE -> USES=gmake - fix comment Notes: svn path=/head/; revision=332066
* - Convert to stagingEitan Adler2013-10-301-11/+6
| | | | | | | - Perform general cleanup Notes: svn path=/head/; revision=332065
* - Convert to stagingEitan Adler2013-10-301-5/+1
| | | | | | | - Perform general cleanup Notes: svn path=/head/; revision=332064
* - Add stage supportSteve Wills2013-10-302-2/+0
| | | | Notes: svn path=/head/; revision=332031
* - Update to 1.0.5Rene Ladan2013-10-284-33/+11
| | | | | | | - Add a note to UPDATING about the changed and renamed configuration file. Notes: svn path=/head/; revision=331897
* - use STAGEDIRDirk Meyer2013-10-271-6/+6
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* Revert USE_GCC to yesPawel Pekala2013-10-271-1/+1
| | | | | | | Requested by: gerald Notes: svn path=/head/; revision=331800
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-269-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - fix build with clangDirk Meyer2013-10-252-10/+56
| | | | | | | Submitted by: gahr Notes: svn path=/head/; revision=331555
* Support staging.Emanuel Haupt2013-10-231-4/+3
| | | | Notes: svn path=/head/; revision=331422
* - Convert to USES+=tkPietro Cerutti2013-10-233-10/+19
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=331384
* Convert to OptionsNG and stagify.Alexey Dokuchaev2013-10-231-16/+15
| | | | Notes: svn path=/head/; revision=331356
* - Support staging.Tijl Coosemans2013-10-222-19/+11
| | | | | | | | | - New LIB_DEPENDS syntax. - USES=gmake desktop-file-utils shared-mime-info. - Options helpers. Notes: svn path=/head/; revision=331289
* Horde package update:Martin Matuska2013-10-222-3/+3
| | | | | | | | | Horde_ActiveSync 2.8.4 -> 2.8.5 Horde_Alarm 2.0.4 -> 2.0.5 Horde_Core 2.10.0 -> 2.10.1 Notes: svn path=/head/; revision=331287
* - Support staging.Tijl Coosemans2013-10-221-15/+11
| | | | | | | | | | - New LIB_DEPENDS syntax. - USES=gmake. - Options helpers. - Make the Requires field private in pkgconfig file. Notes: svn path=/head/; revision=331286
* - Support staging.Tijl Coosemans2013-10-221-12/+8
| | | | | | | | | - USES=gmake. - Options helpers. - Make the Requires field private in pkgconfig file. Notes: svn path=/head/; revision=331285
* - Convert to stagingGuido Falsi2013-10-227-58/+82
| | | | | | | | | | | | | | - Convert to USES - Use shebangfix where necessary - Move most @exec/@unexec commands from plist to pkg-install/pkg-deinstall scripts - Make rclint somewhat happier - Convert to new LIB_DEPENDS format - Strip binaries - Take maintainership Notes: svn path=/head/; revision=331281
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-2213-13/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* comms/dabstick-radio: unset FFMPEG_SUFFIXWilliam Grzybowski2013-10-221-5/+2
| | | | | | | | | - Unset FFMPEG_SUFFIX, linking against ffmpeg Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331213
* Horde port update:Martin Matuska2013-10-212-3/+3
| | | | | | | | | | | | | | | | | | | Horde_ActiveSync 2.8.3 -> 2.8.4 Horde_Auth 2.1.0 -> 2.1.1 Horde_Core 2.9.0 -> 2.10.0 Horde_Css_Parser 1.0.1 -> 1.0.2 Horde_Date 2.0.6 -> 2.0.7 Horde_History 2.2.0 -> 2.2.1 Horde_Imap_Client 2.15.4 -> 2.15.5 Horde_Log 2.0.1 -> 2.1.0 Horde_Mail 2.1.1 -> 2.1.2 Horde_Rpc 2.1.0 -> 2.1.1 Horde_Smtp 1.2.3 -> 1.2.5 Horde_SpellChecker 2.1.0 -> 2.1.1 Horde_Stream 1.3.0 -> 1.4.0 Notes: svn path=/head/; revision=331093
* - Backport patch to fix build of py-libimobiledevice.Alberto Villa2013-10-142-2/+12
| | | | | | | | | | Reported by: pkg-fallout - Adapt to LIB_DEPENDS change. - Enable stage support. Notes: svn path=/head/; revision=330274
* Horde package update:Martin Matuska2013-10-102-3/+3
| | | | | | | | | | | | Horde_ActiveSync 2.7.3 -> 2.8.3 Horde_Cache 2.2.1 -> 2.3.0 Horde_Core 2.8.0 -> 2.9.0 Horde_Imap_Client 2.15.3 -> 2.15.4 Horde_Mime 2.2.5 -> 2.2.7 Horde_Text_Filter 2.1.3 -> 2.1.4 Notes: svn path=/head/; revision=330034
* - Update comms/rtl-sdr to 20130913 and bump dependent ports' revisionsGanael LAPLANCHE2013-10-105-114/+109
| | | | | | | | | - Enable staging - Update USES - Remove IGNORE statement for pre-8.x versions Notes: svn path=/head/; revision=329965
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-10-073-84/+203
| | | | | | | | | | | - Convert LIB_DEPENDS to new syntax - Add stage support - Update pkg-descr Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=329647
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1Baptiste Daroussin2013-10-058-94/+0
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=329464
* Remove the version 1.03 of the mlan API.Poul-Henning Kamp2013-10-0511-471/+0
| | | | Notes: svn path=/head/; revision=329463
* umcs7840 was removed 3 Oct 2013 14:25:41 +0000 (UTC).Mark Linimon2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329252
* Remove comms/umcs7840, this driver is included in base system long time ago.Lev A. Serebryakov2013-10-035-65/+0
| | | | Notes: svn path=/head/; revision=329198
* - Add DOCS OptionRusmir Dusko2013-10-022-23/+19
| | | | | | | | | | | - Support STAGEDIR and add OPTIONS_SUB - Change REINPLACE_CMD, fix sys/termios.h --> termios.h - Change pkg-plist Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329077
* - update USE_GMAKE to USES= gmakeDiane Bruce2013-09-291-3/+1
| | | | Notes: svn path=/head/; revision=328761
* - Support stagingGuido Falsi2013-09-292-34/+22
| | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers Notes: svn path=/head/; revision=328668
* - Support stagingGuido Falsi2013-09-291-5/+3
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=328667
* - Support stagingGuido Falsi2013-09-291-10/+3
| | | | | | | - Use options helpers Notes: svn path=/head/; revision=328666
* Support staging.Christian Weisgerber2013-09-282-8/+1
| | | | Notes: svn path=/head/; revision=328593
* Add staging support.Rene Ladan2013-09-282-4/+29
| | | | Notes: svn path=/head/; revision=328566
* - Fix build under Freebsd-10Diane Bruce2013-09-271-0/+1
| | | | Notes: svn path=/head/; revision=328533
* - Add support for STAGEDIRPawel Pekala2013-09-262-12/+3
| | | | | | | - Don't show pkg-message twice during install Notes: svn path=/head/; revision=328400
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* - Convert to USES+=tkPietro Cerutti2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328163
* STAGE'ify comms/libmodbus.Boris Samorodov2013-09-242-29/+56
| | | | Notes: svn path=/head/; revision=328142
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-213-3/+5
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20172-210/+215
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697