Commit Graph

4171 Commits

Author SHA1 Message Date
Norikatsu Shigemura
828d4f6cc8 o Security Update to 2.2.10-ja-1.0.
o rcNG-ify obtained from net/samba3.

PR:		ports/70034
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2004-08-05 16:45:52 +00:00
Ade Lovett
e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
MANTANI Nobutaka
2d8fc7cd6b Update to 0.4.2.1. 2004-08-01 13:57:25 +00:00
Norikatsu Shigemura
8c4405b11c Update to 1.4.
PR:		ports/68065
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	yoichi
Approved by:	taoka (blanket)
Committed at:	CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-07-31 12:51:09 +00:00
Norikatsu Shigemura
b352ab55e8 Chase openoffice's version bump.
Committed at:	CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-07-31 06:11:33 +00:00
Pav Lucistnik
4408dd3815 - Update WWW
PR:		ports/69777
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-07-30 08:42:19 +00:00
Pav Lucistnik
c1e213a6ca - Update to 0.80
PR:		ports/69727
Submitted by:	Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
2004-07-29 16:37:19 +00:00
Masafumi Max NAKANE
a04d1e9e7e udvips patch was updated without name change.
Pointed Out by:	hrs

While at it, changed the Makefile to use MASTER_SITE:n.
2004-07-28 05:10:54 +00:00
Masafumi Max NAKANE
bc521ae1ab Unbreak this port, as it seems the previous commit has fixed the problem. 2004-07-27 06:00:02 +00:00
Masafumi Max NAKANE
d6057a7a29 Upgrade, and use mimekit included in the delegate8.9.6-pre11 distribution.
This source contains the patch submitted in PR/28995.

PR:	28995
Submitted by:	amagai@nue.org

