summaryrefslogtreecommitdiff
path: root/textproc/openjade/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-13openjade: linking requires CXX, not CCadam1-2/+2
2020-07-31Fix issues with a nonstandard compiler and umask.brook1-3/+4
If the compiler is in a nonstandard location, libtool may choose the incorrect mode. This is described in libtool documentation: https://www.gnu.org/software/libtool/manual/html_node/Tags.html The correct fix is to use --tag to explicitly set the mode. See https://sourceforge.net/p/openjade/patches/48/ Write permissions are removed when the package is built. However, the command chmod -w does not affect bits set in umask. The correct usage is to explicitly identify the users to which the command applies. See https://sourceforge.net/p/openjade/patches/49/
2020-04-30Apply a similar hackaround for UB in libosp to clang. Bump revisionjoerg1-1/+2
2020-03-26textproc/openjade: fix -Wchar-subscriptsrillig1-1/+2
2017-07-15Honor LDFLAGS. Fixes RELRO build.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-17Ensure we pass through LDFLAGS, fixes build with cwrappers.jperkin1-2/+2
2012-10-04Add patch from Gentoo Linux to fix build with Perl 5.16.tron1-1/+2
2012-08-06Avoid "call of overloaded 'pow(double, long int&)' is ambiguous" error. Ajperkin1-1/+2
similar patch was proposed on openjade-devel 10 years ago, and still hasn't been integrated... Fixes build on Solaris.
2011-04-22Fix building with Clang; added LICENSE; pkglint clean-upadam1-1/+3
2009-01-11Do not add "-lintl" to Makefile dependencies.minskim1-2/+2
This addresses one of the issues in PR 30019.
2007-02-16fix up garbled sed commanddmcmahill1-2/+2
2006-12-10Make this package build on Darwin.minskim1-1/+6
- 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.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2003-11-16Fix from Dan Winship for opensp and openjade -agc1-1/+2
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-09-23Update to 1.3.2:wiz1-7/+3
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-01-10Fix build on i386.wiz1-2/+2
2002-09-26make this work on alpha too. Now this pkg builds ok on both sparc and alpha.dmcmahill1-2/+2
2002-09-26make this build on sparc. Should also fix other platforms. Patch deriveddmcmahill1-1/+2
from patches to textproc/jade by mycroft.
2001-04-27Initial import of openjade into the packages collection.agc1-0/+7
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.