| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Committed at: CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
|
|
|
|
|
| |
PR: ports/69777
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
|
|
|
|
|
| |
PR: ports/69727
Submitted by: Takahiro MORISHITA <freebsd@next-generation.org> (maintainer)
|
|
|
|
|
|
| |
Pointed Out by: hrs
While at it, changed the Makefile to use MASTER_SITE:n.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--- /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>
|
|
|
|
|
|
| |
PR: ports/68210
Submitted by: Ulrich Spoerlein (q at uni.de)
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
of NTT JTeX to ASCII Japanese TeX.
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
- Some style changes.
Approved by: linimon (mentor)
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Reported by: bento via kris
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
|
| |
|
|
|
|
|
| |
PR: ports/69193
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
| |
PR: ports/69167
Submitted by: Fortune <fortune@n.jpn.ph> (maintainer)
|
|
|
|
|
|
|
| |
- Update to 2.16.6
PR: ports/69106
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
|
| |
PR: 69103
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org>
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/68966
Submitted by: Aho K.F. Li <thinker@branda.to> (maintainer)
|
|
|
|
|
| |
PR: ports/68883
Submitted by: thinker@branda.to <thinker@branda.to> (maintainer)
|
|
|
|
| |
Suggested by: Aleksander Fafula <alex@fafula.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Submitted by: hrs
Approved by: Mitsuru Yoshida <mitsuru@riken.go.jp> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/67133
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Somepart by: me
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: 68560
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/68439
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- new slave port japanese/bugzilla
PR: 68318, 68319
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
|
| |
Approved by: taoka (blanket)
Tested on the box from: AMD Developper Program
|
| |
|
|
|
|
|
| |
PR: ports/68406, ports/68410
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Add dependency on m17n-lib. [*]
PR: ports/68302 [*]
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [*]
|
|
|
|
|
| |
PR: ports/68261
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports-jp/14820
Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by: ukatsuta@mud.biglobe.ne.jp (maintainer)
|
|
|
|
|
|
| |
PR: ports-jp/14689
Suggested by: Shin-ya Kuwamura <kuwa@labs.fujitsu.com>
Approved by: mita (blanket)
|