Commit graph

9103 commits

Author SHA1 Message Date
minskim
bbc4be24b5 Add SDL-intro-ko. 2006-07-21 19:54:04 +00:00
minskim
371ad462c9 Import SDL-intro-ko from pkgsrc-wip. Packaged by Ian Zagorskih.
Simple DirectMedia Layer introduction in Korean.
2006-07-21 19:52:59 +00:00
minskim
743b3f9c83 Change the directory name so that it does not conflict with SDL
documentations in other languages.

Bump PKGREVISION.
2006-07-21 19:47:32 +00:00
jlam
7d1f4cca8e "BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes.  As such, rename it to
"PKGSRC_MAKE_ENV".

XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect.  They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21 14:27:56 +00:00
rillig
9969dfc344 Needs a C compiler. 2006-07-21 06:24:37 +00:00
rillig
d9579252ee Needs a C compiler. 2006-07-21 04:51:11 +00:00
perry
8909446080 Update to 2.4 -- needed to fix bugs that would otherwise bite clisp.
from the NEWS file:

New in 2.4:

* Support for GCC 4 on more platforms.
* Added support for catching stack overflow on NetBSD.
* Improved support for catching stack overflow on Linux, Solaris:
  Works also when /proc is not mounted or lacks read permissions.

New in 2.3:

* Support for GCC 4 on some platforms contributed by Paolo Bonzini.
* Support for MacOS X i386 contributed by Bruno Haible.
* Improved support for Woe32 contributed by Doug Currie.
2006-07-20 23:12:20 +00:00
jlam
8f3802b3d9 Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed
it for plurals support, but that is already handled correctly (FSVO
"correctly") by the pkgsrc/mk/tools/msgfmt.sh script.

