Commit Graph

111833 Commits

Author SHA1 Message Date
Cheng-Lung Sung
90d10715d9 - this module create Gantt charts to manage project scheduling
Approved by:	co-mentor (vanilla)
2004-10-21 09:04:13 +00:00
Sergei Kolobov
6ab958cbb1 - Reset maintainership to ports@FreeBSD.org
PR:		ports/72950
Submitted by:	Kimura Fuyuki (maintainer)
2004-10-21 07:50:49 +00:00
Cheng-Lung Sung
f4afff64b9 - update to 0.12
- clamav 0.80 do not run in 0.11.

PR:		ports/72952
Approved by:	co-mentor (vanilla)
2004-10-21 07:42:17 +00:00
Clement Laforet
c6d89630a7 - sync with real life 2004-10-21 07:08:46 +00:00
Clement Laforet
2ffb72ce5a - Drop maintainership 2004-10-21 05:51:35 +00:00
Cheng-Lung Sung
517f145416 - update to 0.32
Approved by:	co-mentor (vanilla)
2004-10-21 05:29:28 +00:00
Joe Marcus Clarke
f04a81eff0 Update to 0.10. 2004-10-21 05:11:05 +00:00
Kris Kennaway
1f9c682c95 Regenerate with the -BETA7 version of the alpha compat4x distribution,
not the random earlier version I previously used (which doesn't have
the newly-bumped libraries).  Only affects alpha.

Submitted by:	kensmith
2004-10-21 04:51:10 +00:00
Jeremy Messenger
4ee0b74122 Fix the build on amd64.
PR:		ports/72943
Reported by:	pointyhat via kris
		sean@mcneil.com
Submitted by:	sean@mcneil.com (patch)
		Michael Johnson <ahze@ahze.net> (maintainer)
Tested by:	sean@mcneil.com
2004-10-21 03:40:56 +00:00
Joe Marcus Clarke
bb2fe39a1a Don't add -gtk1 twice to the pkg-config files.
Spotted by:	Michael Johnson <ahze@ahze.net>
2004-10-21 03:35:25 +00:00
Ying-Chieh Liao
e1ed4fed83 upgrade to 2.1.5 2004-10-21 02:56:24 +00:00
Brian Feldman
52602010f0 The BSD patchset for the Sun JDK modeled its thread behavior mostly after
existing the Solaris base, and similarly to what happened with NSPR, made
a bad assumption on undefined behavior.  This broke locking in various
places in Java, for example, causing the the debugging support to be
totally broken.  It is worth someone who knows the Java codebase taking
a look to see what other things could have been broken by this on
FreeBSD 5.x+.

The assumption is that pthread_mutex_trylock(3) on a default-type
mutex will fail with EBUSY.  This assumption is wrong for our
libpthread, which returns EDEADLK if the owner thread is trying to
acquire the mutex again with trylock.  The behavior of performing a
locking operation on a self-locked default-type mutex is explicitly
undefined for pthread_mutex_lock(3).

The POSIX specification is still not very clear.  It defines
pthread_mutex_trylock(3) in terms of pthread_mutex_lock(3) yet
does not say what the defined behavior should be for a self-locked
pthread_mutex_trylock(3) for any of the various mutex types, so it is
ambiguous whether the result is clearly undefined or clearly to return
EBUSY.

It is a one line change whether or not to make libpthread return
EDEADLK in this case, where it seems that most implementations do not.

Reference:	http://www.opengroup.org/onlinepubs/009695399/functions/pthread_mutex_lock.html
2004-10-20 23:22:56 +00:00
Edwin Groothuis
836157323e I, for one, welcome our new polish php_doc slaveport!
PHP documentation in HTML.

