Commit Graph

34698 Commits

Author SHA1 Message Date
jasper
2753d7666e - update openbox to 3.3.1
- zap NO_REGRESS
- re-format DESCR while there

please note there are new themes introduced, so you may find your old
theme removed.

ok naddy
2006-10-26 21:40:26 +00:00
bernd
773af5fe5f Update to mod_ruby-1.2.6.
From maintainer Adam Montague.
2006-10-26 19:45:58 +00:00
bernd
7e48f49f80 Args, LIB_DEPENDS should be correct now... Sorry. 2006-10-26 18:15:24 +00:00
bernd
cc19ce0907 Fix LIB_DEPENDS for subpackages and bump PKGNAMEs. 2006-10-26 17:57:16 +00:00
ckuethe
e24a20cc65 More patches from vim.org
ok sturm
2006-10-26 16:34:26 +00:00
ray
13990230e7 Fix buffer overflows 1 element before and after buffer boundaries.
Fixes segfault on startup.

OK author, pval@.
2006-10-26 06:10:01 +00:00
pvalchev
ea93d319d1 4.0 2006-10-26 00:41:45 +00:00
pvalchev
db68c59fd2 update list of architectures 2006-10-26 00:40:46 +00:00
kurt
c65335346c - protect against null pointer dereference in hi_ary.cxx
- use new style C++ includes
- clean up some patches
- use __alignof__ for OpenBSD too
- fix destpath in packagelist.txt for sdkoo and ure
- don't generate core file on intentional segfault test in typesconfig.c
- add missing unxobsdi section in stand.lst
- num_put_float.cpp fix in STLport
- add sysconfig.get_config_var('LIBS') to PYTHON_LIBS
- don't hardcode Linux path to 'sum' let path find it

All corrections submitted by or inspired by patches from Fritz Elfert
<fritz at fritz-elfert.de>
2006-10-25 22:49:50 +00:00
jolan
2f8db30b2c repair respecting of SYSCONFDIR, SYSCONFDIR wasn't being set properly
due to all the guts of the ports being in Makefile.inc
2006-10-25 22:44:09 +00:00
kurt
f8749538b4 replaced by www/tomcat 2006-10-25 18:19:32 +00:00
kurt
819ecf63c5 - jakarta-tomcat
+ tomcat
2006-10-25 18:12:44 +00:00
kurt
2445aa9be5 import tomcat v4 & v5 in new home. previously located under
www/jakarta-tomcat.
2006-10-25 18:10:17 +00:00
mbalmer
17d4f6a0ef security: update to screen 4.0.3, previous versions are vulnerable may
lead to a DoS.

ok brad, robert, steven
2006-10-25 16:27:04 +00:00
steven
2339bc9bcf +itcl 2006-10-25 14:24:18 +00:00
steven
ce3d3e0317 import itcl 3.3
[incr Tcl] is an object-oriented extension of the Tcl language. It
was created to support more structured programming in Tcl. Tcl scripts
that grow beyond a few thousand lines become extremely difficult to
maintain. This is because the building blocks of vanilla Tcl are
procedures and global variables, and all of these building blocks
must reside in a single global namespace. There is no support for
protection or encapsulation.

from nikns at secure.lv
2006-10-25 14:24:03 +00:00
ajacoutot
ec593ff068 - enable samba VFS (original patch by Andreas Bihlmaier)
- indentation cleanup

ok robert@
2006-10-25 13:06:58 +00:00
ajacoutot
614b4654ce - do not remove mail spool and db on pkg_delete -c
- remove version variable
- update my email address

ok mbalmer@
2006-10-25 07:51:58 +00:00
espie
f1735615f6 Add the security patches from qt 3.3.7
we'll update to qt 3.3.7 after the immodule patch has been merged, which
should hopefully happen in the middle of november....
2006-10-24 22:39:36 +00:00
sturm
0684f0cb79 update to getmail 4.6.5 2006-10-24 17:56:22 +00:00
david
611f554e27 fix SUBDIR sorting 2006-10-24 16:47:27 +00:00
david
c309e4359f fix comment: this is for sparc64, not sparc 2006-10-24 16:42:10 +00:00
ajacoutot
4387bdcd69 add ipcalc. 2006-10-24 11:58:11 +00:00
ajacoutot
c33edccf6e Import ipcalc 1.1
ipcalc is a small tool that operates on IPv4 networks.  It can operate
in one of four modes: network describing, netmask describing, finding or
splitting.

From Pierre-Yves Ritschard <pyr at spootnik dot org>

