1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

2996 Commits

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