2005-10-13 23:02:14 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Add gettext-lib/buildlink3.mk to match with Makefile.
|
2005-10-13 22:39:37 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Enable NLS explicitly by including gettext-lib/buildlink3.mk.
Bump PKGREVISION due to PLIST changes.
|
2005-09-30 15:16:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.5.19:
* Version 0.5.19 (released 2005-09-19)
** The test for setlocale and nl_langinfo has now been separated.
The autoconf script now test for locale.h, setlocale and
nl_langinfo(CODESET) independently.
** Gnulib updates, fixes for getopt.
** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
** Kaffe is used to link the pre-built libidn-*.jar file.
** Translation updates.
** API and ABI is backwards compatible with the previous version.
|
2005-08-10 22:56:30 by Johnny C. Lam | Files touched by this commit (339) |
Log message:
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
2005-07-23 01:41:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.5.18:
** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
** has been updated.
** Fix use of 'head -1' in configure script (should be 'head -n -1'),
** thanks to Carsten Lohrke.
** Announce the help-libidn mailing list in documentation and README.
** Translation updates.
** API and ABI is backwards compatible with the previous version.
|
2005-07-21 18:30:01 by Thomas Klausner | Files touched by this commit (328) |
Log message:
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
2005-05-31 19:58:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.5.17:
* Version 0.5.17 (released 2005-05-26)
** The gnulib portability files were updated.
** The license template in files were updated with the new address.
** Translation updated.
** API and ABI is backwards compatible with the previous version.
|
2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message:
Removed trailing white-space.
|
2005-05-20 23:09:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.5.16:
* Version 0.5.16 (released 2005-05-06)
** Mark static PR29 data tables as 'const', thanks to Joe Orton.
** Kinyarwanda translations added, thanks to Steve Murphy.
** API and ABI is backwards compatible with the previous version.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|