Commit graph

16 commits

Author SHA1 Message Date
wiz
4709d5083d Add libtool buildlink2.mk, per PR 18582 by Julio Merino. 2002-10-08 12:20:38 +00:00
wiz
81e178d849 Unused. 2002-10-05 02:57:20 +00:00
jlam
616f197d49 Our libtool + buildlink2 avoids the usual libtool bug with uninstalled
libtool archives.
2002-10-02 08:46:57 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-25 18:38:05 +00:00
wiz
efe05fc242 Remove libtool/buildlink.mk; package does not depend on installed libtool. 2002-03-05 15:32:16 +00:00
wiz
171df3d93f Depend on 0.12.2nb1 (link fix). 2002-01-24 13:49:59 +00:00
wiz
ec0a87df6a Bump to 0.12.2nb1: Link library with stdc++. 2002-01-24 13:49:40 +00:00
wiz
e808df375b Update to 0.12.2; also buildlink'ify and add buildlink.mk.
Changes since 0.11.2:
* Added a length parameter to many Pspell functions which should cut
  down on unnecessary copying of words with some programs that use
  Pspell. Unfortunately this also breaks sourcecode compatibility. But
  it is easy to fix, see section 2.3.4 for what to do.
* Added support for mapping the county code to a spelling for the
  English language. For example the language tag ``en_GB'' will now get
  the British dictionary if it is available.
* Rewrote the ``Usage'' section of the manual to use the C interface
  instead of the C++ one as I recommend using the C interface even in
  C++ code to avoid some of the nasty issues associated with C++
  linkage.
* Libltdl is now enabled by default.
* Switched to the multi-language branch of libtool.
* Added support for iso-8859-13 and 14.
And some of bugfixes.
2002-01-15 01:05:14 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
skrll
4fa8446961 Remove nasty libtool hack that is no longer needed with the excellent new
libtool. :-)

This package now builds. Problems highlighted by recent bulk build.
2001-04-26 14:42:32 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
rh
0916404d7d Initial import of libpspell-0.11.2, a generic interface to spell checker
libraries
2000-10-22 09:30:43 +00:00