1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

4625 Commits

Author SHA1 Message Date
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
MANTANI Nobutaka
ef48641145 Update to 0.4.7. 2005-06-26 19:42:42 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Norikatsu Shigemura
fe6c02cd09 Mark BROKEN by previous commit.
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-06-21 22:52:13 +00:00
Norikatsu Shigemura
5dd3c4a872 Chase MASTER port changing for a XSS vulnerability.
See http://www.squirrelmail.org/security/issue/2005-06-15 for details
of the vulnerabilities.

Obtained from:	nik's commit
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-06-21 22:32:45 +00:00
Nik Clayton
7fa2526418 Update to trac 0.8.4. Version < 0.8.4 have a security vulnerability,
http://www.FreeBSD.org/ports/portaudit/b02c1d80-e1bb-11d9-b875-0001020eed82.html

and this is the easiest way to fix it.  There's an outstanding PR,
ports/81785 which updates trac to 0.8.2 (insufficient to fix the
vulnerability) and the maintainer hasn't responded since it was
assigned to them on June 2nd.
2005-06-21 20:25:49 +00:00
Tilman Keskinoz
5bde1abff3 Fix MASTER_SITES
Use DOCSDIR

PR:		82409
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-20 17:14:44 +00:00
Norikatsu Shigemura
b1dc0c94e2 Update to 1.4.4.
PR:		ports/82391
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-06-18 18:48:56 +00:00
Norikatsu Shigemura
5857bd80cc Update to 2.1.6.
o unBROKEN.
o no more japanese specified patches.

PR:		ports/82018
Submitted by:	Sunagawa Koji <koj@ofug.net> (maintainer)
2005-06-18 18:39:36 +00:00
MANTANI Nobutaka
445832b421 Use the latest SKK dictionary snapshot to generate the migemo dictionary. 2005-06-18 17:38:57 +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
Dejan Lesjak
5066edac69 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). 2005-06-15 02:42:14 +00:00
Patrick Li
d6f84a188c Add knob (WITH_TDIARY_DEVEL) to use devel masterport
PR:		ports/82099
Submitted by:	maintainer
2005-06-13 04:42:39 +00:00
Sam Lawrance
1d193206da Fix passing of SRCFILE and PORT_SRCFILE knobs to gmake.
Also fix FPWPARSERFLAGS, which seemed to be broken wrt charset.

PR:		ports/79711
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2005-06-13 02:12:19 +00:00
Hajimu UMEMOTO
40039d4bf5 bump PORTREVISION for my previous commit. 2005-06-12 09:07:21 +00:00
Hajimu UMEMOTO
da6c6efa86 chase location change of fpwutils.mk during upgrading
japanese/freepwing to 1.4.4.
2005-06-12 09:03:37 +00:00
Joe Marcus Clarke
f234553253 Update Gaim to 1.3.1 and chase all dependent ports.
The changes in this release of Gaim can be found at
http://gaim.sourceforge.net/ChangeLog.

Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Security:	This release fixes security bugs found at
		http://gaim.sourceforge.net/security/
2005-06-11 05:16:11 +00:00
Jun Kuriyama
e6fedc82b0 Upgrade to 0.86. 2005-06-07 08:39:02 +00:00
MANTANI Nobutaka
b4341947d5 Fix build error on 4-stable.
PR:		ports/81511
Submitted by:	Ports Fury
2005-06-06 16:15:50 +00:00
Hiroki Sato
e30856be0c Fix pkg-plist to remove top of the install directory.
Noticed by:	sf
2005-06-06 08:17:10 +00:00
Pav Lucistnik
ce925b6849 - Mark BROKEN: was not updated to 2.1.6 yet
Reported by:	krismail
2005-06-05 23:56:32 +00:00
MANTANI Nobutaka
3b03e54bec Correct the default path to the SKK dictionary. 2005-06-05 16:22:50 +00:00
MANTANI Nobutaka
558b04f73d Fix incorrect usage of bind_textdomain_codeset().
PR:		ports/80755
Submitted by:	YONETANI Tomokazu <qhwt+fbsd@les.ath.cx>
Patch Obtained from:	http://lists.freedesktop.org/archives/uim-commit/2005-May/000728.html
2005-06-05 16:05:11 +00:00
Hiroki Sato
897f238ad6 Add japanese/acroread, Japanese version of Adobe Reader. 2005-06-05 07:40:33 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Volker Stolz
414f508ce4 Unbreak, EXTRACT_AFTER_ARGS assumes all archives should be tar(.gz)
Submitted by: maintainer
2005-06-02 16:13:07 +00:00
Hajimu UMEMOTO
c19675d58a fix plist. 0.4.2 added some files. 2005-05-31 19:21:26 +00:00
Hajimu UMEMOTO
6b7ed0232f Update to 0.4.2. 2005-05-31 12:35:31 +00:00
Florent Thoumie
f0d2abf01c - Update to 0.2.1.
PR:		ports/81702
Submitted by:	maintainer
2005-05-31 08:32:13 +00:00
Jun Kuriyama
8ac7922e85 Add mecab-razil , yet Another Part-of-Speech and Morphological Analyzer
with razil patch.
2005-05-30 03:10:29 +00:00
Jun Kuriyama
0a591ebe37 Back USE_PERL5_BUILD again because configure
checks to use perl5 even if perl5 is not required...

