Commit graph

53268 commits

Author SHA1 Message Date
mrauch
71f7747c65 Update to version 1.1.0.
New features include:
* PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export
* Accessibility
* Support for Complex Text Layout (CTL)
* Macro Recorder
* Integrated Python-UNO bridge
* Locking of user installations against accesses from multiple machines
  with shared directories
* Support for recovering slightly damaged OpenOffice.org files
2004-01-25 16:57:57 +00:00
jlam
5be7d9ec3b Use PERL5_REQD to set the required version of perl instead of directly
setting BUILDLINK_DEPENDS.perl.
2004-01-25 16:57:48 +00:00
jlam
f75cc2df62 Set the required version of perl using PERL5_REQD instead of directly
setting BUILDLINK_DEPENDS.perl.
2004-01-25 16:56:27 +00:00
jlam
a4f16cd066 Remove redundant BUILDLINK_DEPENDS.oss definition -- it's already set
correctly in audio/oss/buildlink3.mk.
2004-01-25 16:52:53 +00:00
jlam
66b2e171eb The new standard for modifying BUILDLINK_DEPENDS.<pkg> is to append to the
value instead of overriding.  The reason is so that the most restrictive
<pkg> dependency will always be a part of the dependency list.
2004-01-25 16:46:21 +00:00
kristerw
800de69100 Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-25 16:22:15 +00:00
jlam
0129c7eedd Append to BUILDLINK_DEPENDS.<pkg> instead of overriding it so that the
most restrictive dependency is always part of the DEPENDS/BUILD_DEPENDS
list.
2004-01-25 16:17:37 +00:00
jlam
4110a61dab bl3ify and fix issue with MIPSpro compiler and this package by stripping
"-O3" from the compiler options.
2004-01-25 16:14:15 +00:00
grant
d85f19a094 show-needs-update target: run ${MAKE}, not "make". 2004-01-25 16:12:40 +00:00
recht
0de275cb42 bl3ify 2004-01-25 16:06:47 +00:00
tron
1ef26d4f9c Let build depend on "flex" package as suggested by Georg Schwarz on
the "tech-pkg" mailing list.
2004-01-25 15:47:18 +00:00
tron
a59aa60376 Fix crappy C code which breaks the build with GCC 2.95.3. 2004-01-25 15:41:15 +00:00
kristerw
092a1ec191 Add build dependency on textproc/p5-XML-Parser. 2004-01-25 15:29:51 +00:00
kristerw
d5b9b2849d Add build dependency on perl (pod2man is used for the man page). 2004-01-25 15:27:42 +00:00
kristerw
aeaa2c263a Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-25 15:21:35 +00:00
kristerw
ae9d683ae0 Add build dependency on perl. 2004-01-25 15:07:36 +00:00
tron
3f46fe9f9f Fix build problem on NetBSD systems without native pthread support. 2004-01-25 14:50:34 +00:00
recht
477347a246 bl3ify 2004-01-25 14:31:02 +00:00
recht
9c27695967 add buildlink3 support 2004-01-25 14:28:52 +00:00
recht
a8fec98796 add buildlink3.mk 2004-01-25 14:23:39 +00:00
recht
e0d95cc4ac add buildlink3.mk 2004-01-25 14:13:17 +00:00
recht
7d01b8f2ba shorten createbuildlink's generated comment a bit 2004-01-25 14:11:13 +00:00
recht
254c819533 fix comment and shorten createbuildlink's generated comment a bit 2004-01-25 14:10:29 +00:00
recht
69c824cc88 add missing BUILDLINK_DEPMETHOD.python 2004-01-25 14:07:22 +00:00
recht
b6436d1b36 add buildlink3.mk 2004-01-25 14:05:34 +00:00
jlam
8e850d0459 Instead of directly manipulating DEPENDS, BUILD_DEPENDS, and RECOMMENDED,
create _BLNK_ADD_TO.<depmethod> for each of depencdency methods above from
the BUILDLINK_DEPEND.<pkg> and BUILDLINK_RECOMMENDED.<pkg> lists and save
the created values so they don't need to constantly be recomputed.
2004-01-25 13:26:43 +00:00
jlam
93ad14ffc4 Suppress duplicate dependencies in the DEPENDS and BUILD_DEPENDS list
added by buildlink3.mk files if the dependencies are _exactly_ the same.
2004-01-25 13:09:46 +00:00
kristerw
e07880e51a Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-25 12:44:34 +00:00
jlam
0b36d85a83 Fix code that assumed that BUILDLINK_DEPENDS.<pkg> was a unique value by
modifying it to accept a list.
2004-01-25 12:43:24 +00:00
tron
3126e87ce6 Note update of "kde" package to version 3.1.5nb1. 2004-01-25 12:04:37 +00:00
tron
005dd509ce Fix dependences, bump package revision. 2004-01-25 12:04:06 +00:00
xtraeme
e45413a4c0 Regen, missed in previous (hi tron! :-) 2004-01-25 11:08:51 +00:00
wiz
9418e15514 Fix two typos. 2004-01-25 11:02:13 +00:00
wiz
7d5046cf20 Substitute for HOMEPAGE in MESSAGE. From Min Sik Kim in PR 24233. 2004-01-25 11:01:18 +00:00
cube
9d1e4a5ab3 Note revision bump for lua. 2004-01-25 10:49:19 +00:00
cube
0e065524f7 Compile and install etc/bin2c, which is expected by some modules. Fixes
PR 24219 by pancake at phreaker dot net.  Bump PKGREVISION.
2004-01-25 10:48:21 +00:00
grant
57eb61a5d6 run GNU configure scripts with ${CONFIG_SHELL}, which defaults to
${SH} when GNU_CONFIGURE is defined.

