Commit Graph

1712 Commits

Author SHA1 Message Date
naddy
c0473d8daf don't try to declare conflicting prototypes for functions already declared
by OpenSSL 0.9.8j
2009-01-10 17:03:34 +00:00
naddy
f3a004bec6 fix "underquoted definition" warnings from newer aclocal and
regen some patches
2009-01-09 17:43:38 +00:00
jasper
75a1acdf6e - update gawk to 3.1.6
* license changed to GPLv3 among other changes

ok wilfried@ (MAINTAINER)
2009-01-07 16:35:08 +00:00
djm
d71b9a7269 Updates and garbage collect all three Python ports:
2.4.4 => 2.4.8
    2.5.2 => 2.5.4
    2.6 => 2.6.1

Python 2.4 and 2.5 lose their build knobs to match 2.6.

Removes no longer needed Python 2.5 security patches backported
from the release25-maint SVN branch.

Remove the -bz2 subpackage from all three versions. It is silly
to make a subpackage to avoid depending on something tiny and
compatibly licensed.

Python 2.4 and 2.5 lose their -expat subpackages; expat has been
in base for some time.

Python 2.5 loses its sqlite subpackge. Again, sqlite is tiny,
compatibly licensed and is depended upon by more and more
applications. This brings it into line with the 2.6 version.

Rework all three version's handling of setup.py. Rather than regex
replacing LOCALBASE and X11BASE into setup.py post-configure, these
are passed in though environment variables. Will save hours of
frustrated cursing familiar to anyone who has accidently used the
update-patches target after configure and had to go back and redo
all the substitutions.

Rework the patching of setup.py for 2.4 and 2.5 to be more like
what we do for 2.6. I.e. keep the diff minimal and avoid deleting
huge blocks of code, so the diff has a chance of applying without
massive hand-editing each patch release.

Fix .py paths in installed .pyc files (patch from eric@)

feedback from several, particularly eric@, ajacoutot@ and Ingo
Schwarze; "get it in" ajacoutot@
2009-01-01 21:03:27 +00:00
steven
58ade8a96e update to 8.5.6
from maintainer Stuart Cassoff
2008-12-26 23:36:03 +00:00
ajacoutot
19d74d1e29 - update to vala-0.5.3
vala-gen-project has been moved to an external project: vtg (Vala Toys
for gedit)
2008-12-17 13:56:41 +00:00
fgsch
95bf280eb6 No expat dependency for 2.6. djm@ ok. 2008-12-16 06:32:27 +00:00
djm
75b30c5d9f unused for a long time; spotted by fgsch@ 2008-12-16 05:32:20 +00:00
djm
40f2faa1e4 more unused files; spotted by fgsch@ 2008-12-16 05:31:32 +00:00
djm
541153395a the python-2.6 port does not have a sqlite subpackage, so this file
is unused
2008-12-15 22:10:34 +00:00
sthen
49a758cc13 update maintainer's email address; corrected from a ports@ submission. 2008-12-14 21:30:27 +00:00
jasper
41bf190970 - update vala to 0.5.1
* adds lots of new bindings, features and bug fixes
2008-11-24 19:30:11 +00:00
simon
f49596295a hook the parrot to our tree
ok jasper@
2008-11-11 22:49:49 +00:00
simon
0a1cf9fa7a update to version 0.8.0 and enable it for i386, amd64 and macppc where
the tests all pass fine

tested by ajacoutot@ and jasper@
ok jasper@
2008-11-11 22:46:30 +00:00
jsg
b0139828d6 Update to 5.1.4 a bugfix release, see
http://www.lua.org/bugs.html for more information.

tested by a bunch of people,
'looks correct' mbalmer@, ok sthen@
2008-11-07 12:23:12 +00:00
kili
01e3cdbac1 Forgot to remove those two patches. 2008-10-29 23:51:24 +00:00
kili
752f936a31 Update to hugs98-2006.09. 2008-10-29 22:55:40 +00:00
ajacoutot
3b716fff98 - add MODPY_BIN to SUBST_VARS
"+1" wcmaier_p, "yes please" steven@, "remove python" mbalmer@
2008-10-27 00:02:27 +00:00
jasper
d5401fca1e - update vala to 0.3.5 2008-10-26 17:24:16 +00:00
jasper
4b20f60c99 - typo in DESCR 2008-10-25 14:54:23 +00:00
jasper
b5691a650b - add gforth 2008-10-25 10:41:30 +00:00
jasper
3b4f1cb46c import gforth 0.6.2
Gforth is a fast and portable implementation of the ANS Forth language.
It works nicely with the Emacs editor, offers some nice features such as
input completion and history, backtraces, a decompiler and a powerful
locals facility, and it even has a manual. Gforth combines traditional
implementation techniques with newer techniques for portability and
performance performance: its inner innerpreter is direct threaded with
several optimizations, but you can also use a traditional-style indirect
threaded interpreter.

originally based on a port by jack woehr, but completely overhauled since.
2008-10-25 10:40:37 +00:00
jasper
762163806d - update open-cobol to 1.0
- update HOMEPAGE
- some details about the licenses
- add db4 support
- tweak DESCR
2008-10-24 16:36:56 +00:00
jasper
b2f25c8ba0 - use ${TMPDIR} instead of "/tmp"
ok robert@
2008-10-24 15:07:13 +00:00
robert
b544005b3f add MONO_SHARED_DIR=/tmp to CONFIGURE_ENV too 2008-10-24 15:05:03 +00:00
robert
62d1eb4a9c Add MONO_SHARED_DIR=/tmp to the MAKE_FLAGS so the ports using this
module won't try to write to /root/.wapi
2008-10-24 14:49:44 +00:00
jasper
70c65b3d12 - don't install jay.1 into share/man/man1 2008-10-24 07:06:01 +00:00
jasper
95227d68c7 - an rcs id was found in the context, which expanded. fixed this. 2008-10-22 12:25:50 +00:00
steven
90360f8b1b update to 30b2
prettier makefile

