1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

4095 Commits

Author SHA1 Message Date
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
Sam Lawrance
0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00
Pav Lucistnik
dbd3fce724 - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by:	portmgr (marcus)
2005-05-31 07:26:50 +00:00
Jeremy Messenger
98202583b1 Fix the missing dependencies. A few days ago, kwm has clean up
libgnomeprintui by remove the un-need dependency. That made my change isn't
right, so I am chasing it. Re-add GNOME option if libgnomeui exists, then
enable and depend on it. Bump the PORTREVISION.

Reported by:	pointyhat via kris
2005-05-30 06:32:32 +00:00
Sam Lawrance
2b27a70865 Fix build on 5.x by making configure see that our mkdir works.
configure (incorrectly) detected that mkdir on 5 was broken, however
the workaround it would try to use was even more broken.

Approved by:	clement (mentor, implicit)
2005-05-28 01:56:11 +00:00
Maho Nakata
8023700b38 instsetoo_native -> instsetoo to work parallel build correctly 2005-05-26 09:32:37 +00:00
Pav Lucistnik
25d6837dec - Update to 1.2.1
PR:		ports/81253
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
Approved by:	Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2005-05-24 17:18:48 +00:00
Maho Nakata
3a61902844 Forgot to update patches as well... 2005-05-22 21:56:27 +00:00
Maho Nakata
56f7023d91 Update to m105 2005-05-22 21:04:01 +00:00
Markus Brueffer
cda1eabfe9 - Update kile to version 1.8
- Remove kile-i18n as it was merged with kile
2005-05-22 14:46:58 +00:00
Jeremy Messenger
21a69e454b - Arrgh, correct two missing of abiword -> abiword-devel.
- My punishment is to add grammar checker plugins, a WITH_GRAMMAR knob. ;-) It
  depends on textproc/link-grammar.
- Bump the PORTREVISION.
2005-05-22 08:27:39 +00:00
Alexey Dokuchaev
3c2f3a6078 - Reindent Makefile header
- Adjust COMMENT
- Unmute INSTALL_FOO statement
- Whitespace fixes in pkg-descr

Approved by:	maintainer
2005-05-22 05:06:50 +00:00
Jeremy Messenger
ff51477c49 abiword-devel:
- Move .desktop and image from share/gnome/ to share/.
	- It requires libgnomeprintui now with no option tuneable, so add
	  always enable gnome option. It won't make any difference for the
	  dependency. Any complain should be take direction to the AbiWord
	  developers.
	- Fix a really no conflict with abiword(-plugins) by rename two files:
		ttfadmin.sh -> ttfadmin24.sh
		ttftool -> ttftool24
	- Bump the PORTREVISION.

abiword-plugins-devel:
	Fix the distinfo. Somehow, it got lost when I merged sometime ago.
2005-05-22 03:11:12 +00:00
Gary Jennejohn
33f7b57925 Update to 9.4t. 2005-05-21 19:19:22 +00:00
Hiroki Sato
e92b32199a - Fix incomplete replacement of a keyword "@prefix@".
- Regenerate info files from the corresponding .texi files.
- Remove an empty file.

Submitted by:	KIMURA Yasuhiro (committed with modification)
PR:		ports/80644
2005-05-21 10:04:01 +00:00
Christian Weisgerber
767c10ddfa Update to 1.2.5. From the change log:
This release includes fixes for segfault during filename completion,
  justify on systems without regex.h, hangs when the input stream
  goes away, and scrolling beyond COLS.  Included are some new
  keyboard sequences.
2005-05-20 21:36:52 +00:00
Alexey Dokuchaev
160c2f1511 Update to version 0.8.1.
PR:		ports/81283
Submitted by:	maintainer
2005-05-20 12:27:25 +00:00
Volker Stolz
157c43c846 Update to 3.62:
- implemented [[.a.]] and [[=a=]] where the collating symbol can only
  include a single character, and that will be the only matched character
  independent of the locale.
- output the result of commands a, r, R when a q command is found.
2005-05-19 10:30:00 +00:00
Jeremy Messenger
fa58581d37 Amazing, I forgot to add abiword-devel, abiword-plugins-devel and
gtk-sharp-devel in the category's Makefile.

editors/Makefile:
	abiword-devel
	abiword-plugins-devel

x11-toolkits/Makefile:
	gtk-sharp-devel
2005-05-16 23:41:42 +00:00
Jeremy Messenger
b864e070e8 Add one more missing -devel if GNOME is being use. s/-gnome/-devel-gnome/g 2005-05-16 23:18:28 +00:00
Jeremy Messenger
d86d4dd1ab Forgot to save vim for add '-devel' of PKGNAMESUFFIX. 2005-05-16 22:26:14 +00:00