Submitted by:	edwin@mavetju.org
2004-10-20 22:55:44 +00:00
Edwin Groothuis
bf2e7f235a ja-php_doc-ja -> php_doc-ja
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:43:50 +00:00
Edwin Groothuis
93c3274749 de-php_doc-de -> php_doc-de
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:43:08 +00:00
Edwin Groothuis
925bc603cf Add portugese/php_doc to SLAVEDIRS
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:41:33 +00:00
Edwin Groothuis
e2a365d3c4 make sure PKGNAME is not fr-php_doc-fr but php_doc-fr
Submitted by:	(indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:37:15 +00:00
Edwin Groothuis
f3080715a9 % cd /usr/ports/portuguese/php_doc-br
% make -VPKGNAME
""php_doc-br-20041012

Submitted by:	"Jacques A. Vidrine" <nectar@FreeBSD.org>
2004-10-20 22:36:10 +00:00
Oliver Braun
b915d053b6 Update checksum. Tarball has been rerolled just containing an update to the ANNOUNCE file. 2004-10-20 22:35:26 +00:00
Simon L. B. Nielsen
366a5335b3 Document remote command execution vulnerability in phpMyAdmin.
Approved by:	nectar
2004-10-20 21:21:52 +00:00
Andrey A. Chernov
56071799d9 Allow MAINTAINER override 2004-10-20 20:58:34 +00:00
Thierry Thomas
f1652585f6 Upgrade to CImg.1.0.7 version (pre-release). 2004-10-20 20:54:08 +00:00
Dirk Meyer
2d6723f827 - don't delete the virus database on deinstall
(sync with clamav-devel)
Approved by:	Rob Evers
2004-10-20 20:48:21 +00:00
Jean-Marc Zucconi
8c907ce0c5 Update danish ispell.
Tested by: phk
2004-10-20 20:41:56 +00:00
Jeremy Messenger
da9816c587 Drop the maintainership, I have not follow up with gDesklets for the months and
months. Goodbye my love.
2004-10-20 20:22:48 +00:00
Cy Schubert
cba050d77c Update 1.3.4 --> 1.3.5 2004-10-20 20:20:06 +00:00
Cy Schubert
4c0be327f6 Update 2.5.10 --> 2.5.12 2004-10-20 20:17:48 +00:00
Cy Schubert
c5abd3fba8 Udate 2.4.18 --> 2.4.19 2004-10-20 20:14:32 +00:00
Jeremy Messenger
8f7cfef39d -Update to 0.6.0.
-Take over the maintainership.

Approved by:	knu
2004-10-20 20:10:51 +00:00
David E. O'Brien
b0cdda6db4 Update to the 2004-08-10 snapshot. 2004-10-20 19:37:48 +00:00
Andrey A. Chernov
f617b864a6 Back out dynamic linking of pngtest, cause problems with LD_LIBRARY_PATH
and other LD_ tuning.

PR:     72856
2004-10-20 19:12:44 +00:00
Simon L. B. Nielsen
eeff877c8f Document insecure directory handling in cabextract.
Approved by:	nectar
2004-10-20 18:38:07 +00:00
Marius Strobl
4b661f69b4 Add entry for updating to security/antivir-milter 1.1.
Approved by:	netchild
2004-10-20 18:24:46 +00:00
Marius Strobl
4be9679506 - Update to 1.1 (final). For changes since 1.1-beta see the ChangeLog
in the DOCSDIR.
- Rename the start script from antivir-milter.sh to avmilter.sh to be
  consistent with naming of the rest of the installed AntiVir Milter
  files and directories.
- Now that AntiVir Milter supports using a different location from
  /etc for the ignore, scan and warn config files no longer install
  them in the EXAMPLESDIR but in PREFIX/etc/avmilter (i.e. install
  as sample files, copy over when not already existent, etc.).
- Change the location of the AntiVir Milter config file (avmilter.conf)
  but not that of the scan engine (antivir.conf; shared between different
  AntiVir products) from PREFIX/etc to PREFIX/etc/avmilter in order to
  have all AntiVir Milter config files in one place but don't directly
  populate PREFIX/etc with them.

If you had previously changed PREFIX/etc/avmilter.conf you have to
bring over your changes to PREFIX/etc/avmilter/avmilter.conf but note
that some variables have been renamed. If you used ignore, scan and/or
warn files in /etc you can now move them to PREFIX/etc/avmilter.

Approved by:	netchild
2004-10-20 18:22:23 +00:00
Joe Marcus Clarke
e555d587fa Chase the Gaim 1.0.2 upgrade. 2004-10-20 18:06:05 +00:00
Joe Marcus Clarke
fdebae0d8e Update to 1.0.2. This is mainly a bug-fix release for MSN users.
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2004-10-20 18:03:31 +00:00
Joe Marcus Clarke
afc4e554c8 Update to 0.5, and add optional D-BUS support.
PR:		72934
Submitted by:	maintainer
2004-10-20 17:47:05 +00:00
Oliver Lehmann
88576c811c update to 0.9.99 2004-10-20 17:26:08 +00:00
James E. Housley
db1f97cd0a Update to DAT 4400 2004-10-20 17:21:51 +00:00
James E. Housley
dd925d5081 Base if the last update was successful on the dontents of file_id.diz,
since that is in the .tar and will only update after a successful download
and extract

Submitted By:		Steven Guerin
2004-10-20 17:20:53 +00:00
Joseph Koshy
98fca632ab Fix fetch breakage.
Submitted by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2004-10-20 15:41:40 +00:00
Sergey Skvortsov
ef9240185e Apply latest patch (logrotate_3.7-2.diff)
Approved by:	maintainer
2004-10-20 15:08:32 +00:00
Cheng-Lung Sung
d5846b4369 - Bad me, typo in Makefile (last update)
Noted by maintainer.

Approved by:	co-mentor (vanilla)
2004-10-20 15:01:53 +00:00
Adam Weinberger
c7b7da3ea4 Update to 2.6.4. 2004-10-20 14:49:57 +00:00
Sergei Kolobov
6ba37e0e4f - Fix the script for updating AntiVir signatures:
it failed to fetch the newest virus definitions

PR:		ports/72908
Submitted by:	Jan-Peter Koopmann (maintainer)
2004-10-20 14:40:22 +00:00
Edwin Groothuis
e612f4217f typo: podman -> pod2man
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2004-10-20 12:58:26 +00:00
Alexey Dokuchaev
62872b88bd Fix code so it is favored by both GCCs (2.x and 3.x), and unbreak the build.
Approved by:	fjoe (mentor, implicit)
		maintainer timeout
2004-10-20 12:33:37 +00:00
Herve Quiroz
9c152ae646 - Upgrade to 1.0.10
- bsd.java.mk 2.0 compliant
- added 'devel' category
- Build from source
- Install documentation

Approved by:	glewis (mentor)
2004-10-20 12:03:41 +00:00
Herve Quiroz
1701946e54 - Update to 1.0 Final (bumped PORTEPOCH in this extend)
- re-enable jikes support
- Dynamic pkg-plist
- Use JAVALIBDIR

Approved by:	glewis (mentor)
2004-10-20 11:56:32 +00:00
Mathieu Arnold
5d86947423 Update to 0.16 2004-10-20 11:54:50 +00:00