Commit graph

3203 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
096caf2a9c - Update from 2.0.10 to 2.0.11
- Add shared-mime-info to USES
2013-11-18 04:45:57 +00:00
Vanilla I. Shu
57e3213639 Support STAGEDIR. 2013-11-18 00:37:15 +00:00
Sunpoet Po-Chuan Hsieh
15fcf7eff0 - Add LICENSE
- Use DOS2UNIX
- Remove CFLAGS: it was CFLAGS += ${PTHREAD_CFLAGS}
- Respect DOCS
- Remove unnecessary .include <bsd.port.options.mk>
2013-11-14 22:39:49 +00:00
Jimmy Olgeni
77110cf25a - Switch to USES=gmake.
- Add staging support.
2013-11-11 15:31:16 +00:00
Rene Ladan
bfc52e7104 Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
2013-11-09 19:13:27 +00:00
Koop Mast
7ec7468932 Update to 0.3.6.
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify.
2013-11-08 14:31:40 +00:00
Ganael LAPLANCHE
6c59721076 - Enable staging
- Use new LIB_DEPENDS format
- Use new options framework
2013-11-08 10:49:16 +00:00
Vanilla I. Shu
d3a86a7bd9 Support STAGEDIR. 2013-11-05 12:30:46 +00:00
William Grzybowski
a63e4a2cf1 comms/deforaos-phone: update to 0.3.12
- Update to 0.3.12
- Allow staging
- Convert lib depends to new format

PR:		ports/183658
Submitted by:	maintainer
2013-11-04 21:15:51 +00:00
Diane Bruce
37cd46be5e - Fix stagedir
- disable automake run if automake is present on system

PR:		ports/183256
Submitted by:	takefu@airport.fm
2013-11-04 19:52:36 +00:00
Koop Mast
44d0dc12bb Stagify Gstreamer ports.
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]
2013-11-01 22:14:07 +00:00
Pawel Pekala
96998c6a22 - Update to version 2.9.1
- Support staging

PR:		ports/181063
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 22:01:49 +00:00
Alexey Dokuchaev
21335badbf None of the binaries installed by comms/libimobiledevice are actually linked
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)
2013-10-31 03:59:57 +00:00
Alex Dupre
c1b49ea5b8 Respect $(CC). 2013-10-30 10:04:35 +00:00
Eitan Adler
d0515d3243 - Perform general cleanup:
- remove sole DOCS option
	- USE_GMAKE -> USES=gmake
	- fix comment
2013-10-30 05:09:22 +00:00
Eitan Adler
d01182a590 - Convert to staging
- Perform general cleanup
2013-10-30 05:08:18 +00:00
Eitan Adler
f37538240c - Convert to staging
- Perform general cleanup
2013-10-30 05:06:48 +00:00
Steve Wills
df0d3b8cb4 - Add stage support 2013-10-30 02:20:20 +00:00
Rene Ladan
c237320b4e - Update to 1.0.5
- Add a note to UPDATING about the changed and renamed configuration file.
2013-10-28 21:26:33 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Pawel Pekala
1c8881a761 Revert USE_GCC to yes
Requested by:	gerald
2013-10-27 19:35:12 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Dirk Meyer
c84955c987 - fix build with clang
Submitted by:	gahr
2013-10-25 05:09:00 +00:00
Emanuel Haupt
f4a1e022c0 Support staging. 2013-10-23 20:30:50 +00:00
Pietro Cerutti
d689316961 - Convert to USES+=tk
- STAGE-clean
2013-10-23 13:15:46 +00:00
Alexey Dokuchaev
995be4e4a4 Convert to OptionsNG and stagify. 2013-10-23 07:36:28 +00:00
Tijl Coosemans
e06a6fa4de - Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake desktop-file-utils shared-mime-info.
- Options helpers.
2013-10-22 16:07:24 +00:00
Martin Matuska
c79a152e7f Horde package update:
Horde_ActiveSync 2.8.4 -> 2.8.5
Horde_Alarm 2.0.4 -> 2.0.5
Horde_Core 2.10.0 -> 2.10.1
2013-10-22 16:05:29 +00:00
Tijl Coosemans
35ee5b279b - Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake.
- Options helpers.
- Make the Requires field private in pkgconfig file.
2013-10-22 16:03:17 +00:00
Tijl Coosemans
f19c2149f8 - Support staging.
- USES=gmake.
- Options helpers.
- Make the Requires field private in pkgconfig file.
2013-10-22 16:02:19 +00:00
Guido Falsi
09d358dd31 - Convert to staging
- 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
2013-10-22 14:54:01 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
William Grzybowski
8b3370cfd9 comms/dabstick-radio: unset FFMPEG_SUFFIX
- Unset FFMPEG_SUFFIX, linking against ffmpeg

Approved by:	portmgr (bapt, implicit)
2013-10-22 00:11:45 +00:00
Martin Matuska
5b37aa290a Horde port update:
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
2013-10-21 06:40:56 +00:00
Alberto Villa
1505b0ea37 - Backport patch to fix build of py-libimobiledevice.
Reported by:	pkg-fallout

- Adapt to LIB_DEPENDS change.
- Enable stage support.
2013-10-14 01:43:16 +00:00
Martin Matuska
4863be597e Horde package update:
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
2013-10-10 21:56:48 +00:00
Ganael LAPLANCHE
3cbcb4e5fa - Update comms/rtl-sdr to 20130913 and bump dependent ports' revisions
- Enable staging
- Update USES
- Remove IGNORE statement for pre-8.x versions
2013-10-10 06:16:03 +00:00
Danilo Egea Gondolfo
4f06a5c8d6 - Change maintainer email to @FreeBSD.org
- Convert LIB_DEPENDS to new syntax
- Add stage support
- Update pkg-descr

