Commit graph

2267 commits

Author SHA1 Message Date
Kevin Lo
804983b1c1 Update to version 0.3.2
PR: 33807
Submitted by: MAINTAINER
2002-01-12 16:57:26 +00:00
Patrick Li
5f2243f411 Further avoid breakage when user has both qtlib version 1 and 2 installed.
Reported by:	Robert Huff <roberthuff@rcn.com>
2002-01-12 00:47:32 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Patrick Li
73c8ccebc1 Fix translation install.
PR:		33760
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>, bento
2002-01-11 03:36:34 +00:00
Patrick Li
f944b883d4 Hand maintainership to Anders Andersson <anders@hack.org>
Submitted by:	Anders Andersson <anders@hack.org>
2002-01-11 03:08:24 +00:00
Dirk Meyer
1770316d4b - make portlint more happy 2002-01-10 21:59:38 +00:00
James E. Housley
3217e17aaf They added another library file, that I missed.
PORTREVISION bumped

Submitted by:	Andrew Stuart <elitetek@tekrealm.net>
2002-01-10 00:11:56 +00:00
Patrick Li
dbdb7dc95a Update to 20020104
PR:		33741
Submitted by:	Anders Andersson <anders@hack.org>
Obtained from:	NetBSD
2002-01-10 00:01:51 +00:00
Mikhail Teterin
6c09982b17 Close the security hole by making it escape all of the untrusted input
before passing it to the SQL  server. The code in the added pqescape.c
is going to be in the next PostgreSQL release, but it is not there yet
and this port will use its own private copy for now.

No REVISION  bump since  the port  was forbidden  ever since  the last
upgrade. Submitter reviewed  my tweaks of his patch  and approved them
authorizing (as one of the SOs) the removal of the FORBIDDEN flag.

Submitted by:	nectar
Reviewed by:	nectar
Approved by:	nectar
Obtained from:	http://CERT.uni-stuttgart.de/doc/postgresql/escape/
2002-01-09 20:49:02 +00:00
Mikhail Teterin
396ebf2f43 Remove the dependency on security/mhash by calling MD5Data directly.
No REVISION bump, as the port remained FORBIDDEN ever since the last
upgrade.

While here, clarify the FORBIDDEN message a little.
2002-01-09 19:55:47 +00:00
James E. Housley
81704988a9 Update the scanner to version 4.16 2002-01-09 18:54:56 +00:00
James E. Housley
5333f9ade3 Update to 4180 2002-01-09 18:04:37 +00:00
Michael Haro
170c88b9c2 Bump port revision to reflect change in November to pkg-install
which sets the file permissions on the sudoers file.
2002-01-09 17:04:15 +00:00
Patrick Li
850a9c482e Look only for qt version 2. People who have qt v1 and 2 installed at
the same time will have a problem and this patch fixes that.

Pointed out by:		Robert Huff <roberthuff@rcn.com>
2002-01-09 03:06:22 +00:00
Patrick Li
0625bb5e82 o Update to 1.03
o add WWW to pkg-descr

PR:		33669
Submitted by:	maintainer
2002-01-09 00:13:53 +00:00
Jacques Vidrine
f6a3e78db7 Mark this port FORBIDDEN due to a security hole. 2002-01-08 22:02:34 +00:00
Mikhail Teterin
d9eb6b3687 Upgrade to 0.5.1. It now uses mhash, BTW.
Submitted by:	fenner's script (thanks!)
2002-01-08 19:17:27 +00:00
Cy Schubert
6108625cb9 In order to make the MIT KRB5 port compatible with FreeBSD, the port
now makes use of login.conf and login.access.  This is performed by
using FreeBSD login(1) instead of MIT KRB5 login.krb5(8).

The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in
the klogind and telnetd arguments in inetd.conf.  This is documented
in a new file called README.FreeBSD.

Reviewed by:	nectar
2002-01-08 15:05:08 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Akinori MUSHA
9fe0d49937 Update to 0.1.0. 2002-01-07 03:35:12 +00:00
Will Andrews
29186515da This port requires automake 1.4 and cannot work with 1.5.
Submitted by:	bento 4-exp
2002-01-07 03:30:21 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Dirk Meyer
2025ba84ee - make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +00:00
Dirk Meyer
381ee07151 PORT UPDATE : security/stunnel 3.21c -> 3.22
- No resposnse from MAINTAINER

