Commit graph

37119 commits

Author SHA1 Message Date
Jun Kuriyama
7df0087873 Cleanup around NOPORTDOCS.
Submitted by:	yds@dppl.com
PR:		ports/24595
2001-01-25 03:46:54 +00:00
Chris D. Faulhaber
086070ab85 - Update port to 0.4.6p1 (fixes remote buffer overflow)
- Add some additional buffer checks
2001-01-25 03:19:53 +00:00
Ade Lovett
c0bf4310df Another day. Another GNOME release. 1.2.10 here 2001-01-25 02:38:01 +00:00
Vanilla I. Shu
2f464d9375 Upgrade imlib2 to 1.0.1, evas to 0.0.3. 2001-01-25 01:55:33 +00:00
Chris Piazza
225ee489dc Don't use the default HAVE_GNOME distdir.
This fixes the problems people have been seeing.
You can now stop bugging me.
2001-01-25 01:12:56 +00:00
Dirk Froemberg
6f3337ca58 Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).
Submitted by:	roam
2001-01-25 01:03:09 +00:00
Chris Piazza
adb6cf981b Update to 1.4.2 which allows gnapster to use offical servers again.
This still has a bug (that was present in 1.4.1a) that affects
new users, but this at least works for users with pref files already...
2001-01-25 01:01:00 +00:00
Dirk Froemberg
d296dcf10c Add support for BerkeleyDB table type.
This type allows SQL transactions (COMMIT, ROLLBACK).

Note: BerkeleyDB is build as part of mysql323-server since mysql
      needs a special version of it. Thus we can't depend on
      databases/db3 at the moment.
2001-01-25 00:44:33 +00:00
Jacques Vidrine
31d87969c9 Bug fixes and paranoia:
compat_heimdal.c:
   = Stop shooting at feet when freeing a particular chunk of memory.
     Found by complaints from free(), and pinpointed with MALLOC_OPTIONS=A.
pam_krb5_auth.c:
   = In addition to dropping and restoring uid when delving in /tmp,
     drop and restore gid.
   = Explicitly set permissions on the credentials cache for good measure.

The following was
Obtained from:	Sam Hartman <hartmans@mit.edu> via bugs.debian.org

support.c:
   = verify_krb_v5_tgt: Do a little more to prevent KDC spoofing.
     Allow for a key separate from the host key to use only for PAM.
2001-01-24 20:36:33 +00:00
Vanilla I. Shu
c30cc90bde s/w32/win32/, my fault :Q
And bump version.

Submitted by:	maintainer
2001-01-24 18:53:27 +00:00
Ying-Chieh Liao
5c6705c3ff update from 3.7 to 3.8
PR:		24371
Submitted by:	MAINTAINER
2001-01-24 17:58:44 +00:00
FUJISHIMA Satsuki
9ddea6faab update to 2.3.27. This is fatal bug fix.
PR:		24594
Submitted by:	Martti Kuparinen <martti.kuparinen@piuha.net>
Approved by:	maintainer
2001-01-24 17:57:54 +00:00
Jing-Tang Keith Jang
cf4dd0da67 Update to 0.92. MAINTAINER hasn't replied for two weeks, so I
think it's legitimate to do the upgrade job.

