Commit Graph

33497 Commits

Author SHA1 Message Date
kurt
aa74a6e1f4 - speed up builds on mp systems by using parallel compiles (one per cpu)
- increase default thread stack size on amd64
- filter out corrupt env vars with no name
- Properly deal with error cases in transferTo0(). Corrects non-blocking
IO case.
All but first one from FreeBSD
2006-07-10 13:17:39 +00:00
espie
64feab316c Really process SHARED_LIBS 2006-07-10 11:44:30 +00:00
espie
307bf47c15 +sqlports 2006-07-10 10:58:48 +00:00
espie
2e019b5e25 package the database built from ports for any user. 2006-07-10 10:57:59 +00:00
espie
15cecfd126 +CONFIGURE_ARGS 2006-07-10 10:52:08 +00:00
espie
413a0547de add AUTOCONF/AUTOMAKE_VERSION 2006-07-10 10:35:50 +00:00
espie
aebeb16b58 put the guessdirs loop at the shell level so that it's evaluated later. 2006-07-10 10:12:05 +00:00
bernd
34a129ce4f Fix typos and do some cleanup.
'go ahead' espie@
2006-07-10 08:01:08 +00:00
espie
75e1eb991e +2.60 2006-07-10 00:40:12 +00:00
espie
a017ff3be1 autoconf 2.60, will probably be needed sooner or later for other
software.
2006-07-10 00:39:49 +00:00
espie
336fddee48 zap old patch that's no longer needed with format() support in m4.
patch 2.59's testsuite so that it passes one more test after converting
from our m4 to gnum4's error output format.
2006-07-09 23:14:26 +00:00
espie
92759b023b avoid committing empty entries in space separated lists. 2006-07-09 20:59:57 +00:00
espie
3b1cddbff9 do not commit empty libspecs.
keep rowid around, since the key does not change for every iteration.
2006-07-09 20:56:48 +00:00
naddy
3880cdb906 add missing RUN_DEPENDS on py-cairo; suggested by jolan@
ok jolan@ mjc@
2006-07-09 19:59:56 +00:00
sturm
c0d6a3c5bc p5-Template-Plugin-Number-Format 2006-07-09 18:18:11 +00:00
sturm
5f3f91036d Initial import of Template-Plugin-Number-Format 1.01
Template::Plugin::Number::Format makes the number-munging grooviness
of Number::Format available to your templates.  It is used like a
plugin, but installs filters into the current context.
2006-07-09 18:17:06 +00:00
ckuethe
d3f93fc77c Update to vim 7.0.35.
ok robert, espie
2006-07-09 17:44:16 +00:00
ckuethe
857210df82 Fix comment describing usage.
ok espie
2006-07-09 17:39:34 +00:00
espie
63e55c9c0d ignore the sqlports stuff 2006-07-09 12:00:36 +00:00
espie
8dd6a28c5f also dump SUPDISTFILES
do not store empty values which are always defined, but can be empty.
2006-07-09 11:23:50 +00:00
espie
dd168a8754 introspection mechanism: dump-vars 2006-07-09 11:10:16 +00:00
espie
1aecbb09e3 Example script to convert values from the ports tree into an sqlite database.
Discussed with robi/bernd/steven.
2006-07-09 11:00:53 +00:00
steven
24960db701 SECURITY update to trac 0.9.6
* Fixed reStructuredText breach of privacy and denial of service
  vulnerability found by Felix Wiemann.

from maintainer Ben Lovett <ben at tilderoot.com>
2006-07-09 10:11:49 +00:00
steven
4968c90c07 update to icewm 1.2.26
from maintainer Peter Williams <peterbw at gmail.com>

add MODULES=devel/gettext and sync PLIST while here
2006-07-09 09:32:01 +00:00
ckuethe
f3f82b2357 Update libgphoto to deal with new libexif. Prompted by Steven.
ok sturm ("go ahead, i'll yell at you if you break anything")
2006-07-08 21:03:54 +00:00
ckuethe
8cb039e631 Long awaited update from 0.5.9 to 0.6.13.
ok sturm ("go ahead, i'll yell at you if you break anything")
2006-07-08 21:02:52 +00:00
espie
f242ce13b4 avoid %3d in m4_format. Noticed by naddy@, easier to do than patch m4
to do %3d (stupid idea anyways).
2006-07-08 17:04:40 +00:00
naddy
8b115a3489 maintenance update to 2.2.15 2006-07-08 14:56:59 +00:00
fgsch
57c10f880e Update to 3.6.0. 2006-07-08 11:19:41 +00:00
espie
ee210c3e4e move REPORT_PROBLEM to pkgpath.mk so that we can use it from bsd.port.mk
as well.

Add the target to the default problem reporter.
Report problems while building dependencies.
2006-07-08 09:20:30 +00:00
sturm
edcca306ff unbreak build by not picking up gtkspell 2006-07-08 08:49:38 +00:00
steven
67934fdd5f bump PKGNAME after changing depends... 2006-07-08 06:55:13 +00:00
jsg
d3588d09d0 Update to 0.9.0 2006-07-08 04:14:30 +00:00
sturm
cd6c387f38 fix tcl/tk dependencies 2006-07-07 22:34:47 +00:00
sturm
121e59fb4d explicitly depend on tcl-8.4 2006-07-07 21:25:59 +00:00
sturm
f558671522 be sure to depend on tcl-8.4 2006-07-07 21:22:03 +00:00
steven
61a1f85618 update to 2.4.1.
done with bernd and ckuethe.
2006-07-07 16:43:10 +00:00
bernd
728704992a Security update to gimp-2.2.12. (CVE-2006-3404)
Fixes a buffer overflow when loading XCF files.

More information:
http://secunia.com/advisories/20976/

ok steven@
2006-07-07 12:24:05 +00:00
djm
5918fbae5c pfflowd-0.7 2006-07-07 09:05:36 +00:00
djm
0b9ffa2f00 +_pfflowd 2006-07-07 08:56:57 +00:00
kurt
132ad5656c this file should've been changed not removed 2006-07-07 01:56:36 +00:00
kurt
8a60986c7d - update eclipse to 3.2
- add amd64 support
Thanks to Henrik Kramshøj for providing access to amd64. Tested by ian@.
2006-07-07 01:48:54 +00:00
bernd
0583244625 - add ruby to REGRESS_DEPENDS
- fix a typo in webrick/httpservlet/filehandler.rb. (from ruby CVS)

ok sturm@
2006-07-06 08:22:20 +00:00
steven
90dc5f8063 update to 6.17
ok maintainer
2006-07-06 07:27:10 +00:00
jasper
a1f3ddd477 fix license, as proved by naddy 2006-07-06 06:52:57 +00:00
jcs
d907313bc6 add a RUN_DEPENDS of ruby-gems so this actually works at all
bump pkgname

no response from maintainer msf@
2006-07-05 22:59:18 +00:00
sturm
e3b63a2650 these should've been removed 2006-07-05 19:36:02 +00:00
sturm
5747a86984 update to lyx 1.4.1
from maintainer Zvezdan Petkovic <zpetkovic at acm.org>
2006-07-05 19:35:18 +00:00
alek
2513f7ca75 - update to 4.1
- xsa@ drops maintainership

ok xsa@, tested by aanriot@
2006-07-05 18:31:07 +00:00
jasper
bd95173a36 update p5-POE-Component-IRC to 4.95
ok steven
2006-07-05 17:27:46 +00:00