Commit graph

11801 commits

Author SHA1 Message Date
Baptiste Daroussin
625521b37a Fix build on head by removing USE_GCC=any, and adding -fgnu89-inline to cflags
(gfortran requires gnu99)

PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
2013-09-06 21:54:28 +00:00
Baptiste Daroussin
f5d7531940 Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89 instead
PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
2013-09-06 21:51:26 +00:00
Gerald Pfeifer
bbd59ec3c8 Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present and requested) and
fails using that.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-06 19:25:24 +00:00
Gerald Pfeifer
f21405e963 Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present) and fails using that.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-06 18:11:06 +00:00
Guido Falsi
083576c0af Teach fpc not to try to link to libiconv on head after the iconv change.
This fixes the lang/fpc-utils port build.

Bump PORTREVISION due to runtime behaviour change on head.

Approved by:	portmgr (bapt, implicit)
2013-09-06 15:15:10 +00:00
Thomas Abthorpe
61a62182a7 - Update to 5.0
- Builds on sparc64 now

PR:		ports/181803
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-06 04:30:35 +00:00
Gerald Pfeifer
effa8d89e1 Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.

PR:		161417
2013-09-05 22:26:42 +00:00
Gerald Pfeifer
6552b46cda Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on.

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the
same test scenarios and libstdc++ does not seem to require adjustments,
so PR 161417 may not be relevant in full.

PR:		161417
2013-09-05 20:08:27 +00:00
Martin Matuska
34d60718c8 Fix build with gd 2.1
PR:	ports/181772
2013-09-04 21:30:50 +00:00
Antoine Brodin
03cf175aec Drop USE_GMAKE, it doesn't work and is not necessary
Add an explicit dependency on pkgconf (needed for plugin detection)

Approved by:	portmgr (bapt)
2013-09-04 20:58:21 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +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
Gerald Pfeifer
f4ecd3423a Update to the 20130831 snapshot of GCC 4.7.4.
Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on. [1]

The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.

Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the
same test scenarios and libstdc++ does not seem to require adjustments,
so PR 161417 may not be relevant in full.

PR:		161417 [1]
2013-09-04 16:54:13 +00:00
Brooks Davis
79fe699d74 Upgrade clang, dragonegg, and llvm -devel ports to r182968. 2013-09-04 15:57:35 +00:00
Thomas Abthorpe
9ba93babfa - Update to 4.195
PR:		ports/181437
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-04 00:06:17 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Gerald Pfeifer
c4a998e8d3 Update to the 20130901 snapshot of GCC 4.9.0. 2013-09-02 21:22:11 +00:00
Sahil Tandon
0798fa9230 - Update to 1.4.4 2013-09-02 19:15:12 +00:00
Felippe de Meirelles Motta
374856d95a - Fix plist
- Insert PORTSCOUT

PR:		ports/180264
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-09-02 15:35:16 +00:00
Andrej Zverev
575da941f5 - Cleanup requirement for the perl version
- Remove an indefinite article from COMMENT line
- Convert to new perl5 framework

With hat:	perl@
2013-09-02 06:33:01 +00:00
Alexey Dokuchaev
78c42ac429 - Try to fix parallel (-jX) builds: use make's -C switch and add a missing
dependency
- While here: adjust header and COMMENT, remove useless WRKSRC assignment,
  put USES higher up where it's normally found
- Kill EOL whitespace in pkg-descr

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-09-02 05:36:56 +00:00
Marcus von Appen
f1bf97d360 - improve the python meta port descriptions
Requested by:	demon@
Reviewed by:	demon@
2013-09-01 15:43:35 +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
Anton Berezin
53f55bbebb Update to 1.32.
Changes:	http://search.cpan.org/dist/Scalar-List-Utils/Changes
2013-09-01 10:28:57 +00:00
Ruslan Makhmatkhanov
ddaae9e49e - update backports patch to 20130717
- extend deprecation period for 6 months
- bump PORTREVISION

Changes:
- CVE-2013-4113, exif_read_data fix, compilation warning, libxml2 >2.9 support
- timezonedb 2013.4 (2013d)

