summaryrefslogtreecommitdiff
path: root/textproc/jade/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-10-09Arm need to instantiate Vector<size_t> in order to build.kristerw3-6/+6
2003-09-21Add patches from the FreeBSD ports collection to fix build problemstron3-0/+40
with GCC 3.3.1.
2002-12-23Make this compile on Irix.jschauma3-0/+43
2002-09-16Fix this for LP64 systems by meta-patching the Debian patches to switch offmycroft3-0/+39
_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 havejlam4-7/+7
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-13Add RCS Id.wiz1-0/+1
2002-08-12Fix pkg/16053.skrll1-0/+11
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.
2002-05-20Add NetBSD tag.cjep1-0/+1
2001-10-14Add a mixture of Debian, FreeBSD and self made patches to make thistron3-0/+38
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-0/+11
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-03-29Update to 1.2.1nb1:hubertf1-0/+14
Add patch sent in by Kogule, Ryo <kogule@mars.dti.ne.jp> on tech-pkg so this does not crash on NetBSD/mac68k.
1999-06-27Disable C++ compiler optimization. "jade" dumps core on some files ifdrochner1-0/+17
compiled with -O2. Might be a compiler bug, or something deep inside the code...
1999-03-15convert FreeBSD port to NetBSD packagerh2-72/+13
1999-03-15Initial import of FreeBSD port for jade.rh2-0/+72