Commit graph

4411 commits

Author SHA1 Message Date
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Pav Lucistnik
a661f11207 - Update to support Mozilla 1.8a6
PR:		ports/76842
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2005-01-30 17:35:43 +00:00
FUJISHIMA Satsuki
4c58f4edb6 As xemacs21-mule port has been stripped down recently,
add xemacs-packages dependency explicitly to this port.
2005-01-28 18:44:55 +00:00
Hiroki Sato
495ee72302 Fix the pathname of .cvsignore file which should be removed.
Spotted by:	kris
2005-01-25 15:41:43 +00:00
Pav Lucistnik
ee410fd34e - Mark BROKEN until this can be updated to match actual devel/bugzilla version 2005-01-25 09:40:51 +00:00
Joe Marcus Clarke
efab15b477 Chase the Gaim update, and tighten CONFLICTS to make portlint a bit happier. 2005-01-24 19:23:11 +00:00
Pav Lucistnik
6e9269d668 - Mirror distfile on FreeBSD project resources
Reported by:	krismail
2005-01-24 09:20:06 +00:00
Vanilla I. Shu
772b523740 Remove dead master site and update WWW.
PR:		ports/76476
Submitted by:	maintainer
2005-01-20 15:25:44 +00:00
Maho Nakata
8f9da4d6f0 Fix build for 5.x 2005-01-20 03:34:05 +00:00
Norikatsu Shigemura
6ecc1bda8f Update to 7.4.6. 2005-01-19 02:00:44 +00:00
Norikatsu Shigemura
f2b0b020b5 Fix pkg-plist.
PR:		ports/76181
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer),
		Shimaoka Shunsuke
Pointed out by:	pointyhat via kris
2005-01-18 14:25:27 +00:00
Norikatsu Shigemura
7d01f24e4c Fix permission problem.
PR:		ports/76407
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2005-01-18 14:15:25 +00:00
Norikatsu Shigemura
de12a398ae o Update to 20041007.
o Chase OpenOffice.org 1.1 version bump.
o So unBROKEN.

Pointed out by:	pointyhat via kris
2005-01-16 08:42:43 +00:00
Jun Kuriyama
01648255e4 Update to 0.88. 2005-01-11 03:36:15 +00:00
MANTANI Nobutaka
108ed945b5 Add kasumi, a dictionary management tool for anthy kana-kanji conversion system. 2005-01-10 12:05:53 +00:00
Norikatsu Shigemura
0d8b55c003 Overhaul fonts.dir and fonts.alias.
Discussed with:	Masahide -mac- NODA <mac@clave.gr.jp>, hrs,
		Toshiboumi Ohta <bugbird@timedia.co.jp>
2005-01-09 13:25:19 +00:00
MANTANI Nobutaka
993e3f08dc Add WITH_ODIC knob. This adds geographical names and biographical names in
Okinawa region (located at the southern tip of Japan) to the anthy dictionary.

