Commit Graph

58231 Commits

Author SHA1 Message Date
landry
34539a39d1 Darn. I was supposed to cvs rm this file. Pointed out by Daniel Dickman,
thx.
2010-07-09 12:57:58 +00:00
espie
5c20918a08 new-style LIB_DEPENDS 2010-07-09 11:59:59 +00:00
pea
ab3e256f34 Disable the detection of asciidoc
spotted/suggested fix by landry@

ok landry@
2010-07-09 11:50:38 +00:00
sthen
46626dc2f9 update to 0.99.16 2010-07-09 11:46:02 +00:00
espie
cfff1f7778 better WANTLIB (with full path) 2010-07-09 10:58:50 +00:00
espie
bc62c7752f convert to new style LIB_DEPENDS/WANTLIB
no package change
2010-07-09 10:43:31 +00:00
jakemsr
9c82a33ec9 * fix broken LIB_DEPENDS: libdumb is a static lib
* new style LIB_DEPENDS/WANTLIB
ok sthen
2010-07-09 09:37:37 +00:00
sthen
dedf92a50b update sdl-image to 1.2.10, from Brad, tested in bulk build by landry@ 2010-07-09 09:20:53 +00:00
naddy
aa4cc93d94 bump after i386/hppa/powerpc gcc3->gcc4 switch 2010-07-09 08:45:11 +00:00
landry
50f1483d91 Fix fallout of SO_PEERCRED changes. while here, bring in string.h for
declarations of strcpy() and strlen().
2010-07-09 08:17:50 +00:00
sthen
3609865967 - move LIB_DEPENDS to the new world order
- remove a bogus LIB_DEPENDS and bump as a result of this

problem noted by landry, discussed with jakemsr
2010-07-09 08:12:27 +00:00
landry
12f6c089b8 Whoops 2010-07-09 07:35:04 +00:00
landry
4b0c4eb006 Update to netbeans 6.9, from maintainer Daniel Dickman.
No complains/feedback on ports for three weeks.
2010-07-09 07:34:07 +00:00
sthen
aeac6741d9 cleanup; mostly from Brad.
- Cleans up the Makefile a bit of stuff that isn't necessary.
- Add missing headers to get rid of implicit function warnings.
- Renames conflicting MSGBUFSIZE define to POPMSGBUFSIZE.
- Sync PLIST.
- Remove stray space in DESCR.
- Bump PKGNAME.
2010-07-09 07:17:37 +00:00
ajacoutot
e498f82431 Fix depends:
one mono-addins is enough
missing libunique (spotted by landry@)

Remove bogus DLL_MAP_FILES.
2010-07-09 06:50:59 +00:00
landry
c279deae2d Same here, fix build on a clean box by adding back net/pidgin to
BUILD_DEPENDS and fix WANTLIB while here.
2010-07-09 06:35:21 +00:00
landry
e73d9ed082 Bad espie@.. this indeed depends on -libpurple subpackage, but also needs
pidgin to build, so add it to BUILD_DEPENDS. Fix WANTLIB while here.
2010-07-09 06:30:31 +00:00
landry
29c07cb70a Fix libpurple,-audio flavor PKGNAME - it's different from libpurple
unflavored package, so forcing FULLPKGNAME/FULLPKGPATH was fucking it.
While here, fix dependencies on gstreamer with audio FLAVOR, and
correctly depend on the -audio flavoured libpurple for -finch,audio and
-main,audio.
Looks fine to brad (MAINTAINER)
2010-07-09 06:10:16 +00:00
landry
1fa1c032da Fix getpeereid() fallout. header uses #ifdef HAVE_GETPEEREID, but configure
doesn't even check for the function presence. Add -DHAVE_GETPEEREID to
CFLAGS/CXXFLAGS in MAKE_FLAGS to fix it.
2010-07-09 06:01:07 +00:00
naddy
f6a2a693a6 bump after gcc3->gcc4 switch on several archs 2010-07-08 23:50:39 +00:00
robert
e1bb4de18f Bump UTHREAD_SP_OFFSET to the correct value on i386 after the layout change
in struct _machdep_state from libpthread.
The offset is hardcoded in boehm-gc because it's a private struct so we
cannot use offsetof(). This will probably not change soon again but I am
writing this as a note for people who will run into the same problem in
the future.
All the regression tests are passing now and mono builds fine too.
Thanks to kurt@ for pointers.
2010-07-08 23:00:18 +00:00
ajacoutot
4b19a677fa Remove wrong lib_depends on gstreamer-plugins-ugly, as spotted by
landry@ and espie@.
Explicitely set configure args.
2010-07-08 22:14:47 +00:00
ajacoutot
1acd18543b Remove uneeded V variable.
No pkg change.
2010-07-08 22:03:45 +00:00
marco
5658454bdf Move to 0.9.25
Changelog:
Make NVIDIA xrandr work.
New and shiny signal handleri; SIGHUP now restarts wm.
Add borderless support.
Make floaters remember their locations.
Add prior workspace action.
Mostly community patches.
2010-07-08 21:37:36 +00:00
espie
c627d95278 clean-up AND small changes:
- copy libs over to lib/kde3 (to prepare coexistence with kde4, eventually)
- move lib depends over to WANTLIB
- update WANTLIB for recent changes
- create links to avoid pkg_create protests over non existing links
2010-07-08 21:28:48 +00:00
landry
3dac55be93 Resurrect www/mozilla dir to host a mozilla.port.mk MODULE, that will
help clean up the crazy maze in mozilla ports Makefiles.
ok ajacoutot@ jasper@ naddy@
2010-07-08 21:06:13 +00:00
espie
d9dd312bbf synch with src 2010-07-08 20:48:39 +00:00
jasper
4008540379 - prevent maildrop from appending a newline to mbox files before delivering
new messages. which would alter the final message in the mbox; which mutt,
among others wasn't fond of.

