Commit graph

31 commits

Author SHA1 Message Date
joerg
eefd17be4f user-destdir support 2009-07-07 21:34:53 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
minskim
02c38f606c Do not add "-lintl" to Makefile dependencies.
This addresses one of the issues in PR 30019.
2009-01-11 09:09:09 +00:00
minskim
06a7b0ec45 openjade needs libintl. Include gettext-lib's buildlink3.mk. 2009-01-11 09:08:00 +00:00
dmcmahill
cb4a7c6c68 fix up garbled sed command 2007-02-16 23:49:43 +00:00
minskim
2d6db54b4d Make this package build on Darwin.
- 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.
2006-12-10 23:02:39 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
2005-12-05 20:49:47 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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.
2005-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
hrs
d342995e53 Add SGML_CATALOGS to register openjade/catalog on the system-wide
SGML catalog chain.  Bump PKGREVISION.
2005-05-05 05:50:23 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
minskim
828bcf67e8 USE_LANGUAGES= c c++
USE_LIBTOOL=	yes
2004-05-19 06:50:46 +00:00
minskim
6a0c4b490c Bump PKGREVISION due to major version bump of the opensp library. 2004-05-19 05:44:39 +00:00
snj
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
agc
a94f0a5a91 Fix from Dan Winship for opensp and openjade -
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.
2003-11-16 14:01:20 +00:00
wiz
af12297ca9 Update to 1.3.2:
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.
2003-09-23 08:35:52 +00:00
wiz
5c9a2ebe0e Fix build on i386. 2003-01-10 16:11:39 +00:00
dmcmahill
1523d6fa97 make this work on alpha too. Now this pkg builds ok on both sparc and alpha. 2002-09-26 05:46:10 +00:00
dmcmahill
7e700e5941 make this build on sparc. Should also fix other platforms. Patch derived
from patches to textproc/jade by mycroft.
2002-09-26 00:17:56 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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.
2001-09-27 23:17:41 +00:00
agc
d4f6c72436 Initial import of openjade into the packages collection.
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.
2001-04-27 10:52:27 +00:00