Commit Graph

4793 Commits

Author SHA1 Message Date
jakemsr
26a9c9cc52 - use the sun audio interface instead of the OpenBSD interface
- sync patches with update-patches
- bump PKGNAME

the sun interface keeps fewer samples in the play buffer, and with
less fluctuation than the OpenBSD interface.  results in better
audio-video synchronization in e.g. ffplay and gnash

go for it -pval
2007-07-20 05:23:41 +00:00
kurt
dacf31c5b4 make this work with motif > 2.1 too 2007-07-18 17:53:07 +00:00
kurt
f71ecfc678 regen patches 2007-07-18 15:09:52 +00:00
kurt
515f2a2739 regen patches 2007-07-18 14:19:27 +00:00
jasper
fbd899d90d add yasm 2007-07-18 11:43:20 +00:00
jasper
076f4c9428 import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.

from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 11:41:28 +00:00
jasper
5e3c5fcc8b - update libglademm to 2.6.4
- convert to use gnome.port.mk

ok wilfried@
2007-07-17 16:54:15 +00:00
jasper
640d52c6b5 - update libglade2 to 2.6.1
- convert to use gnome.port.mk
- add REGRESS_IS_INTERACTIVE

ok wilfried@
2007-07-17 16:50:34 +00:00
jasper
20b6a0d50a - update gconfmm to 2.18.0
- convert to use gnome.port.mk
- remove unused patch

ok ajacoutot@
2007-07-17 16:49:02 +00:00
jasper
422c018aa9 - update glib2mm to 2.12.10
- convert to use gnome.port.mk

"okey-dokey" wilfried@ (MAINTAINER)
2007-07-17 08:16:26 +00:00
jolan
45b31caa2e fix long standing memory corruption problem, from sdl_mixer svn 2007-07-15 01:05:52 +00:00
kili
a2e52b65da Let it build with the new boehm-gc, and add a help file to the PLIST. 2007-07-14 22:17:22 +00:00
kili
1dd9afdf52 Update to 7.0.
Most work done by kurt@, who got bleeding eyes and has been trapped
into pthread issues because some of us (me and Stuart Henderson)
were slopyy and applied some patches only partial. A big sorry to
kurt@ for this waste of time!

Tested by many. Intermediate ok's (IIRC) from kurt@, naddy@ and todd@.
2007-07-14 22:16:16 +00:00
deanna
d102239f91 Add a patch from Boost CVS for amd64 support in endian.hpp. From
Jon Olsson <jon at vexed.se>.  Bump pkgnames and order plist.

"looks good" wilfried@
2007-07-14 14:13:48 +00:00
sturm
95df912651 BUILD_DEPENDS are not SUBPACKAGE specific
no PKGNAME bump it needed
2007-07-14 06:20:55 +00:00
kurt
d46a2a67a5 - remove patch that should have been removed with last commit 2007-07-13 23:25:30 +00:00
kurt
6b86e4383e - update to build 15
- switch to the JRL licensed src. why? because it will allow me to complete
the port. OpenJDK/GPLv2 src isn't complete and the parts that we don't have
are only released in binary form with a defend and indemnify clause. When
all of the jdk is GPLv2 I will switch back to OpenJDK/GPLv2 src.
- copy the Linux src files for the rest of the jdk so i can begin to patch
them. One src file is based on solaris code since that suits us better as
a starting point.
2007-07-13 22:52:35 +00:00
jasper
4c067f4344 - fix WANTLIB
- bump PKGNAME
 -sync patches while here.
2007-07-13 13:47:25 +00:00
ajacoutot
02622d3623 - tweak HOMEPAGE
- remove quotes around COMMENT while here
2007-07-13 08:05:18 +00:00
bernd
786de2fdd3 Update to git-1.5.2.3.
Diff from Daniel Dickman. Thank you!
2007-07-12 18:26:04 +00:00
sturm
704c96b325 don't use PKGNAME as DIST_SUBDIR, otherwise you'd have to adjust and
redownload the tarball with every p-level change
2007-07-10 05:15:03 +00:00
jasper
a7d698cad8 woops..comitted the wrong tarball...so add the shared lib here too.
no pkgname bump, as it didn't package.
2007-07-09 22:27:34 +00:00
jasper
f00ecabe63 of course is this for i386 too... 2007-07-09 20:08:53 +00:00
jasper
b66c50207b add libsigsegv 2007-07-09 20:08:16 +00:00
jasper
d36a5b8830 import libsigsegv 2.4
This is a library for handling page faults in user mode. A page fault
occurs when a program tries to access to a region of memory that is
currently not available. Catching and handling a page fault is a useful
technique for implementing:

    * pageable virtual memory,
    * memory-mapped access to persistent databases,
    * generational garbage collectors,
    * stack overflow handlers,
    * distributed shared memory,

based on a submission by Scott Vokes <vokes.s at gmail.com> (MAINTAINER)
with lots of tweaks by me and kurt@

