Commit graph

117562 commits

Author SHA1 Message Date
Trevor Johnson
4f09416a29 support Alpha AXP (untested) 2005-01-13 03:03:49 +00:00
Xin LI
71f9107e9a Add instructions that is necessary to run pf-spamd with greylisting
feature.

Submitted by:	mlaier
2005-01-13 02:54:46 +00:00
Archie Cobbs
ee8e71418d Fix file list: libtool seems to install the static library only on some
versions of FreeBSD.
2005-01-13 02:47:03 +00:00
Trevor Johnson
5b78556178 Capitalize "Debian" and "Linux." 2005-01-13 02:12:42 +00:00
Trevor Johnson
f8ad6f08b3 For some reason our rebuilt libc6 .deb package containing an ldconfig marked by
brandelf was invalid ("files list file for package `libc6' contains an empty
filename"), causing an installation error.  Avoid the error by instead unpacking
libc6 into the installation directory, then running brandelf, then configuring
libc6.

Note restriction due to GNU GPL.

Take maintainership.
2005-01-13 02:10:56 +00:00
Herve Quiroz
c9f09910d1 - Update to 3.2.6
- Update to bsd.java.mk 2.0
- rcNGify startup
- Fix table creation for autoincrement feature in Postgresql
- Add new "-config" option to jboss3ctl for JBoss3 startup config
- Dynamic plist
- Many other improvements (similar to recent changes in java/jboss4)

PR:		76125
Submitted by:	maintainer
2005-01-13 01:55:13 +00:00
Michael Johnson
d463dda672 Update to 0.9.4 2005-01-13 01:49:25 +00:00
Michael Johnson
3b0655d952 Add amd64 to list of supported cpus 2005-01-13 01:39:30 +00:00
Eric Anholt
d8d393df80 New port: mga_hal, a packaging of the Matrox HAL binary, which extends the set
of features supported by the open-source Matrox driver for X.Org and XFree86.
This is a newer version than that discussed in the original PR, and has only
been tested briefly by myself on a G400 with X.Org 6.8.1.  Note that though the
readme.txt says the file is redistributable, the only licensing information to
be found is the click-through on the website which says redistribution is not
allowed.

PR:		ports/55699
Submitted by:	Jens Rehsack, rehsack at liwing dot de
2005-01-13 01:11:54 +00:00
Maho Nakata
cd552b0572 Fix libIDL dependency. 2005-01-13 01:01:44 +00:00
Michael Johnson
1a21fbecee - Update to 0.7.1
- Remove white spaces
2005-01-13 00:46:12 +00:00
Edwin Groothuis
8c8fc31c5c [maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
	of the following ports. Thanks Clive Lin and bsdchat.com for
	the mirror space!

	chinese/xpdf
	deskutils/etask
	devel/cedet
	devel/ecb
	devel/eieio
	devel/ipython
	devel/kodos
	devel/semantic
	devel/xtla
	editors/speedbar
	editors/tree-widget
	games/emacs-chess
	net/tcping
	www/mod_scgi
	www/py-scgi
	www/quixote

PR:		ports/75743
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-01-13 00:20:28 +00:00
Edwin Groothuis
9dea3042de [maintainer-update] Update port: emulators/vmips 1.2.2 --> 1.3
Update emulators/vmips from 1.2.2 -> 1.3.
	Only the distinfo and version numbers need changing in this update.

PR:		ports/75734
Submitted by:	Brian R. Gaeke <brg@dgate.ORG>
2005-01-13 00:16:48 +00:00
Edwin Groothuis
25b0e5952b [maintainer-update] comms/obexapp: update to 1.4.4
update port to 1.4.4
	also fixes some locale problems on certain machines.

PR:		ports/75732
Submitted by:	Guido Falsi <mad@madpilot.net>
2005-01-12 23:57:43 +00:00
Edwin Groothuis
6787d4748e MAINTAINER-UPDATE: editors/lpe pkg-plist fix
Add missing entries to pkg-plist (libtool stuff)

PR:		ports/75684
Submitted by:	Ryan Thompson <ryan@sasknow.com>
2005-01-12 23:49:47 +00:00
Eric Anholt
05e187c124 Update dri port to use a more recent Mesa (and drm) snapshot. Includes
many conformance/bug fixes in the core, fixes for two hangs in the radeon
driver, bugfixes in the r200 driver, adds more chip IDs, and adds fixes to
drivers whose DRM will hopefully be ported soon.  Also install i915 driver on
AMD64, as EM64T machines may have that chipset.
2005-01-12 23:29:27 +00:00
Alexey Zelkin
cb68bbb306 Do not remove /usr/local/share/doc/java on uninstall.
Submitted by:	pointyhat via kris
2005-01-12 23:14:38 +00:00
Edwin Groothuis
e22ecd3484 update: lang/munger - new port revision to eliminate use of DEPENDS_TARGET
Update to 4.44

PR:		ports/75075
Submitted by:	jimmy@jamesbailie.com
2005-01-12 23:10:14 +00:00
Edwin Groothuis
f1bedce44e [UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problem
with python bindings

	This patch updates the port graphics/diacanvas2 to 0.14.1
	and marks it as unbroken.

	Please commit PR/73309
	(http://www.freebsd.org/cgi/query-pr.cgi?pr=73309) before
	testing/commiting this patch.

	If someone is interested, I could also take maintainership
	for this port.

PR:		ports/73310
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2005-01-12 22:49:19 +00:00
Simon L. B. Nielsen
8b446059f5 - Integrate vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/> for the following
  issues:
  + Prevent a possible denial of service attack via WCCP messages (squid bug
    #1190), classified as security issue by the vendor
  + Fix a buffer overflow in the Gopher to HTML conversion routine (squid bug
    #1189), classified as security issue by the vendor
  + Fix a null pointer access and plug memory leaks in the fake_auth NTLM
    helper (squid bug #1183) (this helper app is not installed by default by
    the port)
  + Stop closing open filedescriptors beyond stdin, stdout and stderr on
    startup (squid bug #1177)

- Unbreak the port on NO_NIS systems (thanks to "Alexander <freebsd AT
  nagilum.de>" for reporting this)

- Document the two security issues in VuXML.

PR:		ports/76173
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Approved by:	erwin (mentor)
2005-01-12 22:37:29 +00:00
Edwin Groothuis
c3c79898e9 Update port: net/xprobe 0.2 -> 0.2.1
New release. Most of the patches updated in vendor code.
	Now based at sf.net.

PR:		ports/75669
Submitted by:	Yonatan <onatan@gmail.com>
2005-01-12 22:25:10 +00:00
Joerg Wunsch
0eb1b9fabc Fix a possible division by zero condition that can happen for very
short (< 1 ms) simulations.
2005-01-12 22:16:02 +00:00
Edwin Groothuis
e91a17d971 [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8
Update port: databases/py-MySQLdb-devel to 1.1.8

	- Change to 1.1.8
	- Install more docs

PR:		ports/75867
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-12 22:14:22 +00:00
Edwin Groothuis
882df49ad9 INTAINER] Update port: databases/py-MySQLdb to 1.0.1
Update port: databases/py-MySQLdb to 1.0.1

	- Change to 1.0.1
	- Rediff patch-_mysql.c
	- Install more docs

PR:		ports/75866
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-12 22:13:43 +00:00
Edwin Groothuis
c20b538b7d [maintainer-update] fix x11/login.app build error
Does two unrelated things:
	1) add linker flag to fix build [untested]
	2) fix startup script [tested]

	Whether 1) will work I have no idea. On my own machine,
	everything works all right, and the errorlogs are
	confusing. 2) is needed.

PR:		ports/76171
Submitted by:	Tobias Roth <ports@fsck.ch>
2005-01-12 22:02:20 +00:00
Adam Weinberger
2ef30d752e Update to 0.8. 2005-01-12 21:53:02 +00:00
Dirk Meyer
e98e461ac4 - update to 8.13.3
md5 verified with announcement
2005-01-12 21:26:01 +00:00
Thierry Thomas
c4455372c8 Update to 1.0.2 (minor bug fixes). 2005-01-12 21:21:32 +00:00
Thierry Thomas
27f1588e30 - Update to 1.0.5;
- Take maintainership.

PR:		76141
Submitted by:	Antônio Carlos Venâncio Júnior
2005-01-12 20:48:59 +00:00
Michael Johnson
5f4082b430 Fix patch so it works. 2005-01-12 20:11:52 +00:00
Joe Marcus Clarke
9bc1553815 Update to 4.4.22 which fixes constant and certain font problems. See
http://bugzilla.gnome.org/show_bug.cgi?id=163622 for more details.
2005-01-12 19:54:02 +00:00
Kirill Ponomarev
a9e1163254 Update to version 1.2.20
PR:		ports/76164
Submitted by:	Ports Fury
2005-01-12 19:45:35 +00:00
Kirill Ponomarev
f454aa17c1 Update to version 1.2.1
PR:		ports/76163
Submitted by:	Ports Fury
2005-01-12 19:39:54 +00:00
Kirill Ponomarev
04824e5324 Update to version 0.5.2
PR:		ports/76162
Submitted by:	Ports Fury
2005-01-12 19:15:59 +00:00
Kirill Ponomarev
d52fe7e199 Update to version 3.07
PR:		ports/76161
Submitted by:	Ports Fury
2005-01-12 19:14:13 +00:00
Kirill Ponomarev
6042a22126 Update to version 1.0.7
PR:		ports/76160
Submitted by:	Ports Fury
2005-01-12 19:12:38 +00:00
Kirill Ponomarev
de21212bba Update to version 0.5.5
PR:		ports/76159
Submitted by:	Ports Fury
2005-01-12 19:04:24 +00:00
James E. Housley
dd218dd343 Update to 4419 2005-01-12 19:02:17 +00:00
Kirill Ponomarev
8c164a4088 Update to version 2.9
PR:		ports/76158
Submitted by:	Ports Fury
2005-01-12 18:57:55 +00:00
Kirill Ponomarev
f7577bacf9 Fix build on -current
Support GCONF_SCHEMAS
Support SUB_LIST

PR:		ports/76157
Submitted by:	Ports Fury
2005-01-12 18:56:09 +00:00
Kirill Ponomarev
0f60f9a37a Update to version 0.6.4
PR:		ports/76156
Submitted by:	Ports Fury
2005-01-12 18:53:40 +00:00
Kirill Ponomarev
366e94241a Fix build
PR:		ports/76155
Submitted by:	Ports Fury
2005-01-12 18:46:53 +00:00
Kirill Ponomarev
9135cb29a6 - Fix the charset of 7bit messsages when doing gpg encryption. This
makes gpg-signed messages more readable in GNATS eg.

PR:		ports/76130
Submitted by:	maintainer
2005-01-12 18:44:07 +00:00
Kirill Ponomarev
113a446f9d - Add WITH_MUTT_SIDEBAR_PATCH knob. The sidebar patch is
uncompatible with three other patches, but it's included here
  because of many requests.

- Fix the charset of 7bit messsages when doing gpg encryption. This
  makes gpg-signed messages more readable in GNATS eg.

PR:		ports/76128
Submitted by:	maintainer
2005-01-12 18:41:03 +00:00
Yaroslav Tykhiy
1fcc73e222 Finish incorporating the changes proposed in
ports/75607 into clamav-devel.

In particular, the last change to this port makes
use of the clamav-milter pidfile, which wouldn't be
recorded without the present change.

PR:		ports/75607
Approved by:	maintainer
2005-01-12 18:22:56 +00:00
Yaroslav Tykhiy
41053d2b17 Do the things I forgot about in my previous commit:
- Change the last instance of literal `/var/run/clamav' to %%RUNDIR%%.
- Bump PORTREVISION since the changes should improve the functionality
  of the installed package.

PR:		ports/75607
Approved by:	maintainer
2005-01-12 18:13:08 +00:00
Mario Sergio Fujikawa Ferreira
2e64d1face o Update to <bsd.java.mk> standard 2.0
- Install jars under JAVAJARDIR
	- Make sure that the wrapper scripts runs the correct
	  JAVA_{VERSION,OS}
o Bump PORTREVISION due to jar location changes
2005-01-12 18:06:11 +00:00
Yaroslav Tykhiy
07ea270434 1. Make clamav-milter write its pidfile.
2. Shut down clamav daemons in the right order
   on uninstall (or else they may refuse to quit.)
3. Use rcorder(8) keywords to guarantee the right
   startup/shutdown order of the clamav services.

PR:		ports/75607
Approved by:	the maintainer
2005-01-12 17:57:58 +00:00
Adam Weinberger
9e8cf22af2 libgnomesu is a library for providing superuser privileges to GNOME
applications. It supports consolehelper, PAM and su.

libgnomesu will use one the following services (in order of priority),
depending on which one is available:
- consolehelper
- PAM
- su

libgnomesu will use the su-based backend as final fallback, if no other
services are available. This service uses a backend which is a modified
version of GNU su.

libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component
for Nautilus integration.

WWW: http://members1.chello.nl/~h.lai/libgnomesu/
2005-01-12 17:57:48 +00:00
Adam Weinberger
1fcf66691d Fix patches. 2005-01-12 17:50:39 +00:00