Raphael Kubo da Costa
b886995506
Update to 2.9.1
2013-05-05 14:17:11 +00:00
Vanilla I. Shu
2aa47e92f1
Fix build with clang < 3.3.
2013-05-05 13:51:08 +00:00
Eitan Adler
0a6a8af882
Make scons usable with PYTHON_DEFAULT_VERSION=python3.3
...
Reviewed by: Roland Smith <rsmith@xs4all.nl>
Approved by: maintainer timeout (2 weeks)
2013-05-05 13:49:11 +00:00
Jimmy Olgeni
cc55695105
Replace /usr/local with %%LOCALBASE%%.
2013-05-05 13:26:39 +00:00
Jimmy Olgeni
d8664ccffe
Add lang/erlang-runtime15.
...
This port is indented for developers and port maintainers. It is a
copy of lang/erlang with a few differences:
- Nothing is installed in $PREFIX/bin
- Libraries are installed in $PREFIX/lib/erlang15
- You have to change your PATH to actually use it
- Support for building PLTs is removed
- Other ports are not supposed to install anything inside this environment
What is this for:
- Building Erlang applications using the R15 runtime, once R16 is
committed (think Riak).
- Building Erlang applications when there are conflicts with modules
provided by other ports (for example, the RabbitMQ client libraries
conflict with the server code installed by net/rabbitmq).
- Testing new Erlang versions before the main port is upgraded.
2013-05-05 13:04:34 +00:00
Jimmy Olgeni
985473b689
Add support for an ERLANG_LIB variable, which will allow repocopied
...
ports to provide different Erlang runtimes in separate locations.
These will be useful for testing and for running rebar builds without
module conflicts.
No package changes or PORTREVISION bump so far.
2013-05-05 12:20:16 +00:00
Wesley Shields
c90725b13b
Update to 1.8.2.2
...
Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.2.txt
2013-05-05 10:01:15 +00:00
Stefan Walter
7719d082e0
Reset MAINTAINER due to lack of responses since 2011.
2013-05-05 09:48:08 +00:00
Stefan Walter
d17d800268
- Update to 0.20.
...
- Add option for Python bindings.
PR: 170537 [1]
170241 [2]
Submitted by: Michael Zoon <zoon01@nas4free.org> [1]
Craig Leres <leres@ee.lbl.gov> [2]
Approved by: maintainer timeout (~9 months)
2013-05-05 09:41:24 +00:00
Baptiste Daroussin
ef5b0dd161
Fix bash-static slave ports with bash being now using new options framework
2013-05-05 08:39:30 +00:00
Baptiste Daroussin
ba05dde78b
Using gmake does not fix build with bmake at all, reverting
2013-05-05 08:26:08 +00:00
Baptiste Daroussin
4879d37144
Partial convert to new options framework
...
Fix USES+= set after .pre.mk
2013-05-05 08:15:24 +00:00
Baptiste Daroussin
8afe451198
Convert to new options framework
...
This fixes build with nls not correctly pulling in libintl given USES= gettext was set after pre.mk which is forbidden
2013-05-05 08:10:29 +00:00
Baptiste Daroussin
b96dde4eee
Fix build with bmake and convert to new options framework
2013-05-05 07:53:27 +00:00
Baptiste Daroussin
b701ba04c9
Fix build by switching from SINGLE to MULTI options
2013-05-05 07:49:18 +00:00
Johan van Selst
82f6a8141c
Restore USES=gettext that got reverted accidentally
...
Submitted by: jgh
2013-05-05 07:20:28 +00:00
Kubilay Kocak
9dfd88b323
www/py-django-mezzanine-grappelli: Update to 0.2.21
...
- Update to 0.2.21
- Update pkg-plist
- pkg-descr: Tab->space in WWW:
Approved by: eadler, rm (mentors, implicit)
2013-05-05 06:41:29 +00:00
Kubilay Kocak
46317f7ee7
www/py-django-mezzanine-filebrowser: Update to 0.2.27
...
- Update to 0.2.27
- Update pkg-plist
- pkg-descr: Tab->space in WWW:
Approved by: eadler, rm (mentors, implicit)
2013-05-05 06:12:26 +00:00
Jason Helfman
5bb5a84442
- take maintainership
2013-05-05 06:10:24 +00:00
Xin LI
04ba5c075a
Update third-party lua module from 0.7.21 to 0.8.1.
...
Approved by: maintainer (osa)
2013-05-05 05:57:12 +00:00
Hiroki Sato
d1ab137a46
- Improve compatibility with older Emacsen.
...
- Mark MAKE_JOBS_SAFE=yes.
- Respect CC and CFLAGS for egg-helper.
2013-05-05 05:23:29 +00:00
TAKATSU Tomonari
577b3c138a
- Update to 0.8-9
...
- Update pkg-descr which should have been fixed in 0.8-6
2013-05-05 02:52:35 +00:00
Eitan Adler
48ae857da2
Remove 'test' target which was a hand-written test, not running an upstream vesion.
2013-05-05 02:00:59 +00:00
TAKATSU Tomonari
3e6f23411a
- Unbreak by adding patch
...
- Convert to new Makefile header
- Remove indefinate article from COMMENT
- Remove ABI version number from LIB_DEPENDS
2013-05-04 23:10:25 +00:00
Niclas Zeising
aab23b84db
Update to 2.9.2
...
Changelog:
http://feh.finalrewind.org/archive/2.9.2/
2013-05-04 22:58:24 +00:00
Florian Smeets
5ac18767d1
Fix installation of ports that rely on cp -n for installing files. r245960
...
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
2013-05-04 22:48:03 +00:00
Baptiste Daroussin
b3db8883de
Do not overwrite BUILD_DEPENDS
...
Reported by: flo
2013-05-04 22:32:54 +00:00
Wesley Shields
56a69516d0
Disable PIE on ARM. This was causing a crash at runtime.
...
Submitted by: Lukasz Siemiradzki
2013-05-04 22:30:31 +00:00
Baptiste Daroussin
0504e5443c
Fix build on current
2013-05-04 22:30:06 +00:00
Baptiste Daroussin
51d4e2334c
Fix build on current
2013-05-04 22:28:11 +00:00
Baptiste Daroussin
008e415ee0
Fix build with bmake
2013-05-04 22:26:47 +00:00
Baptiste Daroussin
ede1dbd96a
Fix build with bmake
2013-05-04 22:25:56 +00:00
Baptiste Daroussin
ff5a7dd482
cdrecord is checked by the configure script
2013-05-04 22:24:31 +00:00
Baptiste Daroussin
dbb5779c86
Fix build with bmake
2013-05-04 22:22:03 +00:00
Baptiste Daroussin
1908dac696
Fix build
2013-05-04 22:19:17 +00:00
Florian Smeets
e2315df86d
Unbreak, fetch works, tested on 2 different hosts in different locations.
...
Discussed with: bapt
2013-05-04 22:14:42 +00:00
Baptiste Daroussin
5b2e3a81ea
Fix extraction
2013-05-04 22:12:35 +00:00
Baptiste Daroussin
903cc2dfd7
Mark as broken: does not fetch
2013-05-04 22:09:58 +00:00
Baptiste Daroussin
9c45a704ea
Fix build on current
2013-05-04 22:06:50 +00:00
Florian Smeets
a033d96d72
Fix build, this ports need to be kept in sync wich textproc/lucene
...
Approved by: portmgr (bapt)
2013-05-04 22:06:48 +00:00
Baptiste Daroussin
7357ff040c
Fix on 9+
2013-05-04 22:02:34 +00:00
Baptiste Daroussin
d4ea97c0c1
Fix build with bmake
2013-05-04 22:01:18 +00:00
Joe Marcus Clarke
526f459f9e
Add some missing options to OPTIONS_DEFINE
...
Reported by: sunpoet
2013-05-04 22:00:55 +00:00
Baptiste Daroussin
e116eadca3
Fix build with bmake
2013-05-04 22:00:26 +00:00
Baptiste Daroussin
aaf47870af
Fix on 9+
2013-05-04 21:59:01 +00:00
Baptiste Daroussin
c9c7b2b2ce
Fix build
2013-05-04 21:58:05 +00:00
Baptiste Daroussin
05568df8f9
Mark as broken: does not fetch
2013-05-04 21:57:18 +00:00
Baptiste Daroussin
a8c5fec213
Mark as broken: does not fetch
2013-05-04 21:55:50 +00:00
Baptiste Daroussin
8fee09d1b9
Mark as broken: does not fetch
2013-05-04 21:54:41 +00:00
Baptiste Daroussin
c203e964ec
Mark as broken: does not fetch
2013-05-04 21:52:53 +00:00