Commit Graph

2069 Commits

Author SHA1 Message Date
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
jasper
e017fb1bda - merge another PFRAG into PLIST 2010-09-29 17:14:13 +00:00
jasper
12e243ea6c - fix build on hppa 2010-09-28 20:48:04 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
jasper
79370ddcd2 - revert patches after subst_cmd was ran sometime ago, so we have ${LIBTOOL} again 2010-09-28 18:33:06 +00:00
jasper
17a36fcebe - sigh, i swore i fixed this type already.. 2010-09-28 13:09:16 +00:00
jasper
a3b70f0360 - bump after gcc4 switch of mips64 2010-09-28 09:09:15 +00:00
jasper
7c9ea3f944 - update librep to 0.91.0
* all lisp files have to be byte-compiled again, as this release
brings an ABI change
- take maintainership
2010-09-27 14:43:38 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
jasper
175942dc6d sync 2010-09-26 18:35:05 +00:00
jasper
33989ae8ab import haskell-src-exts 1.9.3
Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension
of the standard haskell-src package, and handles most registered
syntactic extensions to Haskell, including:

    * Multi-parameter type classes with functional dependencies
    * Indexed type families (including associated types)
    * Empty data declarations
    * GADTs
    * Implicit parameters
    * Template Haskell 

[..]

feedback/ok kili@
2010-09-26 18:34:28 +00:00
steven
b51b966cd1 summarize why it uses gnu libtool 2010-09-25 20:05:45 +00:00
steven
da6fadd030 indicate why we use gnu libtool 2010-09-25 18:25:35 +00:00
sebastia
507103ec99 Update expect to 5.44.1.15
switch from tcl/tk 8.4 to 8.5
take maintainership

after fixing the WANTLIB finally OK, landry@, sthen@, jasper@
2010-09-24 14:16:50 +00:00
jeremy
f19ae70951 Remove files that I checked out with -r HEAD 2010-09-23 22:04:13 +00:00
jeremy
3a030020ea Split the lang/ruby port into separate ports for ruby 1.8 and ruby
1.9, similar to how the lang/python ports are handled.  ruby 1.8
now installs as ruby18 and ruby 1.9 installs as ruby19.  The
included MESSAGE files for both ports let you know the symlinks to
set up if you want to make that version the default system ruby.

Split port originally started by bernd@, many changes since by me,
help and support from jcs@, landry@, jasper@, and sthen@.

This causes a large amount of fallout in dependent ruby ports,
which will be committed shortly.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 21:58:50 +00:00
ajacoutot
08fbd4655e Update to vala-0.10.0.
ok jasper@
2010-09-23 14:15:37 +00:00
joshe
128680d7d9 Build on sparc64.
ok jasper@
2010-09-23 13:42:22 +00:00
jasper
681dbc4afb - fix URL 2010-09-23 12:26:37 +00:00
sthen
0d6d9cbdb4 Fix apostrophe's usage in comment. ok apostrophe.org.uk? 2010-09-23 12:23:54 +00:00
jasper
a9b88e32a8 - fix libtool usage and remove use_libtool=gnu. 2010-09-23 11:56:25 +00:00
jasper
fbe696e789 - append lang/ghc to CATEGORIES iff !nort
ok kili@
2010-09-22 22:09:53 +00:00
jasper
b63b6c45f4 - fix a variable name in comment
ok kili@
2010-09-22 22:02:38 +00:00
jasper
9a039107d3 - allow the erlang-mode to work by default by installing a missing file
ok joshe@
maintainer timed-out
2010-09-22 13:50:20 +00:00
jasper
6e6097e4ac - remove the BROKEN-mips64 markers after miod's recent softfloat commit,
python seems to be working well enough now.
2010-09-22 13:44:12 +00:00
landry
6613d9dada Add amd64 and sparc64 to NOT_FOR_ARCHS. espie@ has an update which will
hopefully fix that, but in the meantime less kittens are killed.
2010-09-22 07:24:42 +00:00
landry
07ae25f613 Use gnu libtool here as PLIST contains a funky symlink to libtool binary.
jasper@ said he'll look into it.
2010-09-22 06:52:14 +00:00
joshe
225f3da797 Update my email address. 2010-09-21 22:25:08 +00:00
landry
ce03327d74 Mark as broken on hppa. I'm tired to kill that f.. process after it ate
100% cpu for 2 days.
2010-09-20 18:02:47 +00:00
jasper
ef7febd8f7 - adjust after libffi update 2010-09-19 20:19:39 +00:00
kili
c3147d3ddd Add a @mandir marker to the plist, to get whatis.db
cleand up on pkg_delete.