Approved by:	wg/culot (mentors, implicit)
2013-10-07 01:36:43 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Poul-Henning Kamp
6e633ee349 Remove the version 1.03 of the mlan API. 2013-10-05 14:20:16 +00:00
Mark Linimon
8f8938a772 umcs7840 was removed 3 Oct 2013 14:25:41 +0000 (UTC). 2013-10-04 01:13:54 +00:00
Lev A. Serebryakov
ae51713444 Remove comms/umcs7840, this driver is included in base system long time ago. 2013-10-03 14:25:41 +00:00
Rusmir Dusko
c67d8b5838 - Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD, fix sys/termios.h --> termios.h
- Change pkg-plist

Approved by:	wg/pawel (mentors)
2013-10-02 17:12:26 +00:00
Diane Bruce
b4231ba027 - update USE_GMAKE to USES= gmake 2013-09-29 23:40:13 +00:00
Guido Falsi
8964087356 - Support staging
- Convert to new LIB_DEPENDS format
- Use options helpers
2013-09-29 10:46:21 +00:00
Guido Falsi
5a27db0d8c - Support staging
- Convert to new LIB_DEPENDS format
2013-09-29 10:45:44 +00:00
Guido Falsi
d3fd6f2145 - Support staging
- Use options helpers
2013-09-29 10:44:54 +00:00
Christian Weisgerber
57a9dd563f Support staging. 2013-09-28 16:14:27 +00:00
Rene Ladan
6bef8ca785 Add staging support. 2013-09-28 13:24:47 +00:00
Diane Bruce
88db9f33b2 - Fix build under Freebsd-10 2013-09-27 23:32:49 +00:00
Pawel Pekala
0b3dbdcf5e - Add support for STAGEDIR
- Don't show pkg-message twice during install
2013-09-26 18:08:05 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Pietro Cerutti
d1e9734491 - Convert to USES+=tk 2013-09-24 16:43:55 +00:00
Boris Samorodov
3cf427f5b2 STAGE'ify comms/libmodbus. 2013-09-24 15:07:19 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Guido Falsi
9c390996cb - Add missing iconv USES
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-18 11:41:14 +00:00
Cy Schubert
a1983dd5ba Fix build under 10-CURRENT. 2013-09-18 08:20:02 +00:00
Baptiste Daroussin
e4343d70fd Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:32:07 +00:00
Sunpoet Po-Chuan Hsieh
d7c6467780 - Respect CC: fix build on -head (with clang)
- While I'm here:
  - Use PLIST_FILES instead of PLIST
  - Pet portlint: replace space with tab
  - Cleanup Makefile header
  - Remove Author line

PR:		ports/182119
Submitted by:	Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
2013-09-16 13:38:47 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Andrej Zverev
5afe3af580 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:03:58 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
John Marino
b38bbaec1f Add explicit dependency on pkgconf (6 ports) 2013-09-11 09:36:48 +00:00
Rene Ladan
4641a8dc34 Update to 1.0.4 :
- better detection for bits in the radio signal
- catch more corner cases in decoding of the time data

The configuration file (hardware.txt) needs to be updated with this update.
2013-09-10 16:23:06 +00:00
Martin Matuska
788ccbb0ef Horde package update:
Horde_ActiveSync 2.7.2 -> 2.7.3
Horde_Imap_Client 2.14.0 -> 2.15.0
2013-09-08 22:50:31 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Ganael LAPLANCHE
97a56263a8 - Use new Makefile header format
- Mark as DEPRECATED and set an EXPIRATION_DATE, as uhso-kmod is now available
  in base on all supported versions

PR:		ports/181563
Submitted by:	rene
2013-09-04 07:04:08 +00:00
Martin Matuska
a44b62813e Horde package update:
Horde_ActiveSync 2.7.0 -> 2.7.2
Horde_Auth 2.0.6 -> 2.1.0
Horde_Core 2.7.0 -> 2.8.0
Horde_Queue 1.1.0 -> 1.1.1
Horde_Smtp 1.2.0 -> 1.2.1
Horde_Support 2.1.0 -> 2.1.1
horde-base 5.1.3 -> 5.1.4
horde-webmail 5.1.1 -> 5.1.2
2013-09-03 18:43:02 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
2729c7d447 Add an explicit dependency on pkgconf 2013-09-02 21:32:24 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Baptiste Daroussin
e229e45503 Add an explicit dependency on pkgconf 2013-09-02 09:50:21 +00:00
Baptiste Daroussin
b8871ecaa0 Eliminate USE_GNOME=pkgconfig from comms 2013-09-02 09:03:40 +00:00
Baptiste Daroussin
b2098d5c42 Add an explicit dependency on pkgconfig
Convert USE_GMAKE to USES=gmake
2013-09-02 05:46:46 +00:00
Andrej Zverev
160ded8bdd - Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework
- Trim Makefile header

With hat:	perl@
2013-09-01 18:09:54 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Martin Matuska
2830719e62 Update comms/pear-Horde_ActiveSync to 2.7.0 2013-08-31 22:25:58 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Bryan Drewery
bd78be73dd - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
  and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE

With hat:	portmgr
2013-08-29 14:16:03 +00:00
Bryan Drewery
cfadad58a6 - Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors

