Kris Kennaway
377caa3884
BROKEN on 5.x: Does not compile
...
Approved by: portmgr (self)
2004-09-19 02:59:05 +00:00
Eric Anholt
4eb209da7d
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
...
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
2004-07-23 19:10:32 +00:00
Eric Anholt
ae67bcb215
No need for explicit XFree86-4-libraries dependencies when you've got
...
LIB_DEPENDS on gtk, among others.
2004-05-29 22:15:02 +00:00
Maho Nakata
1f8c78b3c0
update MASTER_SITES
...
Reported by: kris
2004-04-12 00:52:04 +00:00
Maho Nakata
46b7ad4ab6
Fix LATEST_LINK conflicts
...
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
2004-04-12 00:35:36 +00:00
Ade Lovett
91e0c8f1a7
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
...
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Joe Marcus Clarke
d3ed8a1b49
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
...
bsd.port.mk.
Submitted by: kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
fbd1108f49
Use the SORT macro from bsd.port.mk.
2004-01-22 11:06:02 +00:00
Maho Nakata
e4ab6030f0
OpenOffice -> OpenOffice.org
...
Submitted by: Pavel@Janik.cz (Pavel Janik)
2003-11-09 14:11:29 +00:00
Maho Nakata
3d7f8fe524
Localized helpcontents have been changed from 1.0 to 1.1, and
...
unfortunately, both helpcontents have same names and located
at different place. there's (AFAIK) no way to make one more deeper
subdirectory at DISTDIR, so I splitted /usr/ports/distfiles/openoffice to
/usr/ports/distfiles/openoffice1.0, /usr/ports/distfiles/openoffice1.1.
2003-10-01 05:53:01 +00:00
Martin Blapp
03a43c662c
Use GCC3.2 to compile this, even on CURRENT. There
...
have been so many c++ problems that it will be a
pain to fix it for gcc3.3
2003-08-20 08:25:01 +00:00
Martin Blapp
73ee0aa331
ny1.mirror seems to be down. Use a different one. Add a second one from
...
europe.
2003-08-18 08:29:48 +00:00
Martin Blapp
089408aaea
Make mozilla-vendor compile with gcc 3.3.1
...
PR: 55147
Submitted by: Jens Rehsack <rehsack@liwing.de>
2003-08-12 09:25:55 +00:00
Ernst de Haan
b093017dc6
Port devel/jakarta-ant was renamed to devel/apache-ant.
...
Reported by: kris
Pointy hat to: me
2003-07-23 14:30:29 +00:00
Martin Blapp
104f4e8e71
Mozilla-vendor has been removed. Download the 1.02 port from freefall,
...
since we depend exactly on this version.
PR: 54035
Submitted by: Chris Shenton <chris@Shenton.Org>
2003-07-02 21:00:12 +00:00
Martin Blapp
955cfd277e
Add gtk and orbit dependencies too (for mozilla slave port).
...
Submitted by: kris
2003-06-27 07:57:19 +00:00
Martin Blapp
3499152c80
Include these librarys needed by the mozilla sub-port directly
...
here in the openoffice port. This should fix the build problem
on bento.
2003-06-20 07:40:03 +00:00
Martin Blapp
6a67cf6e72
Fix spelling of "preferred".
...
PR: 52740, 52741
Submitted by: Christopher Nehren <apeiron@comcast.net>
2003-06-07 22:52:21 +00:00
Martin Blapp
e8573ec0a7
Re-add russian language patch.
...
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
2003-05-13 17:58:15 +00:00
Martin Blapp
cdf1ea0fbd
Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. Remove
...
unneeded include defines.
2003-05-08 18:41:13 +00:00
Martin Blapp
8031032c16
Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.
2003-04-28 10:29:48 +00:00
Martin Blapp
55a674ff32
Add missing @.
2003-04-27 19:48:57 +00:00
Martin Blapp
59a1dc1968
Move the KDE wrapper replacement a bit, and only substitute in
...
the perl script which creates the wrapper bits. Remove a newline
in the post-patch target in the openoffice port.
Add fix for gnome wrappers too.
2003-04-27 11:58:20 +00:00
Martin Blapp
f4db20bd84
xargs -> ${XARGS}
2003-04-27 10:33:07 +00:00
Martin Blapp
85d9b6ac05
Make the kde startup files use our wrapper files.
2003-04-27 10:31:16 +00:00
Martin Blapp
4aa7ebfa01
Add smath to the wrapper list.
2003-04-27 10:08:53 +00:00
Don Lewis
940cab57e9
FreeBSD doesn't use the same method of authenticating passwords that
...
Linux uses with its shadow password file. This patch was a no-op anyway
because of an earlier #ifdef in the source file. If the port needs this
functionality, it should be re-implemented using PAM.
Approved by: mbr
2003-04-20 21:07:02 +00:00
Don Lewis
db782b35fb
Port to __FreeBSD_version >= 500112 that now has getpw*_r() functions
...
that are incompatible with the older draft implementations supplied
with the OpenOffice source.
Approved by: mbr
2003-04-20 21:02:50 +00:00
Don Lewis
24494bb3f9
Allow building with WITH_BSD_JDK.
...
Approved by: mbr
2003-04-20 20:48:38 +00:00
Martin Blapp
40b9d8ff8e
Only warn users about OS-bugs < 4.8R
...
Submitted by: Palle Girgensohn <girgen@pingpong.net>
PR: 51169
2003-04-20 00:05:41 +00:00
Maho Nakata
df35f01bfd
For GIF patent problem, remove some goodies.
...
However source distribution is still legal, so
this can be enabled by WITH_GIF_LZW_COMPRESSION=yes
2003-04-18 10:30:58 +00:00
Martin Blapp
c29ec4b6c8
Fix application hangs if I try to print to a printer which is not set
...
as default.
#i13031# fixed non matching allocator/deallocator issue
Because of this severe bug OO.org1.03 release will be rerolled.
2003-04-17 19:03:10 +00:00
Maho Nakata
18088c6412
Opps, forgot to update distinfo
2003-04-17 14:36:36 +00:00
Martin Blapp
800dddd27c
Fix breakage in these patches. I just copied them from
...
the openoffice-devel port but some parts in the context
seem to have changed.
2003-04-13 22:48:30 +00:00
Martin Blapp
eac008a175
Upgrade to 1.0.3. While we are here, backport 3 fixes from openoffice-devel
...
which should fix some bugs related to temporary files, and one bug in the
gcc3 bridge code.
2003-04-12 21:35:37 +00:00
Martin Blapp
0807320391
Fix typo: ScanFileList -> SCacheFileList
2003-03-28 01:14:45 +00:00
Martin Blapp
1c35735e4c
Use autoconf version > 2.5 to fix compile on CURRENT.
2003-03-27 23:59:13 +00:00
Martin Blapp
f018c23df8
Bump portrevision after recent changes.
2003-03-27 23:13:40 +00:00
Martin Blapp
6e2b9e5b70
Fix gcc3.2.2 compile
2003-03-27 23:13:08 +00:00
Martin Blapp
71330591d0
Fix patch which was apllied to the wrong dir.
2003-03-27 23:05:23 +00:00
Martin Blapp
81c9d4b341
Fix typo
...
PR: 50027
Submitted by: Christopher Nehren <apeiron@comcast.net>
2003-03-26 23:44:12 +00:00
Martin Blapp
d57aeca8a1
Hopefully fix the build on bento:
...
The JDK dependency needs to be at the first place, so all
following dependencies use the same JDK.
2003-03-26 17:06:20 +00:00
Ade Lovett
d3fc97c432
Remove pkg-comment from remaining master/slave port sets.
...
Approved by: portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Ade Lovett
bc97303224
Fix minor typo (if instead of .if)
...
Submitted by: make index
2003-03-06 02:42:07 +00:00
Martin Blapp
9d8f972a9c
de-pkg-comment
2003-03-05 23:29:50 +00:00
Martin Blapp
dbe54846be
Add missing patches for PR 48789
...
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
2003-03-05 00:47:02 +00:00
Martin Blapp
36fd224342
Add support for uk_UA.KOI8-U locale.
...
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
PR: 48789
2003-03-04 23:44:58 +00:00
Martin Blapp
4e3681f80d
The helpcontent files have moved.
...
Submitted by: Daniel Mueller <mue.da@gmx.de>
2003-02-12 22:44:25 +00:00
Martin Blapp
3b7984d003
Add missing underline.
...
Submitted by: Gabor Zahemszky <Gabor@Zahemszky.HU>
2003-02-12 15:05:30 +00:00