1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2779 Commits

Author SHA1 Message Date
Mathieu Arnold
0cc1988912 Reorder those files 2004-03-20 19:06:44 +00:00
Oliver Eikemeier
226faa7c29 This patch is a convenience patch to allow broken port tools to continue
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.

The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.

I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).

Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
realpath $(pwd) instead:

-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42

-bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42-nocrypto

PR:		64479
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-03-19 22:28:21 +00:00
Kris Kennaway
5b500b9b94 BROKEN on alpha 4.x: Coredump during build 2004-03-19 13:38:49 +00:00
Mathieu Arnold
ba463432f6 Update to 0.04 2004-03-19 13:12:36 +00:00
Sergey A. Osokin
0248996b2d Update to latest release 3.16. 2004-03-19 12:18:48 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Clement Laforet
6ff0d4f0bb Make portlint happy (remove blank line @ the end of Makefile)
PR:		64393
Noticed by:	eik
2004-03-18 16:39:00 +00:00
Yoichi NAKAYAMA
589241ce77 include <...> -> include "..."
PR:		ports/64393
Submitted by:	Oliver Eikemeier
2004-03-18 13:39:11 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +00:00
Kris Kennaway
5e5e7a971d This is also broken on alpha 4.x 2004-03-18 12:31:55 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Yen-Ming Lee
0957f8fcb3 SIZEify my ports.
Submitted by:	trevor
2004-03-18 02:19:36 +00:00
Oliver Eikemeier
839e10da49 SIZEify
Prompted by:	trevor
2004-03-18 01:04:31 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Thierry Thomas
751db064ea Upgrading to 1.6.1.
Changelog available at
<http://pear.php.net/package-changelog.php?package=DB&release=1.6.1>.

Approved by:	mat (mentor).
2004-03-16 21:04:15 +00:00
Kirill Ponomarev
af729fb39c - Update to version 0.5.2
PR:		ports/64331
Submitted by:	Ports Fury
2004-03-16 13:48:55 +00:00
Kirill Ponomarev
26518ebc32 - Update to version 1.8.5
PR:		ports/64312
Submitted by:	maintainer
2004-03-16 08:59:30 +00:00
Akinori MUSHA
e21b6c3dbb Update to 0.4.1. 2004-03-14 17:40:28 +00:00
Dirk Meyer
84a12979e7 - update to 2.4.9.3
- fix a bunch of libtool problems after build and during installation.
2004-03-14 08:24:48 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mark Linimon
a58fbe1677 Remove mastersite that died in, oh, say, the year 2000 or so. 2004-03-13 23:57:02 +00:00
Ade Lovett
775b371526 Unset LIBTOOLFILES to fix build after previous commit.
Submitted by:	bento
2004-03-13 18:02:04 +00:00
Oliver Braun
52d22d4510 Fix after upgrade to 7.4.2.
Approved by:	maintainer
2004-03-12 11:17:39 +00:00
Alex Dupre
6591025a58 Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:36:57 +00:00
Alex Dupre
e5ba38231e Fix a never-catched bug in mysql_install_db script.
Now the SKIP_DNS_CHECK knob is pointless.
2004-03-12 10:27:34 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Pav Lucistnik
fb91551796 - Update to 1.8.4
- Add knob for experimental pthread support
- Run make check in post-build target

PR:		ports/64123
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
2004-03-12 00:17:35 +00:00
Oliver Eikemeier
f3d7bf4865 gnats is back on MASTER_SITE_GNU 2004-03-11 23:31:27 +00:00
Tilman Keskinoz
854c161f24 - Update to 0.6.2
- portlint
- utilize OPTIONS
- Add ODBC driver
- Pass Maintainership to submitter

PR:		64072
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-11 19:10:27 +00:00
Oliver Eikemeier
bb08d2c7c7 Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>

bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
2004-03-11 18:48:07 +00:00
Mathieu Arnold
b14d0e9d85 Update to 1.09 2004-03-11 14:46:45 +00:00
Sergey A. Osokin
88154be9c2 Update to latest release 7.4.2.
Release notes available at http://www.postgresql.org/news/173.html

NOTICE: unlike most minor versions, this version does require
some updates to the pg_* system tables.  Full instructions for
how to do this are included in the full HISTORY file.
DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS.

SIZEfy.
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:		64105
2004-03-11 14:45:42 +00:00
Oliver Braun
3e16e4b08f deUSE_SIZEify. 2004-03-11 07:48:13 +00:00
Sergey A. Osokin
09088af55d Update to 3.15. 2004-03-10 09:48:25 +00:00
Sergey A. Osokin
46047596c1 Update to 2.94. 2004-03-10 09:47:51 +00:00
Dmitry Sivachenko
6cf8fd70b2 Project has moved to SourceForge.
PR:		64018
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-10 06:28:46 +00:00
Michael Nottebrock
e87edc58b8 Add qt-sqlite-plugin, a QT database plugin for SQLite. 2004-03-09 20:05:40 +00:00
Michael Nottebrock
d6e8d207b7 Add qt-ibase-plugin, a QT database plugin for ibase/firebird.
PR:	ports/61655
Submitted by:	Nigel Weeks <nigel@e-easy.com.au>
2004-03-09 20:04:35 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Michael Nottebrock
ebf83b41e7 Remove uneccessary files. 2004-03-09 11:41:45 +00:00
Trevor Johnson
a781291126 Mark broken: the distfile was changed. 2004-03-09 07:03:49 +00:00
Trevor Johnson
d0e01b53b1 Unbreak by backing out my previous commit, which caused a "size
unknown" error.
2004-03-09 00:22:28 +00:00
Alex Dupre
16c0520e22 Fix mysql default db installation.
Noticed by:	many
2004-03-08 08:58:24 +00:00
Kirill Ponomarev
c20c561ee1 - Update to 0.3.4
- Utilize OPTIONS
- Assign maintainership to submitter

PR:		ports/63821
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-03-07 09:05:13 +00:00
Kris Kennaway
9bbc1e7748 This is BROKEN on 5.x as well (does not compile) 2004-03-06 22:44:17 +00:00
Oliver Braun
8006a4f52d Set maintainer to the new created haskell@ mail alias. 2004-03-06 21:29:59 +00:00