ok steven@
2006-10-24 11:57:05 +00:00
wilfried
9a0e909531 the suhosin patchset moved on the master site, ok robert@ 2006-10-24 09:30:25 +00:00
msf
fc52545e5a +visitors 2006-10-24 09:05:40 +00:00
msf
a7b73985ea initial import of visitors-0.7
Visitors is a very fast web log analyzer for Linux, Windows, and other
Unix-like operating systems. It takes as input a web server log file,
and outputs statistics in form of different reports. 

ok bernd@
2006-10-24 09:04:19 +00:00
mbalmer
9c9ca90152 Forgot to add pear-HTML-Page2 to the SUBDIR list. Noticed by David Krause. 2006-10-24 06:21:38 +00:00
jcs
ff83cb4c8b i moved years ago, stop directing icbm's at my old house 2006-10-24 04:51:23 +00:00
brad
05cbc0630f upgrade to Dovecot 1.0rc10 2006-10-23 18:23:12 +00:00
espie
d7d4e5e79a generic BULK_DO fragment that can do anything, invoked right before clean.
can be used to run targets that may fail without impacting further stuff,
or to collect stats on anything.
For instance

BULK_DO= mkdir -p ${PORTSDIR}/config/${FULLPKGPATH}; \
	cp -f ${WRKBUILD}/config.{log,status} ${PORTSDIR}/config/${FULLPKGPATH} || true; \
	cd ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all && perl ${PORTSDIR}/infrastructure/package/check-modes ${PKGNAMES} || true
2006-10-23 14:33:01 +00:00
espie
776d6744ed cosmetic change in shared_libs.log 2006-10-23 13:55:07 +00:00
espie
9a2c0633ee new version, fixes stack issues with deeply nested component calls,
and better error reports.

okay mjc@, sturm@
2006-10-23 13:53:44 +00:00
espie
936808b05a fix a bunch of issues:
- make sure locks happen when they should, including for lib-depends-check.
- make sure various targets set PACKAGING as they should.
- let BULK=Yes be invoked only from make package.

Fix for the BULK_COOKIE and UPDATE_COOKIE issue. They can no longer depend
on PACKAGE_COOKIES, since this needs to get built with PACKAGING set. So
instead, simply remove the cookies when we create a new package succesfully.

By any kind of reasoning, both bulk and update are `reset' when a new
package appears, so this seems to be the right semantics in most cases.

Thanks for wilfried and nikolay for error spotting. Hoping this will be
what's needed, finally.
2006-10-23 13:42:50 +00:00
espie
a5ccef6967 stuff with CONFIGURE_STYLE=autoconf without any configure.in/aclocal patches
makes NO sense.
2006-10-23 11:21:28 +00:00
espie
3291960295 oops, fix. 2006-10-23 11:19:35 +00:00
espie
872bae539e -f: display a full listing of which binary uses what library. Useful for
figuring out dependencies in a fine way for creating multi packages.
2006-10-23 10:54:45 +00:00
espie
e32a176708 minor update. okay robert@ 2006-10-23 10:06:03 +00:00
brad
84f9ee11be Use the Alpha BWX instruction set as a workaround for an alignment
bug found in both gcc 2.x and gcc 3.x. This at least allows MySQL
to work on EV56 and newer CPUs.

Thanks to jason@ for tracking down the issue and recommending a
workaround.
2006-10-23 03:18:09 +00:00
mbalmer
9de4cd0faf Switch to python 2.4 2006-10-22 13:49:28 +00:00
mbalmer
d71ec43fd3 Update to DB 1.7.6 2006-10-22 13:36:54 +00:00
mbalmer
e21fc0d236 Update to XML-Parser 1.2.6 2006-10-22 13:27:46 +00:00
mbalmer
287c5e3822 Minor update, 3.2.4 -> 3.2.5 2006-10-22 13:21:17 +00:00
mbalmer
d6c69b7a14 HTML for pear/php5. 2006-10-22 13:16:35 +00:00
mbalmer
50dae55738 Eliminate a version variable and update. 2006-10-22 13:11:14 +00:00
mbalmer
36f889679b Remove an unneeded variable and record a new RUN_DEPENDS, bump pkgname. 2006-10-22 13:05:41 +00:00
mbalmer
b6b9ccf46b Eliminate a version variable. 2006-10-22 12:28:49 +00:00
mbalmer
af36aa149d Update and eliminate a version variable. 2006-10-22 12:24:39 +00:00
mbalmer
5f15407042 Eliminate a variable. 2006-10-22 12:21:01 +00:00
mbalmer
3ba2e4dbe9 Update to version 1.3.6. 2006-10-22 12:17:47 +00:00