Commit graph

58645 commits

Author SHA1 Message Date
snj
995566a5b9 Convert to buildlink3. 2004-04-11 17:18:30 +00:00
xtraeme
88d06527d6 bl3ify 2004-04-11 17:17:50 +00:00
snj
3401a0aeec Convert to buildlink3. 2004-04-11 17:15:49 +00:00
xtraeme
24e380b2b7 No need to use USE_BUILDLINK* here, because NO_BUILD is defined. 2004-04-11 17:15:35 +00:00
snj
d0ce2a3aec Convert to buildlink3. 2004-04-11 17:14:26 +00:00
xtraeme
44f4f18f77 bl3ify 2004-04-11 17:13:40 +00:00
snj
e1cf81b5a0 Convert to buildlink3. 2004-04-11 17:13:36 +00:00
xtraeme
4a43ecd86a Add missing USE_BUILDLINK3. 2004-04-11 17:13:06 +00:00
snj
5ead05bc41 Convert to buildlink3. 2004-04-11 17:07:25 +00:00
jschauma
b19ed8fbe4 If /usr/sbin/gzcat exists, use it, as /usr/bsd/zcat on these systems
requires a .Z suffix.  Noted by Bas van Oostven in PR pkg/25141.
2004-04-11 17:06:18 +00:00
xtraeme
068ca20788 bl3ify 2004-04-11 17:04:29 +00:00
snj
043b753096 Convert to buildlink3. 2004-04-11 16:58:18 +00:00
minskim
7b6524acfd Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd.

Changes since 0.8:
        - converted fully to Tcl_Obj's
        - able to handle keys and data with embedded NUL's
        - deal with Tcl's internal UTF string encoding
        - put in own namespace tclgdbm::gdbm
        - remerge of changes from tcl+gdbm-0.4
        - remerge of changes from tcl+gdbm-0.4 (insert/store
          accept multiple args for data)
        - updated man pages
        - add test driver tclshgdbm
        - add gdbm.test which uses standard tcltest package
        - repackage Dave's changes into rpm
2004-04-11 16:55:02 +00:00
snj
36763a9710 Convert to buildlink3. 2004-04-11 16:54:27 +00:00
xtraeme
effd81815c bl3ify, s/USE_X11BASE/USE_X11/; bump PKGREVISION. 2004-04-11 16:53:36 +00:00
snj
e1873bc7ea Convert to buildlink3. 2004-04-11 16:53:13 +00:00
xtraeme
4b23c944db Add missing BUILDLINK_CPPFLAGS as was present in bl2, needed to build
some apps.
2004-04-11 16:51:32 +00:00
snj
0f4bb4248b Convert to buildlink3. 2004-04-11 16:43:08 +00:00
snj
cd4da8621c Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:40:10 +00:00
snj
122449851a Convert to buildlink3. 2004-04-11 16:37:54 +00:00
snj
c48a6be67f Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:35:43 +00:00
snj
c0d9b49284 Convert to buildlink3. 2004-04-11 16:29:52 +00:00
xtraeme
d6d9fc9279 bl3ify, add missing pkgconfig bl3.mk. 2004-04-11 16:27:37 +00:00
xtraeme
15002692da bl3ify 2004-04-11 16:21:17 +00:00
recht
337206e4a8 + gdb-6.1, libtool-1.5.6, texinfo-4.7
update qt 3.3 comment
update rt version to 3.0.10 and note that it's in pkgsrc-wip
2004-04-11 16:21:01 +00:00
xtraeme
f8a4bd45bd bl3ify 2004-04-11 16:20:42 +00:00
xtraeme
291137c322 bl3ify, and remove redundant USE_X11BASE, because we are using USE_IMAKE. 2004-04-11 16:17:20 +00:00
recht
6ecbdcf865 Note update of p5-DBIx-SearchBuilder to 0.99. 2004-04-11 16:15:46 +00:00
recht
356a0df14f Update to 0.99
Patch provided by Dieter Roelants in PR pkg/25132

0.99	- Bundled changes from 0.98* and released production version
	  Removed duplicate code in cache expiry routines
          Experimental SearchBuilder::Union collection object.

	  Released at the YAPC::Taipei::22004 Release Party

0.98_04 - New mysql/oracle "Join" code that allows more complex bundling of
	  joins from Linda and Robert

0.98_03 - New test infrastructure from Andy Lester

0.98_02 - Better handling of != clauses on Postgres

0.97_02 - Support for "Group By" clauses.
          Support for delayed load of certain columns from Autrijus Tang.

0.97_01 - Oracle doesn't support binary-safe clobs in a reasonable manner.

0.96    - Releasing 0.96_01 as usable

0.96_01 - Fix a couple of spurious warnings in Record::Cachable
          Records loaded from multiple-record searches were never cached
          correctly

