Commit graph

35349 commits

Author SHA1 Message Date
grant
85f65fca11 note update of libtool to 1.4.20010614nb10 [FreeBSD shared lib names]. 2002-11-17 12:00:22 +00:00
grant
53c5ebc61f bump LIBTOOL_REQD for FreeBSD. 2002-11-17 11:58:49 +00:00
grant
6220163ace fix shared library names on FreeBSD to be like NetBSD and Solaris in
preparation for FreeBSD pkgsrc support.

bump PKGREVISION.

ok'd by nick.
2002-11-17 11:55:01 +00:00
salo
6761fc23fc Fix TERMINFODIR handling on Solaris. Closes pkg/18622 2002-11-17 11:23:15 +00:00
cjep
dd2d72e624 Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit) 2002-11-17 09:37:21 +00:00
jlam
31854edfde Note that this package uses C++. 2002-11-17 09:11:14 +00:00
salo
80f17bf2ba Convert packages to PKG_REGISTER_SHELLS framework. 2002-11-17 09:01:59 +00:00
salo
3b84b524ca Document PKG_REGISTER_SHELLS framework. 2002-11-17 09:00:30 +00:00
salo
1fde293f32 Introduce new framework which unifies registering packages providing login
shells to /etc/shells.

This feature can be disabled by setting PKG_REGISTER_SHELLS to NO in
/etc/mk.conf.

An excerpt from Packages.txt, section 10.28:

 10.28 Packages providing login shells
 =====================================

If the purpose of the package is to provide a login shell, the variable
PKG_SHELL should contain the full pathname of the shell executable installed
by this package. The package Makefile also must include
"../../mk/bsd.pkg.install.mk" prior to the inclusion of bsd.pkg.mk to use the
automatically generated INSTALL/DEINSTALL scripts.

An example taken from shells/zsh:

        PKG_SHELL=      ${PREFIX}/bin/zsh
        .include "../../mk/bsd.pkg.install.mk"

The shell is registered into /etc/shells file automatically in the
post-install target by the INSTALL script generated by bsd.pkg.install.mk and
removed in the deinstall target by the DEINSTALL script.
2002-11-17 08:58:49 +00:00
jlam
ce99281f43 glut requires MesaLib headers in order to build. 2002-11-17 08:37:20 +00:00
fredb
33f8edb4e0 Translate to English. 2002-11-17 04:03:23 +00:00
seb
a0b6a57747 Note update of devel/gtexinfo to version 4.3 [package fix, new features, bug
fix]
2002-11-17 01:21:59 +00:00
seb
445ef20117 Update to version 4.3.
Package changes: fix PKGLOCALEDIR botch reported by various people. Many
thanks to Lubomir Sedlacik <salo at Xtrmntr dot org> for the patches in
PR 18616!

Changes in version 4.3:
4.3 (14 November 2002)
* Language:
  . new command @tie{} to do a real tie (unbreakable interword space).
* makeinfo:
  . html output for @defun and friends now has font changes.
  . html output has some class attributes.
* texinfo.tex:
  . new Italian translations, txi-it.tex.
  . pdf bookmarks for unnumbered sections work.
  . type name for @defun and friends no longer extends into margin.
* info:
  . automatic-footnotes now off by default, for emacs compatibility.
  . crash when MALLOC_CHECK_=2 fixed.
* install-info:
  . new option --infodir synonym for --info-dir, for compatibility with
    the Debian install-info.
  . support for bzip2-compressed files.
* texindex:
  . omit initial if the entire index is under one characters.
* Distribution:
 . development sources now available under CVS, see
   http://savannah.gnu.org/projects/texinfo/
 . Turkish message translation.
 . gettext 0.11.5, autoconf 2.54, automake 1.7.1.
2002-11-17 01:17:30 +00:00
dmcmahill
ef27f4ef62 turn down the optimizaiton level on sparc as well as alpha to let this
get past -O2 bugs.
2002-11-16 18:45:32 +00:00
wiz
6211add8a0 Updated win32-codecs to 020909. 2002-11-16 14:08:14 +00:00
wiz
650f3a0c27 Update to 0.90pre7 codecs (020909). More codecs :)
Based on PR 19074 by FUKAUMI Naoki.
2002-11-16 14:05:53 +00:00
seb
4c5a219751 I forgot to commit this with the new patches yesterday!!!
Many thanks to Chris Gilbert for noticing it.

Bump PKGREVISION
- Add dependency on autoconf and have auto{header,conf} run at pre-configure
  stage: this is need to avoid conflict between the distribution patch file for
  IPv6 and patch files.
- Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:
  use perl5/module.mk with PERL5_CONFIGURE=NO.
- Ensure relocatable objects are created so that when the Perl modules are
  linked they are composed wholly from relocatable objects.
  We query perl for how to compile a source file into a relocatable object file.
  Thanks again jlam for this.
2002-11-16 10:39:22 +00:00
uebayasi
cef3a36124 Defaults for w3m. 2002-11-16 05:26:28 +00:00
dmcmahill
9c4f6cfe7f - When listing the current version of the package, don't create a hyperlink
back to the current page, just list it as regular text.

- Put each dependency hyperlink on a separate line in the README.html file.

These were both noted by Thomas Klausner in a private email.
2002-11-16 02:15:15 +00:00
wiz
2038f8cbc9 Forgot mentioning pkglint-3.37 update yesterday. 2002-11-16 00:14:58 +00:00
wiz
a185a1303a Update to 20021114. Changes:
There are plenty of new words, UTF-8 support, and myspell (OO.o) support.
[If anyone's interested in the last, make a package for it :)]
2002-11-16 00:13:09 +00:00
wiz
5744e8ad19 Note ispell-german-20021114 update. 2002-11-16 00:09:59 +00:00
wiz
700f0af035 Note libwmf-0.2.7, wv-0.7.4, wine-20021031 updates. 2002-11-15 18:37:44 +00:00
wiz
b4d7d56e20 Update to 20021031, based on PR 19039 by Juan RP.
Changes:
- Complete listview overhaul.
- Beginnings of real RPC support.
- Most dlls now build properly in STRICT mode.
- Inter-process window activation and focus handling.
- Many improvements to AVI support.
- Lots of bug fixes.
2002-11-15 18:34:40 +00:00
wiz
0c955be5c1 Update to 0.7.4. The original unedited release notes:
This is two releases since 0.7.3 took a wrong turn somewhere and
was last seen rummaging in the bins behind NewsForge.net for old
documents. Any information leading to the recovery of the errant
release will be rewarded with a free copy of wv-0.7.4.

As usual I'm clueless about who has contributed what to wv since
the previous release. Martin Junius did a bunch of stuff, again;
Golan a.k.a. 'risk it' and Tian Huisohu found some memory leaks;
Corby Wilson fixed some stuff (hey, even I fixed some stuff :-),
and of course lots of stuff by Dom (internationalization etc.).
2002-11-15 18:03:40 +00:00
wiz
9138b8064a Update to 0.2.7. Changes:
* update Fontmap[.GS] detection (guesswork, really) (fjf)
* don't include trio.h when --disable-heavy is used (fjf)
* remember to update both version numbers in configure.ac!
* move player.h's defs into metadefs.h for recorder.c (fjf)
* add some missing "extern"s (c. Jeremy Shane Sanders)
* added recorder.h & libwmf/canvas.h; call it Canvas now (fjf)
2002-11-15 17:50:24 +00:00
wiz
949e38b5cd Note new lgeneral and lgeneral-data packages. 2002-11-15 17:34:43 +00:00
wiz
af390af799 Add and enable lgeneral and lgeneral-data. 2002-11-15 17:33:37 +00:00
wiz
64947a0aff Initial import of lgeneral-data-1.1.3.
LGeneral is a turn-based strategy engine heavily inspired by Panzer
General.  You play single scenarios or whole campaigns turn by turn
against a human player or the AI.  Entrenchment, rugged defense,
defensive fire, surprise contacts, surrender, unit supply, weather
influence, reinforcements and other implementations contribute to
the tactical and strategic depth of the game.

This package contains the missions and related files from
Panzer General.
2002-11-15 17:31:23 +00:00
wiz
65e3a246df Initial import of lgeneral-1.1.1.
LGeneral is a turn-based strategy engine heavily inspired by Panzer
General.  You play single scenarios or whole campaigns turn by turn
against a human player or the AI.  Entrenchment, rugged defense,
defensive fire, surprise contacts, surrender, unit supply, weather
influence, reinforcements and other implementations contribute to
the tactical and strategic depth of the game.
2002-11-15 17:28:57 +00:00
wiz
ca9264025e Note glib-2.0.7 and gtk-2.0.8 updates. 2002-11-15 17:14:07 +00:00
wiz
ef0a81ffd3 Update to 2.0.8.
Changes:
* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh]
* Improve redraws when scrolling on Win32 [Tor Lillqvist]
* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski]
* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann]
* Updated translation (el)

