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
Johann Visagie
e06ac271e0
- Update to version 0.8.1
...
- Add a $PKGREQ to enforce dependency on version 2.0+ of Python
2002-09-18 12:25:25 +00:00
Ying-Chieh Liao
cdd29ab532
fix build problem when latex2html is installed
...
PR: 37367
Submitted by: maintainer
2002-09-18 12:08:52 +00:00
Ying-Chieh Liao
266d659d5e
add cp2fwb 0.6
...
Checkpoint FW1 to Firewall Builder ruleset converter
PR: 37298
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-09-18 12:04:26 +00:00
Ying-Chieh Liao
2e0b612dd8
add bsp 5.1
...
Node builder for Doom
PR: 37359
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-09-18 11:47:28 +00:00
Ying-Chieh Liao
028629e4f3
add ocaml-pcre 4.28.3
...
Perl compatible regular expressions for Objective Caml
PR: 37354
Submitted by: Henrik Motakef <henrik.motakef@web.de>
2002-09-18 11:42:02 +00:00
Thomas Gellekum
18393e7390
Don't use MAKE_ARGS to proliferate CFLAGS as setting CFLAGS in
...
/etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch
Makedefs (in the Icon source) instead.
PR: 38322
2002-09-18 11:19:32 +00:00