0.95_03 - Allow case-insensitive loading by columns in SearchBuilder::Record
        - Record::LoadByCols now lets you specify operator and values

0.95_01
        - Removed historical escaping for non-ascii searche queries

0.94-   - Fix for multiple handles in one app from Autrijus Tang

0.93
        - Added ODBC database driver from Autrijus Tang
        - Added the ability to sort on functions of columns from Autrijus Tang
        - Improved case-insensitve searching behavior for PostgreSQL
        - Added support for multiple handles in one app from Autrijus Tang (#4167)
        - Added initial Informix database driver from Oliver Tappe

0.92    Sept 4, 2003
        - Fixed a bug that caused certain types of pre-canned table aliases to fail to work on join

0.90    Aug 8, 2003
        - Disable Class::ReturnValue's stack trace feature as it interacted poorly with a stack containing lots of data

0.89_02 July 19, 2003
	- Patch from Grant DeGraw to allow ordering by multiple columns.

0.89_01 July 18 2003
	- Patch from Brook for:
	-	better oracle support
	-   	remove "SELECT DISTINCT" when it's not necessary

0.88 June 23 2003
        - More correct generation of "Distinct" keyword on counts for queries with left joins

0.87 June 16 2003
        - Changed DBIx::SB::Record::Cachable to expire cached object when a "deeper" method call changes their values

0.86 June 7 2003
        - Doing conditional connections was failing on postgres, because the handle was defined, but not connected

0.85 June 7 2003
        - Stan's destroy fix was actually badly breaking RT
        - It's now an optional parameter.
2004-04-11 16:12:40 +00:00
snj
b16fc6b502 Convert to buildlink3. 2004-04-11 16:12:06 +00:00
xtraeme
0acbc7310e bl3ify 2004-04-11 16:09:53 +00:00
snj
de6330fe07 Set USE_BUILDLINK3 to YES, don't define it. 2004-04-11 16:08:55 +00:00
xtraeme
6a122e8014 bl3ify 2004-04-11 16:08:00 +00:00
snj
ce7e295711 It is not sufficient to define USE_BUILDLINK3; set it to yes. 2004-04-11 15:57:40 +00:00
snj
8b170d698a Convert to buildlink3. 2004-04-11 15:56:34 +00:00
xtraeme
d1a052df58 bl3ify 2004-04-11 15:54:26 +00:00
xtraeme
de4a2fa2cc bl3ify audio/dap, set USE_LANGUAGES=c c++, s/USE_X11BASE/USE_X11/;
bump PKGREVISION.
2004-04-11 15:50:47 +00:00
xtraeme
b618bb2708 bl3ify 2004-04-11 15:40:01 +00:00
xtraeme
513d708668 bl3ify 2004-04-11 15:26:48 +00:00
mrauch
d3580c6884 Note update of openoffice-linux to 1.1.1 2004-04-11 14:59:57 +00:00
mrauch
516d2e6a20 Update to version 1.1.1.
New features are:
* the OOoDic Autopilot which allows a user to download automatically any
  one of 87 spelling, hyphenation and thesaurus dictionaries
* enhanced support for languages that use a comma instead of a
  point/full stop as the decimal point

Additionally many reported bugs have been fixed. For a full list see
http://download.openoffice.org/1.1.1/issues_resolved_1.1.1.html
2004-04-11 14:57:03 +00:00
minskim
5f9eeeb153 Add build dependency on pkgconfig. 2004-04-11 14:01:55 +00:00
minskim
3407568acf Update nabi to 0.13.
Changes since 0.12:
  - Session support.
  - Display meanings for Chinese characters.
  - Fix memory leaks.
2004-04-11 13:29:49 +00:00
taca
d6cd6e3b52 Note update of textproc/ruby-rdtool package to 0.6.14nb3. 2004-04-11 13:18:05 +00:00
taca
b56ad13e4c Re-add dependency to ruby-strscan package since ruby-rdtool package
depends to it at runtime.

Bump package revision.
2004-04-11 13:17:09 +00:00
taca
0260d69e40 Note update of converters/p5-nkf package to 2.04. 2004-04-11 13:14:31 +00:00
taca
cf86fba250 Update p5-nkf package to 2.04. UTF-8 and MIME support were added. 2004-04-11 13:12:40 +00:00
tron
2609ea1dee Get rid of the ridiculous distribution filename "incoming" by fetching
it as "xgalaga-2.0.34.tar.gz" from "${MASTER_SITE_LOCAL}". Now that the
project has been deleted on SourceForge the distribution file is likely
going to disappear from there, too.
2004-04-11 11:50:03 +00:00
tron
844b185371 Remove URL for non-existing home page. 2004-04-11 11:45:22 +00:00
jmmv
2074d6aef2 Note addition of anacron, version 2.3. 2004-04-11 11:36:01 +00:00