from debian via nima hoda.
2010-07-08 20:32:01 +00:00
jasper
58a169dfe3 sync 2010-07-08 18:59:16 +00:00
jasper
695182bcdf import iverilog 0.9.2
Icarus Verilog is a Verilog simulation and synthesis tool. It operates
as a compiler, compiling source code writen in Verilog (IEEE-1364) into
some target format. For batch simulation, the compiler can generate C++
code that is compiled and linked with a run time library (called "vvm")
then executed as a command to run the simulation. For synthesis, the
compiler generates netlists in the desired format.
2010-07-08 18:58:23 +00:00
pea
412b3e0b05 Avoid conflict with gnupg2. Like this you can install both in the same time.
ok aja@, jasper@
2010-07-08 17:01:57 +00:00
pea
aa0e15f100 Add gnupg2 2010-07-08 16:59:52 +00:00
pea
2ec26d3d0a Import gnupg2
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP 
and S/MIME

With tweaks from ajacoutot@ and jasper@
ok aja@, jasper@
2010-07-08 16:57:54 +00:00
giovanni
12a331b551 Update to 2.5.0 plus a patch from upstream to prevent a segfault 2010-07-08 16:35:58 +00:00
giovanni
88b336cb63 Update to 4.8.0 plus a patch from upstream to prevent a segfault 2010-07-08 16:29:58 +00:00
ajacoutot
c695437ad9 Remove trailing blank lines from DESCR.
Don't hardcode /etc, use SYSCONFDIR.
2010-07-08 16:23:54 +00:00
giovanni
6cd2683552 Update to 4.4.6
Full changelog available at
http://www.hylafax.org/content/HylaFAX_6.0.4/4.4.6/4.3.9_releases
2010-07-08 16:21:17 +00:00
pea
7a97d14767 Add pgbouncer 2010-07-08 16:20:23 +00:00
pea
7e1ada58fb Import pgbouncer.
PgBouncer is a lightweight connection pooler for PostgreSQL.

With tweaks from jasper@
ok jasper@
2010-07-08 16:18:06 +00:00
giovanni
ab1529e5eb Update to 2.6.9 2010-07-08 16:16:51 +00:00
pea
211435835b Add uid/gid 653 for _pgbouncer (databases/pgbouncer) 2010-07-08 16:11:55 +00:00
pea
9c32d9db48 Update to 4.3
ok aja@
2010-07-08 16:08:33 +00:00
giovanni
bfd7a0a0a4 Update to 2.4.5
from Brad
2010-07-08 15:40:11 +00:00
ajacoutot
bf73d995ac Remove build_depends on gtk-doc. First we don't use it
(--disable-gtk-doc) and more important, it creates a dependency loop as
reported by Markus Lude.
2010-07-08 15:20:45 +00:00
sthen
55d57922b7 SECURITY update to 0.092 from Brad
CVE-2010-2488 NULL pointer deref with traffic stats
2010-07-08 15:14:10 +00:00
sebastia
5f6294d106 fix build on gcc2 archs, also reported upstream to nmap-dev@.
OK from giovanni@, jasper@, sthen@, phessler@
2010-07-08 14:43:30 +00:00
jasper
3a38b5ecfe - zap $V (spotted by aja)
- tweak comment
2010-07-08 12:38:23 +00:00
jasper
d0c782c132 - sync 2010-07-08 12:30:20 +00:00
jasper
f2e86ecce6 import luaprofiler 2.0.2
LuaProfiler is a time profiler designed to help finding bottlenecks on
your Lua program.

If you use LuaProfiler into your program, it will generate a log of all
your function calls and their respective running times. You can use this
log to generate a summary of the functions your program uses, along with
how long it stayed in each of them, or you can import the log into a
spreadsheet for further analysis.
2010-07-08 12:28:57 +00:00
jasper
1f4c98a5a6 sync 2010-07-08 11:21:26 +00:00