With hat:	portmgr
2013-08-29 13:00:29 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Rene Ladan
fda6ef5a18 Remove expired ports:
2013-08-24 mail/p5-Mail-CClient: Broken for more than 6 month
2013-08-24 net/slbd: Broken on FreeBSD 8 and newer
2013-08-24 comms/hso-kmod: Broken on FreeBSD 8 and newer
2013-08-26 12:02:30 +00:00
Martin Matuska
5c1d975935 Horde package update:
Horde_ActiveSync 2.6.1 -> 2.6.2
Horde_Css_Parser 1.0.0 -> 1.0.1
Horde_Db 2.0.3 -> 2.0.4
Horde_Imap_Client 2.12.0 -> 2.13.1
Horde_Mail 2.0.6 -> 2.1.0
Horde_Mime 2.2.4 -> 2.2.5
Horde_Queue 1.0.0 -> 1.1.0
Horde_SessionHandler 2.2.1 -> 2.2.2
Horde_View 2.0.2 -> 2.0.3

horde-wicked 2.0.0RC1 -> 2.0.0RC2
horde-whups 3.0.0RC1 -> 3.0.0RC2
horde-ansel 3.0.0RC1 -> 3.0.0 final
2013-08-23 08:30:45 +00:00
Sunpoet Po-Chuan Hsieh
71f91036a5 - Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
2013-08-21 03:46:21 +00:00
Pawel Pekala
9f19c372b7 - Update x11-toolkits/c++-gtk-utils to 2.2.2
- Bump affected comms/efax-gtk
- Both ports need at least gcc46 to build
2013-08-20 18:25:07 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Diane Bruce
0e4b575a52 - restore qsstv and update to latest
- reassign maintainership
- This update moves qsstv to QT4

PR:		ports/181233
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2013-08-15 01:52:50 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Juergen Lock
e67102e110 - Update to 0.96 .
- Remove now obsolete MAKE_JOBS_SAFE.
- Remove 7.x cruft.
2013-08-14 17:07:32 +00:00
Guido Falsi
ccddbf64e6 - Add patch to avoid a bus error while starting the software.
Many thanks to the Mike Bernard for reporting and helping me debug
this problem.

While here remove obsolete MAKE_JOBS_SFE flag

Reported by:	Mike Barnard Kwatampora <mike.barnardq@gmail.com>
2013-08-14 13:00:15 +00:00
Alex Dupre
9dfc4bb5fd Mark MAKE_JOBS_UNSAFE. 2013-08-13 13:40:46 +00:00
Martin Matuska
995be49ae0 Horde package update:
Horde_ActiveSync 2.5.6 -> 2.6.1
Horde_Core 2.6.4 -> 2.6.6
Horde_History 2.1.4 -> 2.1.6
Horde_Mime 2.2.3 -> 2.2.4
Horde_Stream 1.2.0 -> 1.3.0
2013-08-10 07:46:18 +00:00
Guido Falsi
78619a3b30 - Update to 1.7.1
- Remove obsolete MAKE_JOBS_SAFE (default now)
2013-08-06 23:46:04 +00:00
Chris Rees
253f789f77 We never actually build the GTK frontend anyway. If anyone would like the
GTK frontend built as an OPTION, they should feel free so to request.

PR:		ports/180956
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2013-08-05 09:06:31 +00:00
Andrej Zverev
911aeddd51 - Convert to new perl framework
- Trim Makefile header
2013-08-02 16:55:05 +00:00
Baptiste Daroussin
d9933c953c Fix build with newer binutils 2013-08-01 21:11:57 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
William Grzybowski
8f805c6c15 comms/xlog: update to 2.0.10
- Update to 2.0.10

Changes: http://xlog.nongnu.org/xlog.changelog

PR:		ports/180975
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com> (maintainer)
2013-08-01 14:52:58 +00:00
Baptiste Daroussin
e068df6be2 Fix build with clang by forcing gnu89 2013-07-30 12:38:20 +00:00
Diane Bruce
ef1ad06e55 - Update post-install message to move /usr/local/share/tqsl
to /usr/local/share/TrustedQSL
- no binary change

Submitted by:	Thomas Laus KH6ILT <lausts@acm.org>
Obtained from:	private email
2013-07-27 22:50:01 +00:00
Rene Ladan
7ed0cc941a Mark as broken if the XCWCP option is selected which uses the removed QT3.
PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
2013-07-26 19:21:10 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +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
Martin Matuska
e71757d25d Horde package update:
Horde_ActiveSync 2.5.5 -> 2.5.6
Horde_Core 2.6.2 -> 2.6.4
Horde_Dav 1.0.1 -> 1.0.2
Horde_HashTable 1.0.1 -> 1.1.0
Horde_History 2.1.0 -> 2.1.4
Horde_Imap_Client 2.11.6 -> 2.12.0
Horde_SessionHandler 2.2.0 -> 2.2.1
2013-07-24 21:04:41 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Jason Helfman
998b4e520e - update to 2.0.9
- trim master_sites

