summaryrefslogtreecommitdiff
path: root/textproc/jade/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-03-15Add DESTDIR support, fixing normal installation as well.joerg1-3/+3
2006-01-20Fix build under Mac OS X:jmmv1-3/+7
- Properly instantiate required templates. - Properly detect some functions (such as strtoul). - Do not use unavailable Mach threads.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+3
2003-10-09Arm need to instantiate Vector<size_t> in order to build.kristerw1-4/+4
2003-09-21Add patches from the FreeBSD ports collection to fix build problemstron1-1/+4
with GCC 3.3.1.
2002-12-23Make this compile on Irix.jschauma1-1/+4
2002-09-16Fix this for LP64 systems by meta-patching the Debian patches to switch offmycroft1-1/+4
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in the Debian build goo). Really, the right answer is to add an autoconf test -- or fix the crappy language.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+3
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-12Fix pkg/16053.skrll1-1/+2
Remove the --disable-shared option from CONFIGURE_ARGS it doesn't do anything as pkgsrc libtool isn't built this way. We want shared libraries anyway... Use CXX when linking the libraries as we have global contructors that need calling. Problem only visible on a.out platforms.
2001-10-14Add a mixture of Debian, FreeBSD and self made patches to make thistron1-1/+6
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-08-29Add a makefile hack so that jade builds again after recentskrll1-1/+2
gettext/buildlink.mk changes.
2001-06-25This package uses libintl if available, so just add a dependency on itjlam1-2/+2
via buildlink.mk, and mark as USE_BUILDLINK_ONLY. Also disable the -O2 optimization in the package Makefile, instead of removing _all_ the CXXFLAGS passed to configure. This allows other CXXFLAGS to get through. Lastly, prefer using a shell loop versus a make loop in the package Makefile.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo