Commit graph

4115 commits

Author SHA1 Message Date
Roman Bogorodskiy
f333657963 - Update to version 2.1
PR:		82937
Submitted by:	Ports Fury
2005-07-04 05:42:56 +00:00
Maho Nakata
e0d0154589 add missing imake dependency 2005-07-03 02:30:22 +00:00
Maho Nakata
4145a63a80 fix by adding imake dependency
Submitted by:	kris
2005-07-03 02:08:07 +00:00
Maho Nakata
c85f9172ce Fix distinfo.
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2005-07-03 01:24:56 +00:00
Maho Nakata
752e9809cc Update to m113 2005-07-02 11:26:09 +00:00
Maho Nakata
304e31afd7 update to m56
o mozilla 1.0 dependency issue
  1. reduce gtk dependency to xlib
  2. we need libIDL >=0.6.3 and glib >=1.2.0 to build mozilla.
     From mozilla/xpcom/typelib/xpidl/README
     xpidl depends on Andrew Veliath and Elliot Lee's libIDL, a part of the
     GNOME ORBit C ORB.  We currently require libIDL >= 0.6.3, which in turn
     requires glib >= 1.2.0
  3. libIDL (not libIDL2) port does not exist and orbit includes libIDL and
     libIDL dependency implies glib12
o No longer depends on Xvfb.
o Afaik, only JDK 1.4 is supported to build
2005-07-02 10:43:19 +00:00
Alexey Dokuchaev
b1996f3118 - Update to 10.0
- Stop carrying distfile around, master site seems to be pretty stable now
2005-07-01 08:21:47 +00:00
Maho Nakata
d094e113f3 Remove openoffice.org localized ports as I announced:
o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice
o still you can build them via knobs for 1.1
  see ports/editors/openoffice-1.1/files/Makefile.localized
o 1.0 has been broken for long time, no longer maintained actively.
 (but still I don't delete 1.0 and delete only localized versions)
2005-06-29 05:37:25 +00:00
Maho Nakata
2917895ed9 Currently only OOo buildable java is jdk1.4.
Submitted by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-06-28 00:42:55 +00:00
Maho Nakata
5e558fabe8 Dmitry Sivachenko has just checked-in a patch to fltk such that openoffice
now builds even if you have fltk installed.

Submitted by: Mike Durian <durian@shadetreesoftware.com>
2005-06-27 01:52:22 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Sam Lawrance
8a0dd01590 Update to 0.9.0
PR:		ports/82530
Submitted by:	Ports Fury
2005-06-22 17:42:53 +00:00
Sam Lawrance
d99f2bc591 Update to 3.17.17
PR:		ports/82529
Submitted by:	Ports Fury
2005-06-22 17:42:28 +00:00
Sam Lawrance
8bca91c89f Update to 2.0
PR:		ports/82528
Submitted by:	Ports Fury
2005-06-22 17:41:55 +00:00
Sam Lawrance
44b5aded58 Update to 1.12.3
PR:		ports/82531
Submitted by:	Ports Fury
2005-06-22 17:05:22 +00:00
Sam Lawrance
f2545e318e Update to 2.0.7
PR:		ports/82532
Submitted by:	Ports Fury
2005-06-22 17:04:54 +00:00
Maho Nakata
1dd96f561d update to m111
cleaning up dependency a bit
2005-06-22 09:26:19 +00:00
Pav Lucistnik
05dce2cdc5 - Update to 0.9.1 2005-06-21 10:57:28 +00:00
Maho Nakata
ecba2e6a37 Add warning if x11-toolkits/fltk is installed build fails.
Corrected:	Mike Durian <durian@shadetreesoftware.com> (again)
2005-06-20 03:16:16 +00:00
Maho Nakata
f366db09bf Set as broken if epm is installed. it causes a build error
while building epm project. Now epm is a part of OpenOffice.org's
distribution.

Reported by:	Mike Durian <durian at shadetreesoftware.com>
2005-06-19 03:45:25 +00:00
Maho Nakata
aa06433dcf call uname needlessly.
SIMPLEOSVER by parsing the  output of `uname -r`.  This is pointless,
since the same data can be obtained from the (already generated)
OSREL variable.
PR:		76330
Submitted by:	Colin Percival <cperciva@hexahedron.daemonology.net>
2005-06-19 02:31:48 +00:00
Maho Nakata
93f259ae26 Add English helpfile as default for languages
which have no localized helps.
I didn't convert polish help since it doesn't have a commit
quality. http://l10n.openoffice.org/servlets/ReadMsg?list=dev&msgNo=4977

PR:		78332
Submitted by:	Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
2005-06-19 02:25:52 +00:00
Maho Nakata
8d963d4abe fix typo and correct apparent mistake
Submitted by:	des
2005-06-18 21:39:23 +00:00
Alexander Leidinger
23b3bc4b0d 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 <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Maho Nakata
c5b77d76f6 Update to 1.1.4 (1.1.5?) m55.
anyway m55 is correct.
2005-06-17 21:59:56 +00:00
Maho Nakata
0e351e3b55 Update to m110 2005-06-17 09:40:37 +00:00
Sergey Matveychuk
d4dcabf448 - Make packages optional (WITHOUT_XEMACS_PACKAGES).
- Remove dependency on mail/faces (it is not required for an base
  editor configuration and it pulls in gtk1 and what comes with that.
- Integrate with the GNOME desktop if installed.

PR:		ports/68826
Submitted by:	Pawel Worach <pawel.worach@telia.com>
2005-06-15 07:25:14 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Jeremy Messenger
9c5d1ddcf5 - Update to 2.3.1.
- Disable WITH_OPENWRITER for now, which it requires libgsf 1.12.1. I think,
  it is in MarcusCom CVS with GNOME 2.11.x (2.12). I am not sure if I should
  move abiword(-plugins)-devel in MarcusCom CVS yet.
2005-06-12 22:09:37 +00:00
Kris Kennaway
abdabbe08a IGNORE: Hangs during build 2005-06-11 20:18:38 +00:00
Maho Nakata
3495fdae2c update to m109 2005-06-11 12:31:06 +00:00
Pav Lucistnik
3702ae0b72 - Provide unzip for install stage (RUN_DEPENDS really, but we don't have
INSTALL_DEPENDS knob)

Reported by:	krismail
2005-06-10 09:30:05 +00:00
Michael Johnson
313e16c3ab - Update or add WWW: lines 2005-06-10 03:08:57 +00:00
Jeremy Messenger
b3d20ca747 Update to 2.10.3. 2005-06-08 17:11:43 +00:00
Pav Lucistnik
65324cf802 - Update to 1.12.2
PR:		ports/81956
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-06 17:46:13 +00:00
Jeremy Messenger
4ac5a6e6ba Update to 2.2.8.
http://www.abisource.com/release-notes/2.2.8.phtml
2005-06-06 06:26:39 +00:00
Pav Lucistnik
818c36df88 - Add Setswana and Zulu OpenOffice dictionaries 2005-06-05 23:50:23 +00:00
Pav Lucistnik
3dfd7c4e9c - Unbreak and general update
- Add thesaureses
- Add new dictionaries for Afrikaans, Welsh, English (Australia), English
  (New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician,
  Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand),
  Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda),
  Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel),
  German (Austria), French (Belgium)