Noticed and ok fgsch@
2010-09-19 12:52:49 +00:00
fgsch
64401fc28c - Add a MODPY_JSON var soon to be used by ports requiring simplejson when
built with python versions previous to 2.6.
- Simplify MODPY_BADEGGS.
- Fake setuptools if MODPY_SETUPTOOLS is not present to detect those ports
  that will build regardless but the resulting plist will be different.
Input, tested and ok by many, thanks!
2010-09-16 22:58:19 +00:00
fgsch
42c9e879be Update Python to 2.6.6. Tested by many.
sthen@ ok
2010-09-16 22:36:08 +00:00
fgsch
06cc1c44bb Update WANTLIB after ncurses update. While here remove unneeded pthread-stubs
and xcb from -tkinter.  With help from sthen@
2010-09-16 22:34:08 +00:00
ajacoutot
d25bd8856b Remove powerpc from mono supported arches.
It builds but there is no support for sigcontext and mono crashes right on
startup. No need to loose time building this...

input and ok robert@
2010-09-16 18:53:29 +00:00
kili
8836c64046 Pugs.Types defined an Eq instance for Control.Concurrent.STM.TMVar (from
the stm package), which is no longer possible, because TMVar is deriving
Eq now. So move the (somewhat crude)  comparision based on addressOf (which
comes from the hs-pugs-compat package) into Pugs.AST.Types, providing an
explicit Eq instance for VThread.

IMHO, instance declarations for standard type classes on types imported
from other Haskell packages are evil.

Breakage noticed by naddy@.

While here, update WANTLIB and bump.
2010-09-14 18:58:01 +00:00
jasper
ba9b762f6e Apply a SECURITY FIX from upstream ruby for a WEBrick HTTP server XSS
vulnerability (CVE-2010-0541).

from TAKAHASHI Kaoru
maintainer timed-out
2010-09-14 12:03:42 +00:00
sebastia
3fb3691099 Maintainer update of erlang to R13B04, and apache-couchdb to 0.11.0
OK landry@
2010-09-13 17:31:02 +00:00
naddy
7d44e4568d fix build with new libX11 Xdefs.h; ok jasper@ 2010-09-13 14:54:46 +00:00
kili
d8feb52c42 New bootstrapping tarballs after ncurses update.
Adjust WANTLIB and bump.
2010-09-10 18:10:00 +00:00
robert
744327511e update this php port to 5.2.14 too 2010-09-10 10:42:17 +00:00
jasper
02404b0b7d - automatically set PKG_ARCH=* when SHARED_ONLY is not set
ok sthen@
2010-09-09 17:32:36 +00:00
sthen
c31e1ac820 fix RUN_DEPENDS, no cookie for me or jasper. pointed out by viq. 2010-09-06 22:44:46 +00:00
jasper
48646831e8 - add a comment as to why the symlink is made
- add slib as a run dependency, so the symlink points to something
- switch to new DEPENDS/WANTLIB/REVISION

ok sthen@
2010-09-06 12:15:32 +00:00
kili
651399efe9 Bump for real. 2010-09-05 10:54:02 +00:00
sthen
9a433e21ca When knocking out a MULTI_PACKAGE on some arch, keep listing it in
MULTI_PACKAGES, and add an (ONLY|NOT)_FOR_ARCHS-subpkg=somearch, rather
than changing contents of the MULTI_PACKAGES variable.

Fixes dpb builds on !amd64/i386, because the bsddb package was
knocked out on other arch.

'please unfuck the fucking mess people only testing on i386 and
amd64 did' landry@
2010-09-03 19:20:06 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
sthen
b02db8276f bumps for python 2010-08-30 21:56:33 +00:00
fgsch
7306c4d463 Switch default to python 2.6.
Discussed and ok from many. Bumps will follow.
2010-08-30 16:35:02 +00:00
jasper
f865c680f8 - missed in previous 2010-08-24 12:20:43 +00:00