Commit Graph

49412 Commits

Author SHA1 Message Date
sthen
e3110615f3 convert to tcl.port.mk, fixing deps 2009-03-16 20:08:48 +00:00
sthen
9d6bbb64df autoconf build depends 2009-03-16 19:46:57 +00:00
ajacoutot
ef2e813040 - fix wantlib & bump 2009-03-16 18:40:40 +00:00
sthen
bbfbc3a38d fix depends 2009-03-16 17:52:52 +00:00
sthen
2a949121df fix pkgspec using ${MODGNU_AUTOCONF_DEPENDS} etc, BUILD_DEPENDS only so
no bump. reported by Markus Hennecke on ports@.
2009-03-16 17:31:57 +00:00
sthen
0f5dadbf43 remove internal spawn-fcgi in favour of a RUN_DEPENDS on www/spawn-fcgi 2009-03-16 17:15:34 +00:00
sthen
14c4ee981e +spawn-fcgi 2009-03-16 17:14:13 +00:00
sthen
abcbd455c2 conflict with spawn-fcgi and lighttpd. bump. 2009-03-16 17:11:42 +00:00
sthen
70684ca2b6 import php-fastcgi, a FastCGI application launcher. from Brad (maintainer).
Future lighttpd releases will not include this internally. @conflict markers
as appropriate.
2009-03-16 17:10:36 +00:00
sthen
744eb19e33 unbreak RUN_DEPENDS for MOD_JAVA_VER=1.x+, which I missed when I fixed
the normal case. problem found by Andreas Kahari.
2009-03-16 16:38:25 +00:00
espie
2901c5bac6 this conflicts with cppunit from <=OPENBSD 4.4 2009-03-16 14:27:24 +00:00
ajacoutot
0d840b9532 - HOMEPAGE moved
from David Coppa, thanks!
2009-03-16 13:55:23 +00:00
espie
8db0cff7d0 fix deps 2009-03-16 13:28:57 +00:00
sthen
5171eb2ab4 fix pkgspec 2009-03-16 13:21:22 +00:00
ajacoutot
5578cdff26 +gecko-mediaplayer 2009-03-16 13:20:41 +00:00
sthen
8b1055603f bump for tk; pointed out by jasper@ 2009-03-16 13:18:56 +00:00
ajacoutot
13467619d0 Import gecko-mediaplayer-0.9.5
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play
media in a browser.  It should work with all browsers on Unix-like
systems that use the NS4 API (Seamonkey, Firefox, Epiphany, etc).

from David Coppa (MAINTAINER) with some tweaks
2009-03-16 13:00:19 +00:00
sthen
55a3d3de44 python depends 2009-03-16 12:53:03 +00:00
sthen
68d995b69a use MODPY_LIB_DEPENDS and bump 2009-03-16 12:50:14 +00:00
ajacoutot
eff4f7736c - tweak XXX 2009-03-16 12:03:18 +00:00
ajacoutot
b0c79bef6c - unbreak after goom plugin removal from gstreamer-plugins-good 2009-03-16 12:02:55 +00:00
espie
f2cea121fb a few deps 2009-03-16 11:40:24 +00:00
ajacoutot
135c535406 - update to gnome-mplayer-0.9.5
(missed it in previous import)
2009-03-16 11:27:21 +00:00
espie
bb0189239c fix deps (checked with new ecl) 2009-03-16 11:20:16 +00:00
espie
78870ad865 update to 8.12.0 (new numbering scheme, but >old version)
a few patches to deal with shared libraries.
there is lisp code to deal with recognizing .so, so until someone dives
in and adapts it for OpenBSD, keep a libecl.so...
2009-03-16 11:19:12 +00:00
sthen
caab4bdcba - fix db pkgspec
- replace a hardcoded -I/usr/local/include/db with ${LOCALBASE}/include/db
- regen plist
2009-03-16 11:14:56 +00:00
sthen
a1ca003a7d fix pkgspec, regen plist 2009-03-16 11:07:29 +00:00
sthen
d314adc815 fix pkgspec 2009-03-16 11:05:54 +00:00
sthen
f4fe34caed fix pkgspec/wantlib 2009-03-16 11:05:45 +00:00
sthen
d4b1105e37 fix BUILD_DEPENDS for anything pulling in MODULES=www/zope 2009-03-16 10:52:08 +00:00
landry
1eca677d3a Puke some bits of autofoo to make sure it picks uuid lib from
sysutils/e2fsprogs and not the one from devel/uuid. Fixes the build when
the latter is installed...
Spotted by Benoit Lecocq, thanks!
2009-03-16 10:46:52 +00:00
ajacoutot
b0219e37bc - fix mozilla plugins path
(not sure why we diverted from default but...)
2009-03-16 10:44:43 +00:00
ajacoutot
1722bdf2e4 - unbreak by fixing dependency spec
- remove run_depends requirement on firefox while here, this plugin can be
used by other ns4 browsers (tested with epiphany)
2009-03-16 10:42:06 +00:00
sthen
56a9b36b5b convert to tcl.port.mk, fixing pkgspec 2009-03-16 10:38:09 +00:00
sthen
47339d717a sync, 5597. (the last sync was quite recent, but a lot of pkgspec
changes were made since then).
2009-03-16 10:34:39 +00:00
espie
e3545acf5d fix dep, regen adastrap for -current 2009-03-16 10:24:28 +00:00
sthen
6a7f8d0ab9 add the package spec to libldns LIB_DEPENDS in unbound/Makefile,
making it easier to install/update unbound if you have an old libldns
already installed.  ok jakob@
2009-03-16 09:56:15 +00:00
ajacoutot
110619afed +gnome-mplayer 2009-03-16 09:56:15 +00:00
ajacoutot
7b98eb2149 Import gnome-mplayer-0.9.4
GNOME MPlayer is a simple GUI for MPlayer.
It has a rich API that is exposed via DBus.  It is not highly dependent
on the GNOME libraries, but its look and feel is based on the GNOME HIG.

