imil
3df9b15cb7
add & enable bpython
2013-05-10 12:57:39 +00:00
fhajny
614db70209
Remove 83 from PGSQL_VERSIONS_ACCEPTED, as it's no longer available.
2013-05-10 12:55:48 +00:00
imil
b48166094e
Initial import of bpython, version 0.12, into the NetBSD Packages Collection.
...
bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X
and Windows (with some work). bpython is released under the MIT License. It
has the following (special) features:
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type.
* Expected parameter list for any Python function.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
* Send the code you've entered off to a pastebin.
* Save the code you've entered to a file.
* Auto-indentation.
* Python 3 support.
2013-05-10 12:55:33 +00:00
fhajny
6af9b12964
Fix interpretter skip path
2013-05-10 12:54:50 +00:00
imil
43468c511e
Updated shells/bash-completion to 2.1
2013-05-10 12:04:23 +00:00
imil
bb3248822c
Removed unnecessary comments
2013-05-10 12:04:00 +00:00
imil
a92702ebee
Updated bash-completion to 2.1
...
An extensive changelog is readable here:
http://bash-completion.alioth.debian.org/files/CHANGES-1.1
http://bash-completion.alioth.debian.org/files/CHANGES-1.2
http://bash-completion.alioth.debian.org/files/CHANGES-1.3
http://bash-completion.alioth.debian.org/files/CHANGES-2.0
http://bash-completion.alioth.debian.org/files/CHANGES-2.1
2013-05-10 12:01:50 +00:00
obache
4af3a83b69
check defined before using USE_LANGUAGES as condition.
2013-05-10 09:07:37 +00:00
adam
dd27e10774
Updated parallel/mpi-ch to 3.0.4
2013-05-10 08:26:28 +00:00
adam
da3f83f0ca
Added PLIST.Darwin
2013-05-10 08:25:33 +00:00
adam
e4c0f7c583
Changes 3.0.4:
...
This release adds several performance features for the Hydra process manager, support for communicator-specific tuning of eager/rendezvous thresholds, and fixes several bugs present in 3.0.3. Please use this release instead of 3.0.3.
2013-05-10 08:24:57 +00:00
adam
47e2db2c95
Fortran is not needed.
2013-05-10 07:16:29 +00:00
adam
81b4a4446b
Added dvdcss as an option.
2013-05-10 07:13:59 +00:00
riastradh
91da2618ec
Pre-answer openldap autoconf run-tests for NetBSD cross-builds.
2013-05-10 06:51:26 +00:00
riastradh
a5167c4737
First stab at cross-compiling ffmpeg.
...
Won't work on arm yet because we need to specify the arm cpu flavour.
2013-05-10 06:13:30 +00:00
riastradh
f397a26de0
Fix cross-build of x264-devel by passing --host to configure.
2013-05-10 05:39:20 +00:00
riastradh
4e854d2449
Fix cross-build of textproc/enca: use CC_FOR_BUILD and avoid run-tests.
2013-05-10 05:27:38 +00:00
riastradh
18e34c9015
Fix cross-build of devel/yasm by setting CC_FOR_BUILD to NATIVE_CC.
2013-05-10 04:28:21 +00:00
riastradh
f1b8d6e08e
Added devel/py-libevent-rpcgen version 2.0.21
2013-05-10 04:17:59 +00:00
riastradh
611db3d332
Helps to set INSTALLATION_DIRS too.
2013-05-10 04:13:51 +00:00
riastradh
83847d552d
...aaaaand set PKGNAME, not DISTNAME.
2013-05-10 01:29:59 +00:00
riastradh
cf3068aef6
Fix poty in new py-libevent-rpcgen makefile.
2013-05-10 01:25:03 +00:00
riastradh
7d65c3cc93
Split off py-libevent-rpcgen from devel/libevent.
...
Obviates libevent's python dependency, enabling cross-compilation of
libevent's dependents without having to cross-compile python itself.
ok agc
2013-05-10 01:22:27 +00:00
riastradh
4bf5b7955a
Fix zsh cross-build on NetBSD.
...
Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently). Teach it about the few
remaining properties for NetBSD in particular.
ok agc
2013-05-10 01:17:32 +00:00
riastradh
49f8085bdc
Fix net/isc-dhcp4 cross-build on NetBSD.
...
Requires a hack to patch and configure the internal copy of bind for
cross-compilation.
Bump pkgrevision in case the way I did this hack changes anything.
ok agc
2013-05-10 00:58:06 +00:00
riastradh
90acbe9a9d
Fix net/libbind cross-build on NetBSD.
...
Instruct autoconf that the target will have /dev/random.
ok agc
2013-05-10 00:52:04 +00:00
riastradh
07bbe8cd34
Fix cross-build of pkgtools/pkg_install.
...
Can't execute the newly built tools if they were cross-built.
(This is not especially useful until we do cross-bootstrap, though.)
ok agc
2013-05-10 00:49:00 +00:00
riastradh
1fa7ba38f5
Kludgily fix cross-build of net/socat on NetBSD.
...
The right fix is to thwap socat over the head for worrying about the
values of these constants at compile-time, but that's inexpedient...
ok agc
2013-05-10 00:46:53 +00:00
riastradh
6155860d6c
Fix devel/gmp cross-build by telling it about the native C compiler.
...
ok agc
2013-05-10 00:44:29 +00:00
riastradh
528aa3b460
Fix bash cross-build on NetBSD by pre-answering autoconf run-tests.
...
ok agc
2013-05-10 00:42:41 +00:00
riastradh
59cbead209
Fix x11/libXt cross-build.
...
The configure script, not just the makefile, needs to know about the
native C compiler.
ok agc
2013-05-10 00:40:27 +00:00
riastradh
4644d7d516
Fix cross-build of security/libgpg-error with CC_FOR_BUILD=NATIVE_CC.
...
ok agc
2013-05-10 00:37:48 +00:00
riastradh
d0353d9c00
Fix cross-build of ncurses by tool-depending on itself for tic.
...
ok agc
2013-05-10 00:36:30 +00:00
riastradh
937682e63b
Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY.
...
ok agc
2013-05-10 00:35:51 +00:00
riastradh
a19c693fb6
Fix pathnames and NM in libtool for cross-compilation.
...
Forgot to commit this alongside the recent cross-libtool changes.
ok agc
2013-05-10 00:15:02 +00:00
riastradh
6b363b971f
Add some notes on how to use and develop cross-compiled packages.
...
ok agc
2013-05-10 00:03:46 +00:00
riastradh
01f1c50dc5
Add $NetBSD$ tag to HOWTO-distcc.
2013-05-10 00:00:46 +00:00
riastradh
3996a57255
Remove the now-outdated HOWTO-crosscompile-xorg.
2013-05-09 23:59:47 +00:00
riastradh
b1c71e0003
Rename HOWTO-crosscompile to HOWTO-distcc for clarity.
...
ok agc
2013-05-09 23:56:25 +00:00
riastradh
4fc9f564bc
Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.
...
Build depends are target packages that are needed at build-time for,
e.g., static libraries to link against, header files to include, &c.
Tool depends are native packages that are needed at build-time for,
e.g., compilers/linkers/&c. to run.
ok agc
2013-05-09 23:37:25 +00:00
riastradh
b37693d50b
Use --sysroot in cpp/gcc/gxx cross-compiler wrappers.
...
Now that NetBSD supports --sysroot we don't need to mess with the
partial measures of -nostdinc, -isystem, &c.
ok agc
2013-05-09 23:35:29 +00:00
riastradh
54e5f813c3
Set NATIVE_CC/CC, NATIVE_CXX/CXX, and NATIVE_LD/LD for cross-builds.
...
The NATIVE_xyz versions are for packages that build tools that they
run natively but don't end up in the final product.
This is a provisional scheme -- it should be replaced eventually by
something more principled.
ok agc
2013-05-09 23:33:53 +00:00
riastradh
f8d446c55b
Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}).
...
This is a provisional kludge to enable cross-compilation of packages
using libtool. It requires manual intervention: you must build it as
a target package, and then install the target package on the host
with `pkg_add -m ${TARGET_ARCH}'.
ok agc
2013-05-09 23:32:02 +00:00
joerg
bd5c8aefa3
Also override target location and module name. Fix DESTDIR installation.
2013-05-09 20:07:39 +00:00
joerg
852cb38f71
Fix overlap between boost and C++11 STL
2013-05-09 20:06:53 +00:00
joerg
0b40f9b9b8
Patches to fix gtest.
2013-05-09 20:06:09 +00:00
joerg
3731f69849
Apply the gtest change to cssc, gmock and open-vcdiff as well.
2013-05-09 20:05:35 +00:00
joerg
9655b7c4fb
Make the gross hack even more gross to ensure the destdir installation
...
works.
2013-05-09 20:03:51 +00:00
wiz
41a6130177
Pull in libtool-fortran. Bump PKGREVISION.
2013-05-09 18:26:33 +00:00
mef
4c449c5f79
Added misc/ruby-{args_parser,hashie,parallel,rainbow}
...
Added net/ruby-{tw,twitter,userstream}
2013-05-09 16:22:45 +00:00