PR:		181449
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	Alex Keda <admin@lissyara.su>
2013-08-31 21:30:08 +00:00
Dmitry Marakasov
02e4dafcaa - Trim Makefile header while I'm here 2013-08-30 15:50:42 +00:00
Dmitry Marakasov
c02b1c8065 - Fix build with clang 2013-08-30 15:50:17 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +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
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
David Chisnall
3bec8741ff Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
2013-08-28 18:26:01 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
Sunpoet Po-Chuan Hsieh
62c78a8559 - Update to 0.17021
Changes:	http://search.cpan.org/dist/Error/ChangeLog
2013-08-27 18:09:20 +00:00
Sunpoet Po-Chuan Hsieh
d63d6c55e0 - Cleanup Makefile header 2013-08-27 16:24:56 +00:00
Alex Dupre
3f60cde4df Update to 5.5.3 release. 2013-08-27 15:11:22 +00:00
Alex Dupre
b6ef226bd6 Update to 5.4.19 release. 2013-08-27 15:10:38 +00:00
Sunpoet Po-Chuan Hsieh
bbb520b4eb - Fix LICENSE
Reported by:	marino
2013-08-27 14:59:46 +00:00
Sunpoet Po-Chuan Hsieh
d8c5ddbfab - Fix LICENSE
Reported by:	marino
2013-08-27 14:59:15 +00:00
Pietro Cerutti
1123bfb145 - Update to 05_20130820
- Add a custom Makefile for FreeBSD, and remove the custom patches to
  the distributed Makefile.

  Changes:

  * The library sha1.s7i has been renamed to msgdigest.s7i.
  * The message digest and secure hash functions md4, md5, sha224 and
    sha256 have been added to msgdigest.s7i.
  * The new library propertyfile.s7i, which defines functions to read a
    property file into a hash table, has been added.
  * The performance of the random number generator has been improved.
    The function uint2_mult in int_rtl.c is now defined as inline
    function. The macro 'unlikely' has been added to describe that the
    initialisation of the random number generator is unlikely.
  * The function uint_mult has been added to int_rtl.c and used in
    big_rtl.c.
  * The macro 'unlikely' has been added to functions in flt_rtl.c.
  * The function bytesLeAsInt has been added to the library bytedata.s7i.
  * In bytedata.s7i the function int64AsBytesBytesLe has been renamed to
    int64AsEightBytesLe.
  * A variant of the function skipWhiteSpace has been added to the library
    scanfile.s7i.
2013-08-27 12:51:11 +00:00
Renato Botelho
d546ff7530 - Add a patch to fix CVE-2013-4073
- Bump php53-openssl PORTREVISION

PR:		ports/181546
Submitted by:	garga@
Approved by:	flo@ (maintainer)
Obtained from:	http://git.php.net/?p=php-src.git;a=blobdiff;f=ext/openssl/openssl.c;h=c32748cb6443a4d8e4bb14fe96ad72e32ec8acff;hp=d7ac117e51c8f5d8ab0632c276af48d610b4b19e;hb=2874696a5a8d46639d261571f915c493cd875897;hpb=f4dc2240a048050a87a6e3e31573f13a2256cf2e
Security:	CVE-2013-4073
2013-08-27 10:33:45 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Li-Wen Hsu
06a297bd4a - Bump PORTREVISION of lang/python since the package changed
- Refine UPDATING instruction

Approved by:	mva
2013-08-26 14:34:21 +00:00
Gerald Pfeifer
636df1c02d Replace VERSIONSTRING by DISTVERSION.
Replace USE_GMAKE by USES=gmake.
2013-08-25 12:30:09 +00:00
Gerald Pfeifer
0189d4e8c5 Update to the 20130818 snapshot of GCC 4.9.0.
Replace USE_GMAKE by USES=gmake.
2013-08-25 11:05:38 +00:00
Veniamin Gvozdikov
dbf6979911 - Update to 0.9.9.64
PR:		ports/181094
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	eadler (mentor)
2013-08-25 09:14:39 +00:00
Gerald Pfeifer
3f7e4615cf Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port -- for the time being we continue to bootstrap.

Update to the 20130822 snapshot of GCC 4.8.2.
2013-08-25 01:38:39 +00:00
Gerald Pfeifer
bed8c78c4e Replace VERSIONSTRING by DISTVERSION.
Replace USE_GMAKE by USES=gmake.
2013-08-24 23:39:11 +00:00
Alexey Dokuchaev
dd2bb3f6ad Couple of minor, non-functional changes forgotten in the previous commits. 2013-08-24 16:46:12 +00:00
Alexey Dokuchaev
78b6eb5cfd - Hopefully fix parallel (-jX) builds; unfortunately, had to use GNU make(1)
because of order-only prerequisites
- Drop indefinite article from the COMMENT line
- Respect CC and CFLAGS (passed via MAKE_ARGS)
- Convert to OptionsNG; minor miscellaneous fixes
- Update port description text while I am here
2013-08-24 11:28:53 +00:00