PR:		180749
Submitted by:	danilogondolfo@gmail.com (maintainer)
2013-07-23 07:55:58 +00:00
Rene Ladan
e74a981aff Update to 1.0.3.1
This release fixes installation of the configuration file.
2013-07-22 14:12:01 +00:00
Rene Ladan
4c4fe81147 Distfile was rerolled, bump PORTREVISION 2013-07-21 16:40:20 +00:00
Rene Ladan
bd7b90749a Update to 1.0.3
No need to ignore on FreeBSD < 9.0, the software will disable GPIO itself.
2013-07-21 14:42:20 +00:00
Juergen Lock
4cedf92c26 Fix a parallel build race.
Submitted by:	pointyhat via miwi
2013-07-18 17:29:09 +00:00
Martin Matuska
b864c5b83f Horde package update:
Horde_ActiveSync 2.5.3 -> 2.5.5
Horde_Auth 2.0.4 -> 2.0.5
Horde_Cache 2.2.0 -> 2.2.1
Horde_Cli 2.0.3 -> 2.0.4
Horde_Compress 2.0.3 -> 2.0.4
Horde_Compress_Fast 1.0.1 -> 1.0.2
Horde_Core 2.6.1 -> 2.6.2
Horde_Dav 1.0.0 -> 1.0.1
Horde_HashTable 1.0.0 -> 1.0.1
Horde_Icalendar 2.0.6 -> 2.0.7
Horde_Image 2.0.4 -> 2.0.5
Horde_Mail 2.0.5 -> 2.0.6
Horde_Memcache 2.0.1 -> 2.0.3
Horde_Mime 2.2.2 -> 2.2.3
Horde_Prefs 2.4.1 -> 2.5.0
Horde_Vfs 2.1.0 -> 2.1.1
horde-base 5.1.1 -> 5.1.2
horde-content 2.0.2 -> 2.0.3
horde-groupware 5.1.0 -> 5.1.1
horde-imp 6.1.2 -> 6.1.3
horde-ingo 3.1.1 -> 3.1.2
horde-kronolith 4.1.1 -> 4.1.2
horde-mnemo 4.1.0 -> 4.1.1
horde-nag 4.1.0 -> 4.1.1
horde-trean 1.0.2 -> 1.0.3
horde-turba 4.1.0 -> 4.1.1
horde-webmail 5.1.0 -> 5.1.1
2013-07-16 23:00:57 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Martin Wilke
3fa7be59c4 - Update to 1.3
PR:		180510
Submitted by:	Ports Fury
2013-07-15 14:46:19 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
William Grzybowski
f1386d0912 comms/anyremote: update to 6.3.1
- Update to 6.3.1 [1]
- Trim Makefile header
- Add DOCS to options
- Remove unneeded pre/post mk
- Convert empty() to simple var checks to be consistent
- Remove ABI version from LIB_DEPENDS

Changes:
http://sourceforge.net/p/anyremote/code/756/tree/anyremote/trunk/ChangeLog

PR:		ports/180431
Submitted by:	Alex Samorukov <samm os2.kiev.ua> (maintainer)
2013-07-11 12:14:56 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Baptiste Daroussin
e9e1b08bec Mark jobs unsafe 2013-07-10 12:24:05 +00:00
Baptiste Daroussin
bad37a6cd4 Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake
2013-07-09 21:49:35 +00:00
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +00:00
Martin Matuska
ad45da9e70 Horde package update:
pear-Horde_ActiveSync 2.5.2 -> 2.5.4
pear-Horde_Core 2.6.0 -> 2.6.1
pear-Horde_Share 2.0.3 -> 2.0.4
2013-07-09 17:18:06 +00:00
Guido Falsi
3d59bf1d24 Convert the ports I maintain to USES=gmake. 2013-07-08 18:44:24 +00:00
Baptiste Daroussin
faf5f87202 Remove uneeded USE_DISPLAY
While here:
Trim header
Remove indefinite article from comment
2013-07-08 13:36:31 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Diane Bruce
94d43048e5 Updated trustedqsl and removed tqsllib port which is no longer needed
Some cleanups and fixes needed.

Original comment from shurd@sasktel.net
I noticed that the new version allows uploading directly from the tqsl
app, so I've updated the port.  The tqsllib is no longer a separate
package from upstream, so I added the CONFLICTS_INSTALL for it.  A note
will be needed in ports/UPDATING regarding this.

Submitted by:		 Stephen Hurd <shurd@sasktel.net>
2013-07-03 17:45:02 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Antoine Brodin
072ec8259d Deprecate ports broken on FreeBSD 8 or newer
Approved by:	maintainer silence
2013-07-01 21:31:06 +00:00
Rene Ladan
d8885b58f9 Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
2013-07-01 09:19:36 +00:00
Rene Ladan
7732c2f8c9 Remove expired ports:
2013-06-30 www/siteatschool: Unmaintained upstream
2013-06-30 textproc/romdict: Upstream the project seems dead for years
2013-06-30 www/dillo-i18n: dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support
2013-06-30 www/dillo: dillo1 is no longer actively maintained. Please consider using www/dillo2 instead
2013-06-30 comms/qfaxreader: No activity upstream since 2006; uses QT3
2013-06-30 16:26:32 +00:00
Baptiste Daroussin
2bb55ced86 Convert to USES=imake 2013-06-28 18:37:20 +00:00
Martin Matuska
59da570ac1 Horde package update:
pear-Horde_ActiveSync 2.5.0 -> 2.5.2
pear-Horde_Crypt 2.2.0 -> 2.2.1
pear-Horde_Form 2.0.4 -> 2.0.5
pear-Horde_Util 2.2.2 -> 2.3.0
2013-06-28 12:13:35 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Jason Helfman
0622b55e58 - update to 2.0.8
- Fix options
- pass maintainership to sumbmitter
- while here convert to options_sub routines, and shorten master_sites

