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/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)
- 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.
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
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)