PR:		ports/24169, ports/24285
Submitted by:	Michael Harnois, and Ports Fury(with patches)
2001-01-24 17:26:20 +00:00
Trevor Johnson
a79343f08e change maintainer for findutils and fileutils ports
PR:		24561, 24565 (followups)
Approved by:	maintainer
2001-01-24 17:26:07 +00:00
Chris D. Faulhaber
1bfb1efd9e Update MASTER_SITES (sgi.com -> ftp.sgi.com) 2001-01-24 16:10:57 +00:00
Ade Lovett
bf3d4efb9c Allow CATEGORIES to be overriden by the respective japanese/* ports
(and others, should they ever be born)

Still don't understand why practically all of this can't be merged
into the main GNOME source tree, but hey ho.

Requsted by:	knu
2001-01-24 16:03:49 +00:00
Jing-Tang Keith Jang
98963065b3 Update to 21.1.13, sync with editors/xemacs21. 2001-01-24 15:56:41 +00:00
Jimmy Olgeni
3e864278c5 Use proper capitalization (freebsd.org -> FreeBSD.org)
Noted by: sobomax
2001-01-24 12:43:14 +00:00
Jimmy Olgeni
332200153a Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) 2001-01-24 12:05:15 +00:00
Kevin Lo
dba8433b08 Upgrade to version 1.9.0
PR: 24597
Submitted by: MAINTAINER
2001-01-24 11:36:37 +00:00
Kevin Lo
004c2c3759 Update to version 2.0.6
PR: 24577
Submitted by: MAINTAINER
2001-01-24 11:14:04 +00:00
Maxim Sobolev
7c5c05eb08 Previous workaround was insufficient to resolve ports/24589. Try harder this
time.
2001-01-24 10:25:16 +00:00
Maxim Sobolev
bda342bf82 Touch all Makefile.in before do-configure. This will prevent recreation of
all Makefile.in and as a result loosing some changes in the case when automake
is installed and detected by configure script.

PR:		24589
Reported by:	Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
2001-01-24 09:43:34 +00:00
Alexander Langer
4f605e1eff If the graphics/avifile port is installed, xine can use its win32 libs.
Correct the path to them.
PORTREVISION bump.

PR:		24579
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-01-24 09:19:41 +00:00
Andreas Klemm
828b215af2 From Sergey:
"Using tacacs I found that ckfinger() function from maxsess.c module
 returns wrong count of current sessions for users with "maxsess"
 parameter established in tac_plus.conf. It happens if Cisco access
 server works with IOS v 12.x.
 On the other hand ckfinger() works well with IOS v 11.x
 Here are patches for both maxsess.c and port's Makefile to fix
 this problem (but it is just workaround, ckfinger() should be
 fully rewritten)."
From me:
 changed variable name by prepending string "TAC_", so that tacacs+
 ports variables follow an unique scheme.
Please note: this doesn't compile with the new TAC_IOS_VERSION variable
if you have CFLAGS redefined in /etc/make.conf as:
CFLAGS=-pipe -O (or whatever)
You have to use
CFLAGS+=-pipe -O (or whatever)
Mailed to -developers. Am really not sure, what's the culprit here.
Fact is, that a part of CFLAGS get lost when compiling the port,
if you redefine CFLAGS in /etc/make.conf without the "+" sign ...
I personally removed my CFLAGS define in /etc/make.conf as it
defaults to -pipe -O, which is fine for me.

Submitted by:	Sergey E. Levov (serg@informika.ru)
2001-01-24 08:06:55 +00:00
Munechika SUMIKAWA
6a9b5af6d1 Sync with www/mozilla.
Submitted by:	ume
2001-01-24 06:52:04 +00:00
Dirk Meyer
111f75f461 removed extra space characters 2001-01-24 06:31:33 +00:00
Dirk Meyer
5573acfefe Removed blank line to make portlint happy 2001-01-24 06:29:13 +00:00
Dirk Meyer
ffcfbce11c Removed write permissions on %PREFIX%/news/cnewsbin/input/newsspool
global SUID bit is needed by uux group permission will not be enought.
Thanks to jedgar@fxp.org (Chris Faulhaber) for security advice.
2001-01-24 06:23:07 +00:00
Dirk Meyer
397fe0dfaf add myself to the map 2001-01-24 06:08:28 +00:00
Ade Lovett
3c40e20d43 *sigh* missed a relatvely important patch, at least from a packaging PoV
Bump PORTREVISION accordingly.
2001-01-24 05:25:53 +00:00
Ade Lovett
27f5dd75af Update to 0.6 2001-01-24 05:10:41 +00:00
Ade Lovett
107949458a Update to 0.6.2 2001-01-24 05:10:18 +00:00
Ade Lovett
f531e1056c Update to 1.0.9 2001-01-24 05:09:57 +00:00
Ade Lovett
b33c815cbc Minor cleanups as a result of gnomelibs 1.2.9 2001-01-24 05:09:13 +00:00
Ade Lovett
77b07c735b Update to 1.2.9 -- bring in a few pieces of documentation here
which slightly change a few other ports.
2001-01-24 05:07:19 +00:00
Akinori MUSHA
3b17676449 Update to 1.19.
Approved by:	MAINTAINER
2001-01-24 05:04:04 +00:00
Will Andrews
ec4c0231ad Fix bogons related to WANT_STATIC.
Submitted by:	jkh
2001-01-24 03:48:41 +00:00
Vanilla I. Shu
7db99ecdb8 Upgrade to 1.0.7.
PR:		ports/24501, ports/24502, ports/24503, ports24504
Submitted by:	maintainer
2001-01-24 03:26:02 +00:00
Jun Kuriyama
a97a881758 Upgrade to 3.4.
PR:		ports/24430
Submitted by:	yds@dppl.com
No response from:	maintainer
2001-01-24 02:09:04 +00:00
Jun Kuriyama
6d7b4b5a95 Use configure.postfix script to configure.
Add an option for Berkeley DB3.
Use tabs instead of spaces in mailer.conf.

PR:		ports/24429
Submitted by:	yds@dppl.com
Reviewed and modified by:	maintainer
2001-01-24 02:01:25 +00:00
Vanilla I. Shu
b5740c5522 Set the right win32 path, and bump version.
PR:		ports/34579
Submitted by:	maintainer.
2001-01-24 01:43:08 +00:00
Vanilla I. Shu
e3282fa4f8 Upgrade to 1.2.1. 2001-01-24 01:21:30 +00:00
Yukihiro Nakai
6d5e029d2f More fix about usb support. 2001-01-24 01:16:14 +00:00
Andrey A. Chernov
9ed5152dde Since we don't have our perl threaded by default, PerlMagick not
works. This patch adds --with-threads only when perl is threaded. Fixing
Makefile.PL only not helps because libMagick.so linking  _require_
-pthread when --with-threads used.

Approved by:	Maintainer's silence
2001-01-23 23:00:25 +00:00
Jean-Marc Zucconi
9241d8294e The lile port had a couple of issues with process id's
(signed/unsigned int mess ups) and not handling the
error when it occurred.

Submitted by:	Andy Newman <atrn@zeta.org.au>
2001-01-23 22:57:24 +00:00
Jacques Vidrine
0a237614d8 There is no des_set_odd_parity in OpenSSL's libcrypto. Use
des_fixup_key_parity instead.
2001-01-23 21:50:13 +00:00
Jacques Vidrine
24e15a1d62 Fix linking the pam_krb5.so module:
= Be very specific about where we think the libraries are, to avoid
    getting the old crusty Heimdal from the base system.
  = Minimize the undefined symbols in pam_krb5.so
2001-01-23 21:42:11 +00:00
Jacques Vidrine
7c59802240 Update library dependency to catch up with Heimdal port.
Bump PORTREVISION.
2001-01-23 20:52:45 +00:00
Pierre Beyssac
2921f400fb Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@inf.enst.fr
2001-01-23 20:50:38 +00:00