Commit graph

73216 commits

Author SHA1 Message Date
Kris Kennaway
c78853b8de Add a patch to fix runtime problems when snort is built with -DWITH_MYSQL
Submitted by:	Mike Harding <mvh@ix.netcom.com>
Obtained from:	snort CVS
2003-03-16 00:31:55 +00:00
Anton Berezin
faa016ca28 BROKEN => IGNORE, new perl required, nothing Bento can do.
Approved by:	portmgr (kris)
2003-03-15 23:52:37 +00:00
Joe Marcus Clarke
43624b00a8 Chase gtkmm shared lib version.
Requested by:	kris
Pointy hat to:	me probably
2003-03-15 23:44:14 +00:00
Trevor Johnson
5085c42a9b Update to 2.2.8, which was released today with this note on the
Samba Web site:

       A flaw has been detected in the Samba main smbd code which could
       allow an external attacker to remotely and anonymously gain Super
       User (root) privileges on a server running a Samba server. This
       flaw exists in previous versions of Samba from 2.0.x to 2.2.7a
       inclusive. This is a serious problem and all sites should either
       upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports
       139 and 445.

I tested this in the same environment as before.

This should be fetchable too.

Requested by:	dwcjr (maintainer)
pointy hat to:	my collection
2003-03-15 21:48:17 +00:00
Joe Marcus Clarke
153aa7492e Fix the build on bento and a few other users' machines.
* Add USE_GMAKE
* Patch a problem with generating the glib-marshal code

Approved by:	portmgr (kris)
2003-03-15 18:21:04 +00:00
Alexey Zelkin
1d6100e342 Fix plist after update to 02 patch bundle
Requested by:	kris
2003-03-15 17:49:26 +00:00
Trevor Johnson
dab06b70e0 Add a set of patches which update this --except the PDF documentation--
to the SAMBA_2_2 (stable) CVS branch as of around 20:35 GMT on 14
March.  Although the Samba authors say they don't consider this
production-quality, it has corrections for several bugs.

testing:  built with all options except ACLs and LDAP on
4.8-RC-20030311-JPSNAP/i386; ran as a PDC and file-server with
NT 4.0 SP6a and Windows 98 SE as clients

Approved by:  dwcjr (maintainer), kris (ports freeze by portmgr)
2003-03-15 10:47:13 +00:00
Alexey Zelkin
e051920066 Fix checking of libc_r capabilities at FreeBSD version which
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).

Reported by:	Phillip Oleson <poleson@verio.net>
2003-03-15 09:57:58 +00:00
Eric Anholt
c53a3fe9fd Add a fix for a possible buffer overflow in _XlcLocaleDirName(). Privileged
binaries are not vulnerable.

Approved by:	portmgr (kris)
Obtained from:	XFree86 CVS xf-4_3-branch
2003-03-15 04:32:37 +00:00
Eric Anholt
3d8d694509 Re-add patch-xdm_session.c which was accidentally dropped in the 4.3.0 upgrade.
This fixes problems with environment not being set in xdm sessions.

Submitted by:	many
Approved by:	portmgr (kris)
2003-03-15 04:30:03 +00:00
Eric Anholt
f9deefe2e9 [1] Add a fix for a hang with Radeon cards in specific apps.
[2] Fix unresolved symbols messages in mga and r128 drivers.

Approved by:	portmgr (kris)
Obtained from:	[1] DRI CVS
		[2] Leif Delgass
2003-03-15 04:28:02 +00:00
Mario Sergio Fujikawa Ferreira
1bf581dbd8 Update to 4.0.5
PR:		49988
Submitted by:	Mike Tancsa <mike@sentex.net>,
		Xin LI delphij@frontfree.net <delphij@hotmail.com>
Approved by:	portmgr (kris, self)
2003-03-15 02:03:12 +00:00
Yen-Ming Lee
d183c83018 unbreak roadmap
Noticed by: 	bento and kris
Approved by:	kris
2003-03-14 17:10:34 +00:00
Joe Marcus Clarke
2b7e6e3fea Fix a bug in fontconfig's configure script that was causing fonts.conf
to not include /usr/X11R6/lib/X11/fonts if XFree86 was not installed.
This was in turn leading to crashes in things such as xclock.  This bug
has been filed with fontconfig's Bugzilla as bug #45.

Reported by:	many
Brought to my attention by:	anholt
Approved by:	portmgr (will)
2003-03-13 23:07:30 +00:00
Alexey Zelkin
5349781c47 Make this port non-interactive. I.e. extract distfile unconditionally.
This is pre-requisite of native jdk14 port build on bento.

Requested by:	kris
Approved by:	portmgr
No response from:	znerd (maintainer)
2003-03-13 21:58:48 +00:00
Alexey Zelkin
ccb8609092 Add runtime test to check of required libc_r functionality. I.e. warn
people about requirement of libc_r updates as early as possible.

Bump PORTREVISION

Approved by:	portmgr (kris) (implicitly)
2003-03-13 21:43:36 +00:00
Alexey Zelkin
bc117903e8 Add notice about amount of disk space required 2003-03-13 11:24:42 +00:00
Alexey Zelkin
b09d5d2a1e Correct pkg-plist
Submitted by:	olgeni, glewis
2003-03-13 11:17:04 +00:00
Alexey Zelkin
c70b262241 Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
2003-03-13 11:15:24 +00:00
Alexey Zelkin
3b10183596 Fix build on 5.0-RELEASE 2003-03-13 11:13:16 +00:00
Eric Anholt
4b37a1e5b7 Add missing USE_MESA=yes (uses glut).
Submitted by:	bento/kris
2003-03-13 07:10:00 +00:00
Eric Anholt
46d40d4bc8 Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.
Submitted by:	bento/kris
2003-03-13 07:08:50 +00:00
Akinori MUSHA
37a58fbf8d Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails
depending on the #ifdef UNALIGNED_WORD_ACCESS condition.

