eric
5650d046fc
Oggz comprises liboggz and the tool oggz, which provides commands to
...
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and writing Ogg files and streams.
It offers various features over the reference libogg, including
support for seeking, validation and timestamp interpretation. Ogg is
an interleaving data container developed by Monty at Xiph.org,
originally to support the Ogg Vorbis audio format but now used for
many free codecs including Dirac, FLAC, Speex and Theora.
ok pea@
2010-11-05 12:54:51 +00:00
ajacoutot
d38d888c18
Allow hp-setup to go a bit further... not complete yet.
2010-11-05 10:29:48 +00:00
sthen
a7fbedab1c
use shared libiconv again (fixed amd64 build noted by landry)
2010-11-05 10:25:24 +00:00
espie
90c0904de3
convert qt3 to new style
2010-11-05 10:06:44 +00:00
landry
fa90b67d7c
this needs gnu libtool macros
2010-11-05 09:50:52 +00:00
landry
c8d7d565f1
Add devel/bison to BUILD_DEPENDS, fixes build on clean box.
2010-11-05 09:15:57 +00:00
sthen
cea3dbd6ed
move to revision/new-style lib_depends
2010-11-05 08:24:49 +00:00
bernd
25b9d95097
Update to git-1.7.3.2 and switch to new README stuff.
2010-11-05 08:23:04 +00:00
ajacoutot
b6db59cf1d
Use xdg-open instead of trying to come up with a giant list of browser
...
names. Fix CUPS web interface URL.
2010-11-05 08:21:22 +00:00
sthen
0d108b08f8
new-style revision/lib_depends
2010-11-05 07:57:07 +00:00
landry
856571321a
Propagate AUTO{MAKE,CONF}_VERSION to aclocal/autoconf calls. Fixes build
...
with upcoming metaauto change.
2010-11-05 07:51:57 +00:00
espie
682bdd0fc0
don't ever make PSEUDO_FLAVORS/MULTI_PACKAGES dependent on arch.
...
Just use NOT_FOR_ARCH-* to not build some stuff somewhere.
That way, dpb says happy.
okay kili@
2010-11-05 00:05:15 +00:00
sthen
21e0d49f9a
move back to new-style LIB_DEPENDS, req by Brad.
2010-11-04 23:33:45 +00:00
jasper
8d332e7992
don't reset BUILD_DEPENDS if we're using the static flavor, so we keep
...
xz as a build dependency there. fixes build of gtar,static on a clean box
2010-11-04 22:51:13 +00:00
kili
80edb59319
Set EPOCH to get around the p0OB fatfingerism.
2010-11-04 22:28:37 +00:00
landry
26edde5c56
Unbreak when building with systrace, replacing
...
${TAR} -C ${WRKSRC}/doc by cd ${WRKSRC}/doc && ${TAR}.
Maybe this got broken by gtar update ?
2010-11-04 22:27:22 +00:00
sthen
706261c00f
- include missing netinet/in.h header pointed out by landry@
...
- don't run configure twice
2010-11-04 22:13:33 +00:00
ian
626eb47556
+= chntpw
2010-11-04 22:01:03 +00:00
ian
71b96d926e
Import chntpw, for resetting your M$Windows-NT/XP/... password under *Nix.
...
Useful now that NTFS is enabled by default. Tested by several. OK merdely@.
Prodded by "Jiri B" who submitted a similar port.
2010-11-04 21:59:20 +00:00
landry
02e940c277
Add a bunch of patches from Todd Carson <toc at daybefore dot net> to
...
allow webkit to build (and even run!) on mips64el, many thanks !
Patches will probably need to be reworked so that they can be fed
upstream, but at least this allows another part of the tree to build on
loongson. And this might even work for sgi.
Tested by jasper@
2010-11-04 21:34:25 +00:00
sthen
f3fc458c9a
use autoconf/automake to regenerate (the distribution patchset updates
...
configure.ac obsoleting patch-configure but doesn't provide a regenerated
configure script so it was never picked up).
2010-11-04 21:33:49 +00:00
jasper
8204cd9b5a
- regen PLIST after doxygen update
...
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
sthen
44b612f91a
update Doxygen to 1.7.2; original 1.7.1 update by me / ok jasper@,
...
revised for 1.7.2 by jasper
2010-11-04 20:13:10 +00:00
jasper
0691836723
- add VMEM_WARNING
2010-11-04 17:57:21 +00:00
jasper
240509d33b
- cups builds fine nowadays on mips64(el), most likely because of the switch to gcc4.
...
so drop the hack to not build -cups on those arches.
ok ajacoutot@ (MAINTAINER) phessler@
2010-11-04 17:53:56 +00:00
jasper
f7f6664652
provide a proper wrapper script
2010-11-04 17:51:46 +00:00
jasper
c4cd4de0c1
- zap pointless MESSAGE and unneeded SEPARATE_BUILD
2010-11-04 17:44:14 +00:00
ajacoutot
c6ead25f76
tyop in MESSAGE.
2010-11-04 17:07:10 +00:00
kurt
ea183889cb
Remove @symlink so this packages again. no pkg bump.
2010-11-04 16:54:14 +00:00
edd
cb6e81f5ae
Update README with symlink warnings descriptions and update checksums of
...
pregenerated format and map files (I had to regenerate them).
2010-11-04 16:16:28 +00:00
eric
f476f7f0f2
- update postgis to 1.5.2
...
- install documentation properly
NOTE: An upgrade of all postgis DBs is required. A "hard upgrade" is
advised. A "soft upgrade" might be possible by keeping a copy of
/usr/local/lib/postgresql/postgis-1.4.so. In all cases, read the
documentation.
ok landry@ jasper@
2010-11-04 13:45:54 +00:00
sthen
70ae306958
Add a prominent comment asking people to check/handle dependent
...
ports if they update this. Suggested by espie on ports@.
2010-11-04 13:45:10 +00:00
sthen
3c1cbf2354
rc script for spamassassin; suggestions and ok aja@
2010-11-04 12:07:09 +00:00
dcoppa
b3ecd6a680
Fix debug build.
...
"Go ahead" jasper@
2010-11-04 12:05:25 +00:00
sthen
78f918b68e
add missing ", ok ajacoutot@
2010-11-04 12:01:42 +00:00
ajacoutot
436b56adbc
Make the default config work without eating all FDs.
2010-11-04 11:29:44 +00:00
sthen
9ecca9774d
remove unnecessary MESSAGE
2010-11-04 11:19:40 +00:00
sthen
e1c7a100e8
add rc scripts. "go ahead" ajacoutot@
2010-11-04 11:18:12 +00:00
ajacoutot
c7d59dddc2
Update to notification-daemon-0.5.0.
...
This update brings ~3 years worth of changes and actually fixes several
lock up issues people have been seeing.
ok jasper@
2010-11-04 09:50:44 +00:00
ajacoutot
9c47f61431
Update to libnotify-0.5.2.
...
0.5.X versions will be the latest to work with gtk+2, starting 0.6 it
will require gtk+3.
This update brings ~3 years worth of fixes.
ok jasper@
2010-11-04 09:49:52 +00:00
ajacoutot
37d4ed9f1a
Add rcs id and shebang.
...
Protect variable names.
2010-11-04 07:54:51 +00:00
robert
51de3dc41b
Add an rc script for nginx too
2010-11-04 07:39:44 +00:00
jasper
2f973aac7d
- update to 0.3.1
...
- new depends
OK maintainer
2010-11-04 07:28:36 +00:00
robert
f87d701a5d
Update to 2.6.3rc and fix a file locking issue while using LDAP.
...
Also add a patch for the LDAP connections to make puppet retry
instead of just erroring out.
2010-11-04 07:20:57 +00:00
steven
0bf0c29a71
update to 2.7.5
...
from brad (maintainer)
2010-11-04 07:18:54 +00:00
dlg
af2cb73be7
update nginx to 0.8.53. the main flavor builds and works fine. the
...
passenger build works, but i havent got a test case for it.
ok william@
2010-11-04 01:41:11 +00:00
kili
e798104f80
w
...
bumpski
2010-11-03 22:18:39 +00:00
kili
b808903775
bumpski
2010-11-03 22:12:01 +00:00
kili
5d2959114a
Add a `pkgpath' field to installed GHC libraries. Only applies to
...
libraries not coming together with ghc. This allows for looking up
a library's PKGPATH by running
ghc-pkg field $pkgname pkgpath
where $pkgname is the GHC library name without the `hs-' prefix,
for example `ghc-paths'.
looks good to jasper@
2010-11-03 21:32:08 +00:00
sthen
868d6ab3e9
update zsync to 0.6.2
2010-11-03 20:10:59 +00:00