PR:		ports/78492, ports/81196
Submitted by:	Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>,
		Nicholas Kirby <nkirby@dagr.net>
Approved by:	maintainer (in general; too busy to work on ooodict)
2005-06-05 23:49:29 +00:00
Pav Lucistnik
d0fab096f8 - Fix typo in COMMENT
PR:		ports/78134
Submitted by:	kumasan <gee_gee@yahoo.co.jp>
Approved by:	maintainer timeout (3 months)
2005-06-05 21:05:40 +00:00
Sergey Matveychuk
2fcaba2b13 - Update to 0.9.6
PR:		ports/81857
Submitted by:	Ports Fury
2005-06-05 12:49:47 +00:00
Sergey Matveychuk
261feb1dc8 * Update to 21.5-b21 "corn"
* Unbreak on non-i386 platforms
* Update EMACS_VER on editors/xemacs-devel-mule
* Fix EMACS_VER on editors/xemacs-devel

PR:		ports/81866
Submitted by:	Andrey Slusar <anrays@gmail.com> (maintainer)
2005-06-04 09:56:18 +00:00
Maho Nakata
8b311bac35 o For QA purpose, add optional target package-canonical.
Using this packaging method, packages must build
  without errors. Nevertheless we'll go our own way.
o Change packaging method from generic one to FreeBSD's
  native one. This works well for both packaging method
  and slightly saves disk space as well.
o Fix some problems arose by using FreeBSD's native
  packaging method.

Result of: CodeFest Japan 2005
https://members.fsij.org/trac/codefest2005/
2005-06-03 23:18:49 +00:00
Volker Stolz
be797c2492 Remove ports which expired on 2005-06-01 (no pending PRs, either) 2005-06-03 13:43:16 +00:00
Maho Nakata
8d64d89d73 Forgot to remove this patch 2005-06-03 05:06:04 +00:00
Maho Nakata
d4fcc68c78 Update to m107 2005-06-03 04:15:35 +00:00
Jeremy Messenger
54aac68e06 Update to 0.3.5. 2005-06-02 00:08:47 +00:00
Markus Brueffer
158ce7b0ea Update to version 1.8.1 2005-06-01 22:12:14 +00:00
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Simon Barner
b9b8d48bbd - Fix build on 4.x
Submitted by:	Ports Fury
PR:		ports/81723
Approved by:	Radek Kozlowski <radek@raadradd.com> (maintainer)
2005-06-01 00:31:15 +00:00
Florent Thoumie
8257f10f27 - Update to 2.0.6.
PR:		ports/81724
Submitted by:	Ports Fury
2005-05-31 17:35:24 +00:00