Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Register all info files.
A '@unexec...${MKDIR}' looked like a thinko, should have been
'@unexec...${RMDIR}'. Anyway rewrote into the usual idiom.
XXX Too much unusual '@.*exec' in there IMHO. To be removed in a future
rototil.
|
|
|
|
|
|
confirmed on i386 and macppc.
|
|
|
|
|
|
* adjust bdf-path (for any2ps, m2ps, ...) from really non-useful
(/usr/share/fonts) to where pkgsrc/fonts/intlfonts puts it's
BDF-files. (The intlfonts pkg still needs to be installed manually!)
* Fix character-set=>bdf-file mapping for a few cases (latin, jis);
mule seems to expect other filenames than what intl installs.
This intends to fix PRs 17589 and 17336.
|
|
|
|
|
|
category.
This is part of the japanese category retirement.
|
|
all depends to use it.
|
|
|
|
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
chmod -> ${CHMOD}
|
|
removed some time ago.
|
|
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|
|
(nagai@hc.uec.ac.jp).
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
tech-pkg-ja@jp.netbsd.org. Tested on macppc.
|
|
|
|
them CONFLICT.
|
|
apply cleanly).
|
|
Thanks Thomas!
|
|
Multilingual GNU editing macros (editor)
It was based on Mule ports of FreeBSD and Emacs ports of NetBSD originally,
lots of changes are adapted as a result of discussion on
tech-pkg-ja@jp.NetBSD.ORG mailing list.
|