Age | Commit message (Collapse) | Author | Files | Lines |
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE.
Changes to 0.6.21 to 0.6.22 is unknown.
= CHANGES
:0.6.21
* setup.rb version up -> 3.4.1
* fix for Ruby 1.9.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
- pkgsrc change; update HOMEPAGE and fix one pkglint warning.
:0.6.20
* corrected copyright.
:0.6.19
* corrected file permission.
* setup.rb version up -> 3.4.0
* remove 'changes'
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
fix of REPLACE_RUBY, the impact was big or small.
|
|
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
found by bulk-build.
|
|
|
|
devel/ruby-rd-mode pacakge, too.
= CHANGES
:0.6.18
* bin/rd2 UTF-8 support.
* support Ruby 1.9.
* makerdtools.rb fixed some bugs.
* fixed install dot.rd2rc problem
* fixed some bugs.
:0.6.17
* utils/rd-mode.el patch from <shirai@p1jp.com>
:0.6.16
* utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com>
:0.6.15
* re-packaging by MoonWolf <moonwolf@moonwolf.com>
|
|
lang/ruby/rubyversion.mk changes.
|
|
useful.
|
|
|
|
|
|
|
|
use of external command, sed(1).
|
|
Thanks to Krister Walfridsson noted by private mail.
|
|
|
|
made from RUBY_VERSION_LIST.
|
|
Add patch to prevent warning with Ruby 1.8, too.
|
|
depends to it at runtime.
Bump package revision.
|
|
|
|
- Make dependency with racc to build time only.
- Remove extra dependency to ruby-strscan package.
|
|
|
|
|
|
= CHANGES
:0.6.14
* minor fix for Ruby 1.8.
* now rd2man generates better output. (thank you, Sugiura-san.)
|
|
= CHANGES
:0.6.13
* now tabs are expanded into spaces.
* removed <p> for TextBlock in DescListItem when the TextBlock is only
element of ListItem.
* a line of `---\n' are now regarded as Verbatim (or TextBlock).
* changed style of HTML anchors from `label:' to `label-'.
* fixed rd2man for better support of multiple paragraphs.
* fixed some bugs.
:0.6.12
* fixed some bugs.
|
|
|
|
Bump to ruby-rdtool-0.6.11nb1.
|
|
package implicitly.
0.6.11
* support Ruby 1.4.6. thanks. > Aoki-san
* now `=begin' and `=end' are omitable. thanks. > Nakada-san
* changed to omit <p>...</p> for some ListItem.
* added `class="foottext"' attribute to <p> element for foottext.
thanks. > Kimura-san
* bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san
* added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san
* rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
|
|
package now.
|
|
|
|
From [ruby-list:32471] on ruby-list@ruby-lang.org.
|
|
|
|
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
|
package now install formated HTML files.
|
|
|
|
|