Submitter marked this as critical because the current version of the port has
security issues, see Message-ID: <20011227210538.GH3494@ifokr.org>
Subject: Stunnel: Format String Bug in versions <3.22
on the bugtraq list.

patch confirmed and tested.

PR:		33285, 33251
Submitted by:	joseph@randomnetworks.com
2002-01-05 14:49:41 +00:00
Dirk Meyer
60e555b20a PKGNAMESUFFIX set for Option OPENSSH_OVERWRITE_BASE 2002-01-05 11:37:49 +00:00
Jimmy Olgeni
70d32dba4e Remove extra hyphen and spaces. 2002-01-05 09:32:58 +00:00
Kris Kennaway
520da16433 Update to scanssh 1.6b (Renamed to 1.60b to make PORTVERSION monotonic)
PR:	ports/33560
Submitted by:	vacuum@technotronic.com
2002-01-05 04:54:41 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
98d76f1dc4 Update to 1.0
PR:		33549
Submitted by:	Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
2002-01-04 23:01:38 +00:00
Patrick Li
8ac13e11a5 Update to 0.21
PR:		33552
Submitted by:	Kirby Kuehl <vacuum@12-232-21-91.client.attbi.com>
2002-01-04 22:55:43 +00:00
Dirk Meyer
b4160c3851 Fix MANPREFIX, so manpages are compressed 2002-01-04 17:18:35 +00:00
Andrey A. Chernov
729e70b5b8 Upgrade to 4.27 2002-01-04 07:25:35 +00:00
Andrey A. Chernov
4744b11c59 Upgrade to 4.27 2002-01-04 07:13:24 +00:00
Maxim Sobolev
4d0e98d8b6 Fix the build in the situations when minor number of ${OSREL} defined in the
bsd.port.mk is different from one detected by port's build system. This
should fix the build on bento, where ${OSREL} is 4.5, while the build system
detects it as 4.4. Note: this is a workarround - we should investigate and
fix the real source of the problem when we have more time.

Submitted by:	bento
2002-01-03 13:26:10 +00:00
Dirk Meyer
5c73ae02e3 strip trailing \ 2002-01-02 21:09:52 +00:00
Dirk Meyer
26e710d517 adding a knob to the OpenSSH port to allow people
to overwrite the ssh in the base system.
	make OPENSSH_OVERWRITE_BASE=yes

Submitted by:	n@nectar.cc (Jacques A. Vidrine)
2002-01-02 19:45:38 +00:00
James E. Housley
d63c40394b Update to 4179 2002-01-02 17:26:03 +00:00
Jean-Marc Zucconi
c485128e02 SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
PR:		ports/33388
Submitted by:	Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
2002-01-01 00:05:56 +00:00
Mark Pulford
e20828de48 Updated to 1.7. 2001-12-30 06:59:19 +00:00
Pete Fritchman
43d02cccff - add missing manpage to MAN1
- fix compile on -current and recent -stable (due to conflicting strcasestr
  definitions)

PR:		33188
Submitted by:	maintainer
2001-12-29 05:40:30 +00:00
Dirk Meyer
d1f34ecde5 - Update MASTER-SITES, dstfiles changed, and cr-encoding has to be reverted. 2001-12-28 10:06:53 +00:00
James E. Housley
d66d04dfc3 Update to 4178 2001-12-26 19:16:34 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Kevin Lo
f49f90d656 Update to version 0.35 2001-12-25 09:04:30 +00:00
David W. Chapman Jr.
6a66f53a9b Remove patch from last night's commit, forgot to remove it on that commit
Noticed by:	rob@cyberpunkz.org
2001-12-25 05:16:18 +00:00
Steve Price
f0d704753a Allow this to build on bento again where /usr/bin/bzip2 exists on bento
but not on gohan*.
2001-12-24 23:20:43 +00:00
Steve Price
47adf04913 Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
2001-12-24 21:58:42 +00:00
Martin Blapp
4421919c83 The distfile has changed. The Makefile in the original distfile
contained ^M at the end of each line. They have removed them now.
This is the only change in in the distfile.

Remove the pre-patch, it is not needed anymore.

Change my mail-address while I'm here.

Approved by:	demon
2001-12-24 13:48:27 +00:00
David W. Chapman Jr.
5705c909b8 oidentd now supports masqueraded connections under FreeBSD systems
running ipf
Update description
Update to 2.0.1

PR:		31466
Submitted by:	mdl@60hz.org
Approved by:	trevor (according to originator)
2001-12-24 06:03:27 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00