Also remove _USE_GNU_GETTEXT definitions from pkgsrc/mk/platform/*.mk
files as that value has been unused by pkgsrc for quite some time
(going back several branches).
2006-07-20 20:02:23 +00:00
wiz
ad213ffa15 Does not need gmake (any longer?). Noted by OBATA Akio. 2006-07-20 19:57:06 +00:00
wiz
1093d3b371 Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies
already pull in apache2 by default. Bump PKGREVISION.
2006-07-20 19:05:24 +00:00
minskim
7b2ed656be Enable NLS explicitly. Bump PKGREVISION. 2006-07-20 17:09:14 +00:00
wiz
718e0c063e Update to 0.10:
0.10  Sat Mar 25 15:00:41 GMT 2006
    - Make context propagate through subroutine return
    - Fix bug whereby want('LVALUE') sometimes gave false positives
      (see test 58 in t/all.t)
    - Fix bug whereby want_boolean often gave false positives
2006-07-19 22:39:59 +00:00
wiz
e6e8464f7e Update to 0.12:
0.12 Fri May 12 18:33:40 EDT 2006
    - official release of the uplevel stack patch (fixes RT#13893)
    - added Build.PL and switched to boilerplate generated Makefile.PL
    - removed SIGNATURE due to recently discovered Module::Signature
      issues with newline handling and sub-key compatible keyservers
    - updated/added various meta files

0.11_01 Fri Apr 21 00:49:51 EDT 2006
    - uplevel now keeps a proper stack of uplevel calls allowing
      nesting of uplevel and non-uplevel calls

0.10 Thu Apr 20 19:15:20 EDT 2006
    - Stopped warnings about "undefined" on Perl 5.8.8
    - DAGOLDEN added as co-maintainer
2006-07-19 22:39:39 +00:00
wiz
31f24af614 Update to 0.84:
0.84 May29, 2006

- The XS version of the code used Carp::croak to report failures,
while the Perl version used Carp::confess. The module has always been
documented as using confess, so now the XS version uses this.

- The new compiler detection code always returned false if you didn't
have ExtUtils::CBuilder installed.


0.83 May 28, 2006

- Change how C compiler detection is done in the Makefile.PL so it
does not rely on having make on the system. The new way should work on
(most?) Unix and Win32 systems. Suggested by David Golden. See RT
18969 (for DateTime.pm, but equally applicable to this module). Will
hopefully fix RT 17644.

- Previously, if a parameter was undefined, regex checks for that
parameter always failed. However, it's quite possible for a regex to
successfully match an undefined value (qr/^$/, for example). Now the
code treats undef as an empty string ('') in regex checks. Reported by
Duncan Salada.


0.82 May 9, 2006

- Disabled function inlining if _MSC_VER is defined. Patch from Audrey
Tang.

- Check isa by calling it as a method on the thing being checked.

- Do the same for can in the pure Perl version. This was already fixed
for the XS version in 0.75.


0.81 Apr 1, 2006

- Speed up no validation in XS version by short-circuiting immediately
if validation is off. This gives a noticeable speed boost when
$ENV{NO_VALIDATION} is in use. Patch by Daisuke Maki.

- Inlined some C functions for additional speed in the XS
version. Patch by Daisuke Maki.
2006-07-19 22:39:19 +00:00
wiz
1456316af6 Update to 0.30:
0.30 Wednesday 1st June, 2006
	Made './//././././///.//././/////./blah' be treated the same
        as './blah' (it gets turned into 'blah')

0.29 Tuesday 16th May, 2006
	Kludged around {min,max}depth and trailing slashes in path
	names.
2006-07-19 22:38:13 +00:00
wiz
52d031e004 Update to 0.27:
* 0.27

- add support for char arrays
- better handle win32 api

* 0.26

- Include a default POD Template object
2006-07-19 22:37:49 +00:00
wiz
02147cf25d Update to 1.13:
1.13  Apr 1, 2006

- Add another fix for filename handling in the tests. Tests were
giving false failures on Win32 because the tests needed to use
File::Spec->canonpath(), just like Devel::StackTrace does internally.
2006-07-19 22:37:21 +00:00
wiz
a6eeb5a9b9 Update to 2.07:
2.07 Wed 10 May 2006
	- This release contains only build-time changes
	- AutoInstall is only needed for options, so remove auto_install

2.06 Sun 23 Apr 2006
	- No functional changes.
	- Moved test.conf to the root dir, removing last use of File::Spec
	- It also means we don't need FindBin, so removed that too
	- Upgrading to Module::Install 0.62

2.05 Thu 23 Feb 2006
	- No functional changes.
	- Moved over from the old CVS repository to the new SVN one
	- Updated tests for the new release system
	- Upgrading to a newer Module::Install
2006-07-19 22:36:53 +00:00
wiz
8ecf2a0029 Update to 1.42:
1.42 - 3 July 2006

      * Ticket #18986 - ExtUtils::Install 1.39 or better fix es the in-use
        issue on win32/cygwin, so make the code that checks whether trying
        to install via the cpan shell conditional on the version of
        ExtUtils::Install.
2006-07-19 22:36:26 +00:00
wiz
ad21174619 Update to 1.16:
1.16 Wed 10 May 2006
	- This release contains only build-time changes
	- AutoInstall is only needed for options, so remove auto_install

1.15 Sun  7 May 2006
	- This release contains only build-time changes
	- Upgrading to Module::Install 0.62

1.14 Sun  8 Apr 2006
	- This release contains only build-time changes
	- Moved from older CVS to newer SVN repository
	- Upgraded to Module::Install 0.61
2006-07-19 22:36:01 +00:00
wiz
0af8458861 Update to 1.26:
1.26 Wed Apr 12 2006
	- Debugging change in 1.25 regressed an undocumented 5.6-related
	  bug first fixed in 1.20. Make sure $DEBUG is always defined
	  (Michael Schwern)
	- Re-introduced the List::Util 1.18 dependency, but stay at 1.17
	  if on a Win32 (and cygwin, just in case) platform.
	- Module::Install updated to pre-release of 0.62

1.25 Fri Apr  7 2006
	- Expands the can hook to also hook isa (Michael Schwern)
	- Minor change to debugging (Michael Schwern)
	- Optimised out the warnings.pm hook change (Michael Schwern)
	- Module::Install updated to 0.61
2006-07-19 22:35:28 +00:00
wiz
602599e764 Update to 1.05:
1.05 2006-05-26-08-22
 - release version 1.05
 - added test for auto_purge_on_get
 - fixed infinite loop with auto_purge_on_get
 - fixed directory paths on Windows partitions
 - NullCache uses BaseCache
2006-07-19 22:34:56 +00:00
wiz
ee36620384 Update to 1.102:
1.102 Sat 16 Apr 2006
	- No functional changes, no need to upgrade
	- Moving from old CVS to new SVN repository
	- Doing some general cleaning up
	- Updating to Module::Install 0.62
2006-07-19 22:34:28 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
jlam
4c09a7046a Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
2006-07-18 23:27:14 +00:00
minskim
cf571b4666 USE_TOOLS+=yacc
Suggested by schmonz@.
2006-07-18 19:05:07 +00:00
abs
0182224bdf needs msgfmt 2006-07-18 08:15:46 +00:00
wiz
b0d244d618 Update to 1.4.5:
Version 1.4.5 - 15 July 2006, by Eric Blake  (CVS version 1.4.4c)

* Fix sysval on BeOS, OS/2, and other systems that store exit status
  in the low-order byte.  Additionally, on Unix platforms, if syscmd was
  terminated by a signal, sysval now displays the signal number shifted
  left by eight bits, to match traditional m4 implementations.
* The maketemp macro is no longer subject to platform limitations (such as
  26 or 32 max files from a given template).
* Frozen files now require that the first directive be V (version), to
  better diagnose version mismatch.  Additionally, if the F directive
  (builtin function) names an unknown builtin that existed in the m4 that
  froze the file but not in the current m4 (for example, changeword), the
  warning is deferred until an attempt is made to actually use the
  builtin.  This allows downgrading from beta m4-1.4o to stable m4-1.4.5
  without breaking autoconf.
* The format and indir macros are now recognized only with arguments.
* The eval macro no longer crashes on x86 architectures when dividing the
  minimum integer by -1.
* On systems with ecvt and fcvt, format no longer truncates trailing
  zeroes on integers printed with %.0f.  On systems without these
  functions, format is no longer subject to a buffer overflow that
  permitted arbitrary code execution.
* On native Windows builds, the macro __windows__ is provided instead of
  __unix__.  Likewise, on OS/2 builds, the macro __os2__ is provided.  This
  allows input files to determine when syscmd might behave differently.
* Fix bug in 1.4.3 patch to use \n line-endings that did not work for
  cygwin.
* When given the empty string or 0, undivert is now documented as a no-op
  rather than closing stdout, warning about a non-existent file, or trying
  to read a directory as a file.
* Many documentation improvements.  Also, the manual is now distributed
  under FDL 1.2, rather than a stricter verbatim-only license.
* Raise the -L (--nesting-limit) command line option limit from 250 to
  1024.
* The decr, incr, divert, m4exit, and substr macros treat an empty number
  as 0, issue a warning, and expand as normal; rather than issuing an error
  and expanding to the empty string.
* The eval macro now treats an empty radix argument as 10, handles radix 1,
  and treats the width argument as number of digits excluding the sign,
  for compatibility with other m4 implementations.
* The ifdef, divert, m4exit, substr, and translit macros now correctly
  ignore extra arguments.
* The popdef and undefine macros now correctly accept multiple arguments.
* Although changeword is on its last leg, if enabled, it now reverts to the
  default (faster) regexp when passed the empty string.
* The regexp and substr macros now warn and ignore a trailing backslash in
  the replacement, and warn on \n for n larger than the number of
  sub-expressions in the regexp.

Version 1.4.4b - 17 June 2006, by Eric Blake  (CVS version 1.4.4a)

* Fix a recursive push_string crashing bug, which affected changequote of
  three or more characters on some compilers.
* Use automake to fix build portability issues.
* Fix a recursive m4wrap crashing bug.
* Fix a 1 in 2**32 hash crashing bug.
* Tracing a macro by name is now persistent, even if the macro is
  subsequently undefined or redefined.  The traceon and traceoff macros no
  longer warn about undefined symbols.  This solves a crash when using
  indir on an undefined macro traced with the -t option, as well as an
  incorrect result of ifdef.  Furthermore, tracing is no longer transferred
  with builtins, solving the bug of "m4 -tm4_eval" failing to give trace
  output on the input "define(`m4_eval',defn(`eval'))m4_eval(1)".
* Fix a crash when a macro is undefined while collecting its arguments, by
  always using the definition that was in effect before argument
  collection.  This behavior matches the C pre-processor, and means that
  the sequence "define(`f',`1')f(define(`f',`2'))f" is now documented to
  result in "12", rather than the previously undocumented "22".
* Update the regex engine to fix several bugs.
* Fix a potential crash on machines where char is signed.
2006-07-18 06:34:41 +00:00
wiz
be6af202f3 Add and enable meld. 2006-07-17 22:43:11 +00:00
wiz
220b641053 Initial import of meld-1.1.4:
Meld is a visual diff and merge tool. You can compare two or three
files and edit them in place (diffs update dynamically). You can
compare two or three folders and launch file comparisons. You can
browse and view a working copy from popular version control systems
such such as CVS, Subversion, Bazaar-ng and Mercurial.
2006-07-17 22:41:46 +00:00
rillig
b0ce16e6a3 Fixed an internal cqual error. Improved the gcqual program. Added a
debugging option. Bumped PKGREVISION.
2006-07-17 22:16:55 +00:00
wiz
a5c6b68a4d Fix build with gcc-4.1.2. Patch provided by Ryo HAYASAKA in PR 33914. 2006-07-17 17:55:43 +00:00
wiz
b625278562 Update to 6.8.
Changes since 6.7:
 - Added some support for Dragonfly BSD.  (Thanks to Joerg Sonnenberger and
   Thomas Klausner.)
 - Improvements to the HP/UX section of configure.in.
   (Thanks to Andreas Tobler.)
 - GC_unix_get_mem could neglect to release the malloc lock on Irix, under
   extremely unlikely circumstances.  Thanks to Jean-Baptiste Nivois for
   some careful code reading.
 - Added support for kFreeBSD + glibc (Thanks to Petr Salinger)
 - Fix more MacOS threads memory leaks (Thanks to Allan Hsu)
 - Added initial Solaris/X86-64 support (Thanks to Rainer Orth)
 - Applied a long-lost MINGW patch from Gerard Allan for malloc redirection
   with threads.  This one probably makes no sense for 7.0, and was not applied
   there.
 - The Solaris/SPARC definition of GC_INIT() in gc.h wasn't C++-compilable.
2006-07-17 17:08:16 +00:00
rillig
7e1979ab8c Fixed pkglint warnings. 2006-07-17 15:17:26 +00:00
recht
cdc9578ad0 update to roundup 1.1.2
Patch provided by Simon 'corecode' Schubert in private mail.

2006-04-27 1.1.2
Feature:
- server-ctl script uses server configuration file (sf bug 1443805)

Fixed:
- progress display in roundup-admin reindex
- bug in menu() permission filter (sf bug 1444440)
- indexing may be turned off for FileClass "content" now
  ("content" and "type" properties are now automatically included in the
  FileClass schema where previously the "content" property was faked and
  "type" was optional)
- verbose output during import is optional now (sf bug 1475624)
- escape *all* uses of "schema" in mysql backend (sf bug 1472120)
- responses to user rego email (sf bug 1470254)
- dangling connections in session handling (sf bug 1463359)
- reduced frequency of session timestamp update
- classhelp popup pagination forgot about "type" (sf bug 1465836)
- umask is now configurable (with the same 0002 default)
- sorting of entries in classhelp popup (sf bug 1449000)
- allow single digit seconds in date spec (sf bug 1447141)
- prevent generation of new single-digit seconds dates (sf bug 1429390)
- implement close() on all indexers (sf bug 1242477)


2006-03-03 1.1.1
Fixed:
- failure with browsers not sending "Accept-Language" header
  (sf bugs 1429646 and 1435335)
- translate class name in "required property not supplied" error message
  (sf bug 1429669)
- error in link property lookups with numeric-alike key values (sf bug 1424550)
- ignore UTF-8 BOM in .po files
- add permission filter to menu() implementations (sf bug 1431188)
- lithuanian translation updated by Nerijus Baliunas (sf patch 1411175)
- incompatibility with python2.3 in the mailer module (sf bug 1432602)
- typo in SMTP TLS option name: "MAIL_TLS_CERFILE" (sf bug 1435452)
- email obfuscation code in html templating is more robust
- blank-title subject line handling (sf bug 1442121)
- "All users may only view and edit issues, files and messages they
  create" example in docs (sf bug 1439086)
- saving of queries (sf bug 1436169)
- "Adding a new constrained field to the classic schema" example in docs
  (sf bug 1433118)
- security check in mailgw (sf bug 1442145)
- "clear this message" (sf bug 1429367)
- escape all uses of "schema" in mysql backend (sf bug 1397569)
- date spec wasn't allowing week intervals


2006-02-10 1.1.0
Feature:
- trackers may configure custom stop-words for the full-text indexer
- login may now be for a single session (and this is the default)
- trackers may hide exceptions from web users (they will be mailed to the
  tracker admin) (hiding is the default)
- include "clear this message" link in the "ok" message bar

Fixed:
- fixes in scripts/import_sf.py
- fix some unicode bugs in roundup-admin import
- Xapian indexer wasn't actually being used and its reindexing of existing
  data was busted to boot
- roundup-admin import wasn't indexing message content
- allow dispname to be passed to renderWith (sf bug 1424587)
- rename dispname to @dispname to avoid name clashes in the future
- fixed schema migration problem when Class keys were removed


2006-02-03 1.0.1
Feature:
- scripts/import_sf.py will import a tracker from Sourceforge.NET
- added hasRole() to HTMLUser

Fixed:
- SQL generation for sort/group by separate Link properties (sf bug
  1417565)
- fix timezone offsetting in email Date: header
- fix security check for hasPermission('Permission', None)


2006-01-27 1.0
Feature:
- Lithuanian translation by Aiste Kesminaite
- Web User Interface language selection by form variable @language,
  browser cookie or HTTP header Accept-Language (sf patch 1360321)
- initial values for configuration options may be passed on
  'roundup-admin install' command line (based on sf patch 1237110)
- favicon.ico image may be changed with server config option (sf patch 1355661)
- Password objects initialized from plaintext remember plaintext value
  (sf rfe 1379447)
- Roundup installation document includes configuration example
  for Exim Internet Mailer (sf bug 1393860)
- enable registration confirmation by web only (sf bug 1381675)
- allow preselection of values in templating menu()s (sf patch 1396085)
- display the query name in the header (sf feature 1298535 / patch 1349387)
- classhelp works with Link properties now (sf bug 1410290)
- added setorderprop() and setlabelprop() to Class (sf features 1379534,
  1379490)
- CSV encoding support (sf bug 1240848)
- fields rendered with StructuredText are hyperlinked by default
- additional attributes for input element may be passed to the 'field'
  method of a property wrapper
- added "copy_url" method to generate a URL for copying an item

Fixed:
- MySQL now creates String columns using the TEXT column type
- password.crypt won't work with md5 passwords (sf bug 1372253)
- use quoted printable encoding for nosy attachments that have MIME
  type 'text/plain' but contain 8-bit characters (sf bug 1381559)
- login name and email address fields in the classic template
  are highlighted as required fields (sf bug 1392364)
- french translation updated by Patrick Decat (sf patch 1397059)
- HTTP authorization takes precedence over session cookie (sf bug 1396134)
- enforce correct encoding of PostgreSQL backend (sf bug 1374235)
- grouping/sorting on link to same class fixed (sf bug 1404930)
- all backends implement the retired check in getnodeids (sf bug 1290560)
- fix detection of "missing" existing values in CGI form parser (sf bug
  1414149)
- ZRoundup works again (sf bug 1263842)
- default user template does not display password fields and submit button
  when editing is not allowed
- fix StructuredText import in cgi.templating
- have "System Messages" be marked as such again (sf bug 1281907)
- enable editing of public queries (sf bug 966144)


2005-10-07 0.9.0b1
Feature:
- added "imapServer.py" script (sf patch 934567)
- added date selection popup windows (thanks Marcus Priesch)
- added Xapian indexer; replaces standard indexers if Xapian is available
- mailgw subject parsing has configurable levels of strictness
- nosy messages may be sent individually to all recipients
- remember where we came from when logging in (sf patch 1312889)


2006-??-?? 0.8.6
Fixed:
- french translation updated by Patrick Decat (sf patch 1397059)
- tighten up Date parsing to not allow 'M/D/YY' (or 'D/M/YY) (sf bug
  1290550)
- handle "schema" being reserved word in MySQL 5+ (sf bug 1397569)
- fixed documentation of filter() in the case of multiple values in a
  String search (sf bug 1373396)
- fix comma-separated ID filter spec in web requests (sf bug 1396278)
- fix Date: header generation to be LOCALE-agnostic (sf bug 1352624)
- fix admin doc description of roundup-server config file
- fix redirect after instant registration (sf bug 1381676)
- fix permission checks in cgi interface (sf bug 1289557)
- fix permission check on RetireAction (sf bug 1407342)
- timezone now applied to date for pretty-format (sf bug 1406861)
- fix mangling of "_" in mail Subject class name (sf bug 1413852)
- catch bad classname in URL (related to sf bug 1240541)
- clean up digested_file_types (sf bug 1268303)
- fix permission checks in mailgw (sf bug 1263655)
- fix encoding of subject in generated error message (sf bug 1414465)


2005-10-07 0.8.5
Feature:
- Argentinian Spanish translation by Ramiro Morales

Fixed:
- Display of Multilinks where linked Class labelprop values are None
- Fix references to the old * Registration Permissions
- Fix missing merge of fix to sf bug 1177057
- Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars
- Handle invalidly-specified charsets in incoming email
2006-07-15 11:39:17 +00:00
jlam
cd740aac01 Note that this conflicts with the (forthcoming) bootstrap-mk-files package. 2006-07-14 23:06:27 +00:00
jlam
1284f595b8 Mark these packages as NO_MTREE as they are bootstrap packages and don't
need mtree to pre-generate any directories for them.
2006-07-14 16:24:28 +00:00
jlam
37c208aa2b Add a script to generate the bmake.1 man page for the bootstrap script,
and keep a copy of the bmake.1 man page in devel/bmake/files.
2006-07-14 15:58:08 +00:00
jlam
6a9a4fb258 Don't bother installing the catman page... it's not worth the hassle for
a bootstrap tool to figure out how to do this.
2006-07-14 15:18:17 +00:00
rillig
711de1d31e The better way to fix the Solaris problem of <stdint.h> is to replace
the header name in the installed headers. Otherwise the packages that
depend on this one have to use the same hack as in the previous revision
of this file.
2006-07-13 18:23:14 +00:00
heinz
1605e75ca2 boost-libs uses libbz2.so and libz.so (see lib/libboost_iostreams-mt.so),
so include their respective buildlink3 files properly.
2006-07-13 17:59:37 +00:00
rillig
92be37b887 Solaris 5.8 does not have <stdint.h>, only <inttypes.h>. 2006-07-13 17:04:51 +00:00
heinz
0c8168e03b Updated to version 1.16.
Pkgsrc changes:
  - HOMEPAGE points to search.cpan.org which gives a bit more information...

Relevant changes since version 1.14:
====================================
1.16  2006-04-02
	- readline-5.1 support
	    new function
		variable_value
		reset_screen_size
	    new variable
		prefer_env_winsize

1.15  2004-10-17
	- readline-5.0 support
	    new function
		bind_key_if_unbound
		bind_keyseq
		bind_keyseq_if_unbound
		tty_unset_default_bindings
		add_history_time
		history_get_time
	    new variable
		history_write_timestamps
		completion_quote_character
		completion_suppress_quote
		completion_found_quote
		completion_word_break_hook
	- double IO stream close bug fix (more use of PerlIO)
	- warning on 'use Term::ReadLine::Gnu;'.
2006-07-12 17:22:38 +00:00
heinz
79e07cd1f2 Updated to version 5.44.
Pkgsrc changes:
  - The module needs no compiler.

Changes since version 5.42a:
============================
   Changed default behavior of Delta_Format back.
   ***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
      occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
      changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
      and got rid of the MW and MD flags. Many other similar changes.
   Changed behavior of %x format in UnixDate.
2006-07-12 16:46:44 +00:00
heinz
f0f9ca5f93 Updated to version 2.110.
Pkgsrc changes:
  - Changed HOMEPAGE because of new maintainer.
  - PACKLIST changed because the name of the _module_ is now IO::Stringy.

Changes since version 2.109:
============================
    *   2208 IO::ScalarArray->getline does not return undef for EOF if
        undef($/)
    *   7132 IO-stringy/Makefile.PL bug - name should be module name
    *   11249 IO::Scalar flush shouldn't return undef
    *   2172 $\ (output record separator) not respected
    *   8605 IO::InnerFile::seek() should return 1 on success
    *   4798 *.html in lib/
    *   4369 Improvement: handling of fixed-size reads in IO::Scalar
        (Actually, bug 4369 was closed in Version 2.109)
2006-07-12 16:39:47 +00:00
rillig
400986994e Removed patch-am, which had been added accidentally. The problem that it
tried to solve is properly fixed by patch-an.
2006-07-12 16:32:00 +00:00
rillig
02f9266fc6 Updated nss to 3.11.
No ChangeLog available, but some libraries have changed:
- removed libfort
- added libfreebl3
- removed libswft
2006-07-12 16:30:03 +00:00
rillig
971f389ffe Oops. I had accidentally commented out ONLY_FOR_PLATFORM. 2006-07-12 15:39:50 +00:00
rillig
ac3b719e44 Fixed most pkglint warnings. 2006-07-12 15:38:28 +00:00
wiz
74b18f4b1c Does not really need perl, just checks for it. 2006-07-12 15:19:17 +00:00
wiz
ad7a87898e Update to 0.8.2. Add test target. Add py-expat dependency.
Generate and install man page.

bzr 0.8.2  2006-05-17

  BUG FIXES:

    * setup.py failed to install launchpad plugin.  (Martin Pool)

bzr 0.8.1  2006-05-16

  BUG FIXES:

    * Fix failure to commit a merge in a checkout.  (Martin Pool,
      Robert Collins, Erik Bågfors, #43959)

    * Nicer messages from 'commit' in the case of renames, and correct
      messages when a merge has occured. (Robert Collins, Martin Pool)

    * Separate functionality from assert statements as they are skipped in
      optimized mode of python. Add the same check to pending merges.
      (#44443, Olaf Conradi)

  CHANGES:

    * Do not show the None revision in output of bzr ancestry. (Olaf Conradi)

    * Add info on standalone branches without a working tree.
      (#44155, Olaf Conradi)

    * Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)

  CHANGES:

    * Make editor invocation comply with Debian Policy. First check
      environment variables VISUAL and EDITOR, then try editor from
      alternatives system. If that all fails, fall back to the pre-defined
      list of editors. (#42904, Olaf Conradi)

  NEW FEATURES:

    * New 'register-branch' command registers a public branch into
      Launchpad.net, where it can be associated with bugs, etc.
      (Martin Pool, Bjorn Tillenius, Robert Collins)

  TESTING:

    * Fix test case for bzr info in upgrading a standalone branch to metadir,
      uses bzrlib api now. (Olaf Conradi)

bzr 0.8  2006-05-08

  NOTES WHEN UPGRADING:

    Release 0.8 of bzr introduces a new format for history storage, called
    'knit', as an evolution of to the 'weave' format used in 0.7.  Local
    and remote operations are faster using knits than weaves.  Several
    operations including 'init', 'init-repo', and 'upgrade' take a
    --format option that controls this.  Branching from an existing branch
    will keep the same format.

    It is possible to merge, pull and push between branches of different
    formats but this is slower than moving data between homogenous
    branches.  It is therefore recommended (but not required) that you
    upgrade all branches for a project at the same time.  Information on
    formats is shown by 'bzr info'.

    bzr 0.8 now allows creation of 'repositories', which hold the history
    of files and revisions for several branches.  Previously bzr kept all
    the history for a branch within the .bzr directory at the root of the
    branch, and this is still the default.  To create a repository, use
    the new 'bzr init-repo' command.  Branches exist as directories under
    the repository and contain just a small amount of information
    indicating the current revision of the branch.

    bzr 0.8 also supports 'checkouts', which are similar to in cvs and
    subversion.  Checkouts are associated with a branch (optionally in a
    repository), which contains all the historical information.  The
    result is that a checkout can be deleted without losing any
    already-committed revisions.  A new 'update' command is also available.

    Repositories and checkouts are not supported with the 0.7 storage
    format.  To use them you must upgrad to either knits, or to the
    'metaweave' format, which uses weaves but changes the .bzr directory
    arrangement.


  IMPROVEMENTS:

    * Sftp paths can now be relative, or local, according to the lftp
      convention. Paths now take the form:
      sftp://user:pass@host:port/~/relative/path
      or
      sftp://user:pass@host:port/absolute/path

    * The FTP transport now tries to reconnect after a temporary
      failure. ftp put is made atomic. (Matthieu Moy)

    * The FTP transport now maintains a pool of connections, and
      reuses them to avoid multiple connections to the same host (like
      sftp did). (Daniel Silverstone)

    * The bzr_man.py file has been removed. To create the man page now,
      use ./generate_docs.py man. The new program can also create other files.
      Run "python generate_docs.py --help" for usage information. (Hans
      Ulrich Niedermann & James Blackwell).

    * Man Page now gives full help (James Blackwell). Help also updated to
      reflect user config now being stored in .bazaar (Hans Ulrich
      Niedermann)

    * It's now possible to set aliases in bazaar.conf (Erik Bågfors)

    * Pull now accepts a --revision argument (Erik Bågfors)

    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
      line. You can now use the following command to sign all of your old commits.
        find .bzr/revision-store// -name my@email-* \
          | sed 's/.*\/\/..\///' \
          | xargs bzr re-sign

    * Upgrade can now upgrade over the network. (Robert Collins)

    * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
      behaviour.  By default they will cache history in the checkout, but
      with --lightweight almost all data is kept in the master branch.
      (Robert Collins)

    * 'revert' unversions newly-versioned files, instead of deleting them.

    * 'merge' is more robust.  Conflict messages have changed.

    * 'merge' and 'revert' no longer clobber existing files that end in '~' or
      '.moved'.

    * Default log format can be set in configuration and plugins can register
      their own formatters. (Erik Bågfors)

    * New 'reconcile' command will check branch consistency and repair indexes
      that can become out of sync in pre 0.8 formats. (Robert Collins,
      Daniel Silverstone)

    * New 'bzr init --format' and 'bzr upgrade --format' option to control
      what storage format is created or produced.  (Robert Collins,
      Martin Pool)

    * Add parent location to 'bzr info', if there is one.  (Olaf Conradi)

    * New developer commands 'weave-list' and 'weave-join'.  (Martin Pool)

    * New 'init-repository' command, plus support for repositories in 'init'
      and 'branch' (Aaron Bentley, Erik Bågfors, Robert Collins)

    * Improve output of 'info' command. Show all relevant locations related to
      working tree, branch and repository. Use kibibytes for binary quantities.
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
      work on branches, repositories and remote locations.  Show locations
      relative to the shared repository, if applicable.  Show locking status
      of locations.  (Olaf Conradi)

    * Diff and merge now safely handle binary files. (Aaron Bentley)

    * 'pull' and 'push' now normalise the revision history, so that any two
      branches with the same tip revision will have the same output from 'log'.
      (Robert Collins)

    * 'merge' accepts --remember option to store parent location, like 'push'
      and 'pull'. (Olaf Conradi)

    * bzr status and diff when files given as arguments do not exist
      in the relevant trees.  (Martin Pool, #3619)

    * Add '.hg' to the default ignore list.  (Martin Pool)

    * 'knit' is now the default disk format. This improves disk performance and
      utilization, increases incremental pull performance, robustness with SFTP
      and allows checkouts over SFTP to perform acceptably.
      The initial Knit code was contributed by Johan Rydberg based on a
      specification by Martin Pool.
      (Robert Collins, Aaron Bentley, John Rydberg, Martin Pool).

    * New tool to generate all-in-one html version of the manual.  (Alexander
      Belchenko)

    * Hitting CTRL-C while doing an SFTP push will no longer cause stale locks
      to be left in the SFTP repository. (Robert Collins, Martin Pool).

    * New option 'diff --prefix' to control how files are named in diff
      output, with shortcuts '-p0' and '-p1' corresponding to the options for
      GNU patch.  (Alexander Belchenko, Goffredo Baroncelli, Martin Pool)

    * Add --revision option to 'annotate' command.  (Olaf Conradi)

    * If bzr shows an unexpected revision-history after pulling (perhaps due
      to a reweave) it can now be corrected by 'bzr reconcile'.
      (Robert Collins)

  CHANGES:

    * Commit is now verbose by default, and shows changed filenames and the
      new revision number.  (Robert Collins, Martin Pool)

    * Unify 'mv', 'move', 'rename'.  (#5379, Matthew Fuller)

    * 'bzr -h' shows help.  (#35940, Martin Pool, Ian Bicking)

    * Make 'pull' and 'push' remember location on failure using --remember.
      (Olaf Conradi)

    * For compatibility, make old format for using weaves inside metadir
      available as 'metaweave' format.  Rename format 'metadir' to 'default'.
      Clean up help for option --format in commands 'init', 'init-repo' and
      'upgrade'.  (Olaf Conradi)

  TESTING:

    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
      for testing SFTP protocol support. (Robey Pointer)

    * Branch formats are now tested once per implementation (see bzrlib.
      tests.branch_implementations. This is analagous to the transport
      interface tests, and has been followed up with working tree,
      repository and BzrDir tests. (Robert Collins)

    * New test base class TestCaseWithTransport provides a transport aware
      test environment, useful for testing any transport-interface using
      code. The test suite option --transport controls the transport used
      by this class (when its not being used as part of implementation
      contract testing). (Robert Collins)

    * Close logging handler on disabling the test log. This will remove the
      handler from the internal list inside python's logging module,
      preventing shutdown from closing it twice.  (Olaf Conradi)

    * Move test case for uncommit to blackbox tests.  (Olaf Conradi)

    * run_bzr and run_bzr_captured now accept a 'stdin="foo"' parameter which
      will provide String("foo") to the command as its stdin.
2006-07-12 14:30:55 +00:00
wiz
177a6f556a Update to 1.12.1:
Changes in version 1.12.0: [ongoing]
=========================

* Added ATK_ROLE_FORM
* Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
2006-07-12 13:47:10 +00:00
rillig
eedb019322 Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-07-12 11:36:12 +00:00
rillig
d631a6a8fb Added more documentation, since the installed INSTALL file refers to the
README file, which had not been installed before. Bumped PKGREVISION.
2006-07-12 08:41:00 +00:00
rillig
e417d9dd2b ISO C90 does not allow code intermixed with declarations. (hi tron!) 2006-07-11 09:35:13 +00:00
joerg
a6b62bc94f Before including sys/resource.h on DragonFly, sys/time.h is needed. 2006-07-10 22:14:18 +00:00
wiz
51543a83a1 Update to 0.6.5:
* Version 0.6.5 (released 2006-06-07)

** Link the library with external libintl, for gettext.
This fixes building on FreeBSD, reported by Kirill Ponomarew

** Update doxygen config file to version 1.4.7.

** API and ABI is backwards compatible with the previous version.

* Version 0.6.4 (released 2006-06-07)

** Fix translation of error messages.
Thanks to Joe Orton

** Fix warnings on 64-bit platforms.
Thanks to Joe Orton

** The tests are run under valgrind, if it is installed.
Use --disable-valgrind-tests to unconditionally disable this.  It is
disabled by default for cross compiles.

** API and ABI is backwards compatible with the previous version.
2006-07-10 17:39:45 +00:00
wiz
4457bdde9a Update to 6.7:
Release 6.7 04-Jul-06
---------------------

The main additions to this release are the ability to use the same name for
multiple sets of parentheses, and support for CRLF line endings in both the
library and pcregrep (and in pcretest for testing).

Thanks to Ian Taylor, the stack usage for many kinds of pattern has been
significantly reduced for certain subject strings.
2006-07-10 16:10:44 +00:00
rillig
64895dc026 Don't re-generate the HTML documentation unnecessarily. Patch provided
by Gilles Dauphin in PR 33962.
2006-07-10 11:59:09 +00:00
minskim
28be5ae1b5 USE_TOOLS+=bison 2006-07-10 00:34:59 +00:00
adam
970a7893cb Changes 3.0.2:
* Compiles with g++-4.0.x.
* Added option --length-table-name.
* Added declaration %define length-table-name.
* Fixed #line directives for filenames containing backslashes.
2006-07-09 20:33:45 +00:00
tonio
0cd3c839d9 Use "defined": this fixes build problems under darwin. 2006-07-09 18:13:29 +00:00
taca
ff4ea240ef Update HOMEPAGE since previous URL can't be acceessed by permission. 2006-07-09 15:25:18 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
minskim
310d29e8c3 On Darwin-[56], bypass the wchar_t test in configure and assume that it
is unavailable.  Although Darwin-[56] has wchar_t, it doesn't provide
related functions such as wcslen().

This fixes PR 29175.
2006-07-08 16:16:40 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
cube
bd04f30a31 Add USE_TOOLS+=perl:run, which is kind of required from now on for packages
using Perl.  It makes rt3 configure again.

Bug reported by schmonz@, fixed by jlam@.
2006-07-07 21:32:35 +00:00
abs
bb8b5fb214 USE_TOOLS+=perl <sigh> 2006-07-07 17:00:27 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
wiz
06d5e79fe8 Add direct dependency on libiconv.
With default options, this was pulled in via arts->glib2->libiconv,
so no (and especially no recursive) PKGREVISION bump.
2006-07-07 15:06:04 +00:00
minskim
ec1d2c83d7 Set USE_JAVA=run because this package needs JRE only. 2006-07-07 03:34:01 +00:00
minskim
efec332d08 Do not use libutil on Darwin. 2006-07-07 03:31:50 +00:00
rillig
9f547576ab Fixed pkglint warnings. 2006-07-06 17:22:45 +00:00
minskim
3450d2e644 Define locale_charset only when GNU iconv is used. This fixes the package
on Solaris where native iconv doesn't have locale_charset.  Noted by
Gilles Dauphin in PR pkg/32945.

Bump PKGREVISION.
2006-07-06 14:49:55 +00:00
markd
fe169d2d04 If va_copy defined use it in int_vasprintf().
Fixes PR pkg/32854.
2006-07-06 13:10:27 +00:00
markd
6d1b870490 Add a missing instance of a fix for broken configure test for Solaris.
really fixes PR pkg/25083.
2006-07-06 12:56:30 +00:00
joerg
056c59d2bc Require msgfmt, when NLS is desired. 2006-07-06 12:45:50 +00:00
wiz
71b2338653 Depend on latest doxygen (1.4.7) and fix PLIST for it.
Bump PKGREVISION.
2006-07-05 21:32:41 +00:00
wiz
d7e0da9fa7 Remove extra qualification to fix build with gcc-4.1. 2006-07-05 20:29:29 +00:00
jlam
668d96b7c1 The problem fixed by revision 1.1857 of bsd.pkg.mk no longer works
after the OVERRIDE_DIRDEPTH mechanism was introduced.  Ensure that
the config.* scripts under ${WRKSRC} are found and overridden by
setting OVERRIDE_DIRDEPTH to 3.
2006-07-05 06:15:49 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
jlam
403042f126 * Modify comments in installed config files to match what's happening.
* Modify xmkmf so that we can override the imake command invoked via an
  environment variable IMAKE_CMD.
* Drop the nbitools/buildlink3.mk file as it's no longer used by either
  canna or sj3 for package builds.

Bump the PKGREVISION to 4.
2006-07-05 04:59:47 +00:00
rillig
57b1ea952f Oops. I had better not removed the leading "@" from a line in the
Makefile. It resulted in some output being re-read by make, which in
turn resulted in damaged shell commands. Thanks to wiz for notifying me.
2006-07-04 22:27:43 +00:00
wiz
c55e87ad3c pkglint: INFO_FILES=YES. 2006-07-04 06:30:48 +00:00
wiz
3a86f52a25 Better fix for assembler problem from mrg@. 2006-07-04 06:27:39 +00:00
adam
1117d3487c Exclude Darwin also in buildlink3.mk 2006-07-04 06:00:35 +00:00
wiz
ec83c20805 Update to 1.2.11:
SDL 1.2.11 is a minor bug fix release.

Unix Notes

Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden.  This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.

Fixed building SDL with Xinerama disabled.

Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().

Added pkgconfig configuration support.


Mac OS X Notes

The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above.
2006-07-03 21:49:13 +00:00
wiz
0deb722528 Update to 2.60:
* Major changes in Autoconf 2.60

  Released 2006-06-23, by Ralf Wildenhues.

** Autoconf no longer depends on whether m4wrap is FIFO (as Posix requires)
  or LIFO (as in GNU M4 1.4.x).  GNU M4 2.0 is expected to conform to Posix
  here, so m4wrap/m4_wrap users should no longer depend on LIFO behavior.

** Provide a way to turn off warnings about the changed directory variables.

* Major changes in Autoconf 2.59d

  Released 2006-06-05, by Ralf Wildenhues.

** GNU make now recommended for VPATH builds
  INSTALL now suggests VPATH builds (e.g., "sh ../srcdir/configure")
  only if you use GNU make.  In practice, other 'make' implementations
  have too many subtle incompatibilities in their support for VPATH.
  Many packages (including Autoconf itself) are portable to other
  'make' implementations, but some packages are not, and recommending
  GNU make keeps the installation instructions simpler.

** Even more safety checks for the new Directory variables:
  Warn about suspicious `${datarootdir}' found in config files output.

** AC_TRY_COMMAND, AC_TRY_EVAL, ac_config_guess, ac_config_sub, ac_configure
  These never-documented macros and variables have been marked with
  comments saying that they may be removed in a future release,
  because their use can lead to unintended code being executed.
  If you need functionality that only these macros or variables
  currently supply, please write bug-autoconf@gnu.org.

** AC_SUBST, AC_DEFINE
  Literal arguments to these are passed to m4_pattern_allow now.

** AC_PROG_CC_STDC
  Passing 'ac_cv_prog_cc_stdc=no' to 'configure' now sets ac_cv_prog_cc_c99
  and ac_cv_prog_cc_c89 to 'no' as well, for backward compatibility with
  obsolete K&R tests in the Automake test suite.

** AC_PROG_CXX_C_O
  New macro.

** AC_PROG_MKDIR_P
  New macro.

** AS_MKDIR_P
  Now more robust with special characters in file names, or when
  multiple processes create the same directory at the same time.

** Obsolescent macros
  The documentation now says that the following macros are obsolescent:
  they test for problems that are so old that they are no longer of
  practical importance on current systems.

    AC_C_BACKSLASH_A       AC_FUNC_MEMCMP            AC_HEADER_DIRENT
    AC_C_CONST             AC_FUNC_SELECT_ARGTYPES   AC_HEADER_STAT
    AC_C_PROTOTYPES        AC_FUNC_SETPGRP           AC_HEADER_STDC
    AC_C_STRINGIZE         AC_FUNC_SETVBUF_REVERSED  AC_HEADER_SYS_WAIT
    AC_C_VOLATILE          AC_FUNC_STAT              AC_HEADER_TIME
    AC_FUNC_CLOSEDIR_VOID  AC_FUNC_STRFTIME          AC_ISC_POSIX
    AC_FUNC_GETPGRP        AC_FUNC_UTIME_NULL        AC_PROG_GCC_TRADITIONAL
    AC_FUNC_LSTAT          AC_FUNC_VPRINTF           AC_STRUCT_TM

  New programs need not use these macros.  We have no current plans to
  remove them.

** autoreconf
  For compatibility with future Libtool 2.0, autoreconf will invoke
  libtoolize with the option `--ltdl' now, if LT_CONFIG_LTDL_DIR is
  used.

* Major changes in Autoconf 2.59c

  Released 2006-04-12, by Ralf Wildenhues.

** The configure command now redirects standard input from /dev/null,
  to help avoid problems with subsidiary commands that might mistakenly
  read standard input.  AS_ORIGINAL_STDIN_FD points to the original
  standard input before this redirection, if you really want configure to
  read from standard input.

** Directory variables adjusted to recent changes in the GNU Coding Standards.
  The following directory variables are new:

    datarootdir   read-only architecture-independent data root [PREFIX/share]
    localedir     locale-specific message catalogs [DATAROOTDIR/locale]
    docdir        documentation root [DATAROOTDIR/doc/PACKAGE]
    htmldir       html documentation [DOCDIR]
    dvidir        dvi documentation [DOCDIR]
    pdfdir        pdf documentation [DOCDIR]
    psdir         ps documentation [DOCDIR]

  The following variables have new default values:

    datadir       read-only architecture-independent data [DATAROOTDIR]
    infodir       info documentation [DATAROOTDIR/info]
    mandir        man documentation [DATAROOTDIR/man]

  This means that if you use any of `@datadir@', `@infodir@', or
  `@mandir@' in a file, you will have to ensure `${datarootdir}' is
  defined in this file.  As a temporary measure, if any of those are
  found but no mention of `datarootdir', the substitutions will be
  replaced with values that do not contain `${datarootdir}', and a
  warning will be issued.

** @top_builddir@ is now a dir name: it is always nonempty and doesn't have
  a trailing slash.  Similar change will be made to ac_top_builddir in a
  future release; the old style value, which matches (../)*, is (and will
  continue to be) available as ac_top_build_prefix.

** AC_C_TYPEOF
  New macro to check for support of 'typeof' syntax a la GNU C.

** AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_HEADERS_ONCE
  New "once-only" variants of commonly-used macros, to make 'configure'
  smaller and faster in common cases.

** AC_FUNC_STRTOLD
  New macro to check for strtold with C99 semantics.

** AC_HEADER_ASSERT
  New macro that lets builder disable assertions at 'configure'-time.

** AC_PATH_X
  Now checks for X11/Xlib.h and XrmInitialize (X proper) rather than
  X11/Intrinsic.h and XtMalloc (Xt).

** AC_PRESERVE_HELP_ORDER
  New macro that causes `configure' to display help strings for AC_ARG_ENABLE
  and AC_ARG_WITH arguments in one region, in the order defined.  The default
  behavior is to group options of each classes separately.

** AC_PROG_CC, AC_PROG_CXX
  No longer automatically arrange to declare the 'exit' function of C,
  when a C++ compiler is used.  Standard Autoconf macros no longer use
  'exit', so this is no longer an issue for them.  If you use C++, and
  want to call 'exit', you'll have to arrange for its declaration
  yourself.  But we now suggest you return from 'main' instead.

** AC_PROG_CC_C89, AC_PROG_CC_C99
  New macros for ISO C99 support.  AC_PROG_CC_C89 and AC_PROG_CC_C99
  check for ANSI C89 and ISO C99 support respectively.

** AC_PROG_CC_STDC
  Has been unobsoleted, and will check if the compiler supports ISO
  C99, falling back to ANSI C89 if not.  ac_cv_prog_cc_stdc is
  retained for backwards compatibility, assuming the value of
  ac_cv_prog_cc_c99 or ac_cv_prog_cc_c89 (whichever is valid, in
  that order).

** AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE
  New macros for checking commonly-used members of struct dirent.

** AC_SUBST
  The substituted value can now contain newlines.

** AC_SUBST_FILE
  The substitution now occurs only when @variable@ is on a line by itself,
  optionally surrounded by spaces and tabs.  The whole line is replaced.

** AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER
  New macros to check for long double, and whether it is wider than double.
  The old macro AC_C_TYPE_LONG_DOUBLE has been marked as obsolete;
  applications should switch to the new macro.

** AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
   AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT, AC_TYPE_SSIZE_T,
   AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
   AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT
  New macros to check for C99 and POSIX types.

** AC_USE_SYSTEM_EXTENSIONS
  New macro to enable extensions to Posix.

** AH_HEADER
  New macro which is defined to the name of the first declared config header
  or undefined if no config headers have been declared yet.

** AS_HELP_STRING
  The macro correctly handles quadrigraphs now.

** AS_BOURNE_COMPATIBLE, AS_SHELL_SANITIZE, AS_CASE
  These macros are new or published now.

** AT_COPYRIGHT
  New macro for copyright notices in testsuite files.

** ALLOCA, LIBOBJS, LTLIBOBJS
  Object names added to these variables are now prefixed with `${LIBOBJDIR}',
  as in `${LIBOBJDIR}alloca.o'.  LIBOBJDIR is meant to be defined from
  `Makefile.in' in case the object files lie in a different directory.
  The LIBOBJDIR feature is experimental.

** autoreconf
  Supports --no-recursive now.

** New macros to support Erlang/OTP.
  New macros for configuring paths to Erlang tools and libraries:
  AC_ERLANG_PATH_ERLC, AC_ERLANG_NEED_ERLC, AC_ERLANG_PATH_ERL,
  AC_ERLANG_NEED_ERL, AC_ERLANG_CHECK_LIB, AC_ERLANG_SUBST_ROOT_DIR,
  AC_ERLANG_SUBST_LIB_DIR.

  New macros for configuring installation of Erlang libraries:
  AC_ERLANG_SUBST_INSTALL_LIB_DIR, AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR.

** The manual now mentions Gnulib more prominently.

** New macros to support Objective C.
  AC_PROG_OBJC, AC_PROG_OBJCPP.

* Major changes in Autoconf 2.59b

  Released 2004-08-20, by Paul Eggert.

** AC_CHECK_ALIGNOF
  New macro that computes the default alignment of a type.

** AC_CHECK_TOOL, AC_PATH_TOOL, AC_CHECK_TOOLS
  When cross-compiling, these macros will give a warning if the tool
  is not prefixed.  In the future, unprefixed cross tools will not
  be detected; please consult the info documentation for information
  about the reason of this change.

** AC_CHECK_TARGET_TOOL, AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOLS
  New macros that detect programs whose name is prefixed with the
  target type, if the build type and target type are different.

** AC_REQUIRE_AUX_FILE
  New trace macro that declares expected auxiliary files.

** AC_PROG_GREP
  New macro that tests for a grep program that accepts as a long a line
  as possible.

** AC_PROG_EGREP, AC_PROG_FGREP
  These macros now require AC_PROG_GREP, and try EGREP="$GREP -E" and
  FGREP="$GREP -F" respectively if possible, or else run a path search for
  a program that accepts as long a line as possible.

** AC_PROG_SED
  New macro that tests for a sed program that truncates as few characters
  as possible.
2006-07-03 21:23:29 +00:00
wiz
08de9d715c Update to 2.12.0. Add a patch fixing PR 33908, provided by
Martijn van Buul.

Changes:

Overview of Changes from GLib 2.11.4 to GLib 2.12
=================================================

* Bugs fixed:
 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM

* Updated translations (cy,nb,nl)


Overview of Changes from GLib 2.11.3 to GLib 2.11.4
===================================================

* GBookmarkFile:
 - g_bookmark_file_remove_item returns a boolean

* g_mkstemp accepts the XXXXXX in the middle of
  the template

* Bugs fixed:
 344868 g_key_file_to_data should separate groups

* Updated translations (de,es,fr,gu,hi,ko,th)


Overview of Changes from GLib 2.11.2 to GLib 2.11.3
===================================================

* GBookmarkFile:
  - g_bookmark_file_move_item: Return TRUE in case of
    an empty target

* Bugs fixed:
 343919 gunicollate.c: strxfrm bug on VC8

* Updated translations (fi)

Overview of Changes from GLib 2.11.1 to GLib 2.11.2
===================================================

* Add g_ascii_stroll to parse signed 64bit integers

* GMarkup: add a flag to treat CDATA as text

* GHashTable: add functions to remove all entries

* GMainLoop: add functions to find the currently
  running source, and determine if it is destroyed

* Bug fixes:
 342563  g_atomic_thread_init() needs to be called before
         other _g_*_thread_init() functions
 343548  Potential use after free in callers of g_string_free()
 168538  Wish: Clearing contents of GHashTables
 321886  GTK+ cannot be reliably used in multi-threaded
         applications
 341826  goption.c: 'strtoll' is C99's function
 343899  g_ascii_formatd dosn't work as expected for all
         format strings
 317793  Make GEnumValue strings const
 337129  Compile warnings in G_IMPLEMENT_INTERFACE
 303622  What is G_TYPE_CHAR?

* Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)


Overview of Changes from GLib 2.11.0 to GLib 2.11.1
===================================================

* GOption
  - Support 64-bit integers
  - Allow optional text before and after the options
    in help output

* Bug fixes:
 340538 gbase64-test writes OOB
 340816 GKeyFile set_string_list invalid memory reads
 339105 g_key_file_parse_value_as_double
 340434 convert-test.c fails (function test_one_half)
 311043 Memory leaks (and potential infinite loops)
        when using G_ERRORCHECK_MUTEXES
 335198 Error checking mutexes are fubar
 341237 Add a G_OPTION_ARG_INT64
 341192 g_io_channel_set_flags not implemented on win32
 336120 Allow adding description before/after GOption
        --help output body
 341191 misplaced check in g_relation_delete
 340530 mismatched calloc / g_free in win32 threads

* Updated translation (es)

Overview of Changes from GLib 2.10.x to GLib 2.11.0
===================================================

* GBookmarkFile: a parser for files containing bookmarks
  stored using the Desktop Bookmark specification.

* Base64 encoding support

* Unicode 5.0 support

* GOption supports floating point numbers

* GKeyFile supports floating point numbers

* Bug fixes:
 155884 gatomic.c should be based on new SDK
 157877 update-desktop-database doesn't handle duplicate entries
 164719 keyfile parser doesn't support floats
 327662 Import BookmarkFile from libegg
 329548 Add G_OPTION_ARG_DOUBLE
 329789 option-test.c type confusion
 332841 Segmentation Fault when %llu is passed to vasnprintf and
        HAVE_SNPRINTF is not defined
 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
        _WIN32_WINDOWS 0x0401'
 333916 g_timer_elapsed docs should mention that microseconds
        may be NULL
 334440 dlerror() portability issue causes crash on (old) a.out
        NetBSD platform
 334646 goption + error out params
 334799 g_remove() must check return value of remove()
 334943 make check FAIL: threadpool-test
 335215 Some breakages with GThreadPool
 336085 g_option_context_new parameter lacks better explanation
 336677 Documentation for g_object_ref_sink() is incorrect
 337027 gbookmarkfile.c: sys/time.h include error
 337553 Wrong escaping of URIs
 338572 Dereferencing NULL value in g_key_file_get_group_comment
 338845 g_completion_complete_utf8 crashes when NULL is passed to it
 339337 g_bookmark_file_set_description
 339338 gbookmarkfile.c, function expand_exec_line
 339340 gbookmarkfile.c, function bookmark_app_info_dump

* Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
                       or,pt_BR,ro,tr,vi,zh_CN)
2006-07-03 21:01:53 +00:00
wiz
4495b93d1b Remove unneeded chunk, noted by markd. 2006-07-03 20:37:15 +00:00
xtraeme
f79dde181e Add gst-plugins0.10-pango (hi drochner!) 2006-07-03 19:31:19 +00:00
minskim
17fd707d3d Make sure that locale_charset is defined only once. Otherwise, it may cause
a link error on Darwin.  The patch was adapted from the one submitted in
PR pkg/32723.  It also fixes PR pkg/32945.

Bump PKGREVISION.
2006-07-03 19:06:13 +00:00
tonio
f297491a13 MacOSX also provides GL, so avoid depending on GL onthat platform 2006-07-03 15:25:37 +00:00
drochner
cec7d4dec2 use the DESCR template used by the other gstreamer plugins 2006-07-03 10:57:38 +00:00
kent
6675f7e065 remove w32api because PEACE distribution now contains w32api 2006-07-03 04:43:33 +00:00
markd
7f1c64c4a0 USE_LANGUAGES= c c++
The configure script needs to use the c++ compiler to correctly setup the
glibconfig.h for handling of VARARGS when being included from c++ programs,
otherwise builds can fail. eg. when using SunWorkshop CC on Solaris and
compiling arts.
Bump PKGREVISION.
2006-07-02 14:22:35 +00:00
rillig
38dada1905 Added a patch so that the package works with GNU Make 3.81 again. 2006-07-02 12:40:41 +00:00
drochner
7839039c6e argh - these should go to "devel" and "graphics", respectively.
Too much c&p...
2006-07-02 11:56:01 +00:00
rillig
feddd01822 Switched to the SUBST framework. 2006-07-02 10:00:08 +00:00
rillig
5a19a2cac6 Modernized buildlink3.mk by adding gdbada to BUILDLINK_PACKAGES. Fixed
all the other pkglint warnings.
2006-07-02 09:58:46 +00:00
rillig
880c4ce641 Added an explanation to patch-cd. 2006-07-02 09:34:01 +00:00
heinz
adb3aa1711 Made configure use diff (and diff3) from diffutils instead of the
native Solaris diff which is not good enough for use in rcs.
Since configure picks up DIFF from the environment, patch-aa and patch-ab
became unnecessary.
Thanks to a patch by Stefan Pfetzing (slightly modified by me) this fixes
his PR pkg/33558.
2006-07-01 22:03:12 +00:00
jmmv
ca0ef7b853 Disable wide streambuf support under NetBSD-current with gcc4 because it
breaks the build.

OK'ed by wiz@.
2006-07-01 19:38:00 +00:00
jmmv
7b0118cb1f Revert previous because it changed the libraries libSDL was linked to.
Instead, try to dlopen the libraries straight from the directories they
are in.

Bump PKGREVISION to 2.

Requested and reviewed by wiz@.
2006-07-01 19:08:36 +00:00
jmmv
5666de347d Disable dlopen for libraries and instead link the SDL library to them
directly.  This didn't work because dlopen uses the rpath of the foremost
binary (not libSDL's one); therefore, some libraries could not be found.

For example, qemu was not working at all because it only has PREFIX in
its rpath, not X11PREFIX, and so libSDL could not load libX11 resulting
in a very strange error message.

There seem to be other problems such as the aalib video output crashing
or the wscons output not working, but these aren't very important (maybe
the problems have already gone away with this fix, I don't know).  Anyway,
I think the former is fixed in 1.2.11.

Bump PKGREVISION to 1.
2006-07-01 18:18:17 +00:00
wiz
2370fcedf2 Add patch for gcc-4.1, provided by mrg@. 2006-07-01 09:59:49 +00:00
rillig
aaf8c7692a Fixed the gcc4 warning reported in PR 33883 and another similar one. One
of them was a real bug (missing initialization of a structure; luckily
not introduced by me), the other was a false positive.
2006-07-01 09:12:52 +00:00
joerg
65bf866c57 Convert dependencies to use -[0-9]* style instead of just -*.
Bump revisions.
2006-06-30 09:56:38 +00:00
joerg
6b14df7b40 Use USE_TOOLS=unzip. 2006-06-30 07:11:00 +00:00
joerg
d0314f0e8a Needs msgfmt. 2006-06-29 12:14:43 +00:00
rillig
ef9e4bb65a Now really bump PKGREVISION, which I had forgotten in the last patch. 2006-06-29 10:59:23 +00:00
rillig
853ac09b84 Fixed gcc warnings that have been reported in PR 33859. While here, also
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.
2006-06-29 10:58:26 +00:00
minskim
40918695c9 Make this build with gcc4. 2006-06-27 16:10:05 +00:00
minskim
149fc1f71d USE_TOOLS+=lex 2006-06-27 16:04:29 +00:00
minskim
9ff01ee54a Do not declare (conflicting) sys_errlist on Linux; it is already in
sys_errlist.h.
2006-06-27 15:36:04 +00:00
minskim
27adab1e2f Make this build with gcc4. 2006-06-27 15:25:59 +00:00
wiz
19ef599f7a Fix build with gcc4. Addresses PR 33766.
Clean up a pkglint warning while here.
2006-06-26 17:11:39 +00:00
wiz
31e0f23689 Better fix for gcc4 build problem, suggested by martin@. 2006-06-25 15:25:35 +00:00
wiz
96742caa62 Add patch to fix compilation on NetBSD-current. 2006-06-25 14:53:00 +00:00
wiz
daa517d723 regen 2006-06-25 14:52:44 +00:00
jlam
98459c21c9 PERL, not perl_path, is the correct variable name to pass the perl
path to the configure script.
2006-06-24 06:12:43 +00:00
salo
9141170306 Update to version 0.38
Changes:

- Security fix for extract_chmLib.  Pathnames containing a ".." element
  will not be extracted.  There doesn't seem to be a legitimate reason
  to use ".." as a path element in a chm file.

  http://secunia.com/advisories/20734/

- Fix for reading some chm files.  Running over a large directory of chm
  files, about 1% of them turned out to be unreadable.  This resulted
  from an incomplete understanding of one of the header fields
  (index_root).  Apparently, this can take negative values other than -1.
2006-06-23 12:56:26 +00:00
rillig
9d0e192d84 Fixed the path to the documentation files in the chown command in
post-install. Thanks to joerg, who noticed the bug.
2006-06-22 21:23:28 +00:00
joerg
c0157dc913 Needs intltool. 2006-06-22 10:10:40 +00:00
joerg
f00a67813c Needs msgfmt. 2006-06-22 10:04:25 +00:00
joerg
fe0e7d0922 Needs pkg-config. 2006-06-21 23:29:58 +00:00
joerg
49067266b9 Also use the NetBSD Makefile for DragonFly. 2006-06-21 21:53:30 +00:00
joerg
0287aedd00 Force compilation of sitecustomize.py 2006-06-21 17:16:34 +00:00
joerg
91068d0b3a Needs msgfmt. 2006-06-21 14:23:10 +00:00
joerg
92e60353d2 Needs pkg-config. 2006-06-21 13:21:25 +00:00
abs
be33eaa147 Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:14 +00:00
minskim
2ff2fe4057 USE_TOOLS+=lex 2006-06-20 22:10:45 +00:00
minskim
5597d7e2c8 USE_TOOLS+=yacc 2006-06-20 22:07:38 +00:00
jmmv
e5a1d718eb Update to 0.27: depend on monotone-0.27. OK'ed by wiz@ during the freeze. 2006-06-18 12:53:23 +00:00
jmmv
f6d77e48a4 Update to 0.27. OK'ed by wiz@ during the freeze.
0.27 release.  Minor bug fixes and enhancements, plus ssh
        support.

        Major new features:

        - Monotone can now push/pull/synchronize over arbitrary
          bidirectional streams, not just raw TCP.
          - File-to-file synchronization is enabled out of the box,
            e.g.:
              $ mtn -d db1.mtn sync file:/path/to/db2.mtn
          - SSH synchronization is enabled out of the box, e.g.:
              $ mtn -d local.mtn sync ssh://njs@venge.net/home/njs/remote.mtn
            Note that this requires mtn be installed on the remote
            computer, and locks the remote database while running; it
            is not ideal for groups accessing a shared database.
          - New protocols can be defined with Lua hooks -- for
            example, someone could in principle make "$ mtn sync
            xmpp://njs@jabber.org" do something interesting.
          - See section "Other Transports" under "Advanced Uses" in the
            for more details.

        Minor new features:

        - Selectors now support escaping, e.g., b:foo\/bar can be used
          to refer to a branch with name "foo/bar" (normally / is a
          metacharacter that separates multiple selectors).
        - Visual C++ can now build monotone on Windows.  (Mostly
          important because it allows better Windows debugging.)
        - --quiet now turns tickers off, and does not turn warnings
          off.  New option --reallyquiet disables warnings as well.
        - New command 'automate common_ancestors'.
        - 'ls branches' now takes a pattern, e.g.:
            $ mtn ls branches "*contrib*"

        Speed improvements:

        - Bug in select() loop fixed, server should no longer pause in
          processing other clients while busy with one, but multiplex
          fairly.
        - The database has a new write buffer which gives significant
          speed improvements in initial pulls by cancelling redundant
          database writes.
        - There's been a fair bit of performance tuning all around.

        Bug fixes:

        - Merge tools that exit in failure are now detected.
        - Better reporting of operating system errors on Win32.
        - Passphrases stored in ~/.monotonerc are no longer written to
          the log file.  (Passphrases entered at the terminal were
          never written to the log file.)
        - Fix sql injection bugs in selectors, making it safe to
          expose slectors in web interfaces etc.
        - Files marked with the mtn:execute attr now respect umask.
        - 'automate' commands on Win32 now disable newline translation
          on their output; this is especially important for 'automate
          stdio'.
        - 'db check' now calls the sqlite "PRAGMA integrity_check", to
          validate the integrity of things like sqlite indices.
        - 'mtn annotate nonexistent-file' now gives a proper error
          message, instead of an assertion error.
        - 'mtn revert --missing' now works correctly when run in a
          subdirectory.
        - 'automate inventory' no longer fails when _MTN/work contains
          patch stanzas.

        Other:

        - Many, many internal code cleanups
          - Including changes to somewhat reduce the size of the
            binary
        - New tutorial on using packets added to the manual
        - Updated translations, improved error messages, etc.

        Reliability considerations:

        - In the two months since 0.26 was released, zero serious bugs
          have been reported in the new code.
2006-06-18 12:52:33 +00:00
rillig
b2862e3d13 Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-06-18 12:15:48 +00:00
rillig
ba1cc44e5f Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support unprivileged bulk
builds. Bumped PKGREVISION. Since this package is a dependency of only
two packages, this is just under the limit for pkgsrc freeze.
2006-06-18 12:10:30 +00:00
rillig
f08b45836b Exclude all files in share/examples/swig/ from CHECK_INTERPRETER. This
is necessary to avoid a run-time dependency on Perl.
2006-06-18 10:45:06 +00:00
rillig
9d8ac8642f Fixed pkglint warnings regarding the SUBST block. 2006-06-18 00:56:11 +00:00
rillig
e0b68b4574 Fixed pkglint warnings. 2006-06-17 21:42:31 +00:00
rillig
02d63b31fd Updated tla to 1.3.4.
I couldn't find any useful ChangeLog file, but bin/awiki has been removed.
2006-06-17 21:41:07 +00:00
rillig
d83456cfe9 Fixed some pkglint warnings. 2006-06-17 21:36:01 +00:00
rillig
5eef2394ba Fixed pkglint warnings. Removed unnecessary inclusion of bsd.prefs.mk. 2006-06-17 21:05:00 +00:00
rillig
176662e302 Moved the HTML documentation into share/doc/sgi-stl/html. Bumped
PKGREVISION.
2006-06-17 21:03:34 +00:00
rillig
54610de116 Fixed pkglint warnings. 2006-06-17 21:01:29 +00:00
rillig
4082ef02a3 Updated patchutils to 0.2.31.
Changes:
- Several small bug fixes.
2006-06-17 20:57:55 +00:00
rillig
d6cd35a8b5 Fixed pkglint warnings. 2006-06-17 20:53:09 +00:00
rillig
2f412f85a4 Fixed some pkglint warnings. 2006-06-17 20:44:03 +00:00
rillig
ebcd9bb253 Moved HTML documentation into share/doc/nspr/html. Bumped PKGREVISION. 2006-06-17 20:41:17 +00:00
rillig
64ae1636d8 Moved HTML documentation into share/doc/libnet/html. Bumped PKGREVISION. 2006-06-17 20:39:36 +00:00
rillig
5d49284c1d Moved the HTML documentation from share/doc/html to share/doc/hdf5/html.
Bumped PKGREVISION.
2006-06-17 20:36:26 +00:00
rillig
0aad5c7928 Updated semantic to 1.4.4.
Changes since 1.4.2:
- Lots of bug fixes and improvements, especially for C++ templates.
2006-06-17 19:27:04 +00:00
rillig
5ea83c7641 Fixed pkglint warnings. 2006-06-17 19:07:10 +00:00
rillig
171f062606 Fixed pkglint warning. 2006-06-17 19:05:33 +00:00
rillig
23ed7943f2 Fixed most pkglint warnings. 2006-06-17 19:03:05 +00:00
rillig
b9697d89cb Fixed some pkglint warnings. 2006-06-17 17:51:18 +00:00
rillig
d24e0278b2 Updated tmake to 1.13.
No documented changes.
2006-06-17 17:45:41 +00:00
rillig
1cd027f742 Fixed pkglint warning. 2006-06-17 17:37:21 +00:00
rillig
b7d743b174 Fixed pkglint warnings. 2006-06-17 17:31:08 +00:00
rillig
d98425b15c Fixed installation of configuration file. Bumped PKGREVISION. 2006-06-17 17:29:12 +00:00
rillig
c71b7cd430 Fixed some pkglint warnings. 2006-06-17 17:17:00 +00:00
rillig
59aa9a0405 Fixed a pkglint warning. 2006-06-17 16:53:30 +00:00
rillig
925e4b7eca Fixed pkglint warnings. 2006-06-17 16:52:27 +00:00
rillig
ec81a06f51 Fixed some pkglint warnings. 2006-06-17 16:50:27 +00:00
rillig
4b10c3ce87 Fixed wrong Perl interpreters. Bumped PKGREVISION. 2006-06-16 11:32:45 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
joerg
569b6b497a Needs msgfmt. 2006-06-15 16:54:56 +00:00
adam
5375f65723 Make aalib an option, enabled by default 2006-06-15 09:45:05 +00:00
adam
5977256731 Changes 1.4.7:
* The stylesheet has changed, so if you use your own, you will need to update
  it or the output will look ugly.
* Added support for universal binaries on MacOSX (only the non-GUI part).
* Added CALLER_GRAPH config option and \callergraph command to add a caller
  (or called-by) graph to a function or all functions.
* Added REFERENCES_LINK_SOURCE config option which allows to selected if
  reference relations should point to the source or to the documentation.
2006-06-14 10:24:53 +00:00
adam
24279c795e Changes 2.10.4:
* Convert functions: Do not try to throw null exceptions when using
  --enable-api-exceptions=no.
2006-06-14 07:53:36 +00:00
joerg
5710196f30 NetBSD lacks shm_open, so conditionally comment the shmfile entries. 2006-06-13 19:23:24 +00:00
darcy
7d0974695e Remove files not installed 2006-06-13 17:36:17 +00:00
tron
d10337706c We don't need to include buildlink3 files for "arts" and "esound" because
they are properly dlopen()ed. Pointed out by Thomas Klausner.
2006-06-13 15:28:02 +00:00
tron
6798c73ffe Include buildlink3 files for "arts", "esound" and "nas" if support for
these package has been compiled into the "SDL" package. Based on a
patch provided by Thomas Klausner in private e-mail.
2006-06-13 15:02:58 +00:00
markd
593c8b154c Update to 2.0.4
* Fixed encoding of the Czech translation thanks to Jakub Galgonek.
* Added support for QString in Qt4's debug libraries.
* Fixed that the debugger window really comes to the foreground and
  receives the focus when the debuggee stops at a breakpoint, when this
  option is on
2006-06-13 12:11:44 +00:00
abs
6915d66727 update devel/cpuflags to 1.00
- avoid 'Unclosed substitution for DISTNAME (/ missing)' warning caused by
  optimize_gcc.mk, fix from Auster Vl
2006-06-13 09:56:00 +00:00
joerg
a301385b35 Needs msgfmt. 2006-06-12 20:43:20 +00:00
joerg
ede32b1cbf Sync DragonFly support with reality. 2006-06-12 16:30:33 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
wiz
18719aa3ab Update to 2.0.8:
2.0.8:
Stepan Roh - 2005-10-02 09:46
 * Fixed line spacing by using font ascender and descender
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
 * Updated libtool support to version 1.5.22

Add build fix patch for freetype2-2.2.1.

Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
2006-06-12 16:24:44 +00:00
wiz
686a10d72a Bump PKGREVISION and BUILDLINK_ABI_DEPENDS for SDL shlib changes.
Fix HOMEPAGE and MASTER_SITES while here.
2006-06-12 16:23:32 +00:00
wiz
5931798a35 Update to 1.2.10.
Package changes:
Merge SDL-arts, SDL-esound, and SDL-nas packages back as options,
all defaulting to on (add "-arts -esound -nas" to PKG_OPTIONS.SDL
to get the previous behaviour of this package). Reason: trying to
get and stay in sync with upstream, who decided not to take back
the relevant changes. Ok jmmv@

Also follow upstream w.r.t. library version numbers; bump
BUILDLINK_API_DEPENDS for that (no real reason to diverge here).

Most patches have been integrated upstream.

Changes in 1.2.10:

1.2.10:
	If SDL_OpenAudio() is passed zero for the desired format
	fields, the following environment variables will be used
	to fill them in:
		SDL_AUDIO_FREQUENCY
		SDL_AUDIO_FORMAT
		SDL_AUDIO_CHANNELS
		SDL_AUDIO_SAMPLES
	If an environment variable is not specified, it will be set
	to a reasonable default value.

	Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
	variable, currently supported on X11 Xinerama configurations.

	Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.

	Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.

	Added current_w and current_h to the SDL_VideoInfo structure,
	which is set to the desktop resolution during video intialization,
	and then set to the current resolution when a video mode is set.

	SDL_SetVideoMode() now accepts 0 for width or height and will use
	the current video mode (or the desktop mode if no mode has been set.)

	Added SDL_GetKeyRepeat()

	Added SDL_config.h, with defaults for various build environments.
2006-06-12 16:20:44 +00:00
joerg
1fd7175237 Rename to match directory name and Python version convension.
Drop revision and add conflict on old name. Accept Python 2.2+.
2006-06-11 23:43:34 +00:00
joerg
84d71723cd Needs msgfmt. 2006-06-11 22:45:33 +00:00
joerg
fd0e4a1cc3 Needs msgfmt. 2006-06-11 14:46:56 +00:00
wiz
2dcc682e98 Update to 1.0.12:
changes from 1.0.11 to 1.0.12
-----------------------------

* fixes in cvsd-buildroot to not abort on failure of some commands
2006-06-11 14:37:25 +00:00
wiz
6e04e5815b Update to 2.3:
Changes in version 2.3, 2006-06-05:

* GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING',
  for compatibility with LALR(1) grammars.

* It is now documented that any definition of YYSTYPE or YYLTYPE should
  be to a type name that does not contain parentheses or brackets.
2006-06-11 13:59:56 +00:00
joerg
e9ca1fe3e4 Needs msgfmt. 2006-06-11 13:57:54 +00:00
joerg
9e98822704 Needs pkg-config. 2006-06-11 13:07:09 +00:00
dbj
81f62659e5 move Makefile .SUFFIXES statement before pattern rules which use it
this fixes compile problems on darwin.
This could have been alternately fixed by setting USE_TOOLS+=gmake instead
2006-06-09 22:30:57 +00:00
minskim
463e8002f9 USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
minskim
fd66a6a7f6 USE_TOOLS+=lex 2006-06-09 16:01:23 +00:00
minskim
2369804085 USE_TOOLS+=yacc 2006-06-09 15:59:36 +00:00
minskim
c99563e460 USE_TOOLS+=flex 2006-06-09 15:58:39 +00:00
minskim
5a577d09f1 USE_TOOLS+=lex yacc 2006-06-09 15:50:03 +00:00
rillig
0e7593e467 Fixed pkglint warnings. 2006-06-09 07:04:48 +00:00
tron
43938949b9 Use fix for "glib" package from PR pkg/21909 on all platforms. This will
fix problems with this package under Mac OS X (and eventually DragonFly).
Fix various problems reported by "pkglint". Bump package revision because
of these changes.

This fixes PR pkg/33664 by Darrin B.Jewell.
2006-06-08 21:13:38 +00:00
rillig
ae4eaf6ed5 Updated tet3 to 3.7.
I don't know what changed since the doc/ directory in the tarball is
empty and there is neither a README nor a NEWS file.
2006-06-08 16:57:59 +00:00
minskim
7fc5e51865 Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00