* Fix some memory leaks in gdk-pixbuf [Sven Neumann]
* Pixbuf loader fixes  [Federico Mena Quintero, Elliot Lee]
* Support depth 8 StaticColor in GdkRGB [Matthias Clasen]
* Win32 fixes and improvements [Tor Lillqvist]
 - Keyboard handling fixes [Florian Dugent]
 - Fixes for building and running on Cygwin [Masahiro Sakai]
 - Fix gdk_window_scroll(), other GdkWindow fixes
 - Misc bug and build fixes [Soren Andersen, Florent, Tim Evans,
   J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi]
* Improve tracking of toplevel focus state [Owen]
* XIM input method fixes [Takuro Ashie, HideToshi Tajima]
* Fix the longstanding problem with <,> keys and XIM [Owen Taylor]
* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva]
* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec]
* Fix the "key bindings randomly stop working" problem [Sebastian Ritau]
* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula]
* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld]
  - Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel
    Elstner, Morten Welinder]
  - gtk_tree_selection_selected_foreach now immediately returns if
    the model is being changed [Havoc Pennington]
  - Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson]
* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen]
* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh]
* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu,
  ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW)
* Many miscellaneous bug fixes

Other contributors: Jacob Berkman, Alvert Chin, Chema Celorio,
   David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti,
   Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist,
   Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin,
   Soeren Sandmann, Vitaly Tishkov, Morten Welinder
2002-11-15 17:12:09 +00:00
itojun
e2b53625e0 we have --disable-vflib, so we don't need to pull in buildlink2.mk for ja-vflib.
from Naoki Fukaumi
2002-11-15 16:33:12 +00:00
wiz
d4f74f5431 Update to 2.07.
Changes:
* Fix C++ warnings in gtype.h [Dom Lachowicz]
* Fix g_type_fundamental_next() [Tim Janik]
* Fix various missing includes of config.h [Morten Welinder]
* Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
* Various 64-bit fixes [Manish Singh]
* Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
* Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
* Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
     Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
     Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
* Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
2002-11-15 16:31:06 +00:00
lukem
5b8f6592ae flac-xmms 1.0.4 2002-11-15 15:31:31 +00:00
lukem
6f75f9eaa2 Update to flac-xmms 1.0.4, to track the update of flac to 1.0.4.
(Many thanks to Nick Hudson for helping me get this to work.)
2002-11-15 15:27:57 +00:00
wiz
22c2363e35 Add be locale (glib2). 2002-11-15 15:10:54 +00:00
wiz
c86325a73d devel/autoconf update to 2.56 2002-11-15 13:56:23 +00:00
wiz
723c349858 Update to 2.56. Set MAINTAINER to me.
* Major changes in Autoconf 2.56                       -*- outline -*-

  Released November 15th, 2002.

One packaging problem fixed (config/install-sh was not executable).


* Major changes in Autoconf 2.55

  Released November 14th, 2002.

Release tips:

           Have your configure.ac checked by autoscan ("autoscan").
             Try the warning options ("autoreconf -fv -Wall").

** Documentation

- AC_CHECK_HEADER, AC_CHECK_HEADERS
  More information on proper use.

- Writing Test Programs

  This sections explains how to write good test sources to use with
  AC_COMPILE_IFELSE etc.  It documents AC_LANG_PROGRAMS and so forth.

- AC_FOO_IFELSE vs. AC_TRY_FOO

  Explains why Autoconf moves from AC_TRY_COMPILE etc. to
  AC_COMPILE_IFELSE and AC_LANG_PROGRAM etc.

** autoreconf

- Is more robust to different Gettext installations.

- Produces messages (when --verbose) to be understood by Emacs'
  compile mode.

- Supports -W/--warnings.

- -m/--make
  Once the GNU Build System reinstalled, run `./config.status
  --recheck && ./config.status && make' if possible.

** autom4te

- Supports --cache, and --no-cache.

- ~/.autom4te.cfg makes it possible to disable the caching mechanism
  (autom4te.cache).  See `Customizing autom4te' in the documentation.

** config.status
  Supports --quiet.

** Obsolete options

  Support for the obsoleted options -m, --macrodir, -l, --localdir is
  dropped in favor of the safer --include/--prepend-include scheme.

** Macros

- New macros
  AC_COMPILER_IFELSE, AC_FUNC_MBRTOWC, AC_HEADER_STDBOOL,
  AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM, AC_LANG_CALL,
  AC_LANG_FUNC_TRY_LINK, AC_MSG_FAILURE, AC_PREPROC_IFELSE.

