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

307924 Commits

Author SHA1 Message Date
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
Thomas Abthorpe
ce24452ba5 - Revert commit, maintainer made contact
Submitted by:	Ivan Klymenko (maintainer)
2013-09-06 03:16:34 +00:00
Jung-uk Kim
932fe524fd Fix build with libc++. 2013-09-06 02:06:56 +00:00
Xin LI
ad8656c49d Fix build.
Per ISO C++03 14.2/4:

When the name of a member template specialization appears after . or ->
in a postfix-expression, or after nested-name-specifier in a qualified-id,
and the postfix-expression or qualified-id explicitly depends on a
template-parameter (14.6.2), the member template name must be prefixed by
the keyword template. Otherwise the name is assumed to name a non-template.
2013-09-06 00:17:45 +00:00
Felippe de Meirelles Motta
6eafcd2722 - Remove unnecessary and conflictant dependency
Reported by:	pkg-fallout
2013-09-05 23:57:35 +00:00
Anton Berezin
8cf6e55791 Update to 1.04(0).
Changes:	http://search.cpan.org/dist/enum/Changes
2013-09-05 22:40:22 +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
Joe Marcus Clarke
8136a2a264 Fix the build with clang.
Reported by:	pkg-fallout
2013-09-05 21:55:17 +00:00
Greg Larkin
458a779c78 - Added CONFLICTS with puppet 3.x. Hiera-puppet is now included in all
versions of puppet >=3.0.0
  Ref: http://projects.puppetlabs.com/projects/hiera-puppet

Submitted by:	pkg-fallout
2013-09-05 21:53:10 +00:00
TAKATSU Tomonari
63351a00a4 - Update to 0.8-11 2013-09-05 21:37:54 +00:00
Antoine Brodin
e1c05666f2 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 21:32:14 +00:00
Boris Samorodov
8408abc5a8 The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}
Approved by:	portmgr (bapt, implicit)
2013-09-05 21:04:50 +00:00
Antoine Brodin
c8427481a0 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 20:49:55 +00:00
Steven Kreuzer
b9d6e75897 Update to 1.7.5 2013-09-05 20:28:43 +00:00
Thomas Abthorpe
3994bdbdd0 - Fix typo in FreeBSSD
Submitted by:	makc
2013-09-05 20:25:12 +00:00
Boris Samorodov
54e44467d7 . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
  otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.

Approved by:	portmgr (bapt, implicit)
2013-09-05 20:18:30 +00:00
William Grzybowski
454b9ce076 www/qupzilla: update to 1.4.4
- Update to 1.4.4 [1]
- Convert lib depends to new syntax

PR:		ports/181835
Submitted by:	Javad Kouhi <javad.kouhi gmail.com> (maintainer)
2013-09-05 20:13:50 +00:00
Hiroki Sato
4fced727e3 Remove unmaintained japanese/texfamily{,-vfn2a} and japanese/dvi2dvi. 2013-09-05 20:09:25 +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
William Grzybowski
108a4a68bc databases/libmongo-client: update to 0.1.6.3
- Update to 0.1.6.3
- USES gmake
- Add LICENSE (AL2)

PR:		ports/181757
Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)
2013-09-05 19:44:40 +00:00
John Baldwin
a940839726 Remove math/libmath++. The only thing that used it (monopd) was removed
back in 2011, the distfile no longer fetches, and it doesn't build
correctly with clang as it is missing -fPIC.

