Commit graph

186030 commits

Author SHA1 Message Date
pettai
c9b6ddf876 Added p5-Test-Command-Simple 2012-05-04 23:41:13 +00:00
pettai
b92c30b964 This test module is intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
immediately, and reading everything from the command's stdout and stderr.
It then makes the output available to be tested.
2012-05-04 23:34:24 +00:00
joerg
5b640ef9aa Add forgotten patches. 2012-05-04 20:13:48 +00:00
joerg
ea4f02cb7c Mark as broken, it just hangs around. 2012-05-04 16:51:18 +00:00
joerg
6f375c5707 Just use AT&T assembler syntax all the time. 2012-05-04 16:40:01 +00:00
joerg
3328d323fa Fix missing prototypes. Fix conflicts with X11 headers. 2012-05-04 16:38:44 +00:00
joerg
90ee0c7e48 Fix inline usage. 2012-05-04 16:36:10 +00:00
joerg
4c05b7837d Fix a number of C issues. 2012-05-04 16:34:48 +00:00
joerg
30efd57429 Sprinkle a tiny bit of ANSI C. 2012-05-04 16:31:59 +00:00
joerg
ed43b8c8ae Match function return type with actual usage. 2012-05-04 16:30:28 +00:00
joerg
bbedc2e5cf Don't use the integrated assembler with LLVM for now, too much ambigious
assembler usage on x86.
2012-05-04 16:29:14 +00:00
joerg
f737a891bc Fix various C++ issues. 2012-05-04 16:27:59 +00:00
joerg
cf22b88fe4 Restore status quo for clang breakge by disabling another bunch of
warnings.
2012-05-04 16:25:59 +00:00
joerg
f73bc68d80 Make sure the TLS variables are emitted by the compiler, clang is smart
enough to recognize the lack of references to drop them otherwise.
2012-05-04 16:23:20 +00:00
joerg
e4e68073db Fix main(). 2012-05-04 16:19:37 +00:00
joerg
9c88f3d8d2 Use -Wl for linker flags. 2012-05-04 16:17:38 +00:00
joerg
0c715a6bb4 Remove use of nested functions. Bump revision. 2012-05-04 16:16:42 +00:00
joerg
ee7c6ca410 Deal with compilers that are strict about template instantiation rules. 2012-05-04 16:15:33 +00:00
joerg
62d67c9b75 Testing for a working C++ compiler is more likely to succeed, if the
test program is valid C++.
2012-05-04 16:12:30 +00:00
joerg
39d27527e7 Fix messed up inline usage. 2012-05-04 16:11:02 +00:00
joerg
ebfceaa21f Fix function declaration to match usage. 2012-05-04 16:08:49 +00:00
joerg
a415a57ed7 Don't return values from void functions. 2012-05-04 16:08:09 +00:00
taca
141d6aa111 Correct default value in description of PHP_VERSION_DEFAULT. 2012-05-04 16:07:51 +00:00
joerg
cf87ba4dff Fix inline usage. 2012-05-04 16:07:02 +00:00
joerg
61017adf00 Don't override optimizer settings with absurd levels.
Fix inline definitions to work with C99 compiler.
2012-05-04 16:06:13 +00:00
joerg
ecd5047068 Don't depend on GNU inline semantic. 2012-05-04 16:03:13 +00:00
joerg
fcc134184c Fix DESTDIR leaks into the final package. Bump revision. 2012-05-04 16:01:53 +00:00
joerg
5e048105c0 Fix C++ issues for the stricter checks in clang 2012-05-04 16:01:04 +00:00
joerg
a8f9d4cd0b Fix build with clang. 2012-05-04 16:00:00 +00:00
obache
633d128feb tested on OpenBSD 5.1. 2012-05-04 13:57:53 +00:00
hans
07102bf573 Fix build with gcc 4.6 2012-05-04 13:27:23 +00:00
hans
b9d89e8243 Fix build with gcc 4.6. 2012-05-04 13:15:17 +00:00
hans
9810269f0b Updated emulators/simh to 3.9.0 2012-05-04 13:07:22 +00:00
ryoon
08abdff3b8 Added lang/clojure version 1.4.0 2012-05-04 11:53:27 +00:00
ryoon
46d205499a Add clojure 2012-05-04 11:52:17 +00:00
ryoon
39a04f9d91 Import clojure-1.4.0 as lang/clojure.
Clojure is a dynamic programming language that targets the Java
Virtual Machine (and the CLR, and JavaScript). It is designed to
be a general-purpose language, combining the approachability and
interactive development of a scripting language with an efficient
and robust infrastructure for multithreaded programming. Clojure
is a compiled language - it compiles directly to JVM bytecode, yet
remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java
frameworks, with optional type hints and type inference, to ensure
that calls to Java can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly
a functional programming language, and features a rich set of
immutable, persistent data structures. When mutable state is needed,
Clojure offers a software transactional memory system and reactive
Agent system that ensure clean, correct, multithreaded designs.

I hope you find Clojure's combination of facilities elegant,
powerful, practical and fun to use.
2012-05-04 11:51:30 +00:00
obache
fd78fdc6af It is possible to check shlibs on OpenBSD now. 2012-05-04 11:46:02 +00:00
obache
e0d1c73c75 Set RPATH to X11BASE/lib for OpenBSD too. 2012-05-04 11:38:20 +00:00
adam
4ace1c032e Updated textproc/xmlrpc-c to 1.16.41 2012-05-04 11:23:34 +00:00
adam
4f28a674e4 Changes 1.16.41:
* xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable
  ASCII as \xHH: shows \xff where it should be something else.
2012-05-04 11:18:22 +00:00
ryoon
927bf46dad Reset JAVA_HOME and CLASSPATH that defined by user.
Fix build when JAVA_HOME and/or CLASSPATH are defined by user.
2012-05-04 11:00:43 +00:00
ryoon
32853344ce Add salt and seed target file. 2012-05-04 10:33:44 +00:00
obache
cff46391c0 Updated devel/glib2 to 2.32.2nb1 2012-05-04 10:22:27 +00:00
obache
de2842900a * Update PKGCONFIG_OVERRIDE list to reflect reality.
* Restore pthread flag settings in configure script.
  It still in the last hunk of patch-ak (for configure.ac),
  but lost at updated to 2.32.1.
* Fixes missing pthread linkage of libglib-2.0 on OpenBSD.

Bump PKGREVISION.
2012-05-04 10:22:08 +00:00
ryoon
41c395a910 Add PHP_PKG_PREFIX to PKGNAME. 2012-05-04 10:01:39 +00:00
ryoon
aea98f98ab Add sencha-sns 2012-05-04 09:45:29 +00:00
ryoon
e0400ad40b Added www/sencha-sns version 1.0.3 2012-05-04 09:44:51 +00:00
ryoon
8b7d343de6 Import sencha-sns-1.0.3 as www/sencha-sns.
Sencha SNS is Social Networking Service (SNS) software for intranet
and the Internet SNS.  This software has Japanese UI only.
2012-05-04 09:42:05 +00:00
hans
0ad687a97e Update simh to 3.9.0
See https://raw.github.com/simh/simh/master/sim_rev.h for changes
2012-05-04 09:38:23 +00:00
obache
299b38ff53 Add a http site to MASTER_SITES to avoid dependency on curl. 2012-05-04 08:43:28 +00:00