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
naddy
6d6cbf3399
* new homepage; from robert@openbsd.pap.st
...
* remove a dead master site
* drop maintainership
2008-09-28 13:55:17 +00:00
sturm
64846247a4
complete switch to tcl/tk 8.5
...
bump PKGNAME
2008-09-28 08:00:33 +00:00
bernd
22d49c4c96
Missing PKGNAME-doc bump after MAINTAINER removal.
2008-09-23 13:27:11 +00:00
bernd
98d7ff85fd
Missing PKGNAME bump. (only 1/3 of the last commit message got actually done)
2008-09-23 13:24:08 +00:00
sthen
9fa5b7d0e0
Add new MAINTAINER, Alex Popov. Bump package.
...
While there, regen PLIST, it had symlinks marked as @bin.
2008-09-18 23:16:13 +00:00
ajacoutot
cf10739f24
- SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
...
looks good to landry@
2008-09-18 13:37:41 +00:00
sthen
ec83713d9b
Drop Jon Olsson as maintainer, as per his request on ports@.
...
Bump package.
2008-09-16 20:40:16 +00:00
martynas
82a1ce83c7
our math.h does not need quirks for gcc anymore. fix-includes
...
script does not produce math.h, and just uses the system one, so
remove it from PLIST. makes gccs package again. spotted&ok naddy@
2008-09-11 19:22:05 +00:00
djm
04a7186835
The _sha256 and _sha512 modules are not built when Python is built
...
against OpenSSL 0.9.8 as it includes support for these hashes directly.
Bump pkgname.
Report from Frank Denis
2008-09-06 23:39:57 +00:00
kili
9c0d3edd18
Drop maintainership.
...
If you have to work on ghc-HEAD but can't get the ghc-HEAD souces, there's
no point to work on it at all.
If you complain about missing portability, and all those Haskell guys agree,
but at the same time delay bootstrapping to the next release whenever a
release happens, there's no expectation for getting bootstrapping back at
all.
2008-09-03 22:40:27 +00:00
steven
007f70e812
add MODRUBY_LIB_DEPENDS.
...
ok bernd@
2008-09-02 21:08:29 +00:00
matthieu
946279c79e
Spaces around the = signs.
2008-08-30 14:02:18 +00:00
matthieu
908f222bec
Update to 1.9, depend on Tcl/Tk 8.5.
2008-08-30 13:54:57 +00:00
espie
ac15a1bac7
update to 5.6.59
2008-08-29 12:30:21 +00:00
espie
d21525a22c
fix stupid conflict marker introduced ages ago that my friends forgot to fix...
2008-08-29 11:52:20 +00:00
kili
40bc3d81ea
Update to nhc98-1.20.
2008-08-28 19:55:20 +00:00
martynas
5f07a11194
- works on amd64, so mark it in ONLY_FOR_ARCHS
...
- adapt 128-bit arithmetics fix
tested by Simon Kuhnle
tested by/ok sthen@, ok espie@
2008-08-28 19:04:40 +00:00
espie
8b52dc2b17
fix bootstrap for ada and -current
2008-08-20 09:56:17 +00:00
espie
f5fbaf125d
fix bogus REGRESS_DEPENDS
2008-08-20 00:06:20 +00:00
espie
9058e15b6c
new version: still builds and runs okay, should be used to compile a new maxima!
2008-08-19 23:45:58 +00:00
jasper
5ba0adf8d0
- add a homepage and license
...
- regen patches and PLIST
- bump pkgname
2008-08-19 22:45:27 +00:00
jasper
ff53f0014d
- update scheme48 to 1.8
...
including many fixes and new features and works on non-i386 too now.
ok MAINTAINER
2008-08-19 22:20:40 +00:00
djm
d39c4b92ff
Fixes for multiple security vulnerabilities:
...
CVE-2008-1679 CVE-2008-1721 CVE-2008-1887
CVE-2008-2316 CVE-2008-3142 CVE-2008-3144
Patches cherrypicked with assistance of val.masutin AT gmail.com and
Toni Mueller.
Tested by sthen@ naddy@ ok pvalchev@
2008-08-06 03:23:31 +00:00
martynas
680c954d11
last round of library bumps due to libc/libm changes. from sthen@
...
double-checked & ok naddy@, go for it pval@
2008-07-30 19:47:09 +00:00
martynas
0ffeb6ec02
adapt the C++ fix for C99 math functions, and bump c++ pkgname:
...
don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we
can use these functions in C++.
espie@ agrees
2008-07-25 20:50:26 +00:00
sthen
323cf44154
shared library and PKGNAME bumps due to use of isinf/isnan/nan
...
following libc/libm changes
2008-07-25 20:25:59 +00:00
sthen
d18eda55cb
bump libpython2.4 and PKGNAME for isinf()
2008-07-25 19:38:46 +00:00
sthen
fbd63db784
bump libpython2.5 and PKGNAME for isinf()
...
ok espie
2008-07-25 19:32:21 +00:00
espie
fa35d4d121
+funsqueak, make normal image depend on vm as well
...
(better dependency model)
2008-07-25 14:02:48 +00:00
espie
475deb0458
extra squeak image for demonstrations
2008-07-25 14:01:48 +00:00
espie
e88b896b1e
fix wantlib, bump pkgname
2008-07-23 11:44:15 +00:00
sturm
6dcf5e2756
missing BUILD_DEPENDS on unzip
2008-07-23 11:40:49 +00:00
espie
0417a74a09
finally update squeak to a more recent version.
...
as far as I know this should work on 64 bit systems.
2008-07-23 11:17:22 +00:00
bernd
e703a8b235
Rerolled distfile. Noticed by sturm@.
2008-07-22 07:35:45 +00:00
bernd
59b5147a34
Update to jruby-1.1.3.
...
Includes some fixes for problems reported by Yannick Francois
and Jeremy Evans. Thanks guys!
2008-07-21 11:17:33 +00:00