Commit graph

21 commits

Author SHA1 Message Date
rillig
74379c4448 The configure script needs a working C compiler. 2006-07-02 10:40:13 +00:00
drochner
6149e8c140 precompile python scripts 2006-05-02 13:41:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jmmv
0bf14a8a90 Update to 0.6.0:
Changes in 0.6.0:
-----------------

* Updated translations:
  bg	  (Alexander Shopov)
  es	  (Francisco Javier F. Serrador)
  et	  (Priit Laes)
  hu	  (Gabor Kelemen)
  pt_BR	  (Leandro A. F. Pereira)
  pt	  (Duarte Loreto)
  ru	  (Nickolay V. Shmyrev)
  sq	  (Laurent Dhima)
  sv	  (Daniel Nylander)
  uk	  (Maxim Dziumanenko)

Changes in 0.5.7:
-----------------
* Fixed simplelist without columns attribute  (Shaun McCance)
* Updated translations:
  ca      (Gil Forcada)
  el      (Kostas Papadimas)
  et      (Priit Laes)
  nl      (Tino Meinen)
  sq      (Laurent Dhima)
  vi      (Clytie Siddall)
  (21/49 languages with 100% translation)

Changes in 0.5.6:
-----------------
* Fixed issue with uninstalling implicitly declared figures   (Shaun McCance)
* Created some documentation for the xslt stylesheets         (Brent Smith)
* Fixed an expression in db.chunk.info_chunk param            (Brent Smith)
* Added id attributes to the documentation sections           (Shaun McCance)
* Updated translations:
  nl    (Tino Meinen)
  pt    (Duarte Loreto)
  lt    (Žygimantas Beručka)
  it    (Luca Ferretti)
  cs    (Miloslav Trmac)
  (17/49 languages with 100% translation)

Changes in 0.5.5:
-----------------
* Use reasonable defaults for the db.chunk.basename and
  db.chunk.info_basename stylesheet parameters.                (Brent Smith)
* Created some documentation for the build utilities; based
  the documents off the GnomeDocUtilsMigrationHowTo wiki page  (Brent Smith)
* Implemented informalfigure                                   (Shaun McCance)
* Updated translations:
  de    (Hendrik Richter)
  es    (Francisco Javier F. Serrador)
  sr    (Slobodan D. Sredojevic)
  vi    (Clytie Siddall)

Changes in 0.5.4:
-----------------
* Do not automatically update po files                (Shaun McCance)
* Fixed incorrectness in depth chunk                  (Shaun McCance)
* Improvements to the footnotes stuff                 (Shaun McCance)
* Fixed stupid oversight with the default:LTR string  (Shaun McCance)
* Updated translations:
  en_CA   (Adam Weinberger)
  es      (Francisco Javier F. Serrador)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Maraas)
  nl      (Tino Meinen)
  no      (Kjartan Maraas)
  vi      (Clytie Siddall)
  zh_CN   (Funda Wang)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.5.3:
-----------------
* Added per-language setting for text direction  (Shaun McCance)
* Added support for footnotes, #317203           (Brent Smith)
* Fixed misspelled biblioraphy, #325205          (Shaun McCance)
* Fixed generation of copyright information      (Peter Williams)
* Updated translations:
  th      (Theppitak Karoonboonyanan)
  es      (Francisco Javier F. Serrador)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)
  en_CA   (Adam Weinberger)
  bg      (Alexander Shopov)
  gl      (Ignacio Casal Quinteiro)
  vi      (Clytie Siddall)
  gu      (Ankit Patel)
  nl      (Tino Meinen)
  nb      (Kjartan Maraas)
  no      (Kjartan Maraas)
  fi      (Ilkka Tuohela)
  ca      (Josep Puigdemont i Casamajó)
  cs      (Miloslav Trmac)

Changes in 0.5.2:
-----------------
* Removed extra gettext import for better performance  (Don Scorgie)
* Fixed bad syntax in a srcdir directory thing         (Shaun McCance)
* Added missing db2html-bibliography to the build      (Peter Williams)
* Added missing GPL and LGPL copyright files           (Shaun McCance)
* Implemented the following numbering systems:         (Shaun McCance)
  Arabic decimal
  Chinese simplified
  Chinese traditional
  Japanese
  Thai decimal
  Thai alphabetic
  Serbian alphabetic
  Greek Ionic
* Updated translation:
  cs      (Miloslav Trmac)
  en_CA   (Adam Weinberger)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Marass)
  no      (Kjartan Marass)
  zh_CN   (Funda Wang)

Changes in 0.5.1:
-----------------
* Added support for "cooked" bibliographies
* Added artpagenums, edition, isbn, pubdate, publishername
* Added the 'Translator(s)' string, which was missing before
* Sizing adjustments in DocBook rendering
* Fixed problem that caused new l10n markup not to work
* Styled interface like guimenu et al, per #154237
* Expanded the markup allowed in l10n format strings
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
  bn      (Mahay Alam Khan)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  it      (Alessio Frusciante)
2006-03-12 22:14:09 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jmmv
b6bd4031c5 Only allow python 2.3 or 2.4, as older versions cause problems at runtime
WRT Unicode.  Found by jnemeth@.  Bump PKGREVISION to 3.
2006-02-10 08:42:44 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
jmmv
00e7f5b06a Update to 0.4.4:
Changes in 0.4.4:
-----------------
* Added missing GPL and LGPL texts              (Shaun McCance)
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
  bn      (Mahay Alam Khan)
  et      (Ivar Smolin)
  (33/47 languages with 100% translation)

Changes in 0.4.3:
-----------------
* Fix for loops on old bourne shells, #317308     (Shaun McCance)
* Fix paths when $(srcdir) is absolute            (Shaun McCance)
* Fix DESTDIR support #318007                     (Frederic Crozat)
* Updated translations:
  it      (Alessio Frusciante)
  (32/46 languages with 100% translation)
2006-01-20 13:28:22 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jmmv
68d0bdfd56 Bump dependency version, make this a build only dependency and fix an
indentation problem.
2005-10-12 21:47:45 +00:00
drochner
23adcba8da update to 0.4.2
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
2005-10-07 15:56:46 +00:00
drochner
0db38a866a update to 0.3.2
changes
-bugfixes
-translation updates
-Implemented new runtime format string i18n system
-Prefixed IDs in xsldoc output
2005-08-26 16:30:51 +00:00
jlam
7820875fff 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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jmmv
7dc6b91db3 Update to 0.2.0:
* 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)
2005-05-19 21:08:29 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
023351c115 Initial import of gnome-doc-utils, version 0.1.3:
gnome-doc-utils is a collection of documentation utilities for the GNOME
project.  Notably, it contains utilities for building documentation and
all auxiliary files in your source tree, and it contains the DocBook XSLT
stylesheets that were once distributed with Yelp.
2005-03-22 16:24:11 +00:00