Age | Commit message (Collapse) | Author | Files | Lines |
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
similar patch was proposed on openjade-devel 10 years ago, and still hasn't
been integrated...
Fixes build on Solaris.
|
|
PR#45033.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This addresses one of the issues in PR 30019.
|
|
|
|
|
|
- Link with the C++ compiler because this is written in C++.
- Link with all the required libraries to prevent undefined symbols.
- Add only libtool libraries to LT_LIBS.
Based on patches provided by Ben Collver in PR 34495.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
|
|
CONFIGURE_ARGS.
|
|
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
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
SGML catalog chain. Bump PKGREVISION.
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
opensp was building against unproven-pthreads, but openjade
was getting pth, so the link would fail. Copy the related
glue from opensp/Makefile to opensp/buildlink2.mk
fixes build problems in latest bulk builds.
|
|
Changes in OpenJade 1.3.2 (December 2002)
* Build against OpenSP 1.5
* Minor fixes to MIF backend
* Correct typo in definition of "attribute" in builtin.dsl (Toby Speight)
* Fix quoted of ampersand in XML/SGML transformations (Toby Speight)
Changes in OpenJade 1.3.1 (January 2002)
* Support for newer GNU source configuration tools (autoconf, libtool, automake)
* Support for newer GNU and Microsoft compilers
* Support for more/up to date platforms (Mac OS X, Darwin, BSD, Cygwin etc.)
* Numerous bug fixes to TeX backend for improved table support and two
sided output. Two new external procedures two control double sided
output (required by jadetex 3.4 or greater).
"UNREGISTERED::OpenJade//Characteristic::page-two-side?"
"UNREGISTERED::OpenJade//Characteristic::two-side-start-on-right?"
* Support for XML Byte Order Marks
Closes PR 22901.
|
|
|
|
|
|
from patches to textproc/jade by mycroft.
|
|
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
|
|
|
|
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.
|
|
Provided in PR 12646 by Kogule, Ryo (kogule@mars.dti.ne.jp).
OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL
language. It is based on the James Clark implementation of DSSSL named
Jade. OpenJade is now developed and maintained by the OpenJade team.
|