1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2969 Commits

Author SHA1 Message Date
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