Commit graph

347550 commits

Author SHA1 Message Date
Tijl Coosemans
2098286a22 Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 19:06:38 +00:00
Adam Weinberger
2b04cc4611 Fix one error on 8 and 9. Still fails to build on those platforms. 2014-09-01 19:04:28 +00:00
Tijl Coosemans
9b406f48a0 - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove gio-querymodules command from post-install; not needed with staging

Obtained from:	gnome-dev
2014-09-01 19:04:23 +00:00
Tijl Coosemans
d47224fb0b Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 19:00:08 +00:00
Tijl Coosemans
5fc2e5e82e Patch *.pc files to replace ${libdir}/libfoo.la with "-L${libdir} -lfoo".
This fixes audio/sidplay2 after r366789.

Reported by:	antoine
2014-09-01 18:58:35 +00:00
Tijl Coosemans
b614cbe63c Add USES=libtool 2014-09-01 18:26:26 +00:00
Tijl Coosemans
d1cc87c394 Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 18:25:04 +00:00
Tijl Coosemans
f73d4ccc9e - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove python dependency

Obtained from:	gnome-dev
2014-09-01 18:21:50 +00:00
Adam Weinberger
4122be740e Wrap compound statements and use '.' instead of '\*' in COPYTREE_SHARE.
The underlying problem that caused the build failures (tcl modules) has
already been fixed, but the problem exposed another failure when \* was
used to match nothing.
2014-09-01 18:18:51 +00:00
Tijl Coosemans
0968de1448 - Add USES=libtool
- Remove pkg_install @cwd hack

Obtained from:	gnome-dev
2014-09-01 18:16:21 +00:00
Adam Weinberger
721090d757 Fix build on 8 and 9. 2014-09-01 18:13:41 +00:00
Tijl Coosemans
ecfe726f89 Convert to USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 18:12:58 +00:00
Tijl Coosemans
9ac805022b - Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
2014-09-01 18:10:36 +00:00
Kurt Jaeger
6b1e401278 New port: math/ipopt
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software
package for large-scale nonlinear optimization.

Ipopt is written in C++ and is released as open source code under the
Eclipse Public License (EPL). It is available from the COIN-OR
initiative. The code has been written by Carl Laird and Andreas Wächter,
who is the COIN project leader for Ipopt.

The Ipopt distribution can be used to generate a library that can be
linked to one's own C++, C, or Fortran code, as well as a solver
executable for the AMPL modeling environment. The package includes
interfaces to CUTEr optimization testing environment, as well as the
MATLAB and R programming environments. IPOPT can be used on Linux/UNIX,
Mac OS X and Windows platforms.

An excellent reference for this library can be found in:

Wächter and L. T. Biegler, On the Implementation of a Primal-Dual Interior
Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming,
Mathematical Programming 106(1), pp. 25-57, 2006

WWW: https://projects.coin-or.org/Ipopt

PR:		168290
Submitted by:	Pedro F. Giffuni <pfg@FreeBSD.org>
2014-09-01 18:09:41 +00:00
Tijl Coosemans
9b0cbd2ab6 - Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip

Obtained from:	gnome-dev
2014-09-01 18:05:36 +00:00
Tijl Coosemans
b66c3e6216 - Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
2014-09-01 18:03:31 +00:00
Tijl Coosemans
2608650b3c Convert to USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 17:57:46 +00:00
Tijl Coosemans
08c500993f - Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
2014-09-01 17:55:52 +00:00
Tijl Coosemans
f0f47eeb45 - Replace LIB_DEPENDS=libglibmm-2.4.so with USE_GNOME=glibmm
- Add USES=libtool and INSTALL_TARGET=install-strip
2014-09-01 17:53:22 +00:00
Kurt Jaeger
26ecdf9dc3 mail/tkrat2: fix start of mail client, reset maintainer as requested by marino
PR:		191994
Submitted by:	Don Lewis <truckman@FreeBSD.org>
Approved by:	maintainer (timeout)
2014-09-01 17:52:26 +00:00
Tijl Coosemans
7b9bf6af3f Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 17:50:26 +00:00
Tijl Coosemans
885ee12006 Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 17:48:22 +00:00
Adam Weinberger
172925d008 Add devel/p5-Term-ProgressBar-Simple, a simpler interface to
Term::ProgressBar.

Progress bars are handy - they tell you how much work has been done, how much
is left to do and estimate how long it will take. But they can be fiddly! This
module does the right thing in almost all cases in a really convenient way.

It wraps Term::ProgressBar::Quiet so there is no output unless the code is
running interactively - lets you put them in cron scripts.