from maintainer Stuart Cassoff
2008-10-21 21:49:46 +00:00
steven
ecb7f7c54c bugfix update to 8.5.5
from maintainer Stuart Cassoff
2008-10-21 21:34:14 +00:00
steven
45a5036ac6 bump pkgname after maintainer change 2008-10-21 20:13:07 +00:00
djm
e21188af21 python-2.3 => attic 2008-10-19 11:33:50 +00:00
ajacoutot
308c0513a9 - tweak MESSAGE
ok djm@
2008-10-19 07:13:45 +00:00
djm
38f3061a21 out with 2.3
in with 2.6
2008-10-18 12:04:37 +00:00
djm
413ba2dc4a port of Python-2.6, with 100% fewer build knobs!
Thanks to Ian Darwin, Will Maier and Aleksander Piotrowski for feedback
2008-10-18 12:03:56 +00:00
djm
1cc5fcb98c fix slightly borked packaging:
- idle was incorrectly included in the -main package, not the -idle
  subpackage. Move these to where they belong.

- The -main package installed a ${LOCALBASE}/python-config, which
  would conflict with future python versions. Remove this and add
  a MESSAGE suggesting users symlink python-config2.5 to it if
  necessary

- An Emacs .el files was also installed by the -main package, this
  too would conflict with parallel installs of different major
  releases. Move this to the -tools subpackage.

bump PKG_PATCHLEVEL
2008-10-18 12:01:25 +00:00
djm
9861d97b91 Prepare for Python-2.6
Flip default ALL_TARGET to the one that will be used for current
and future (>=2.5) Python releases, move old default down into
2.3 and 2.4 Makefiles

Turn on a verbose retry when regress tests fail; saves messing with
LD_LIBRARY_PATH incantations to get them to rerun

Take maintainership
2008-10-18 11:55:57 +00:00
robert
7b32a5b321 install some essential config files needed by some other ports,
fix nunit.pc.in by jasper
2008-10-17 09:07:12 +00:00
jasper
2cc7c0520b - set CATEGORIES+=lang/mono via mono.port.mk, instead of every port doing
it themselves. like other modules do too.
2008-10-16 21:47:10 +00:00
jasper
b6eff2a130 - update pfe to 0.33.69
- specify license version
2008-10-16 17:30:24 +00:00
robert
f97824db52 time to hook mono up. it works reasonably fine 2008-10-16 16:04:07 +00:00
robert
6ee4e15b5d - fix the pkg-config files and introduce a mono module that removes
all of the hardcoded library versions from the files that we provide
in each mono-* port
- install example config files
2008-10-16 16:00:27 +00:00
robert
e011bb4a75 we don't have MAP_32BIT on amd64 so don't use it and disable generic
code sharing; makes mono work on amd64
2008-10-15 21:33:25 +00:00
robert
4ffc8e7757 import of mono-2.0:
Mono is an open source implementation of .NET Development Framework.
Its objective is to enable UNIX developers to build and deploy cross-platform
.NET Applications. The project implements various technologies developed by
Microsoft that have now been submitted to the ECMA for standardization.

Mono provides the necessary software to develop and run .NET client and
server applications on BSD, Linux, Solaris, Mac OS X, Windows and Unix.

from alek@, modifications by me and some amd64 patches from
Giovanni Bechis

mono is not linked to the build yet, it's getting imported so we can
work on it in tree;
2008-10-15 13:34:10 +00:00
simon
0ffec52079 update to version 0.7.1 2008-10-03 23:33:18 +00:00
kili
de06ccc115 Fix for perl 5.10.
Thanks to sthen@ for testing the build on amd64.
2008-10-02 19:50:52 +00:00
steven
dc4b88b550 update to 8.5.4 and various port cleanups
add README file for tcl/tk on OpenBSD

all from maintainer Stuart Cassoff
2008-10-01 19:47:40 +00:00
jasper
db55d0b427 (hmm..patch got borked last time..)
- add HOMEPAGE
- add license marker
- remove (now) double STK_ARCH
- reformat DESCR
2008-09-29 08:32:04 +00:00
bernd
c4f3158173 Require ruby-gems-1.3.0 and add --default-source-index to GEM_FLAGS. 2008-09-28 15:47:27 +00:00
bernd
87244aa155 Security update to ruby-1.8.6.287.
This fixes a DNS spoofing vulnerability in Ruby's resolver lib. (CVE-2008-1447)

A DoS vulnerability in WEBrick(CVE-2008-3656), problems with Ruby's
safelevel implementation (CVE-2008-3655) and a taint check problem
in Ruby's dynamic loader (CVE-2008-3657) got fixed as well.

This also contains a fix for the REXML DoS issue. (CVE-2008-3790)

More information:
http://www.ruby-lang.org/en/news/2008/08/08/multiple-vulnerabilities-in-ruby/
http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/

Tested by Jeremy Evans and jcs@. Thanks!
2008-09-28 15:43:05 +00:00