- Obsoleted
  Obsoleted macros are kept for Autoconf backward compatibility, but
  should be avoided in configure.ac.  Running autoupdate is advised.
  AC_DECL_SYS_SIGLIST.

- AC_DEFINE/AC_DEFINE_UNQUOTED

  We have to stop using the old compatibility scheme --that tried to
  avoid useless backslashes-- because Libtool 1.4.3 contains a

  AC_DEFINE([error_t], [int],
            [Define to a type to use for \`error_t' if it is not
             otherwise available.])

  We have to quote the single quotes and backslashes with \.  The old
  compatibility scheme saw that ` was backslashed, and therefore did
  not quote the single quote...  Failure.  Hence, Autoconf 2.54 is not
  compatible with Libtool.  Autoconf 2.55 is, but in some cases might
  produce more \ than wanted.

  Please, note that in the future the same problem will happen with
  AC_MSG_*: use `autoreconf -f -Wall'.

** Bug Fixes

- Portability of the Autoconf package to Solaris.

- Spurious warnings caused by config.status.
  This bug is benign, but painful: on some systems (typically
  FreeBSD), warnings such as:

     config.status: creating Makefile
     mv: Makefile: set owner/group (was: 1357/0): Operation not permitted

  could be issued.  This is fixed.

- Parallel Builds
  Simultaneous executions of config.status are possible again.

- Precious variables accumulation

  config.status could stack several copies of the precious variables
  assignments.


** Plans for 2.57

- ./configure <host>

  The compatibility hooks with the old scheme will be completely
  removed.  Please, advice/use `--build', `--host', and `--target'
  only.

- AC_CHECK_HEADER, AC_CHECK_HEADERS

  The tests will be stricter, please make sure your invocations are
  valid.

- shell functions

  Shell functions will gradually be introduced, probably starting with
  Autotest.  If you know machines which are in use that you suspect
  *not* to support shell functions, please run the test suite of
  Autoconf 2.55 on it, and report the results to
  bug-autoconf@gnu.org.

- AC_MSG_*

  Special characters in AC_MSG_* need not be quoted.  Currently,
  Autoconf has heuristics to decide when a string is escaped, or has
  to be escaped.  This scheme is fragile, and will be removed; the
  only risk is uglified messages.  Please, run `autoreconf -f -Wall'
  to find occurrences that will be affected.
2002-11-15 13:55:06 +00:00
drochner
5458b50b60 zope25-ZMySQLDA 2002-11-15 12:56:08 +00:00
drochner
3daf9d940d add zope25-ZMySQLDA 2002-11-15 12:46:12 +00:00
drochner
69897e04b2 add zope-mysql adapter, submitted as PR pkg/19058 by mlh@goathill.org,
with some fixes/cleanup by me
2002-11-15 12:41:43 +00:00
mrg
530d74d1fc note ircII -> 20021103 (also; belated note ircII -> 20020912) 2002-11-15 12:19:07 +00:00
mrg
ab577576ea update to ircii 20021103. changes include:
o  fix random bugs
  o  fix a problem with new ICB group name changes message format
  o  new /on icb_who and /on icb_motd
  o  all high control chars should be now properly filtered avoiding
     pretend output
  o  fix help page bugs
  o  fix meta5, meta6, meta7 and meta8, which behaved as if you had always
     hitten them once you had (ie sticky forever)
  o  avoid crashes in /help
2002-11-15 12:14:18 +00:00
seb
e4b56cab9e Note update of mail/cyrus-imapd21 to version 2.1.9nb1 [mostly perl module
building fix]
2002-11-15 11:50:58 +00:00
seb
8a11fad5d6 Bump PKGREVISION
- Add dependency on autoconf and have auto{header,conf} run at pre-configure
  stage: this is need to avoid conflict between the distribution patch file for
  IPv6 and patch files.
- Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:
  use perl5/module.mk with PERL5_CONFIGURE=NO.
- Ensure relocatable objects are created so that when the Perl modules are
  linked they are composed wholly from relocatable objects.
  We query perl for how to compile a source file into a relocatable object file.
  Thanks again jlam for this.
2002-11-15 11:49:07 +00:00
jlam
13c830fe56 Use some indentation to make this easier to read. 2002-11-15 11:32:38 +00:00
wiz
396ed24147 Use buildlink2. 2002-11-15 11:29:41 +00:00
martti
4a1d681cff apache-1.3.27nb2 and apache6-1.3.27nb1 2002-11-15 10:41:15 +00:00
martti
97f4f960e4 Updated apache6 to 1.3.27nb1
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
2002-11-15 10:40:45 +00:00