Commit graph

63844 commits

Author SHA1 Message Date
Kris Kennaway
d96747439b Add a missing file and sort 2002-09-19 01:45:45 +00:00
Kris Kennaway
b7ce2c98d9 Add missing manpage and don't try and remove a system directory on
deinstall
2002-09-19 01:44:12 +00:00
Eric Anholt
fc8cc1d008 Add patch to support XFree86-4-libraries and -clients on sparc64
Submitted by:	tmm
2002-09-19 01:41:58 +00:00
Kris Kennaway
fb50942715 Add a missing directory 2002-09-19 01:39:26 +00:00
OKAZAKI Tetsurou
d212585184 Update tmac suite to 20020918 of RELENG_4.
Change the default .Os value to FreeBSD 4.7.
Bump PORTREVISION.
2002-09-19 01:38:47 +00:00
Kris Kennaway
f772f8743d * Some spelling/grammar fixes in comments
* Replace some bare uses of cat with ${CAT}

* [ports/19112] Ignore RCS files (*,v) when applying patches

* [ports/19270] Check whether ${DISTDIR} is writable and fail with a
  better error message if not (mostly caused by trying to fetch as the
  wrong user)

* [ports/23560] Force patch backup files to be created with .orig suffix

* [ports/34717] Don't enclose PTHREAD_LIBS in quotes, because it will
  cause problems if used in an already-quoted string.

* [ports/34987] Fix an awk warning in MASTER_SORT/MASTER_SORT_REGEX code

* [misc/38724] Change some uses of the deprecated test -h to test -L

* [1] Registering real dependencies: dependency registration looks at the
  currently-installed version of the dependency and registers that version,
  instead of registering the version in ports which may be newer than
  what is installed.

* [2] Further 100% speed-up of dependency registration process by eliminating
  second call to package-depends (using information from the first call
  stored in +CONTENTS file of package being installed). Very useful
  for developing GNOME or similar packages with zillion dependencies,
  when package-depends target could take few minutes to complete;

* [2] Proper set-up of ${SHELL} variable in build environment, so that user's
  interactive shell isn't picked instead. This has various implications,
  ranging from build process speed-up due to using /bin/sh to invoke
  libtool instead of bash or any other much more bloated user's shell
  (configure scripts often pick it up from the ${SHELL} environment),
  to fixing problems some users have when building random ports.

Submitted by:	sobomax [1] [2],
		Aleksandr A. Babaylov <.@babolo.ru> [ports/19112],
		Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> [ports/19270],
		Alan Bawden <Alan@LCS.MIT.EDU> [ports/23560],
		Christian Weisgerber <naddy@mips.inka.de> [ports/34717],
		knu [ports/34987], april <april@oublinet.net> [ports/38724]
PR:		ports/19112, ports/19270, ports/23560, ports/34717,
		ports/34987, ports/36237, ports/38724
Tested on:	bento 4-exp build
2002-09-19 00:16:39 +00:00
Kris Kennaway
02c01ad2fc Remove dependency on texi2html port; a different version of
texi2html is included in the teTeX port, which is already a dependency.

Thus, during a port build the teTeX port will be installed first, which
automatically satisfies the dependency check for texi2html, so the latter
port is never installed; however during a package build the full set of
packages are added, so we end up with the texi2html binary from the
texi2html port overwriting that from teTeX, which is incompatible and
causes the build to fail.
2002-09-18 23:29:13 +00:00
James E. Housley
4d3d1ac331 Update to 4223 2002-09-18 22:31:24 +00:00
Alan Eldridge
ac41008cd8 Removed since they relied on kde2 with no known good upgrade path. Sorry
folks. Maintainers notified.
2002-09-18 22:23:02 +00:00
Akinori MUSHA
af778ceaff The -fno-strict-prototype and -fpermissive flags are no longer
supported by gcc.

Submitted by:	Jos Backus <jos@catnook.com>
2002-09-18 20:54:56 +00:00
Joe Marcus Clarke
2db52cf753 Add dependency on gnomecanvas.
Submitted by:	bento
2002-09-18 20:36:20 +00:00
Joe Marcus Clarke
bf1ec224a7 Chase neon shared lib version number.
Submitted by:	bento
2002-09-18 20:35:07 +00:00
Oliver Braun
f508e3f057 Upgrade to 0.24.
PR:		ports/42827
Submitted by:	maintainer
2002-09-18 19:37:30 +00:00
Oliver Braun
9e189e2d02 Upgrade to 0.9.1.
PR:		ports/42871
Submitted by:	maintainer
2002-09-18 19:28:50 +00:00
Sean Chittenden
4484f81540 Add tunable to aid in debugging memory problems
Approved by:	knu (mentor) && marcus
2002-09-18 19:18:25 +00:00
Sean Chittenden
d406b87093 Add various tunables to aid developers using libxml2, most notably adding
the ability to turn on schema support.