PR:		180041
Submitted by:	danilogondolfo@gmail.com
2013-06-28 03:02:51 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Antoine Brodin
7a4e792a06 Deprecate: broken on FreeBSD 8 and newer
Approved by:	maintainer
2013-06-24 16:45:53 +00:00
Rene Ladan
fc1f4c8dbf Update to 1.0.2 2013-06-24 09:09:20 +00:00
Johan van Selst
16d5eddabb the only MASTER_SITE for comms/minicom is alioth.debian.org, which is currently
returning 406 Not Acceptable if your http(s) request does not include a Accept
header of the destination file type or */*. (a missing Accept line should be
intepreted as accepting all types).

* fix fetching by adding another mirror site
* change download urls to ones given on project page
* add https mirror
* change default device from cuad to cuau (cuad is 7.x and earlier)
* remove conditional for 7.x device names: 7.x is no more supported

PR:		ports/179871
Submitted by:	r4721@tormail.org
2013-06-23 09:32:25 +00:00
Juergen Lock
28d80a9a7c Add ONLY_FOR_ARCHS. 2013-06-22 13:35:32 +00:00
Juergen Lock
2bf7225775 - Update to 0.95 .
- The DAB(+) receiver app now needs MMX and SSE2 so might not run on
  some old i386 systems, on the other hand it uses considerably
  less CPU than previous versions.
- Add spectrum-viewer app.
- More release notes in %%PREFIX%%/share/doc/dabstick-radio/README-0.95 .
2013-06-22 13:28:41 +00:00
Rene Ladan
11fb4232d6 Yet another DCF77 decoder. This one is intended for the Raspberry Pi
platform but might work on other devices using GPIO pins too.

The received data can be logged for later playback/analysis.

WWW: https://github.com/rene0/dcf77pi
2013-06-21 22:46:12 +00:00
Boris Samorodov
c47e01588d . remove DISTNAME (it is the default one);
. delete an article from COMMENT;
. trim Makefile headers.
2013-06-20 20:40:29 +00:00
Boris Samorodov
74e26c97ce Fix mtree: the port creates an empty DATADIR. Lets define an empty
list PORTDATA to take this directory into account. Well, the other way
is to add an appropriate line to TMPPLIST. But I like the former more.

Reported by:	Ports-QAT
Pointyhat to:	bsam (me)
2013-06-20 20:34:08 +00:00
Boris Samorodov
7577c36b6c . add license (GPLv2);
. bump PORTREVISION;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mkdir command;
. do not surround PORTDOCS with .if operator;
. trim Makefile headers.
2013-06-20 20:14:03 +00:00
Boris Samorodov
d0c5a8eee0 . remove shlib ABI version numbers from LIB_DEPENDS;
. delete an article from COMMENT;
. trim Makefile headers.
2013-06-20 20:04:50 +00:00
Boris Samorodov
100f6ec683 Add a "@cwd" at the end of pkg-plist. Any automated tool writing
at the PLIST file may benifit this.

Spotted by:	kwm (thanks!)
2013-06-20 19:53:17 +00:00
Boris Samorodov
61e09a045d . add license (GPLv2);
. bump PORTREVISION;
. use PLIST_FILES and PORTDOCS;
. remove pkg-plist (7 lines);
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. ${PREFIX}/share/doc/yaps -> ${DOCSDIR};
. use one line install command for two files;
. trim Makefile headers.
2013-06-20 19:49:47 +00:00
Boris Samorodov
7e1040d22c . GKERMIT_DOCDIR -> DOCSDIR;
. mute mkdir command;
. make use PORTDOCS and PLIST_FILES;
. remove pkg-plist (3 lines);
. trim Makefile headers.
2013-06-20 19:36:26 +00:00
Boris Samorodov
6e8e590751 portlint: place PORTREVISION at the appropriate position;
. trim Makefile headers.
2013-06-20 19:28:27 +00:00
Boris Samorodov
76ed3714e6 Place LICENSE at the appropriate position. 2013-06-20 19:25:21 +00:00
Boris Samorodov
948a4ced9d . use PLIST_FILES and remove pkg-plist (4 lines);
. . delete an article from COMMENT;
. trim Makefile headers.
2013-06-20 19:22:14 +00:00
Boris Samorodov
1d421097af . remove shlib ABI version number from LIB_DEPENDS;
. delete an article from COMMENT;
. trim Makefile headers.
2013-06-20 19:18:18 +00:00
Boris Samorodov
c47b7d960c . remove shlib ABI version number from LIB_DEPENDS;
. portlint: use a tab (not space) after a variable name.
2013-06-20 19:14:25 +00:00
Boris Samorodov
4cc1ecf180 . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. remove extra tabs from commands;
. mute mkdir command;
. install two files at one line command;
. trim Makefile headers.
2013-06-20 19:09:06 +00:00
Boris Samorodov
50c7e115af Absolute paths does not play good with pkg_* tools,
while pkgng uses them just fine. So change current
directory to / before touching /var files and directories.

Spotted by:	antoine (thanks!)
2013-06-20 18:53:07 +00:00
Boris Samorodov
ed3643eda7 . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mkdir commands;
. use one line install command;
. introduce PORTDOCS at Makefile (trim pkg-plist);
. trim Makefile headers.
2013-06-20 16:55:56 +00:00
Boris Samorodov
edf72b86d2 . use PLIST_FILES;
. delete pkg-plist (3 lines);
. trim Makefile headers.
2013-06-20 16:52:50 +00:00
Boris Samorodov
7196ff106f . introduce port options (DOCS);
. use standard DOCSDIR instead of DOCDIR;
. make use PORTDOCS at Makefile (trim pkg-plist);
. mute mkdir command;
. use one line install command;
. add padding for PKGMESSAGE;
. use @dirrmtry instead @exexec /bin/rmdir at pkg-plist.
2013-06-20 16:43:43 +00:00
Boris Samorodov
946dca78f3 . remove shlib ABI version numbers from LIB_DEPENDS;
. remove an article frmo COMMENT;
. trim Makefile headers.
2013-06-20 16:27:36 +00:00
Boris Samorodov
6cfd750408 . portlint: "RUN_DEPENDS" has to appear earlier;
. remove an article from COMMENT;
. trim Makefile headers.
2013-06-20 16:23:22 +00:00
Boris Samorodov
73d78cd008 . NOPORTDOCS~> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
2013-06-20 15:36:14 +00:00
Boris Samorodov
5aec02d2b6 Put LICENSE at apropriate position. 2013-06-20 15:31:48 +00:00
Martin Matuska
62bf81a01e Horde package update:
Horde_ActiveSync 2.4.0 -> 2.5.0
Horde_Core 2.5.0 -> 2.6.0
Horde_History 2.0.2 -> 2.1.0
Horde_Icalendar 2.0.5 -> 2.0.6
Horde_Imap_Client 2.11.5 -> 2.11.6
Horde_Injector 2.0.1 -> 2.0.2
Horde_Mime 2.2.1 -> 2.2.2
horde-base 5.1.0 -> 5.1.1
horde-imp 6.1.1 -> 6.1.2
horde-kronolith 4.1.0 -> 4.1.1
2013-06-18 17:55:12 +00:00
Ryan Steinmetz
7e8fe2b65f - Reset maintainer due to fatal email bounce
Reported by:	portscout
2013-06-18 13:52:06 +00:00
Diane Bruce
3641759c7d - pointyhat myself. I forgot to remove the diffs for the files
upstream has adopted patches for.
- Noted by Tom KH6ILT (Sorry!)

Submitted by:	Thomas Laus <lausts@acm.org>
2013-06-18 00:29:13 +00:00
Ganael LAPLANCHE
097876d0fb Add gqrx, a Qt-based software defined radio receiver 2013-06-17 06:59:01 +00:00
Martin Wilke
34212a2565 - Make sure /var/spool get properly clean up after deinstall
Reported by:	pkg (DEVELOPER_MODE)
2013-06-14 01:56:31 +00:00
Diane Bruce
1bace963ee - Update to 3.21.72
- Tons of fixes to GUI
- Many additional macros added
2013-06-13 00:06:17 +00:00
Martin Wilke
c77972ee0b - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 13:39:48 +00:00
Diane Bruce
474cd8614b - Update to gnuradio 3.6.5
Important new features (3.6.5):
New OFDM PHY layer (Martin Braun, Ben Reynwar)
This release includes new OFDM PHY layer blocks in gr-digital.

New runtime logging capability (Tom Rondeau)
GNU Radio has a logging interface to enable various levels of logging
information to be printed to the console or a file.

And Numerous bug fixes

Reviewed by:	martymac
2013-06-12 13:04:28 +00:00
Martin Wilke
c2d7878017 - Fix build
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:52:34 +00:00
Martin Wilke
b44d23a9b6 - Unbreak build on HEAD 2013-06-09 12:44:52 +00:00
Martin Matuska
9e7500c3bf Horde package update:
comms/pear-Horde_ActiveSync 2.3.6 -> 2.4.0
devel/pear-Horde_Cache 2.1.0 -> 2.2.0
devel/pear-Horde_Core 2.4.3 -> 2.5.0
mail/pear-Horde_Imap_Client 2.11.2 -> 2.11.3
net/pear-Horde_Rpc 2.0.5 -> 2.1.0
2013-06-04 21:52:57 +00:00
Pawel Pekala
0964e7868d - Update x11-toolkits/c++-gtk-utils to 2.2.0
add support for DOCS option, switch to PORTDOCS
- Update comms/efax-gtk to 3.2.12
2013-06-02 11:54:07 +00:00
Boris Samorodov
ba50df308d . update to 1.33.0;
. check for "${PORT_OPTIONS:MDOCS}" rather then "! ${PORT_OPTIONS:MDOCS}"
  since both conditions are used.
2013-05-30 08:47:46 +00:00
Baptiste Daroussin
d4dd694ee4 Fix build on HEAD by adding USE_GCC=any (uses nested functions) 2013-05-27 15:54:32 +00:00
Andrej Zverev
624d0476df - Trim Makefile header
- Remove check for perl < 5.10

PR:		ports/178901
Submitted by:	az
Approved by:	maintainer
2013-05-26 08:54:37 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Baptiste Daroussin
52659bd2f5 Fix build on current 2013-05-24 14:46:08 +00:00
Baptiste Daroussin
54368fde47 Only defined PORTDOCS when DOXYGEN and DOCS are set
That avoids getting @dirrm %%DOCSDIR%% added to the plist when the DOCSDIR is not created

Reported by:	pkg (PKG_DEVELOPER_MODE)
2013-05-24 10:46:51 +00:00
Ganael LAPLANCHE
edde8a4c72 Remove useless dependency to doxygen
Suggested by:	danfe
2013-05-21 06:30:44 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Ganael LAPLANCHE
f48c114a7d OsmoSDR is a 100% Free Software based small form-factor inexpensive SDR
(Software Defined Radio) project.

WWW: http://sdr.osmocom.org/trac
2013-05-17 13:10:11 +00:00
Boris Samorodov
7c523fff5e Use the power of USES=pathfix instead of the file patch.
PR:		ports/178610
Submitted by:	jgh (thanks!)
2013-05-14 08:42:56 +00:00
Boris Samorodov
03501c5cfa Libmodbus is a C library designed to provide a fast and robust
implementation of the Modbus protocol. It runs on Linux, Mac OS X,
FreeBSD, QNX and Windows.

WWW: http://libmodbus.org/
2013-05-13 21:23:51 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Juergen Lock
b014593565 Update to 0.92 . 2013-05-11 14:42:54 +00:00
Juergen Lock
05b617f379 - Update to 0.91 .
- Add patch to workaround occasional crashes when tuning to channels.
2013-05-09 12:48:12 +00:00
Alberto Villa
19c0063d96 - Fix plist.
Reported by:	QAT
2013-05-07 01:17:35 +00:00
Alberto Villa
66e1dc43a5 - Update libimobiledevice to 1.1.5.
- Add a port with its Python bindings.

The update brings important improvements:
* backup/restore support on iOS 4+;
* OpenSSL support;
* compatibility with iOS 6+.
2013-05-07 00:35:40 +00:00
Alberto Villa
7bbf12108c - Update to 1.0.8. 2013-05-07 00:29:48 +00:00
Guido Falsi
a0f96c2f9b Fix comparison in patch from my previous commit. 2013-05-06 22:07:11 +00:00
Guido Falsi
0caa2215f1 - Take advantage of accept4() in recent CURRENT [1]
- Fix plist when DOXYGEN option is not enabled

Suggested by:	jilles [1]
2013-05-06 21:56:18 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
2013-05-04 22:48:03 +00:00
Baptiste Daroussin
5b2e3a81ea Fix extraction 2013-05-04 22:12:35 +00:00
Baptiste Daroussin
57c5f042b8 Fix build with bmake 2013-05-04 21:16:56 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Chris Rees
f3bfa725e7 Add licence info to some ports
Submitted by:	4721
2013-04-30 20:10:53 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Rene Ladan
4e4178dab5 In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
2013-04-29 16:43:05 +00:00
Diane Bruce
6773ec9191 Release 3.6.3 is a significant release, adding major new
capabilities and many bug fixes, while maintaining strict source
compatibility with user code already written for the 3.6 API.

Much of the code was the result of two events, the September 2012 GNU
Radio conference in Atlanta, GA, and the November 2012 GNU Radio
hackfest held at Ettus Research in Mountain View, CA. Additional work
(not discussed here) from these events has been incorporated into the
'next' branch of the code repository, and will become part of the 3.7
API release series.

New features include asynchronous message passing between blocks, new
blocks for interfacing with operating system networking stacks, the
ability to write new signal processing blocks in Python, enhanced file
source and sinks that can store metadata, flowgraph latency control,
improvements to documentation, and further conversion of existing code
into the 3.7 API organization (while leaving existing blocks in
place.)

The detailed changelog is here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_3
2013-04-29 13:57:24 +00:00
Beech Rintoul
8cbdc4e1f8 - Safe with NOPORTDOCS=yes
PR:		ports/177003
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-04-28 22:16:02 +00:00
Juergen Lock
292784d76a Add new port comms/dabstick-radio:
While preparing for a release 4.2 of the sdr-j software package,
we created two new programs

    a DAB receiver
    a broad spectrum version of the FM receiver

It is quite obvious that one can use a DAB stick to receive DAB
programs. However, the DAB software presented here is a real SDR
in that it uses the 8 bit I/Q samples of the DAB stick.

WWW: http://www.sdr-j.tk/
2013-04-28 17:34:17 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Koop Mast
05d2886d27 Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Baptiste Daroussin
9dbc02d2c5 Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
2013-04-26 15:10:57 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Tijl Coosemans
51e2d7fd29 Set MAINTAINER to my @FreeBSD.org address.
Suggested by:	crees
2013-04-24 08:01:28 +00:00
Tijl Coosemans
fe3b15354f Mark the following ports deprecated. They have been unsupported upstream
for years.
- comms/libticables (superseded by comms/libticables2)
- devel/libticalcs (superseded by comms/libticalcs2)
- devel/libtifiles (superseded by devel/libtifiles2)
- emulators/tiemu2 (superseded by emulators/tiemu3)
2013-04-24 07:50:40 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
e2eefe5472 Convert all c categories to USE=pkgconfig 2013-04-23 06:34:47 +00:00
Tijl Coosemans
56fc4717cd Update tilp2 and its libraries:
- tilp2 1.17
- libticables2 1.3.4, libticalcs2 1.1.8, libticonv 1.1.4, libtifiles2 1.1.6
- Add NLS option, remove libtool dependency, clean up Makefile and pkg-descr
- Bump PORTREVISION and trim Makefile header for emulators/tilem and
  emulators/tiemu3.
2013-04-22 19:36:24 +00:00
Alexey Dokuchaev
14dd95e6f7 Fix double fclose() when local file exists in receive_file().
Submitted by:	Andy Xie (andy.xie.sz@gmail.com)
Approved by:	delphij (maintainer, implicit)
Feature safe:	yes
2013-04-22 07:28:11 +00:00
Martin Matuska
37418955d5 Horde ports update:
comms/pear-Horde_ActiveSync 	2.3.0 -> 2.3.6
devel/pear-Horde_Alarm		2.0.3 -> 2.0.4
devel/pear-Horde_Argv		2.0.4 -> 2.0.7
security/pear-Horde_Auth	2.0.3 -> 2.0.4
devel/pear-Horde_Cache		2.0.1 -> 2.0.4
devel/pear-Horde_Core		2.3.0 -> 2.4.3
security/pear-Horde_Crypt	2.1.2 -> 2.1.3
devel/pear-Horde_Date		2.0.3 -> 2.0.4
devel/pear-Horde_Date_Parser	2.0.1 -> 2.0.2
databases/pear-Horde_Db		2.0.1 -> 2.0.2
security/pear-Horde_Group	2.0.1 -> 2.0.2
devel/pear-Horde_History	2.0.1 -> 2.0.2
www/pear-Horde_Http		2.0.1 -> 2.0.2
devel/pear-Horde_Icalendar	2.0.3 -> 2.0.4
graphics/pear-Horde_Image	2.0.3 -> 2.0.4
mail/pear-Horde_Imap_Client	2.7.0 -> 2.8.2
devel/pear-Horde_Lock		2.0.1 -> 2.0.2
mail/pear-Horde_Mail		2.0.3 -> 2.0.5
mail/pear-Horde_Mime		2.0.4 -> 2.1.1
mail/pear-Horde_Mime_Viewer	2.0.3 -> 2.0.4
security/pear-Horde_Perms	2.0.3 -> 2.1.0
devel/pear-Horde_Prefs		2.3.1 -> 2.3.2
devel/pear-Horde_Rdo		2.0.1 -> 2.0.2
devel/pear-Horde_Serialize	2.0.1 -> 2.0.2
www/pear-Horde_SessionHandler	2.0.1 -> 2.0.2
security/pear-Horde_Share	2.0.2 -> 2.0.3
devel/pear-Horde_Support	2.0.3 -> 2.1.0
comms/pear-Horde_SyncMl		2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff	2.0.1 -> 2.0.2
textproc/pear-Horde_Text_Filter	2.0.5 -> 2.1.0
devel/pear-Horde_Tree		2.0.1 -> 2.0.2
net/pear-Horde_Url		2.1.0 -> 2.2.0
devel/pear-Horde_Util		2.2.0 -> 2.2.1

Feature safe:	yes
2013-04-21 22:16:15 +00:00
Alexey Dokuchaev
d2da949f14 - Do not call cleanup() in usage() (read: before fd_init()). Doing so can
mangle your terminal badly (in fact, it does very noticeably on Linux)
- While here, trim Makefile header, improve COMMENT, use MANPREFIX when
  installing manual pages, sort knobs, et cetera

Submitted by:	Andy Xie (andy.xie.sz@gmail.com)
Approved by:	delphij (maintainer)
Feature safe:	yes
2013-04-20 05:15:05 +00:00
Guido Falsi
63c8958f1b - Fix runtime problem on CURRENT after r248534
Reviewed by:	jilles
Feature safe:	yes
2013-04-16 18:12:02 +00:00
William Grzybowski
7b22fe7a97 - Fix typo in OptionsNG conversion
Reported by:	pointyhat
Approved by:	portmgr (miwi)
2013-04-06 15:04:35 +00:00
Diane Bruce
2bcb88b728 - Fix build docbook-xsl is needed along with asciidoc + xsltproc
- upgrade to fldigi-3.21.68 small fixes including RTTY filters
- log2 is now in libm no need to kludge it

Approved by:	portmgr (miwi)
2013-04-02 01:48:51 +00:00
Diane Bruce
f3d86acca5 - trim header
- change to new options framework for docs
- change default tty to ttyu from ttyd
- fix warning with retval while here
- fix build on FreeBSD-10
- clean up tiny warning in xml code
2013-03-29 21:28:15 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Michael Reifenberger
3ac3046f1e Use local sites for now. 2013-03-26 12:01:55 +00:00
Martin Wilke
c6fef056ea - Update to 2.8
PR:		177258
Submitted by:	ports fury
2013-03-24 16:22:09 +00:00
Jason Helfman
a71c41a2ef - adopt optionsNG
- trim historical header

Approved by:	portmgr (miwi)
2013-03-24 15:12:01 +00:00
Ryan Steinmetz
50ce31c636 - Add GSSAPI-related options to enable/control GSSAPI functionality
- Add missing include (bsd.port.options.mk)
- Bump PORTREVISION

PR:		ports/176217
Submitted by:	zi@ (me)
Approved by:	kuriyama@ (maintainer timeout, ~3weeks)
2013-03-23 21:28:12 +00:00
Ruslan Makhmatkhanov
1403ba5316 - remove corrupted patch and use REINPLACE_CMD instead
- bump PORTREVISION

PR:		177093
Reported by:    John Marino <draco@marino.st>
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
2013-03-23 18:04:20 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
d65c037b00 Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV

KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
  'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Baptiste Daroussin
7ef963090c Convert to new options framework left unconverted ports in c* categories 2013-03-21 17:39:03 +00:00
Max Brazhnikov
0449c7bcb0 audio/aften and comms/usrp:
- Cleanup cmake usage

games/deng:
- Convert to USE_CMAKE
- Convert to new options framework and remove autodetection for openal option
- Trip header

Approved by:	portmgr (bapt)
2013-03-19 16:43:51 +00:00
Guido Falsi
29621a2d57 Use USES=pathfix instead of gnomehack 2013-03-18 13:09:15 +00:00
Eitan Adler
997f760bc0 Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.

While here trim header

Approved by:	miwi, adrian, tj
No objection from:	db, bjk, cperciva, scheidell, osa
2013-03-17 16:44:03 +00:00
Guido Falsi
6e4aa19f99 - Make DOXYGEN option default only when mass building packages
- Bump PORTREVISION

Requested by:	danfe
2013-03-16 10:07:10 +00:00
Diane Bruce
08a68082fc - ebook2cwgui
A graphical user interface (GUI) for ebook2cw is available as a
separate program (screenshots: WinXP, Linux). It is designed to
work on Windows (95 through 7), Linux and Mac OS X (not tested).
It's a single executable file that you can download here
(Windows version - see the download directory for the source code to
compile it for other platforms).

The GUI uses the same configuration file as ebook2cw, called ebook2cw.conf.

PR:		ports/175542
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2013-03-14 18:49:15 +00:00
Martin Wilke
1ce51726cc - Update to 0.7
PR:		176565
Submitted by:	Ports Fury
2013-03-14 11:33:19 +00:00
Sunpoet Po-Chuan Hsieh
b61557c436 - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2013-03-12 17:16:37 +00:00
Guido Falsi
7d3079cdf6 - Fix plist when DOXYGEN option is enabled but DOCS is not
- Enable DOXYGEN option by default
- Bump PORTREVISION

Reported/Requested by:	makc
2013-03-10 21:05:12 +00:00
Baptiste Daroussin
7d20ef9811 Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB 2013-03-09 21:43:02 +00:00
Guido Falsi
a1967cec55 - Update to 1.7
- Add DOXYGEN option, disabled by default to keep the port slim
- Remove check unsupported FreeBSD versions
- Change tab to space in WWW line
2013-03-09 00:39:43 +00:00
Pawel Pekala
50909e95c5 - Update to version 3.1.15
- Fix few portlint warnings
2013-03-04 16:10:48 +00:00