PR:		ports/75309
Submitted by:	Yamashiro Jun <yamajun@ofug.net>
2005-01-09 12:37:36 +00:00
Pav Lucistnik
8c08ee4e4c - Update to 1.1.1
PR:		ports/75906
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
2005-01-09 02:01:20 +00:00
Alexander Leidinger
64cf27c85d 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=<value> specifies a dependency upon
   emulators/linux_base-<value>, 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-<value> (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 portrevision 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 <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Joe Marcus Clarke
f78b63b88d Chase the Gaim 1.1.1 update. 2004-12-29 22:35:42 +00:00
Sergey Matveychuk
2905c4e912 - maintainer of editors/xemacs21-mule can't maintain
japanise ports. So, set maintainer to ports@ there.

Submitted by:	Andrey Slusar <anray(at)inet.ua> (maintainer of xemacs21-mule)
2004-12-29 22:12:37 +00:00
Kris Kennaway
58eec2e3bd BROKEN: Size mismatch 2004-12-29 18:42:34 +00:00
Norikatsu Shigemura
8d4139c01f Add LATEST_LINK.
Pointed out by:	kris
2004-12-28 15:41:39 +00:00
Kris Kennaway
dc4e4e98aa BROKEN: Incomplete pkg-plist 2004-12-28 06:24:53 +00:00
Pav Lucistnik
8cab0d0774 - Update optional patch for SJIS_TAG option
PR:		ports/75511
Submitted by:	Yamashiro, Jun <yamajun@ofug.net>
2004-12-28 03:24:29 +00:00
Norikatsu Shigemura
8200e2afb7 Fix pkg-plist problem.
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	rushani
Approved by:	maintainer (blanket)
Pointy hat to:	myself
2004-12-27 17:16:39 +00:00
Hiroki Sato
0ac2ce888f Back out the previous change. Mita-san will continue to
work as the maintainer of this port.

Discussed with:	mita and nork
2004-12-27 00:20:06 +00:00
Norikatsu Shigemura
c6039edc5f Remove unnecessary patches.
Pointed out by:	rushani
Forgotten by::	myself
2004-12-26 14:05:23 +00:00
Norikatsu Shigemura
71b252a553 Update to 4.1.3.
Noticed by:	rushani
Approved by:	maintainer (blanket)
2004-12-26 13:36:24 +00:00
Norikatsu Shigemura
234830beb4 Update 0.9.16.003.
PR:		ports/75419
Submitted by:	Takeshi MUTOH <mutoh@openedu.org> (maintainer)
2004-12-26 11:56:52 +00:00
Norikatsu Shigemura
1719785d6c Update to 1.7.5.
PR:		ports/75470
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-12-26 11:42:17 +00:00
Norikatsu Shigemura
3183eb7c59 o Remove dependency on japanese/eblook.
o Bump PORTREVISION.

PR:		ports/74707
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-12-26 11:36:08 +00:00
Norikatsu Shigemura
6d3288ccf4 Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile

PR:		ports/74133
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Requested by:	Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by:	portmgr(marcus)
2004-12-26 11:30:31 +00:00
Kirill Ponomarev
ebd5247dc1 Fix maintainer's email.
Submitted by:	maintainer
2004-12-24 11:39:19 +00:00
Norikatsu Shigemura
872f681f8a o Fix open /dev/vga problem on 5.x. [1]
o Fix build on 6-current.
o Bump PORTREVISION, accordingly.

PR:		ports/74881 [1]
Submitted by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1]
2004-12-24 03:11:00 +00:00
Akinori MUSHA
3ecf6fe9c9 Place rskkserv under ${PREFIX}/sbin rather than ${PREFIX}/libexec.
PR:		ports/73817
Submitted by:	rushani
2004-12-23 19:52:09 +00:00
Kirill Ponomarev
dbaf45e114 Change maintainer's email.
PR:		ports/75415
Submitted by:	Takeshi MUTOH <mutoh@openedu.org> (maintainer)
2004-12-23 12:11:30 +00:00
Norikatsu Shigemura
d9ed90620d Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)
2004-12-23 09:32:50 +00:00
Edwin Groothuis
0766f9af26 [NEW ports] japanese/zope-zmilocalizer a Zope hotfix to translate ZMI into Japanese
This port is a Zope (www/zope) hotfix product to translate
	Zome Management Interface (ZMI) into Japanese.

	This product requires PlacelessTranslationService (www/zope-
	placelesstranslationservice) 1.0r8.  So, this PR should be
	commited after PR ports/74065.

PR:		ports/74067
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2004-12-23 07:24:26 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:	kris (multiple cluster runs and sorting through logs)
		lesi (fixing all the issues in those logs, and more)
2004-12-23 01:35:49 +00:00
Michael Nottebrock
ab47ced53a Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly. 2004-12-22 22:04:15 +00:00
Kris Kennaway
e877c9e5c7 Correct quoting of DEPRECATED 2004-12-22 19:29:21 +00:00
Edwin Groothuis
112aed9da5 japanese/mutt-devel pkg-plist error fix
- Fixed the pkg-plist error.
	- Updated the header cache patcg to the latest one.

PR:		ports/75290
Submitted by:	SHIOZAKI Takehiko <st@be.to>
2004-12-22 01:15:19 +00:00
Jun Kuriyama
2530951c6b Bump epoch to fit master port numbering for VuXML data. 2004-12-21 23:48:09 +00:00
Hiroki Sato
85cd570b8a Update to 3.1.5. 2004-12-21 19:43:39 +00:00
Hiroki Sato
6f899cf75b - Remove tetex-modesw dependency.
- Bump PORTREVISION.
2004-12-21 19:40:35 +00:00
Jun Kuriyama
6db2d48a43 Unbreak after upgrading master port to 3.0.10. 2004-12-21 15:12:01 +00:00
Jun Kuriyama
a9d0460425 Add ja-samba3, Samba 3 with WITH_MULTIBYTE knob.
Splitted out from:	net/samba3
Discussed with:		net/samba3 maintainer
2004-12-20 02:53:52 +00:00
Mark Linimon
06e2b59063 Change one use of BROKEN to IGNORE and make all uses of IGNORE render
their text better.
2004-12-19 18:08:36 +00:00
Yoichi NAKAYAMA
5c0743c472 keep distination directory clean after deinstall
Submitted by:	kris
2004-12-19 05:07:18 +00:00