It deals with minor updates - only refreshes the screen when it will change
what the user sees so it is efficient.

It completes the progress bar when the progress object is destroyed (explicitly
or by going out of scope) - no more '99%' done.

WWW: http://search.cpan.org/dist/Term-ProgressBar-Simple/
2014-09-01 17:36:34 +00:00
Adam Weinberger
520fefab82 Fix build on 8 and 9. 2014-09-01 17:32:07 +00:00
Johannes Jost Meixner
43c5efbfdd games/linux-nwnclient: Stage
* StageDir

PR:		187869
Submitted by:	myself
Approved by:	swills (mentor)
Approved by:	scf (maintainer)
2014-09-01 17:25:43 +00:00
Antoine Brodin
37e4710f8a Hook phabricator to the build 2014-09-01 17:24:46 +00:00
Antoine Brodin
339b763d67 Finish some removals 2014-09-01 17:21:55 +00:00
Antoine Brodin
aef74890f5 Commit non bikeshed part of Differential Revision D582
makepatch target improvement:
- spurious ./ is removed from file names
- timestamps are normalized

Submitted by:	danfe
With hat:	portmgr
2014-09-01 17:18:12 +00:00
Baptiste Daroussin
a80c31a5dd Remove non staged ports without pending PR from l* 2014-09-01 17:12:32 +00:00
Michael Gmelin
12546f05aa Take maintainership of arcanist and libphutil
(see https://reviews.freebsd.org/D697)

Approved by:	bapt (mentor)
2014-09-01 17:06:47 +00:00
Antoine Brodin
26222800aa - Make it possible to use sample keyword with a full path
- Prefer @dirrmtry over @unexec rmdir in makeplist

Differential Revision:	https://reviews.freebsd.org/D705
Reviewed by:	bapt
With hat:	portmgr
2014-09-01 17:06:19 +00:00
Michael Gmelin
0698010b19 Update arcanist and libphutil to 20140828, new port for phabricator
Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
2014-09-01 16:56:27 +00:00
Baptiste Daroussin
8a2ac20b34 Remove non staged ports without pending PR from j* 2014-09-01 16:48:53 +00:00
Adam Weinberger
eb76da82f8 Fix build on 8 and 9. 2014-09-01 16:34:26 +00:00
Baptiste Daroussin
8901c97d12 Remove non staged ports without pending PR from g* 2014-09-01 16:33:09 +00:00
Dmitry Sivachenko
c7ac817fff Do not insist on c++11. 2014-09-01 16:23:29 +00:00
Marcus von Appen
60efe12a15 - Update to version 1.4.8.30 2014-09-01 16:15:53 +00:00
Tijl Coosemans
fc228cfa85 Convert to USES=libtool and INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 16:05:20 +00:00
Marcus von Appen
34c71b1f8e - Update to version 1.3.1
- Enable concurrent installation support for different python versions
2014-09-01 16:03:40 +00:00
Marcus von Appen
5aea5f366a - Update to version 1.2.1
- Use the official release packages instead of tagged checkouts
2014-09-01 16:02:04 +00:00
Marcus von Appen
8bbddc0920 - Update to version 0.62.1
- Enable concurrent installation support for different python versions
2014-09-01 16:00:06 +00:00
Baptiste Daroussin
82a079fce3 Remove non staged ports without pending PR from f* 2014-09-01 15:53:20 +00:00
Tijl Coosemans
a6a424630d Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 15:47:05 +00:00
Tijl Coosemans
87cd8092d2 - Convert to USES=libtool pathfix python
- Add INSTALL_TARGET=install-strip

Obtained from:	gnome-dev
2014-09-01 15:45:10 +00:00
Baptiste Daroussin
931a6f1635 Remove non staged ports without pending PR from d* 2014-09-01 15:44:17 +00:00
Tijl Coosemans
6c218941b7 Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 15:42:58 +00:00
Rene Ladan
370dc23023 www/chromium: fix on i386
files/patch-manual-build is intended to fix some build errors when building
chromium outside of poudriere, but it confuses the package builders for i386.
So rename it only apply it on amd64.

While here clean up some protobuf lines.
Submitted by:	pkg-fallout
2014-09-01 15:18:18 +00:00
Tijl Coosemans
7a1fc413de - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove USE_LDCONFIG because port only installs modules

Obtained from:	gnome-dev
2014-09-01 15:17:13 +00:00
Dmitry Marakasov
8b3eb2eddf - Clarify LICENSE
Approved by:	portmgr blanket
2014-09-01 15:06:41 +00:00
Dmitry Sivachenko
ceca8ebc3f Allow to build with clang compiler. 2014-09-01 15:00:15 +00:00