The player can be used to play media on websites when used 
with Gecko Mediaplayer.


Note that despites its name, it is not a GNOME application but rather a
simple gtk one, this is why it is not under x11/gnome. It is completely
usable on !GNOME.

from David Coppa (MAINTAINER) with some tweaks.
2009-03-16 09:53:18 +00:00
espie
350fa604f2 fix depends 2009-03-16 09:51:44 +00:00
espie
26a6f0ba38 fix depends 2009-03-16 08:56:32 +00:00
ajacoutot
7a0cdd858b - sort 2009-03-16 07:56:28 +00:00
ajacoutot
23ff019326 - add to math CATEGORIES 2009-03-15 21:55:12 +00:00
jasper
a1af74843a - fix potential 64-bit issue due to missing header 2009-03-15 21:23:09 +00:00
landry
670ab00844 link testdisk to the build 2009-03-15 20:12:19 +00:00
landry
4aa6207b63 Import testdisk 6.10, which provides testdisk and photorec :
TestDisk is a powerful free data recovery software! It was primarily
designed to help recover lost partitions and/or make non-booting disks
bootable again when these symptoms are caused by faulty software,
certain types of viruses or human error (such as accidentally deleting a
Partition Table). Partition table recovery using TestDisk is really
easy.
PhotoRec is a file data recovery software designed to recover lost files
including video, documents and archives from Hard Disks and CDRom and
lost pictures (thus, its 'Photo Recovery' name) from digital camera
memory. PhotoRec ignores the filesystem and goes after the underlying
data, so it will still work even if your media's filesystem has been
severely damaged or re-formatted.

with feedback from pea@, thanks!
2009-03-15 20:11:01 +00:00
landry
e1da3db508 Update to e2fsprogs-1.41.4 (supporting ext2/ext3/ext4 fs) :
- Remove MAINTAINERS as they agree not having time nor interest for it.
- Use install-libs target instead of manually installing some cherrypicked
headers - now all needed headers are installed in the right place.
- Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck.
- Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid.
- Patch most Makefiles to print full build commands instead of the
non-informative linux-kernel-like output.
- Patch some regress tests, more and more works fine now.

With feedback and tweaks from naddy@ and pea@
2009-03-15 19:59:31 +00:00
jakob
9debc5067c fix postfix upgraade by ensuring the binaries have the proper
permissions; from brad
2009-03-15 19:38:05 +00:00
ajacoutot
d9ce578e26 - tweak 2009-03-15 18:31:29 +00:00
jasper
cc5cec8dda - update goocanvas to 0.14 2009-03-15 18:30:13 +00:00