Submitted by:	bento (alpha-4-latest)
2003-03-13 02:31:42 +00:00
Eric Anholt
c45b888b7e Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.
Prodded by:	kris
2003-03-13 00:57:44 +00:00
Edwin Groothuis
5168b5afa2 Fix bento building by adding the pkg-message.
Noticed by: bento

PR:		ports/48528
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by:	kris@
2003-03-12 22:03:34 +00:00
David E. O'Brien
52aabe4b3b Update to 3.1.5.
This update addresses
	http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ
	http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5

PR:		47445
Submitted by:	Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
2003-03-12 18:06:24 +00:00
Martin Blapp
d6c8601ee1 Readd patch from last commit.
Approved:	kris (portmgr)
2003-03-12 07:34:30 +00:00
David E. O'Brien
e84d4c1a32 Update to version 4.66.1, which adds support for 4.8.
Also fixes UNIX domain socket problems on 5-CURRENT.

Approved by:	Kris
2003-03-12 03:38:14 +00:00
Martin Blapp
19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00
Eric Anholt
617c57ad7c Change the imake-4 dependency to the new date.def file in XFree86 4.3.0.
Approved by:	portmgr
2003-03-12 00:28:17 +00:00
Eric Anholt
0db5741858 Reverse spam in previous commit. 2003-03-11 23:50:04 +00:00
Eric Anholt
ad2d45e3c7 Force commit for r1.122:
PEX5 is no longer built in the updated XFree86 4.3.0 ports, and this port only
depends on scalable fonts being available, according to my understanding, so
switch the dependency to a TTF font.
2003-03-11 23:46:36 +00:00
Eric Anholt
6b1c307f3d Add a #define GL_GLEXT_LEGACY, required by the gl.h from XFree86 4.3.0.
Approved by:	portmgr
2003-03-11 23:39:00 +00:00
Eric Anholt
62d3b1c1fc Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated.  Thank you to all the testers and people who submitted
patches for this update.

Approved by:	portmgr
2003-03-11 23:38:11 +00:00
Bill Fenner
e0a1fb1050 Update MASTER_SITES
PR:		ports/49046
Submitted by:	Ryan T. Dean <rtdean@cytherianage.net>
Approved by:	portmgr
2003-03-11 21:00:58 +00:00
Bill Fenner
8598828aea Update MASTER_SITES for MAINTAINER-less ports.
PR:		ports/49045
Submitted By:	Ryan T. Dean <rtdean@cytherianage.net>
Approved By:	portmgr
2003-03-11 20:57:54 +00:00
Bill Fenner
8c9e09be97 Update MASTER_SITES.
PR:		ports/49035
Submitted by:	Julian C. Dunn <jdunn@verticalscope.com> (MAINTAINER)
Approved by:	portmgr
2003-03-11 20:35:40 +00:00
Dag-Erling Smørgrav
e4d3dc0684 Upgrade to 6.12. 2003-03-11 19:25:14 +00:00
Mikhail Teterin
5ccf107ff6 Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports depend
on this yet, but should be switching now. The lang/tclX82 will go
away after the release.

Approved by: portmgr timeout (3 requests remain unanswered)
2003-03-11 19:18:48 +00:00
Dag-Erling Smørgrav
736f110da3 Remove %%PORTDOCS%% from files which are not conditional on NOPORTDOCS. 2003-03-11 18:01:06 +00:00
Alan Eldridge
7d0621ae95 unbreak port; no response from Kris or portmgr 2003-03-11 17:53:18 +00:00
Dag-Erling Smørgrav
ab428e4f65 Upgrade to 6.12. Highly recommended as it fixes a security problem
for users who have disabled redirects.

Submitted by:	Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
PR:		ports/49098
2003-03-11 17:28:03 +00:00
Akinori MUSHA
5fab62f4b5 Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by:	bento
2003-03-11 09:13:28 +00:00
Akinori MUSHA
b1a97a01a4 Sigh. Again, bump libsablot's shlib major and PORTREVISION that
should have been updated when textproc/sablotron was updated.

Submitted by:	bento
A stack of pointy hats to:	skv
2003-03-11 09:11:34 +00:00
Akinori MUSHA
447c80d90f Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by:	bento
2003-03-11 09:04:52 +00:00
Akinori MUSHA
2e424568fb Change BUILD_DEPENDS to EXTRACT_DEPENDS.
Submitted by:	bento
2003-03-11 08:57:33 +00:00
Alexey Zelkin
aee82349e8 Bump PORTREVISION 2003-03-11 08:55:41 +00:00
Alexey Zelkin
7cea82075d Since we have problems with running debuging binaries on some machines
(old K6 and some SMP machines) don't use javah_g in build process.

Reported by:	many people
2003-03-11 08:54:30 +00:00
Eric Anholt
fdfb474482 Fix packaging (ref_tdfx.so is only built when svgalib is available).
Approved by:	portmgr
2003-03-11 08:24:51 +00:00
Alexey Zelkin
4b12e892bf Add patch which backouts some of my early compile hacks which now preventing
MulticastSocket.joinGroup() from behaving correctly.

Submitted by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
2003-03-11 08:13:53 +00:00