help and ok kurt@
2007-07-09 20:05:29 +00:00
jasper
e4b7b5a4c2 forgot to bump pkgnames after PFRAG.shared removal, sorry..
noticed by naddy@
2007-07-09 19:31:07 +00:00
ajacoutot
6aa7589e31 - bump PKGNAME to force upgrade as former powerpc snap package did not
contain the correct revision of patch-ltmain_in (thanks to CVS tag and
yours truly's stupidity)
gnome-applets,gstreamer-0.8 and gdm should be able to build correctly now

thanks to kurt@ for discovering my brain damage...
2007-07-09 16:05:41 +00:00
ajacoutot
531f56b2bc - s/macppc/powerpc 2007-07-09 14:44:22 +00:00
ajacoutot
2ffc577fc9 - make it build under macppc
- set ONLY_FOR_ARCHS=i386 amd64 macppc

"fine with me" steven@, ok martynas@ (maintainer)
2007-07-09 13:33:21 +00:00
aanriot
1264485847 remove SUBST_VARS+=DISTNAME, no package change.
ok ajacoutot@
2007-07-07 21:38:36 +00:00
kurt
ca0e01e493 - don't link jvmti demo native libs with $ORIGIN in RPATH since ld.so
does not support it yet.
- fix writes to HOME complaints
- clean up post-build target
2007-07-06 01:35:57 +00:00
steven
31a958f07e update to 1.2.8
ok simon@
2007-07-05 16:02:03 +00:00
steven
fd306b2071 update to 1.2.9
ok simon@
2007-07-05 16:01:28 +00:00
jasper
32a30e5331 -NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
+SHARED_ONLY=	Yes

ok ajacoutot@, simon@, mbalmer@ (for the postgresql bits)
2007-07-04 19:18:45 +00:00
sturm
18a9741557 just match the first 2 chars of EDITOR to recognize vi mode, this way
a value of 'vim' works as expected
sync patches while here

from mfriedl@ who is too shy to commit to ports
2007-07-04 16:39:41 +00:00
jolan
3c7dd80e51 +luaevent 2007-07-03 19:37:45 +00:00
jolan
f8a575b0e3 luaevent-0.1.1, lua binding of libevent
from pedro martelletto
2007-07-03 19:36:10 +00:00
jasper
bfb93b112b update p5-Event to 1.09 2007-07-02 22:42:27 +00:00
kurt
ff364b1c3b - actually enable version scripts on libjvm which fixes a symbol conflict
with recent xulrunner which is used by eclipse's internal swt-browser.
(patch missed in last update)
- adjust url to update 11 download which has been move to the archive.
2007-07-01 20:34:02 +00:00
martynas
20ad84604b better comments; ok steven@ 2007-06-29 21:38:31 +00:00
kili
1aa7acd27f And bump the PKGNAME. 2007-06-29 11:23:41 +00:00
kili
54fcefd559 Build with nhc98 if no ghc is available. 2007-06-29 11:07:16 +00:00
kili
fbd333f92c Update to 1.4.
Tweak WANTLIB (gmp only required when built with ghc).
Take maintainership.

Not that some regression tests fail. This will be fixed in the next
release.
2007-06-29 10:59:07 +00:00
kili
ac7da55938 Tweak WANTLIB (gmp only needed when built with ghc).
Take maintainership.
2007-06-29 10:57:29 +00:00
jakemsr
468e026756 - use exact width data types for libfaad interaction
- LIB_DEPENDS-faad libfaad >= 1.0
- bump PKGNAME-main and PKGNAME-${PLUGIN}
- remove unused PATCHLEVEL variable
- adjust WANTLIB-main and WANTLIB-gnome as per lib-depends-check
- sync patches with update-patches

OK naddy@
2007-06-29 06:13:44 +00:00
martynas
b1e7eeeafa stick with firefox codebase and manually check out xulrunner update
so that applications which depend on xulrunner won't suffer from
the vulnerabilities which are already fixed.

MFSA 2007-17; MFSA 2007-16; MFSA 2007-14; MFSA 2007-13; MFSA 2007-12;
MFSA 2007-11; MFSA 2007-09; MFSA 2007-08; MFSA 2007-07; MFSA 2007-06;
MFSA 2007-05; MFSA 2007-04; MFSA 2007-03; MFSA 2007-02; MFSA 2007-01;
MFSA 2006-76; MFSA 2006-75; MFSA 2006-73; MFSA 2006-72; MFSA 2006-71;
MFSA 2006-70; MFSA 2006-69; MFSA 2006-68; MFSA 2006-67; MFSA 2006-66;
MFSA 2006-65; MFSA 2006-64; MFSA 2006-62; MFSA 2006-61; MFSA 2006-60;
MFSA 2006-59; MFSA 2006-58; MFSA 2006-57; MFSA 2006-56; MFSA 2006-55;
MFSA 2006-54; MFSA 2006-53; MFSA 2006-52; MFSA 2006-51; MFSA 2006-50;
MFSA 2006-48; MFSA 2006-47; MFSA 2006-46; MFSA 2006-45; MFSA 2006-44.

(these are for firefox 1_8_0_4 -> 1_8_1_4)

ok kurt@
2007-06-28 19:50:04 +00:00
ian
614ac9a90a Better url in FETCH_MANUALLY, ok kurt@ 2007-06-28 03:20:20 +00:00
kurt
f343bad171 - Update to 0.5.33 from maintainer Carlos Valiente <yo@virutass.net>. 2007-06-27 22:47:29 +00:00
kurt
450f231ad4 - update port to be based of Sun's 1.5.0 Update 11 src which includes many
bug fixes since the initial release of the 1.5 jdk. I'm sure some of the
fixes are security related but I wasn't able to find a concise list. All
the bugs fixes listed here from update 11 and lower should be fixed by
this update: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_11
- NOTE: License change: used to be SCSL, now is JRL (Java Research
License). Still no packages with this license but at least we get the bug
fixes and security fixes now: https://tiger.dev.java.net/
- enable version scripts on libjvm which fixes a symbol conflict with
recent xulrunner which is used by eclipse's internal swt-browser.
2007-06-27 21:51:09 +00:00
kurt
01ba206cd1 expand BUILD_DEPENDS to allow building ports with jdk-1.5.0 update 11 2007-06-27 21:33:33 +00:00