Pointed out by: kris (via pointyhat)
2005-05-30 01:15:25 +00:00
Jun Kuriyama
201207451f - Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.

No response from:	maintainer
2005-05-28 12:58:56 +00:00
Pav Lucistnik
d8c12016fc - Remove linux-mozillafirebird and it's language spinoffs. This port is
outdated (it's ascendant is called linux-firefox) and contains several
  unpatched security vulnerabilities.

Requested by:	maintainer
Discussed by:	kris' portmgr hat
2005-05-27 20:04:17 +00:00
Daichi GOTO
ad4e7ad44b IIIMF-related ports: fix build fail
Pointed out by:	pointyhat via kris
Reviewed by:	ozawa@ongs.co.jp
2005-05-27 07:11:17 +00:00
Pav Lucistnik
1714fa11d3 - Update to 2.2.12-ja-1.0beta1
PR:		ports/81350
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Security:	fixes CAN-2004-1154
2005-05-24 22:42:47 +00:00
Daichi GOTO
40a684ff1e IIIMF-related ports:
- drop maintainership
    - update to r12.2
    - some bug fixes

PR:		81184
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp>
Approved by:	maintainer
2005-05-24 12:37:50 +00:00
Kris Kennaway
0e5b0c30b4 BROKEN on 4.x: Does not compile 2005-05-21 17:49:09 +00:00
Kris Kennaway
2e21a78075 BROKEN: Extraction fails 2005-05-21 17:37:42 +00:00
Kris Kennaway
4b672e92ca BROKEN on amd64: Incomplete pkg-plist 2005-05-21 17:37:02 +00:00
Tilman Keskinoz
cdecbf65f8 Catch up with gaim update:
update to 1.3.0

PR:		81335
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org>
2005-05-21 15:26:46 +00:00
Norikatsu Shigemura
0942caa9bd Update to 1.7.8.
PR:		ports/81187
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2005-05-18 14:24:24 +00:00
Jean-Yves Lefort
e209d3e676 - Fix build on -CURRENT [1]
- Do not ignore CXX and CXXFLAGS [1]
- Use DOCSDIR and EXAMPLESDIR [1]
- Use SUB_FILES=pkg-message
- Improve the grammar of pkg-message and pkg-descr
- Fix a typo in COMMENT

PR:		ports/81124 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
2005-05-18 00:17:35 +00:00
Jean-Yves Lefort
de8eb42402 Update to 0.87
PR:		ports/81123
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-17 23:52:55 +00:00
Jean-Yves Lefort
9b04c604d2 Update to 1.4.4
PR:		ports/81122
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-17 23:44:45 +00:00
OKAZAKI Tetsurou
1f278620a5 Use the newer version of groff to sync with japanese/groff. 2005-05-17 07:04:29 +00:00
Joe Marcus Clarke
647911fe68 Chase the Gaim 1.3.0 update. 2005-05-11 19:09:35 +00:00
Maho Nakata
2b5e584beb pass maintainership to hrs 2005-05-11 05:08:16 +00:00
Norikatsu Shigemura
277941c3b2 Fix INDEX broken.
Pointed out by:	krisbot with INDEX build failed
Noticed by:	ume
2005-05-10 16:59:09 +00:00
Norikatsu Shigemura
872443c331 Add prime 1.0.0.1, PRedictive Input Method Editor(PRIME).
PR:		ports/78281
Submitted by:	Gen Otsuji <otsuji@users.sourceforge.jp>
Reviewed by:	Gen Otsuji <otsuji@users.sourceforge.jp>
2005-05-10 15:43:17 +00:00
Norikatsu Shigemura
09a828cb26 Add prime-dict 1.0.0, a dictionary set for the prime.
PR:		ports/78284
Submitted by:	Gen Otsuji <otsuji@users.sourceforge.jp>
Reviewed by:	Gen Otsuji <otsuji@users.sourceforge.jp>
2005-05-10 15:40:16 +00:00