Approved by:	knu (mentor) && marcus
2002-09-18 19:16:28 +00:00
Joe Marcus Clarke
938f4c6404 Add missing dependency on gnomecanvas.
Submitted by:	bento
2002-09-18 19:03:10 +00:00
Joe Marcus Clarke
52467895fc Fix the gdkpixbuf dependency.
Submitted by:	bento
Pointy hat to:	me
2002-09-18 19:00:03 +00:00
Akinori MUSHA
333a3e55be - Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
2002-09-18 18:57:53 +00:00
Joe Marcus Clarke
d71eb63374 Add a missing dependency on gdkpixbuf. 2002-09-18 18:56:52 +00:00
Joe Marcus Clarke
7f6339ae48 Add missing dependency on scrollkeeper.
Submitted by:	bento
2002-09-18 18:51:30 +00:00
Joe Marcus Clarke
a5cc543c9f Add a full dependency on libgda2. Bump PORTREVISION.
Submitted by:	bento
2002-09-18 18:49:44 +00:00
Joe Marcus Clarke
d0314a27e2 Add missing dependency on gnomepanel.
Submitted by:	bento
2002-09-18 18:46:39 +00:00
Joe Marcus Clarke
8ddbbdf323 Add missing dependency on libghttp. 2002-09-18 18:44:18 +00:00
Joe Marcus Clarke
cc6afa0a4f Add missing dependency on libpopt.
Submitted by:	bento
2002-09-18 18:40:33 +00:00
Joe Marcus Clarke
b01db863f0 Add missing dependency on gnomevfs.
Submitted by:	bento
2002-09-18 18:39:13 +00:00
Ying-Chieh Liao
f0708dcb07 correct path in startup script
PR:		37931
Submitted by:	Mark Russell <ports@mark.net.au>
2002-09-18 18:12:15 +00:00
Kris Kennaway
3ce63e4bb2 Update to adzap-20020916 2002-09-18 18:07:24 +00:00
Ying-Chieh Liao
bcaf7ca3a4 add imageindex 1.0
A digital photo gallery tool

PR:		42577
Submitted by:	John Reynolds <johnjen@reynoldsnet.org>
2002-09-18 17:56:48 +00:00
Ying-Chieh Liao
ecedaa4486 add X dependence 2002-09-18 17:49:58 +00:00
Mike Heffner
387708de8b Update to v1.1. 2002-09-18 16:34:41 +00:00
Tom Hukins
89c2fc8e52 Update WWW
PR:		ports/42636
Submitted by:	Lewis Kapell <lkapell@ncia.net>
2002-09-18 15:48:54 +00:00
Makoto Matsushita
18d40dffde Use ports/japanese/skk-jisyo-cdb.
There is no functional changes for server itself.  However, the dictionaly
location is changed, so bump PORTREVISION to notify the change to the users.

patch-ab is no longer needed, since this ports doesn't build CDB format
dictionary anymore.
2002-09-18 15:34:21 +00:00
Hye-Shik Chang
f7d49e300d Update to 0.5.1 and take maintainership 2002-09-18 15:13:45 +00:00
Alan Eldridge
f83ba5f0f8 Updated to KDE 3. 2002-09-18 15:08:59 +00:00
Hye-Shik Chang
0c0f046392 Update to Python 2.2.1 + Stackless 020918 snapshot 2002-09-18 14:59:59 +00:00
David E. O'Brien
1eca3f824a Total hack to allow gcc31 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
2002-09-18 14:43:03 +00:00
Ying-Chieh Liao
cb1f32d722 1. Fixed coredump on -STABLE
2. pass maintainership to Mathieu Arnold <m@absolight.fr>

PR:		41637
Submitted by:	old maintainer
2002-09-18 14:33:23 +00:00
Peter Pentchev
e08fa0da38 Support CFLAGS/CXXFLAGS properly
Do not install useless .la files

PR:		42889
Submitted by:	Ports Fury
2002-09-18 14:32:32 +00:00
Ying-Chieh Liao
b6a25a368b 1. use gtar instead of built-in tar
2. utilize PORTDOCS

PR:		37054 (1)
Submitted by:	Joseph King <king@v2project.com>
Approved by:	maintainer
2002-09-18 14:22:11 +00:00
Peter Pentchev
2d93611e03 OK, I *promise* I will test my next five or six changes before
committing them! :)
Fix the misspelled addition of NOPORTDOCS check in the post-install
target; 'defiend', indeed!  I wonder if that was some kind of Freudian
thing.. is 'defiend' something like 'debug', but for the very-very-very
big bad bugs?

Submitted by:	Dan Langille <dan@langille.org>,
		Tadayuki OKADA <tadayuki.okada@windriver.com>
2002-09-18 14:19:12 +00:00
Peter Pentchev
fb5fbbe045 Another test of FreshPorts's notification service; the bug is still
not fixed.

Requested by:	Dan Langille <dan@langille.org>
2002-09-18 14:11:38 +00:00
Ying-Chieh Liao
2e7af15429 add filtermail 0.2.4
Filter mail on a pop3 server: saves downloading spam

PR:		37905
Submitted by:	Harry Newton <harry_newton@telinco.co.uk>
2002-09-18 14:09:50 +00:00
Ying-Chieh Liao
de4e578ac2 add simape 1.2.2
Library with image format loaders and front-ends

PR:		37920
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
2002-09-18 14:01:03 +00:00
Peter Pentchev
f3375f8bd5 Forced commit to test FreshPorts' committer opt-in notification..
The 'defiend' misspelling is still not fixed.

Requested by:	Dan Langille <dan@langille.org>
2002-09-18 13:41:50 +00:00
Maxim Sobolev
34036667f1 Correct PLIST.
Submitted by:	gnome tinderbox
2002-09-18 13:18:31 +00:00
Ying-Chieh Liao
16d7a7f73e add pstack 1.0
Retrieve process/core file stack traces

PR:		37632
Submitted by:	Peter Edwards <pmedwards@eircom.net>
2002-09-18 13:03:03 +00:00
Ying-Chieh Liao
e04f7b4ced properly deinstall the package
PR:		37459
Submitted by:	maintainer
2002-09-18 12:49:17 +00:00
Peter Pentchev
685d1b3401 Support CFLAGS/CXXFLAGS properly.
Honor NOPORTDOCS.

PR:		42878
Submitted by:	Ports Fury
2002-09-18 12:32:37 +00:00
Peter Pentchev
8a897c5ed0 Update to 0.9.12.
PR:		42879
Submitted by:	Ports Fury
2002-09-18 12:28:06 +00:00