Age | Commit message (Collapse) | Author | Files | Lines |
|
${PREFIX}.
|
|
|
|
Version 1.0.2
December 29, 2004
-----------------
- fixed a bug in declarations of namespaces
during serialization
- minor fixes for gcc 3.4.x
- fixed mistakes in error messages
|
|
versions does not have dependency on xmlcatmgr.
textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $
textproc/docbook-xml/distinfo:$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $
textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $
textproc/docbook-xml/PLIST:@comment $NetBSD: PLIST,v 1.7 2003/01/29 21:17:26 jmmv Exp $
textproc/docbook-xml/patches/patch-aa:$NetBSD: patch-aa,v 1.1 2004/02/09 12:23:40 jmmv Exp $
Bump PKGREVISION to force bulk build to rebuild the binary package.
|
|
Includes a number of patches to fix build on DragonFlyBSD.
Changes since 4.17.2:
Glimpse 4.18.0 has new configure script generated by autoconf 2.57
- may fix compilation problems on FreeBSD
|
|
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake. Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
|
|
contain a command plus arguments. We use the standard idiom to extract
the first word of a list stored in a make variable:
VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}
XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX VAR_CMD= ${VAR:[1]}
|
|
this requirement by using TMPDIR as the read-write location demanded
by using imake.
|
|
the package that we're interested in (iconv). Also, fix the logic so
that we don't assume that built-in libiconv.so doesn't exist.
|
|
dependency for us if we use the pkgsrc version of gettext-lib.
|
|
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
o The pattern digit dot digit (fractional number) does not end
a sentence.
o New flag -b for warnings about mistakes made by beginners.
o Do not print suggestions by default, but only if -s is used.
|
|
|
|
post-patch, rather than install and delete at post-install.
|
|
defined. Force to use a dummy definition as in other platforms.
|
|
|
|
any more.
|
|
|
|
binary tool. We can now use the tools framework for this. Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes since 1.3.4.10:
- Fixed compile errors when using gcc 3.4.
- Fixed a possible but very unlikely buffer overflow on 64-bit platforms.
|
|
While here list, as comments, all dependencies needed to run the
self tests
Changes since last packaged version (3.16):
Changes in 3.17
documentation changes, mostly to point better to
the resources at http://www.xmltwig.com
fix a few tests that would fail under perl 5.6.*
and Solaris (t/test_safe_encode.t and t/test_bug_3.15.t),
see RT bug # 11844, thanks to Sven Neuhaus
made the licensing terms in the README match the
ones in the main module (same as Perl), see RT
bug #11725
added a test on XML::SAX::Writer version number to
avoid failing tests with old versions (<0.39)
improved xml_split
|
|
Package changes: install documentation files, add test target support.
Changes since last packaged version (0.9.3):
Changes in 1.0.1
1. Recompiled against recent libxml2-2.6.18 and libxslt-1.1.13 libraries
2. New binaries for Windows/Linux/Solaris
3. Fixed several pyx/depyx bugs
4. Window binary has been compiled with iconv to support more encodings
Changes in 1.0.0
1. Fixed few core dumps
2. Recompiled against recent libxml2-2.6.17 and libxslt-1.1.12 libraries
3. New binaries for Windows/Linux
4. Updated documentation
Changes in 0.9.5
1. Fixed security bugs (buffer overflows)
2. Recompiled against recent libxml2-2.6.13 and libxslt-1.1.10 libraries
3. New binaries for Windows/Linux
4. Updated documentation
|
|
|
|
|
|
YACC variable with USE_TOOLS+=bison.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
|
|
|
|
|
|
|
|
|
Release 1.7i, Thu Apr 14 13:31:02 CEST 2005 (Manuel Serrano):
*** replace (fboundp 'about-xemacs) with
(or (foundp 'about-xemacs) (featurep 'xemacs)).
|
|
Add missing files to PLIST and bump PKGREVISION.
|
|
* Fixes for builddir != srcdir
* Plural form rules for more languages, from Changwoo Ryu
* Fixed DOC_H_FILE build system, fixes #170680
* Updated licensing terms
* Made -p POFILE and -u POFILE work directly on PO file (Danilo)
* Made -p POFILE read directly PO file, instead of depending on msgfmt (Danilo)
* Updated translations:
rw (Steve Murphy)
hi (Rajesh Ranjan)
en_CA (Adam Weinberger)
da (Martin Willemoes Hansen)
pt_BR (Raphael Higino)
|
|
|
|
* moved to sourceforge
* put under GPL instead of non-commercial license, with permission from
original author
* portability fixes
|
|
|
|
|
|
and p5-Lingua-Preferred packages to the textproc category.
|
|
|
|
The "Lingua::EN::Sentence" perl module splits text into its
constituent sentences, based on a regular expression and a list of
built-in and provided abbreviations.
|
|
|
|
|