The FreeBSD Ports Archive
FreeBSD german : staroffice704>
Wordprocessor/dbase/spreadheet/drawing/chart
StarOffice 7.0 is a suite of office productivity applications containing
a word processor, spreadsheet, graphics and presentation, image
manipulation, and charting. StarOffice offers the ability to read and
write Microsoft Office files.
The integrated StarOffice5.2 desktop, email-client and calendar have been
removed to concentrate work on the core applications.
ftp://patches.sun.com/patchroot/all_unsigned/:patch
|
staroffice70 history
v. 1.67
date: 2007/04/15 21:06:13; author: gabor; state: Exp; lines: +0 -13
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
v. 1.66
date: 2006/06/12 15:46:43; author: erwin; state: Exp; lines: +4 -4
Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
v. 1.65
date: 2006/04/15 06:26:47; author: linimon; state: Exp; lines: +1 -1
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr
v. 1.64
date: 2005/10/08 08:49:56; author: lkoeller; state: Exp; lines: +10 -10
o) Update to respect new Patch from SUN (Product Update 5)
(Contact port owner for admission)
v. 1.63
date: 2005/06/17 22:59:13; author: netchild; state: Exp; lines: +4 -3
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn
v. 1.62
date: 2005/03/01 21:51:35; author: trevor; state: Exp; lines: +0 -1
Respect the user's USE_LINUX setting.
v. 1.61
date: 2004/12/31 18:23:54; author: netchild; state: Exp; lines: +3 -1
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX= specifies a dependency upon
emulators/linux_base-, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base- (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portv. of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
v. 1.60
date: 2004/11/22 12:33:37; author: mbr; state: Exp; lines: +1 -2
Fix missed path, remove USE_ZIP directive.
v. 1.59
date: 2004/11/22 12:27:09; author: mbr; state: Exp; lines: +9 -8
Upgrade to staroffice 7 product update IV.
v. 1.58
date: 2004/07/05 13:26:42; author: mbr; state: Exp; lines: +8 -7
Upgrade to Product Update 3.
v. 1.57
date: 2004/05/18 09:44:42; author: mbr; state: Exp; lines: +7 -6
Upgrade to so-7-pp2 (product update 2)
v. 1.56
date: 2004/01/22 17:59:26; author: eik; state: Exp; lines: +1 -1
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
v. 1.55
date: 2004/01/09 09:15:38; author: mbr; state: Exp; lines: +2 -2
Fix Makefile comment in port.
v. 1.54
date: 2004/01/09 09:06:57; author: mbr; state: Exp; lines: +57 -38
Add german port of staroffice7.0
v. 1.53
date: 2003/07/23 22:18:44; author: mbr; state: Exp; lines: +5 -5
Upgrade to use new patchset 112887-04.tar
v. 1.52
date: 2003/03/07 06:00:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.51
date: 2003/02/22 14:35:22; author: mbr; state: Exp; lines: +2 -0
Do not fail if libXrender.so doesn't exist at all.
Submitted by: "Karel J. Bosschaart"
v. 1.50
date: 2003/02/20 00:25:50; author: mbr; state: Exp; lines: +23 -6
Make some installation notes more clear. Inspired by
PR 42978.
v. 1.49
date: 2003/02/05 14:04:29; author: mbr; state: Exp; lines: +22 -10
Fetch the sunsolve patch for inofficial distsites, we have the
md5 checksums to be sure it's really the correct file.
Add wrappers like the ones openoffice port has. While we are here,
remove the install-user target, we don't need it anymore.
Fix the patch installation, it does not need to check if the path
"/compat/linux/$PREFIX/staroffice60" does exist.
Pointed out by: rwatson
v. 1.48
date: 2003/01/22 16:28:32; author: mbr; state: Exp; lines: +0 -1
Remove obsolete line
v. 1.47
date: 2003/01/21 23:11:33; author: mbr; state: Exp; lines: +20 -9
Update StarOffice6.0 to patchlevel 3
Add basic CDROM install support
Submitted by: obrien
v. 1.46
date: 2003/01/08 08:36:30; author: obrien; state: Exp; lines: +2 -2
Use tabs.
v. 1.45
date: 2002/07/17 13:42:32; author: mbr; state: Exp; lines: +5 -0
Add install-update target to update a installed version with
the service pack.
v. 1.44
date: 2002/07/17 13:12:24; author: mbr; state: Exp; lines: +30 -11
Upgrade to Service Pack I
v. 1.43
date: 2002/05/28 03:22:32; author: obrien; state: Exp; lines: +2 -3
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
v. 1.42
date: 2002/05/22 12:42:35; author: mbr; state: Exp; lines: +47 -43
Update to 6.0 final
v. 1.41
date: 2002/01/29 16:30:58; author: fenner; state: Exp; lines: +2 -2
Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk .
Submitted by: distfile survey
v. 1.40
date: 2002/01/29 10:34:17; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.39
date: 2002/01/22 21:14:18; author: mbr; state: Exp; lines: +1 -0
Mark port broken (until April when 6.0 get's released :-)
Submitted by: Joachim Strömbergson
v. 1.38
date: 2001/12/24 13:56:00; author: mbr; state: Exp; lines: +1 -1
Maintainer is now a committer
Approved by: demon
v. 1.37
date: 2001/10/17 20:29:39; author: obrien; state: Exp; lines: +1 -1
Opps, this is a bourne script, not binary.
v. 1.36
date: 2001/10/16 17:31:51; author: obrien; state: Exp; lines: +24 -28
Clean up the Makefile some by using .for and reducing wrapped lines.
v. 1.35
date: 2001/10/16 17:17:52; author: obrien; state: Exp; lines: +34 -226
Farther tweaks to fix the coredumping during setup.
Submitted by: Martin Blapp
v. 1.34
date: 2001/10/15 22:46:13; author: obrien; state: Exp; lines: +3 -4
We can more easily just echo the single line that is in sversionrc
than copy & sed it.
v. 1.33
date: 2001/10/14 22:52:18; author: alex; state: Exp; lines: +16 -10
- Add missing file sversionrc
- Added fix for WRKDIRPREFIX size and better english.
Thank goes to Mike Meyer
- Depend on installed libXrender.so.1.0 (linux-base-7)
- Create symlink for libXrender.so within the staroffice
installation.
- Fix broken ".if !exists" cases with "ls -fs" instead just
"ln -s"
- Fix spelling errors
Submitted by: Martin Blapp (MAINTAINER)
v. 1.32
date: 2001/10/13 15:23:55; author: alex; state: Exp; lines: +1 -1
Remove additional "'"
PR: 31242
Submitted by: David
Approved by: maintainer
v. 1.31
date: 2001/10/12 22:36:42; author: demon; state: Exp; lines: +251 -79
Upgrade to StarOffice 6.0 (repo-copied from staroffice52).
PR: 31161
Submitted by: Martin Blapp
v. 1.30
date: 2001/10/03 13:01:56; author: jedgar; state: Exp; lines: +17 -8
Fix the CDROM install of StarOffice.
PR: 30983
Submitted by: Maintainer
v. 1.29
date: 2001/09/05 20:19:01; author: alex; state: Exp; lines: +3 -3
Use full path to mount and utilites, because /sbin might not be in PATH.
Fix last-minute brainos in the message for linprocfs.
Submitted by: fenner
v. 1.28
date: 2001/09/04 22:30:19; author: alex; state: Exp; lines: +17 -1
- Add check for installed and running linprocfs
- Sync french version with the english and german version
Submitted by: Martin Blapp (MAINTAINER)
v. 1.27
date: 2001/06/03 16:29:55; author: obrien; state: Exp; lines: +31 -20
Minor Staroffice 5.2 fixes and addons for the english and german port.
- Remove non working MASTER_SITES
- Make Adabas installation optional with make WITH_ADABAS=YES
- Add a check for free disk space in Makefile
- Replace a "/usr/local" with $PREFIX, which should fix make $PREFIX=
- Replace german "umlauts" in the german port.
Submitted by: Martin Blapp
v. 1.26
date: 2001/03/02 00:50:43; author: jhb; state: Exp; lines: +3 -2
The path needs to be dinked with for the install-user target as well.
Submitted by: Martin Blapp
v. 1.25
date: 2001/03/02 00:27:40; author: jhb; state: Exp; lines: +2 -2
Ensure that /bin is at the head of the path when running the setup program
so that we get the right uname binary.
PR: 24049, 25231, 25443, 25458
Submitted by: Martin Blapp
v. 1.24
date: 2000/12/24 14:28:59; author: alex; state: Exp; lines: +27 -5
Add SunSolve Patch 109939-02.
This fixes numerous bugs. See the PR for details.
PR: 23783
Submitted by: Martin Blapp (maintainer)
v. 1.23
date: 2000/12/24 14:21:47; author: alex; state: Exp; lines: +5 -1
Fix default $PATH settings for user-installation.
PR: 23773
Submitted by: Martin Blapp (maintainer)
Thanks to: jedgar ("or bug Alex") =)
v. 1.22
date: 2000/10/14 20:10:11; author: obrien; state: Exp; lines: +6 -5
Fix CDROM based installs.
Approved by: Martin Blapp
v. 1.21
date: 2000/10/08 10:19:53; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.20
date: 2000/09/23 10:32:30; author: jedgar; state: Exp; lines: +8 -9
- Fix ${LINUXBASE} for /compat/linux
- Fix some warning text
Submitted by: Maintainer
v. 1.19
date: 2000/09/15 16:33:34; author: alex; state: Exp; lines: +5 -2
* Depend on libc6, this should fix some lib-problems. Also automatically
install linuxbase if it's not yet installed.
* Fix the cdrom installation
Submitted by: Martin Blapp (MAINTAINER) on IRC
v. 1.18
date: 2000/09/07 14:22:48; author: sheldonh; state: Exp; lines: +17 -18
Fix the error detection routines at the end.
Remove some unused cruft.
Get LD_LIBRARY_PATH recognized properly.
PREFIX-clean.
Submitted by: maintainer
v. 1.17
date: 2000/08/31 10:26:52; author: asmodai; state: Exp; lines: +10 -1
Add some more help to solve potential installation problems.
Also add reporting address.
Submitted by: MAINTAINER >
v. 1.16
date: 2000/08/28 13:35:26; author: jedgar; state: Exp; lines: +13 -15
Add MASTER_SITES and remove notice about manually downloading
Submitted by: Martin Blapp (Maintainer)
v. 1.15
date: 2000/08/25 13:47:55; author: jedgar; state: Exp; lines: +32 -14
- Add DISPLAY functionality to keep StarOffice from crashing during
installation and startup
- Make a few cosmetic fixes to the Makefile(s)
Submitted by: Martin Blapp (Maintainer)
v. 1.14
date: 2000/08/24 19:27:05; author: jedgar; state: Exp; lines: +64 -48
New port: staroffice52 (after repo-copy from staroffice5)
Submitted by: Martin Blapp
v. 1.13
date: 2000/04/17 00:17:28; author: reg; state: Exp; lines: +4 -4
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.12
date: 2000/04/14 19:53:25; author: billf; state: Exp; lines: +4 -4
/usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.
v. 1.11
date: 2000/04/14 00:25:41; author: mharo; state: Exp; lines: +4 -4
portname/portversion update
v. 1.10
date: 2000/02/28 23:55:27; author: steve; state: Exp; lines: +2 -2
Add mb@imp.ch as the new MAINTAINER.
Submitted by: Darren Wiebe
v. 1.9
date: 2000/02/28 08:33:26; author: asami; state: Exp; lines: +2 -2
Add virtual category "linux" to Linux apps and support libs/utils.
v. 1.8
date: 2000/02/27 15:01:11; author: steve; state: Exp; lines: +5 -7
Misc. small fixes from the maintainer.
PR: 16935
Submitted by: maintainer
v. 1.7
date: 2000/01/29 21:52:21; author: steve; state: Exp; lines: +8 -8
From maintainer:
This fixes the ${TEMPDIR} and ${TMPDIR} problem with the StarOffice5
port. It also puts my correct email address in.
PR: 16432
Submitted by: maintainer
v. 1.6
date: 1999/12/31 20:14:55; author: steve; state: Exp; lines: +11 -9
Add another distribution site for patches and changes the default for the
TEMPDIR variable.
PR: 15764
Submitted by: maintainer
v. 1.5
date: 1999/12/23 21:13:40; author: steve; state: Exp; lines: +2 -2
Remove '-v' from the invocation of ln(1).
PR: 15623
Submitted by: Udo Schweigert
v. 1.4
date: 1999/12/14 23:14:28; author: asami; state: Exp; lines: +53 -32
"Quite sorry for sending this so late. I just got my hands on a Sun
StarOffice CDROM and found out how broken the port really was.
It also uses a DIST_SUBDIR now."
Submitted by: obrien
v. 1.3
date: 1999/12/10 16:28:35; author: obrien; state: Exp; lines: +2 -2
Fix buglet in the perl expression.
Noticed by: Brian Handy
v. 1.2
date: 1999/12/09 17:13:36; author: obrien; state: Exp; lines: +2 -2
I didn't notice there was a .file file as part of the port, and it was
in the wrong place. The .dot files has been renamed dot.file and moved
to files/
v. 1.1
date: 1999/12/09 17:05:36; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/12/09 17:05:36; author: obrien; state: Exp; lines: +0 -0
This is Sun's version 5.1a of StarOffice, an office productivity suite
simular to Microsoft Office.
PR: 14899
Submitted by: Darren Wiebe (reworked by me)
=============================================================================
v. 1.67
date: 2007/04/15 21:06:13; author: gabor; state: Exp; lines: +0 -13
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
v. 1.66
date: 2006/06/12 15:46:43; author: erwin; state: Exp; lines: +4 -4
Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
v. 1.65
date: 2006/04/15 06:26:47; author: linimon; state: Exp; lines: +1 -1
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr
v. 1.64
date: 2005/10/08 08:49:56; author: lkoeller; state: Exp; lines: +10 -10
o) Update to respect new Patch from SUN (Product Update 5)
(Contact port owner for admission)
v. 1.63
date: 2005/06/17 22:59:13; author: netchild; state: Exp; lines: +4 -3
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn
v. 1.62
date: 2005/03/01 21:51:35; author: trevor; state: Exp; lines: +0 -1
Respect the user's USE_LINUX setting.
v. 1.61
date: 2004/12/31 18:23:54; author: netchild; state: Exp; lines: +3 -1
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX= specifies a dependency upon
emulators/linux_base-, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base- (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portv. of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
v. 1.60
date: 2004/11/22 12:33:37; author: mbr; state: Exp; lines: +1 -2
Fix missed path, remove USE_ZIP directive.
v. 1.59
date: 2004/11/22 12:27:09; author: mbr; state: Exp; lines: +9 -8
Upgrade to staroffice 7 product update IV.
v. 1.58
date: 2004/07/05 13:26:42; author: mbr; state: Exp; lines: +8 -7
Upgrade to Product Update 3.
v. 1.57
date: 2004/05/18 09:44:42; author: mbr; state: Exp; lines: +7 -6
Upgrade to so-7-pp2 (product update 2)
v. 1.56
date: 2004/01/22 17:59:26; author: eik; state: Exp; lines: +1 -1
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
v. 1.55
date: 2004/01/09 09:15:38; author: mbr; state: Exp; lines: +2 -2
Fix Makefile comment in port.
v. 1.54
date: 2004/01/09 09:06:57; author: mbr; state: Exp; lines: +57 -38
Add german port of staroffice7.0
v. 1.53
date: 2003/07/23 22:18:44; author: mbr; state: Exp; lines: +5 -5
Upgrade to use new patchset 112887-04.tar
v. 1.52
date: 2003/03/07 06:00:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.51
date: 2003/02/22 14:35:22; author: mbr; state: Exp; lines: +2 -0
Do not fail if libXrender.so doesn't exist at all.
Submitted by: "Karel J. Bosschaart"
v. 1.50
date: 2003/02/20 00:25:50; author: mbr; state: Exp; lines: +23 -6
Make some installation notes more clear. Inspired by
PR 42978.
v. 1.49
date: 2003/02/05 14:04:29; author: mbr; state: Exp; lines: +22 -10
Fetch the sunsolve patch for inofficial distsites, we have the
md5 checksums to be sure it's really the correct file.
Add wrappers like the ones openoffice port has. While we are here,
remove the install-user target, we don't need it anymore.
Fix the patch installation, it does not need to check if the path
"/compat/linux/$PREFIX/staroffice60" does exist.
Pointed out by: rwatson
v. 1.48
date: 2003/01/22 16:28:32; author: mbr; state: Exp; lines: +0 -1
Remove obsolete line
v. 1.47
date: 2003/01/21 23:11:33; author: mbr; state: Exp; lines: +20 -9
Update StarOffice6.0 to patchlevel 3
Add basic CDROM install support
Submitted by: obrien
v. 1.46
date: 2003/01/08 08:36:30; author: obrien; state: Exp; lines: +2 -2
Use tabs.
v. 1.45
date: 2002/07/17 13:42:32; author: mbr; state: Exp; lines: +5 -0
Add install-update target to update a installed version with
the service pack.
v. 1.44
date: 2002/07/17 13:12:24; author: mbr; state: Exp; lines: +30 -11
Upgrade to Service Pack I
v. 1.43
date: 2002/05/28 03:22:32; author: obrien; state: Exp; lines: +2 -3
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
v. 1.42
date: 2002/05/22 12:42:35; author: mbr; state: Exp; lines: +47 -43
Update to 6.0 final
v. 1.41
date: 2002/01/29 16:30:58; author: fenner; state: Exp; lines: +2 -2
Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk .
Submitted by: distfile survey
v. 1.40
date: 2002/01/29 10:34:17; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.39
date: 2002/01/22 21:14:18; author: mbr; state: Exp; lines: +1 -0
Mark port broken (until April when 6.0 get's released :-)
Submitted by: Joachim Strömbergson
v. 1.38
date: 2001/12/24 13:56:00; author: mbr; state: Exp; lines: +1 -1
Maintainer is now a committer
Approved by: demon
v. 1.37
date: 2001/10/17 20:29:39; author: obrien; state: Exp; lines: +1 -1
Opps, this is a bourne script, not binary.
v. 1.36
date: 2001/10/16 17:31:51; author: obrien; state: Exp; lines: +24 -28
Clean up the Makefile some by using .for and reducing wrapped lines.
v. 1.35
date: 2001/10/16 17:17:52; author: obrien; state: Exp; lines: +34 -226
Farther tweaks to fix the coredumping during setup.
Submitted by: Martin Blapp
v. 1.34
date: 2001/10/15 22:46:13; author: obrien; state: Exp; lines: +3 -4
We can more easily just echo the single line that is in sversionrc
than copy & sed it.
v. 1.33
date: 2001/10/14 22:52:18; author: alex; state: Exp; lines: +16 -10
- Add missing file sversionrc
- Added fix for WRKDIRPREFIX size and better english.
Thank goes to Mike Meyer
- Depend on installed libXrender.so.1.0 (linux-base-7)
- Create symlink for libXrender.so within the staroffice
installation.
- Fix broken ".if !exists" cases with "ls -fs" instead just
"ln -s"
- Fix spelling errors
Submitted by: Martin Blapp (MAINTAINER)
v. 1.32
date: 2001/10/13 15:23:55; author: alex; state: Exp; lines: +1 -1
Remove additional "'"
PR: 31242
Submitted by: David
Approved by: maintainer
v. 1.31
date: 2001/10/12 22:36:42; author: demon; state: Exp; lines: +251 -79
Upgrade to StarOffice 6.0 (repo-copied from staroffice52).
PR: 31161
Submitted by: Martin Blapp
v. 1.30
date: 2001/10/03 13:01:56; author: jedgar; state: Exp; lines: +17 -8
Fix the CDROM install of StarOffice.
PR: 30983
Submitted by: Maintainer
v. 1.29
date: 2001/09/05 20:19:01; author: alex; state: Exp; lines: +3 -3
Use full path to mount and utilites, because /sbin might not be in PATH.
Fix last-minute brainos in the message for linprocfs.
Submitted by: fenner
v. 1.28
date: 2001/09/04 22:30:19; author: alex; state: Exp; lines: +17 -1
- Add check for installed and running linprocfs
- Sync french version with the english and german version
Submitted by: Martin Blapp (MAINTAINER)
v. 1.27
date: 2001/06/03 16:29:55; author: obrien; state: Exp; lines: +31 -20
Minor Staroffice 5.2 fixes and addons for the english and german port.
- Remove non working MASTER_SITES
- Make Adabas installation optional with make WITH_ADABAS=YES
- Add a check for free disk space in Makefile
- Replace a "/usr/local" with $PREFIX, which should fix make $PREFIX=
- Replace german "umlauts" in the german port.
Submitted by: Martin Blapp
v. 1.26
date: 2001/03/02 00:50:43; author: jhb; state: Exp; lines: +3 -2
The path needs to be dinked with for the install-user target as well.
Submitted by: Martin Blapp
v. 1.25
date: 2001/03/02 00:27:40; author: jhb; state: Exp; lines: +2 -2
Ensure that /bin is at the head of the path when running the setup program
so that we get the right uname binary.
PR: 24049, 25231, 25443, 25458
Submitted by: Martin Blapp
v. 1.24
date: 2000/12/24 14:28:59; author: alex; state: Exp; lines: +27 -5
Add SunSolve Patch 109939-02.
This fixes numerous bugs. See the PR for details.
PR: 23783
Submitted by: Martin Blapp (maintainer)
v. 1.23
date: 2000/12/24 14:21:47; author: alex; state: Exp; lines: +5 -1
Fix default $PATH settings for user-installation.
PR: 23773
Submitted by: Martin Blapp (maintainer)
Thanks to: jedgar ("or bug Alex") =)
v. 1.22
date: 2000/10/14 20:10:11; author: obrien; state: Exp; lines: +6 -5
Fix CDROM based installs.
Approved by: Martin Blapp
v. 1.21
date: 2000/10/08 10:19:53; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.20
date: 2000/09/23 10:32:30; author: jedgar; state: Exp; lines: +8 -9
- Fix ${LINUXBASE} for /compat/linux
- Fix some warning text
Submitted by: Maintainer
v. 1.19
date: 2000/09/15 16:33:34; author: alex; state: Exp; lines: +5 -2
* Depend on libc6, this should fix some lib-problems. Also automatically
install linuxbase if it's not yet installed.
* Fix the cdrom installation
Submitted by: Martin Blapp (MAINTAINER) on IRC
v. 1.18
date: 2000/09/07 14:22:48; author: sheldonh; state: Exp; lines: +17 -18
Fix the error detection routines at the end.
Remove some unused cruft.
Get LD_LIBRARY_PATH recognized properly.
PREFIX-clean.
Submitted by: maintainer
v. 1.17
date: 2000/08/31 10:26:52; author: asmodai; state: Exp; lines: +10 -1
Add some more help to solve potential installation problems.
Also add reporting address.
Submitted by: MAINTAINER >
v. 1.16
date: 2000/08/28 13:35:26; author: jedgar; state: Exp; lines: +13 -15
Add MASTER_SITES and remove notice about manually downloading
Submitted by: Martin Blapp (Maintainer)
v. 1.15
date: 2000/08/25 13:47:55; author: jedgar; state: Exp; lines: +32 -14
- Add DISPLAY functionality to keep StarOffice from crashing during
installation and startup
- Make a few cosmetic fixes to the Makefile(s)
Submitted by: Martin Blapp (Maintainer)
v. 1.14
date: 2000/08/24 19:27:05; author: jedgar; state: Exp; lines: +64 -48
New port: staroffice52 (after repo-copy from staroffice5)
Submitted by: Martin Blapp
v. 1.13
date: 2000/04/17 00:17:28; author: reg; state: Exp; lines: +4 -4
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.12
date: 2000/04/14 19:53:25; author: billf; state: Exp; lines: +4 -4
/usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.
v. 1.11
date: 2000/04/14 00:25:41; author: mharo; state: Exp; lines: +4 -4
portname/portversion update
v. 1.10
date: 2000/02/28 23:55:27; author: steve; state: Exp; lines: +2 -2
Add mb@imp.ch as the new MAINTAINER.
Submitted by: Darren Wiebe
v. 1.9
date: 2000/02/28 08:33:26; author: asami; state: Exp; lines: +2 -2
Add virtual category "linux" to Linux apps and support libs/utils.
v. 1.8
date: 2000/02/27 15:01:11; author: steve; state: Exp; lines: +5 -7
Misc. small fixes from the maintainer.
PR: 16935
Submitted by: maintainer
v. 1.7
date: 2000/01/29 21:52:21; author: steve; state: Exp; lines: +8 -8
From maintainer:
This fixes the ${TEMPDIR} and ${TMPDIR} problem with the StarOffice5
port. It also puts my correct email address in.
PR: 16432
Submitted by: maintainer
v. 1.6
date: 1999/12/31 20:14:55; author: steve; state: Exp; lines: +11 -9
Add another distribution site for patches and changes the default for the
TEMPDIR variable.
PR: 15764
Submitted by: maintainer
v. 1.5
date: 1999/12/23 21:13:40; author: steve; state: Exp; lines: +2 -2
Remove '-v' from the invocation of ln(1).
PR: 15623
Submitted by: Udo Schweigert
v. 1.4
date: 1999/12/14 23:14:28; author: asami; state: Exp; lines: +53 -32
"Quite sorry for sending this so late. I just got my hands on a Sun
StarOffice CDROM and found out how broken the port really was.
It also uses a DIST_SUBDIR now."
Submitted by: obrien
v. 1.3
date: 1999/12/10 16:28:35; author: obrien; state: Exp; lines: +2 -2
Fix buglet in the perl expression.
Noticed by: Brian Handy
v. 1.2
date: 1999/12/09 17:13:36; author: obrien; state: Exp; lines: +2 -2
I didn't notice there was a .file file as part of the port, and it was
in the wrong place. The .dot files has been renamed dot.file and moved
to files/
v. 1.1
date: 1999/12/09 17:05:36; author: obrien; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/12/09 17:05:36; author: obrien; state: Exp; lines: +0 -0
This is Sun's version 5.1a of StarOffice, an office productivity suite
simular to Microsoft Office.
PR: 14899
Submitted by: Darren Wiebe (reworked by me)
=============================================================================
v. 1.67
date: 2007/04/15 21:06:13; author: gabor; state: Exp; lines: +0 -13
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
v. 1.66
date: 2006/06/12 15:46:43; author: erwin; state: Exp; lines: +4 -4
Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
v. 1.65
date: 2006/04/15 06:26:47; author: linimon; state: Exp; lines: +1 -1
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr
v. 1.64
date: 2005/10/08 08:49:56; author: lkoeller; state: Exp; lines: +10 -10
o) Update to respect new Patch from SUN (Product Update 5)
(Contact port owner for admission)
v. 1.63
date: 2005/06/17 22:59:13; author: netchild; state: Exp; lines: +4 -3
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn
v. 1.62
date: 2005/03/01 21:51:35; author: trevor; state: Exp; lines: +0 -1
Respect the user's USE_LINUX setting.
v. 1.61
date: 2004/12/31 18:23:54; author: netchild; state: Exp; lines: +3 -1
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX= specifies a dependency upon
emulators/linux_base-, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base- (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portv. of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
v. 1.60
date: 2004/11/22 12:33:37; author: mbr; state: Exp; lines: +1 -2
Fix missed path, remove USE_ZIP directive.
v. 1.59
date: 2004/11/22 12:27:09; author: mbr; state: Exp; lines: +9 -8
Upgrade to staroffice 7 product update IV.
v. 1.58
date: 2004/07/05 13:26:42; author: mbr; state: Exp; lines: +8 -7
Upgrade to Product Update 3.
v. 1.57
date: 2004/05/18 09:44:42; author: mbr; state: Exp; lines: +7 -6
Upgrade to so-7-pp2 (product update 2)
v. 1.56
date: 2004/01/22 17:59:26; author: eik; state: Exp; lines: +1 -1
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
v. 1.55
date: 2004/01/09 09:15:38; author: mbr; state: Exp; lines: +2 -2
Fix Makefile comment in port.
v. 1.54
date: 2004/01/09 09:06:57; author: mbr; state: Exp; lines: +57 -38
Add german port of staroffice7.0
v. 1.53
date: 2003/07/23 22:18:44; author: mbr; state: Exp; lines: +5 -5
Upgrade to use new patchset 112887-04.tar
v. 1.52
date: 2003/03/07 06:00:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.51
date: 2003/02/22 14:35:22; author: mbr; state: Exp; lines: +2 -0
Do not fail if libXrender.so doesn't exist at all.
Submitted by: "Karel J. Bosschaart"
v. 1.50
date: 2003/02/20 00:25:50; author: mbr; state: Exp; lines: +23 -6
Make some installation notes more clear. Inspired by
PR 42978.
v. 1.49
date: 2003/02/05 14:04:29; author: mbr; state: Exp; lines: +22 -10
Fetch the sunsolve patch for inofficial distsites, we have the
md5 checksums to be sure it's really the correct file.
Add wrappers like the ones openoffice port has. While we are here,
remove the install-user target, we don't need it anymore.
Fix the patch installation, it does not need to check if the path
"/compat/linux/$PREFIX/staroffice60" does exist.
Pointed out by: rwatson
v. 1.48
date: 2003/01/22 16:28:32; author: mbr; state: Exp; lines: +0 -1
Remove obsolete line
v. 1.47
date: 2003/01/21 23:11:33; author: mbr; state: Exp; lines: +20 -9
Update StarOffice6.0 to patchlevel 3
Add basic CDROM install support
Submitted by: obrien
v. 1.46
date: 2003/01/08 08:36:30; author: obrien; state: Exp; lines: +2 -2
Use tabs.
v. 1.45
date: 2002/07/17 13:42:32; author: mbr; state: Exp; lines: +5 -0
Add install-update target to update a installed version with
the service pack.
v. 1.44
date: 2002/07/17 13:12:24; author: mbr; state: Exp; lines: +30 -11
Upgrade to Service Pack I
v. 1.43
date: 2002/05/28 03:22:32; author: obrien; state: Exp; lines: +2 -3
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
v. 1.42
date: 2002/05/22 12:42:35; author: mbr; state: Exp; lines: +47 -43
Update to 6.0 final
v. 1.41
date: 2002/01/29 16:30:58; author: fenner; state: Exp; lines: +2 -2
Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk .
Submitted by: distfile survey
v. 1.40
date: 2002/01/29 10:34:17; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.39
date: 2002/01/22 21:14:18; author: mbr; state: Exp; lines: +1 -0
Mark port broken (until April when 6.0 get's released :-)
Submitted by: Joachim Strömbergson
v. 1.38
date: 2001/12/24 13:56:00; author: mbr; state: Exp; lines: +1 -1
Maintainer is now a committer
Approved by: demon
v. 1.37
date: 2001/10/17 20:29:39; author: obrien; state: Exp; lines: +1 -1
Opps, this is a bourne script, not binary.
v. 1.36
date: 2001/10/16 17:31:51; author: obrien; state: Exp; lines: +24 -28
Clean up the Makefile some by using .for and reducing wrapped lines.
v. 1.35
date: 2001/10/16 17:17:52; author: obrien; state: Exp; lines: +34 -226
Farther tweaks to fix the coredumping during setup.
Submitted by: Martin Blapp
v. 1.34
date: 2001/10/15 22:46:13; author: obrien; state: Exp; lines: +3 -4
We can more easily just echo the single line that is in sversionrc
than copy & sed it.
v. 1.33
date: 2001/10/14 22:52:18; author: alex; state: Exp; lines: +16 -10
- Add missing file sversionrc
- Added fix for WRKDIRPREFIX size and better english.
Thank goes to Mike Meyer
- Depend on installed libXrender.so.1.0 (linux-base-7)
- Create symlink for libXrender.so within the staroffice
installation.
- Fix broken ".if !exists" cases with "ls -fs" instead just
"ln -s"
- Fix spelling errors
Submitted by: Martin Blapp (MAINTAINER)
v. 1.32
date: 2001/10/13 15:23:55; author: alex; state: Exp; lines: +1 -1
Remove additional "'"
PR: 31242
Submitted by: David
Approved by: maintainer
v. 1.31
date: 2001/10/12 22:36:42; author: demon; state: Exp; lines: +251 -79
Upgrade to StarOffice 6.0 (repo-copied from staroffice52).
PR: 31161
Submitted by: Martin Blapp
v. 1.30
date: 2001/10/03 13:01:56; author: jedgar; state: Exp; lines: +17 -8
Fix the CDROM install of StarOffice.
PR: 30983
Submitted by: Maintainer
v. 1.29
date: 2001/09/05 20:19:01; author: alex; state: Exp; lines: +3 -3
Use full path to mount and utilites, because /sbin might not be in PATH.
Fix last-minute brainos in the message for linprocfs.
Submitted by: fenner
v. 1.28
date: 2001/09/04 22:30:19; author: alex; state: Exp; lines: +17 -1
- Add check for installed and running linprocfs
- Sync french version with the english and german version
Submitted by: Martin Blapp (MAINTAINER)
v. 1.27
date: 2001/06/03 16:29:55; author: obrien; state: Exp; lines: +31 -20
Minor Staroffice 5.2 fixes and addons for the english and german port.
- Remove non working MASTER_SITES
- Make Adabas installation optional with make WITH_ADABAS=YES
- Add a check for free disk space in Makefile
- Replace a "/usr/local" with $PREFIX, which should fix make $PREFIX=
- Replace german "umlauts" in the german port.
Submitted by: Martin Blapp
v. 1.26
date: 2001/03/02 00:50:43; author: jhb; state: Exp; lines: +3 -2
The path needs to be dinked with for the install-user target as well.
Submitted by: Martin Blapp
v. 1.25
date: 2001/03/02 00:27:40; author: jhb; state: Exp; lines: +2 -2
Ensure that /bin is at the head of the path when running the setup program
so that we get the right uname binary.
PR: 24049, 25231, 25443, 25458
Submitted by: Martin Blapp
v. 1.24
date: 2000/12/24 14:28:59; author: alex; state: Exp; lines: +27 -5
Add SunSolve Patch 109939-02.
This fixes numerous bugs. See the PR for details.
PR: 23783
Submitted by: Martin Blapp (maintainer)
v. 1.23
date: 2000/12/24 14:21:47; author: alex; state: Exp; lines: +5 -1
Fix default $PATH settings for user-installation.
PR: 23773
Submitted by: Martin Blapp (maintainer)
Thanks to: jedgar ("or bug Alex") =)
v. 1.22
date: 2000/10/14 20:10:11; author: obrien; state: Exp; lines: +6 -5
Fix CDROM based installs.
Approved by: Martin Blapp
v. 1.21
date: 2000/10/08 10:19:53; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.20
date: 2000/09/23 10:32:30; author: jedgar; state: Exp; lines: +8 -9
- Fix ${LINUXBASE} for /compat/linux
- Fix some warning text
Submitted by: Maintainer
v. 1.19
date: 2000/09/15 16:33:34; author: alex; state: Exp; lines: +5 -2
* Depend on libc6, this should fix some lib-problems. Also automatically
install linuxbase if it's not yet installed.
* Fix the cdrom installation
Submitted by: Martin Blapp (MAINTAINER) on IRC
v. 1.18
date: 2000/09/07 14:22:48; author: sheldonh; state: Exp; lines: +17 |
| |

|