Commit graph

3876 commits

Author SHA1 Message Date
rillig
21d4840f8e The directory man/cat1 is needed prior to installation. 2006-06-26 06:47:43 +00:00
rillig
72df17134b replace.mk needs rubyversion.mk. 2006-06-25 09:31:43 +00:00
minskim
fe49f22f01 USE_TOOLS+=lex 2006-06-21 18:33:14 +00:00
minskim
d2459d21be USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
minskim
b32931e0c1 USE_TOOLS+=flex 2006-06-20 22:12:25 +00:00
tron
ab5ff69efc Don't try to compile in Bluetooth support under NetBSD(-current).
The stub code is not compatible with the API presented by NetBSD.
2006-06-20 13:29:01 +00:00
minskim
2f1eb8ab82 Add a missing file to PLIST.Darwin. Bump PKGREVISION. 2006-06-19 17:50:57 +00:00
rillig
3d3e981e74 Fixed paths to the siod interpreter. Bumped PKGREVISION. 2006-06-19 02:28:52 +00:00
rillig
f760d36b84 Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.
Bumped PKGREVISION.
2006-06-19 00:09:01 +00:00
rillig
b9192ba38e Fixed some pkglint warnings. 2006-06-18 08:51:10 +00:00
rillig
99e1e61068 Fixed many pkglint warnings. 2006-06-18 08:45:56 +00:00
rillig
d47b692399 Fixed path to the Python interpreter. Bumped PKGREVISION. 2006-06-17 22:07:33 +00:00
rillig
f095b1336d Fixed missing Python interpreter. Bumped PKGREVISION. 2006-06-16 23:28:36 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
joerg
48a69a810a Don't query distutils when bootstrapping it. Should fix problems
with devel/py-distutils from the bulk builds.
2006-06-15 16:16:12 +00:00
joerg
16c57990fd Needs pkg-config. 2006-06-11 14:27:21 +00:00
minskim
463e8002f9 USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
rillig
4a96d61132 Fixed pkglint warnings. 2006-06-09 08:50:24 +00:00
rillig
560fc65286 bsd.prefs.mk only needs to be included once. 2006-06-09 08:38:53 +00:00
rillig
8b95cb1a17 Fixed some pkglint warnings. 2006-06-08 21:21:21 +00:00
tron
160dd0add8 Disable shared library checking for this package because some of the
shared library for one of the included demos is missing.
2006-06-07 15:16:35 +00:00
joerg
50897bf30f Uses C++. 2006-06-07 13:03:59 +00:00
joerg
4deace65ec Uses C++. 2006-06-06 18:35:45 +00:00
rillig
6940489d89 Fixed pkglint warnings. 2006-06-06 17:21:42 +00:00
jlam
e5bd7c7b27 Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ. 2006-06-06 16:42:02 +00:00
joerg
8f29633b55 Axe the included libffi and use the pkgsrc version. Simpler than
trying to prevent using it or fixing conflicts. Bump revision.
2006-06-06 15:40:15 +00:00
minskim
387cf483e9 Specify explicitly where openssl can be found. 2006-06-05 17:24:06 +00:00
minskim
c5ca838e26 This package needs lex to build. Add it to USE_TOOLS. 2006-06-05 17:22:39 +00:00
joerg
a3a510958e Remove logic to use the current installed Python as default.
Always prefer the default version and fallback to the first entry
of PYTHON_VERSIONS_ACCEPTED, which is supported by the current
system. Also honour PYTHON_VERSIONS_ACCEPTED and _INCOMPATIBLE,
when PYTHON_VERSION_REQD is used.
2006-06-04 16:26:53 +00:00
joerg
e5c4fb9a3c Remove ONLY_FOR_PLATFORM to give this wider exposure.
Add DragonFly support. Use readline from pkgsrc.
Bump revision.
2006-06-04 13:52:57 +00:00
joerg
13ad220ba0 Needs Python 2.2+ 2006-06-04 12:06:00 +00:00
joerg
23584650b8 Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump. 2006-06-03 01:22:33 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
04019ed5e9 Use install framework for info pages. Bump revision. 2006-06-02 16:45:52 +00:00
joerg
74ab2e1419 Uses C++. 2006-06-02 16:39:15 +00:00
joerg
d9ce311b74 Uses C++. 2006-06-01 21:02:01 +00:00
jlam
d5e3a83249 Allow a PECL PHP extension package to specify its own DISTNAME by setting
PECL_DISTNAME.
2006-06-01 17:44:21 +00:00
jlam
44b37cc4b1 Inspecting the setup.py file, one can see that python23 and python24
only build certain modules if the platform is *not* 64-bit.  Correct
the PLIST for those cases.  This should fix the build on non-64bit,
non-x86 platforms, e.g. powerpc.
2006-06-01 15:25:03 +00:00
rillig
8f2159e5e8 On Linux, -ldl must be included into the libtool archive to make other
packages work, for example games/fillet-ng. This fixes PR 31171.

Bumped PKGREVISION.
2006-06-01 06:52:27 +00:00
joerg
0461ff04d4 Use the installed version of libkaffevm and be a bit less aggressive
in kaffe-x11 when not building parts of the tree. Fixes build issues
on DragonFly, but doesn't affect the binary package.
2006-05-29 17:47:10 +00:00
joerg
ef635bb61e Expects bash. Use portable way to initialise a recursive mutex.
DragonFly is a BSD as well. Bump revision.
2006-05-29 16:31:43 +00:00
joerg
d7f789e0c2 Update to pyrex-0.9.4.1.
Changes in 0.9.4.1:
   Tiny bugfix to correct a tab/space problem in the distutils
extension.

Changes in 0.9.4:
   LValue Casting Is Dead
   I have redesigned the code generator to eliminate the need for lvalue
casting. This means that Pyrex-generated code should now be
gcc4-compatible, although I haven't tested this. Let me know if you find
any remaining lvalue casts; they should be fairly easy to fix now.

   C++ Compilable
   The generated code should now be compilable as either C or C++
without errors (although there may still be warnings). However, note
that you can still only call C++ functions if they have been declared
"extern C", even if you compile the Pyrex output as C++. I hope to
introduce some C++ interface features soon.

   and more.
2006-05-29 15:37:02 +00:00
joerg
2dbebcd1d7 Use REQD_DIRS instead of OWN_DIRS. Bump revision. 2006-05-28 14:16:34 +00:00
tv
4a3ccfb44e Update to 5.0.7. Release notes available via WWW:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2006-05-28 02:24:49 +00:00
reed
2580a59ef1 Use PKGMANDIR. 2006-05-26 18:29:27 +00:00
drochner
6e057064b5 -uses c++
-install documentation, bump PKGREVISION
submitted by Ben Collver per PR pkg/33557 and pkg/33559
2006-05-26 12:30:15 +00:00
jdolecek
cbcb094c62 add patch for WDDX non-ASCII serializer/deserializer problem, reported
as PHP Bug 37569 and 37571
2006-05-23 22:55:22 +00:00
tonio
806cc2197e make sure no java compiler will be found unless the java option is selected 2006-05-23 15:09:52 +00:00
rumble
229ddae92f Binary relocation fails on my NetBSD 3_STABLE i386 box. Disable it for now. 2006-05-23 10:30:32 +00:00
tonio
c34fa8c26c Update lang/chicken to 2.3, patch from PR 33533 by Peter Bex
In Changelog:
- Many bugfixes
- chicken-config was removed, "csc" providing the same functionality
- option -objc generates files in Objective-C mode
- options '-framework', '-rpath'...
...
2006-05-23 10:25:47 +00:00