While I'm at this:
* Better handling for portdocs.
* Define do-install: instead of patching the distributed Makefile.
* Bump the version to 1.9, since I found that version in the mimekit/Makefile. Don't know since when this was version 1.9.
* Update the master site.
2004-07-27 05:35:57 +00:00
Pav Lucistnik
9739395cb7 - Chase checksum, unbreak
--- /usr/ports/distfiles/cal.rb-1.17/Calendar.rb        Tue Jun  8 05:37:53 2004
+++ Calendar.rb Fri Jan 30 13:18:35 2004
@@ -308,11 +308,9 @@
        wday = what_day(year, month, day) if wday == -1
        f.each{|s|
          s.chomp!
-#        s.gsub!(" ", "")
+         s.gsub!(" ", "")
          next if /^#/ =~ s
-#        puts s.split(",\s*")
-#        puts "#{day} #{month} #{year}"
-         y, m, d, w, j, e, c = s.split(",\s*")
+         y, m, d, w, j, e, c = s.split(",")
          if (y == "*" or y == year.to_s) and
              (m == "*" or m == month.to_s) and
              (w == "*" or w == wday.to_s) and

PR:		ports/69511
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-25 22:36:49 +00:00
Hiroki Sato
de119d0e94 Make use of t1lib properly.
PR:		ports/68210
Submitted by:	Ulrich Spoerlein (q at uni.de)
Approved by:	linimon (mentor)
2004-07-25 14:58:20 +00:00
Hiroki Sato
445c580ca2 Add texfamily-vfn2a, virtual fonts for transform from .dvi file
of NTT JTeX to ASCII Japanese TeX.

Approved by:	linimon (mentor)
2004-07-25 14:36:21 +00:00
Hiroki Sato
f290c8002a - Fix dependency (japanese/ptex -> japanese/ptex-tetex).
- Some style changes.

Approved by:	linimon (mentor)
2004-07-25 14:34:18 +00:00
Norikatsu Shigemura
9d00982f78 Fix build error by previous change.
PR:		ports/69548
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Pointed out by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-25 08:30:33 +00:00
Eric Anholt
ea2c2e1946 Use X_CLIENTS_PORT instead of XFREE86_VERSION=4 dependencies. 2004-07-23 20:27:07 +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
Tilman Keskinoz
7f36fa639d Remove slave port of expired qt23. 2004-07-23 14:42:22 +00:00
Norikatsu Shigemura
4aaa8c142f Fix build error on 4-stable.
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by:	bento via kris
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-20 16:59:28 +00:00
Joe Marcus Clarke
c670253a27 Mark IGNORE until it can be updated for Gaim 0.80. 2004-07-20 05:53:12 +00:00
Norikatsu Shigemura
96f74df457 Update to Mozilla 1.8 alpha 2 JLP 0.1.
PR:		ports/69193
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-07-17 17:58:21 +00:00
Norikatsu Shigemura
af5dc92781 Update to Mozilla 1.7 JLP 0.1.1.
PR:		ports/69167
Submitted by:	Fortune <fortune@n.jpn.ph> (maintainer)
2004-07-17 17:56:56 +00:00
Edwin Groothuis
96179fd976 [MAINTAINER] japanese/bugzilla: update to 2.16.6
- Update to 2.16.6

PR:		ports/69106
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2004-07-17 05:24:57 +00:00
FUJISHIMA Satsuki
5e2c82a127 update to 2.2.2.
PR:		69103
Submitted by:	maintainer
2004-07-16 12:36:57 +00:00
Norikatsu Shigemura
83deb15c08 Fix build error on amd64 (maybe ia64, too).
Submitted by:	Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from:	AMD Developper Program (FreeBSD/amd64)
2004-07-15 15:37:42 +00:00
Andrey A. Chernov
7aa540c0a7 Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL 2004-07-15 12:53:40 +00:00
Andrey A. Chernov
a59aa5e573 Don't install p5-MIME-Base64 for newest perls 2004-07-15 11:55:50 +00:00
Volker Stolz
e0393ad66e Update to 4.0.13:
- bug fix: japanese-yc is not set in input-method when loading yc
  - bug fix: In fence-mode, consecutive inputs cancel previous Jishu conversion
Use PLIST_DIRS/FILES while here (me)

PR:		ports/69077
Submitted by:	Takayuki Nakao (maintainer)
2004-07-15 10:56:48 +00:00
Masafumi Max NAKANE
6b6400b515 Do the build of ../ptex-base in pre-configure, so that all the
dependencies would have been built and installed by then.
Hopefully, this will unbreak the package build, but leave the
BROKEN lines till package build actually succeeds.
2004-07-15 07:55:57 +00:00
Pav Lucistnik
23609dfbcd - Add upgrade instructions
PR:		ports/68966
Submitted by:	Aho K.F. Li <thinker@branda.to> (maintainer)
2004-07-13 00:34:25 +00:00
Pav Lucistnik
e4f147765c - Update to 0.7.1
PR:		ports/68883
Submitted by:	thinker@branda.to <thinker@branda.to> (maintainer)
2004-07-12 22:41:04 +00:00
MANTANI Nobutaka
262fe773b3 Register CONFLICTS between w3m ports.
Suggested by:	Aleksander Fafula <alex@fafula.com>
2004-07-12 16:49:19 +00:00
MANTANI Nobutaka
4b76ff142f Update to 0.4.1. 2004-07-12 15:49:46 +00:00
Masafumi Max NAKANE
7e99b1bd22 Upgrade to 3.7p3. 2004-07-12 06:05:41 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Norikatsu Shigemura
b661d9c70f Update to 4.7 and unbroken.
Submitted by:	hrs
Approved by:	Mitsuru Yoshida <mitsuru@riken.go.jp> (maintainer)
2004-07-06 17:41:14 +00:00
MANTANI Nobutaka
4a400e47c4 Sync with libanthy shared library version bump. 2004-07-04 03:20:26 +00:00
MANTANI Nobutaka
dfa217ca6f Update to 5500. 2004-07-04 03:11:48 +00:00
Vanilla I. Shu
02bb6cfa59 Add scim-tables 0.4.0, SCIM table based Japanese input methods.
PR:		ports/67133
Submitted by:	Jie Gao	<gaoj@cpsc.ucalgary.ca>
Somepart by:	me
2004-07-02 22:39:51 +00:00
Joe Marcus Clarke
d252f250e3 Fix patching after the recent locale dir changes to bsd.gnome.mk.
Reported by:	pointyhat via kris
2004-07-01 16:06:01 +00:00
Joe Marcus Clarke
b2d689575a Update to 0.79.
PR:		68560
Submitted by:	maintainer
2004-07-01 15:59:10 +00:00
Pav Lucistnik
d5784e0ec6 - Update to 1.7
PR:		ports/68439
Submitted by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by:	maintainer
2004-06-30 20:45:40 +00:00
Oliver Eikemeier
8be7372f0d - update devel/bugzilla to 2.16.5
- new slave port japanese/bugzilla

PR:		68318, 68319
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2004-06-30 08:27:10 +00:00
Norikatsu Shigemura
0ef4a3e5ea Use termios rather than sgtty.
Approved by:		taoka (blanket)
Tested on the box from:	AMD Developper Program
2004-06-29 14:03:57 +00:00
MIHIRA Sanpei Yoshiro
11bf7afe3e Drop maintainership. I no longer use this software. 2004-06-28 13:48:55 +00:00
Pav Lucistnik
48a58b0354 - Update to 2.0.0
PR:		ports/68406, ports/68410
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
2004-06-27 14:24:48 +00:00
MANTANI Nobutaka
6f2bdd05b6 Fix build error on -stable. 2004-06-26 14:05:16 +00:00
MANTANI Nobutaka
31dc047df1 Update to 0.3.9.
Add dependency on m17n-lib. [*]

PR:		ports/68302 [*]
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> [*]
2004-06-25 15:44:57 +00:00
Kirill Ponomarev
68db0ecc09 Update to version 4.0.11
PR:		ports/68261
Submitted by:	maintainer
2004-06-24 12:51:28 +00:00
Mark Linimon
4ba1986a17 Establish a correct master-slave relationship between
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.

These changes should be transparent to installs (tested and verified
locally).

While here, update two cases of stale distfile info.  (MD5s
verified versus mozilla.org.)

PR:		ports/67701
Approved by:	maintainer timeout (2 weeks)
2004-06-23 21:47:13 +00:00