Commit graph

104 commits

Author SHA1 Message Date
mrauch
0c05439318 Update to version 1.1.5.
This version contains read support for the new OpenDocument format OASIS which
will be default in OOo 2.0.
Additionally some minor bugs have been fixed. A complete list can be found at
http://download.openoffice.org/1.1.5/release_notes_1.1.5.html.
2005-10-03 16:03:19 +00:00
mrauch
92ed427cab Add the pkgsrc library path to LD_LIBRARY_PATH so shared libraries from
other packages which are loaded during runtime via dlopen() can be found.
This is necessary for fixing PR pkg/30473.
2005-10-03 15:53:34 +00:00
mrauch
6207e96f0f Add patch for the xsl compilation problem in officecfg, which occured after
the update to libxslt-1.1.15.
Fixes PR pkg/31401 .
2005-10-01 07:00:08 +00:00
mrauch
bb1b6ebfdb Fix quoting, so it works again. 2005-09-12 18:42:11 +00:00
mrauch
02958a0599 Fix the mechanism which sets the temporary directory where
OpenOffice.org will unpack intermediate files during install.
The package default /tmp may have not enough space.
Problem reported by Perry Metzger via mail to tech-pkg.
2005-09-11 10:49:35 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
mrauch
e5e737f767 Apply fix for security problem CAN-2005-0941 from OOo CVS.
Bump PKGREVISION.
2005-04-14 20:48:58 +00:00
rillig
c5af79384f Removed the declaration of getpwent_r(), which differs among different
operating systems. The function is never used in openoffice. Approved by
phone.
2005-04-12 01:10:45 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
7b08a74b0e Drop trailing whitespace. 2005-02-27 11:16:30 +00:00
mrauch
8fded7edca Fix bug that japanese fonts can't be displayed.
Patch from Nobuyuki SASAKI in
http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
2005-02-26 16:07:46 +00:00
wiz
50ec47b83a We also need to conflict with the old package name
of openoffice-bin (openoffice-linux) since people might still
have it installed or binary packages lying around.
2005-02-26 15:52:52 +00:00
mrauch
99bed91260 Rename openoffice-linux to openoffice-bin. 2005-02-26 15:46:15 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
wiz
9fda5a4e7a Fix typo in SITES_*. 2005-01-06 16:27:06 +00:00
mrauch
5fdb99139b Update to version 1.1.4.
* solves the vulnerability CAN-2004-0752
  (local users may read files of other users because of world-readable
   temporary files)
* various bug fixes
2005-01-06 15:52:19 +00:00
agc
7fc4da5e05 Regenerate for changed patches. 2005-01-03 22:52:22 +00:00
agc
38971962c1 Don't rely on the NetBSD version to define ETIME - define it if it's not
already defined.
2005-01-03 22:51:47 +00:00
agc
1e90d6ac78 The getpwnam_r prototype appeared in NetBSD in 2.99.10 or so 2005-01-03 22:51:01 +00:00
agc
3339041014 Patches from Rui-Xiang Guo for building on NetBSD-current 2005-01-03 08:07:24 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
abs
a81e720594 Use PKGNAME_NOREV for DIST_SUBDIR 2004-07-07 09:49:50 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
mrauch
7c29e81e89 After the last change the list of helpfiles to copy may be empty. 2004-06-07 20:45:48 +00:00
mrauch
1bca7eb4ea The helpcontent_* files have changed on the master site without any
filename renaming.
Use DIST_SUBDIR to version the filenames and adjust distinfo and PLIST.
Remove the patch to disable building of helpcontent, as the built english
helpcontent is now consistent with the downloadable i18n'd versions (but no
longer with the downloadable english one where files are missing).

Fixes PR pkg/25814.
2004-06-05 12:22:47 +00:00
mrauch
0a5838a021 Allow installation of localized versions via the variable PKG_LANG. 2004-06-03 18:48:17 +00:00
mrauch
07a582d232 Add a message that the gtk warning is harmless.
Suggested by Hubert Feyrer in private mail.
2004-05-09 08:25:00 +00:00
jdolecek
50d288c8bb update patches to prepend ../ into the file path
problem pointed out by Min Sik Kim in private e-mail
2004-05-09 00:12:13 +00:00
jdolecek
daea73cf5b some more patches needed for compilation on NetBSD 2.0D+, after replacing
of statfs interface with statvfs interface
2004-05-08 11:52:52 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
jdolecek
f09c5c4586 add a patch to use statvfs() on 2.0D and later, since statfs()
is no longer available on -current
2004-05-07 08:35:56 +00:00
mrauch
21e1dab6b1 Update to version 1.1.1.
New features include:
* PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export
* Accessibility
* Support for Complex Text Layout (CTL)
* User installation automated
2004-05-03 20:56:35 +00:00
kristerw
6c594816c5 Add a missing include so that it compiles with recent devel/stlport. 2004-03-26 23:37:49 +00:00
kristerw
ce8c965e66 The checkdll utility is really slow in NetBSD 1.6.2 (the build spends
nearly 30 hours running this command on my not that old PC).
Running checkdll is not needed to build the package (and it is
only useful when porting the software to new architectures), so
disable it for now.
2004-03-14 02:29:20 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
grant
3ab280cb9c replace the (somewhat broken) test to figure out the compiler version
with GCC_REQD=2.95.2.
2004-01-22 08:57:03 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0d5985e4b3 move the various static shell packages back to their previous names. 2004-01-11 23:06:54 +00:00
grant
168ce375b9 fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc. 2004-01-11 01:09:12 +00:00
mrauch
d39a79a1ed The master site no longer has the source tar-ball
(and now returns a website instead of Error 404).
Use the copy on my server.
2003-10-16 07:11:41 +00:00
mrauch
fc7ac4d00b Add an explicit build dependency on unzip that was missing.
Noted by Chris Jones in PR# pkg/22145
2003-07-20 08:36:04 +00:00