Reviewed by:	az
2013-09-05 19:38:09 +00:00
Antoine Brodin
fb3d643ef9 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 19:29:18 +00:00
Thomas Abthorpe
94f121742e - Deprecate and reassign to the heap at maintainer's request 2013-09-05 18:40:18 +00:00
Sunpoet Po-Chuan Hsieh
18bf8bb498 - Fix LICENSE 2013-09-05 18:24:58 +00:00
Thomas Abthorpe
9712a3779e - Reassign to the heap due to maintainer mail bounces 2013-09-05 18:24:04 +00:00
Thomas Abthorpe
d41c0c0ce9 - Deprecate the port at maintainer's request 2013-09-05 18:20:51 +00:00
Grzegorz Blach
f79ebb0828 - Fix freeze when splash screen is enabled
- Bump PORTREVISION

Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-05 18:20:35 +00:00
Anton Berezin
fcc157145b Update to 0.35.
Changes:	http://search.cpan.org/dist/Clone/Changes
2013-09-05 18:15:29 +00:00
Anton Berezin
56374e02a4 Update to 0.094.
Changes:	http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes
2013-09-05 18:13:46 +00:00
Sunpoet Po-Chuan Hsieh
1df942d6c4 - Fix CONFIGURE_ARGS 2013-09-05 18:04:42 +00:00
Hiroki Sato
3ac5843d80 Update to 1.4.1. 2013-09-05 17:58:00 +00:00
Sunpoet Po-Chuan Hsieh
2bf19a7ff2 - Cleanup Makefile 2013-09-05 17:55:45 +00:00
Thomas Abthorpe
d46383f362 - Reassign to the heap due to maintainer mail bounces 2013-09-05 17:55:20 +00:00
Thomas Abthorpe
fabb9099b0 - Reassign to the heap due to maintainer mail bounces 2013-09-05 17:53:17 +00:00
Thomas Abthorpe
87781256d9 - Reassign to the heap due to maintainer mail bounces 2013-09-05 17:51:17 +00:00
Thomas Abthorpe
175e9bb8ee - Reassign to the heap due to maintainer mail bounce
With hat:	portmgr
2013-09-05 17:48:36 +00:00
Juergen Lock
119a4c1a03 - Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1]
http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html

  See also gonzo's blog post:

	http://kernelnomicon.org/?p=401

- Bump PORTREVISION.

Submitted by:	gonzo (via irc) [1]
Obtained from:	qemu upstream [1]
2013-09-05 17:39:25 +00:00
Antoine Brodin
74aebe4fa5 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:37:22 +00:00
William Grzybowski
2a993a3b2b cad/irsim: update to 9.7.81
- Update to 9.7.81
- Use options helpers
- USES gmake
- Pass maintainership to submitter

PR:		ports/181843
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-05 17:23:04 +00:00
William Grzybowski
bbc9375bb7 net-mgmt/netdisco: update to 1.3.2
- Update to 1.3.2
- USES perl5

PR:		ports/181829
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
2013-09-05 17:19:32 +00:00
Roman Bogorodskiy
c2782b5e5c Update to 0.13.1. 2013-09-05 17:11:50 +00:00
Michael Landin
2b895a79e4 - update to 4.6.6 (patch6) 2013-09-05 17:03:45 +00:00
Roman Bogorodskiy
f307b2826f - update to 2.0.4
- pet portlint
2013-09-05 17:03:14 +00:00
Roman Bogorodskiy
ba7818f9d1 - update to 3.5.2
- pet portlint
2013-09-05 17:02:21 +00:00
Antoine Brodin
eb4b4f9964 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:01:12 +00:00
Ryan Steinmetz
aab0c4897b - Add OPTION to enable non-Ethernet decoders
Requested by:	Andrew Nichols <andrew@quadrant.net>
2013-09-05 16:55:34 +00:00
Frederic Culot
5c43b7afe3 - Convert to OptionsNG
PR:		ports/181773
Submitted by:	Takefu <takefu@airport.fm>
2013-09-05 16:34:46 +00:00
Alexey Dokuchaev
f985cdfe4c - Attempt to unbreak the build against Clang
- Get rid of bogus dependency on devel/py-subversion
- Modernize LIB_DEPENDS syntax, copy files with -a
- Add an explicit dependency on pkgconfig

Reported by:	pkg-fallout
2013-09-05 16:33:40 +00:00
Baptiste Daroussin
1b3a274d17 Readd USE_GCC=any building with clang at least 3.2 on amd64 to have problem 2013-09-05 16:25:38 +00:00
Pietro Cerutti
183222e296 - New port: math/abacus
ABACUS is a software system written in C++ that provides a framework for the
  implementation of branch-and-bound algorithms using linear programming
  relaxations. Cutting planes or columns can be generated dynamically
  (branch-and-cut, branch-and-price, branch-and-cut-and-price).

  WWW: http://www.informatik.uni-koeln.de/abacus/
2013-09-05 16:20:13 +00:00