fixes problems on Solaris and BSDI with some GNU configure scripts.
2004-01-25 10:36:15 +00:00
cube
851de0d502 Record zlib dependency inside buildlink2.mk file and give a chance to
dependencies to link on platforms without usable libz in base, such as
IRIX 5.3.  Reported by Georg Schwarz on tech-pkg@.
2004-01-25 10:04:21 +00:00
tron
81f0a2c842 Fix crappy C code which breaks the build with GCC 2.95.3. 2004-01-25 09:35:38 +00:00
xtraeme
7c90204834 Removed XFree86-libs dependency if we are trying to use XFree86
packages from pkgsrc, it's not really needed with the latest change
to x11-links.
2004-01-25 07:47:00 +00:00
xtraeme
8c9cfcd48d Add dependency on XFree86-libs if ${X11BASE}/include/X11/X.h doesn't
exists and we are using XFree86 packages from pkgsrc.
2004-01-25 07:43:54 +00:00
grant
6903f248e7 if we have determined that we need pkgsrc zlib, set
BUILDLINK_DEPENDS.zlib instead of adding to it.

fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.
2004-01-25 04:15:44 +00:00
xtraeme
e1aa0a574c Add NO_SRC_* and NO_BIN_* options for quake3server mods, pointed out
by David Ferlier.
2004-01-25 03:48:58 +00:00
grant
c9cbc931c9 honour BINOWN and BINGRP.
from Min Sik Kim in PR pkg/24176.
2004-01-25 03:29:57 +00:00
grant
f795922d03 set LANG="" in MAKE_ENV to avoid build failure if LANG is set.
from Min Sik Kim in PR pkg/24211.
2004-01-25 03:26:49 +00:00
grant
fd49d1a855 replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. 2004-01-25 03:08:46 +00:00
grant
f9d1cda00b USE_GNU_TOOLS+=m4 instead of BUILD_DEPENDS. 2004-01-25 02:55:14 +00:00
grant
677c8663d9 g/c USE_GMAKE. nothing uses it anymore. 2004-01-25 02:37:49 +00:00
grant
f756387c6c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:36:11 +00:00
rh
45f7f00a69 Requires at least libart-2.3.11. 2004-01-25 01:42:47 +00:00