Commit graph

51788 commits

Author SHA1 Message Date
jlam
4b39019c6c We don't need to escape "+" if we're using the :M variable operator. 2004-01-04 23:30:04 +00:00
recht
87c74cd9e0 fix path to py-libxml2
noted by Min Sik Kim in private mail
2004-01-04 22:24:05 +00:00
jlam
c705b8fe80 Rearrange some of the lines in the buildlink3.mk example so that it's a bit
shorter to write.
2004-01-04 22:01:18 +00:00
rh
f326e78caf Note re-import of gnome1 version of evolution as evolution12 2004-01-04 21:45:19 +00:00
rh
3c00ca2295 evolution-1.2.x now resides in mail/evolution12 2004-01-04 21:41:59 +00:00
rh
b04edea5a2 Add and enable evolution12 2004-01-04 21:40:44 +00:00
rh
c99373a710 Re-import of evolution-1.2.4nb6, the gnome1 version of evolution as
evolution12.
2004-01-04 21:39:50 +00:00
rh
9f4f8001f8 remove evolution-1.4 2004-01-04 21:38:33 +00:00
rh
07dae122f1 Note update of evolution to 1.4.5 2004-01-04 21:38:06 +00:00
rh
bea8ae8de7 Update evolution to 1.4.5. Changes include feature enhancements and tons
of bug fixes, too numerous to list here.  Most nobably, this version
of evolution now uses the gnome2 framework instead of gnome1.
2004-01-04 21:37:09 +00:00
jlam
b840f07908 BUG FIXES:
* Don't add any dependencies (via BUILDLINK_DEPENDS) unless
  buildlink3.mk files add them.  This fixes case where the software
  existed both in the base system and in /usr/pkg, we used only the
  built-in software, but we still recorded a dependency on the one in
  /usr/pkg.

* Re-structure the code that populates ${BUILDLINK_DIR} so that we
  don't bump into ARG_MAX limits in the shell.  This should fix the
  problem present in the buildlink2 framework noted in:

	http://mail-index.netbsd.org/tech-pkg/2004/01/03/0005.html

CHANGES:

* Define a new yes/no variable BUILDLINK_USE_BUILTIN.<pkg> that
  determines if we should use the built-in software or not.  This
  should probably replace the various USE_NCURSES, USE_GNU_READLINE,
  USE_GNU_GETTEXT, etc. variables with something whose naming is a
  bit more consistent and is integrated directly into the buildlink3
  framework.

* Garbage-collect "$$pkg_prefix", which was used exclusively in
  BUILDLINK_FILES_CMD.<pkg>.  It no longer exists in the
  buildlink3/pkgviews world.  Packages _should_ _no_ _longer_
  directly set the PREFIX variable in the package Makefile.  As a
  consequence, the various Java VM packages will need some changes
  when they're converted to use buildlink3.
2004-01-04 20:57:31 +00:00
cjep
532739d4d7 Note update of overnet to 0.51.2 2004-01-04 19:14:42 +00:00
cjep
46863472da Update of net/overnet to 0.51.2. PR#23945 from Min Sik Kim.
Many changes since 0.48 (see http://www.overnet.com/versions.html for a
full list) including:
    * Many crash bugs fixed
    * Many features added
    * zlib Server support
    * HTTP links recognised even if not exactly "http://" at front
    * Flat style download progress bar
    * Drag and drop support
    * New Horde download system
    * ed2K links: Files over 2GB sizes are correct now
    * Ports greater than 32876 are now shown correctly
2004-01-04 19:13:58 +00:00
xtraeme
aa303087e3 Fix typo (packages->package). 2004-01-04 19:02:14 +00:00
xtraeme
4a866b0402 Don't install q3ded in quake3arena*, if you want to install
the quake3 server, use quake3server* packages instead.

Bump PKGREVISION.

From David Ferlier in PR pkg/23980.
2004-01-04 18:53:54 +00:00
xtraeme
0cd4ef038a Added quake3server{,-ra3} packages. 2004-01-04 18:43:34 +00:00
xtraeme
00004585e2 Add and enable quake3server{,-ra3}. 2004-01-04 18:41:38 +00:00
xtraeme
079d632cc4 Initial import of quake3server-ra3 from David Ferlier in PR pkg/23973.
This packages allows you to run a Quake III Arena dedicated server
with Rocket Arena mod under NetBSD using Linux emulation.
2004-01-04 18:40:30 +00:00
xtraeme
c0e72dc44f Initial import of quake3server-1.32b, packaged by David Ferlier in
PR pkg/23972.

This packages allows you to run a Quake III Arena dedicated server
under NetBSD using Linux emulation.
2004-01-04 18:38:01 +00:00
cjep
d6958d265e Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site.
(cf. PR#23632).

XXX We should probably update jade to use jade_1.2.1-38.diff.gz
2004-01-04 18:34:31 +00:00
xtraeme
6da99a00e8 Note update of audio/libcdaudio to 0.99.9 2004-01-04 18:27:21 +00:00
xtraeme
6beb1a084e Update to 0.99.9 from Min Sik Kim in PR pkg/23930.
Changes in 0.99.9
        * (cdaudio.c) cd_poll: accept CDS_MIXED CD's too.
        * (cddb.c) cddb_read_line: fixed fprintf() format.
        * (coverart.c) coverart_direct_erase_data: removed unused local
          variable.
        * (cddb.h): added cddb_mc_generate_new_entry's interface, which is
          used in cdindex.c.

Changes in 0.99.8
	* Minor bugfix release.  Switched to Automake 1.6.

Changes in 0.99.7
	* Fixed a bug that made libcdaudio log more messages than desired to
	  klogd.  Thanks to Matt Kraai.
2004-01-04 18:26:17 +00:00
xtraeme
d8c4422323 Note update of www/p5-HTML-FillInForm to 1.03 2004-01-04 18:08:19 +00:00
xtraeme
d57dea1545 Update to 1.03 from Hiramatsu Yoshifumi in PR pkg/23976.
List of changes from 0.29:

- Fixed warning messages when textarea doesn't have a name attribute
- Updated required version number for HTML::Parser to 3.26 in Makefile.PL
- Fixed issue with HTML::Parser decoding high-bit entities, by setting
  attr_encoded option, now requires HTML::Parser >= 3.26.
- Workaround for Opera 6.01/02 bug with selected radio boxes - place
  space before ending "/>" in <input .. />
2004-01-04 18:07:28 +00:00
xtraeme
4601418e5d Note update of textproc/libcroco to 0.4.0 2004-01-04 18:01:33 +00:00
xtraeme
753541da3a Update to 0.4.0, based on patch sent from Min Sik Kim in PR pkg/23793.
Changes:

	o Compiles with g++.
	o seleng and layeng are disabled by default.
	  (NOTE: They are enabled in pkgsrc.)
	o Build system cleanup.
	o More fixes.
2004-01-04 18:00:28 +00:00
wiz
28a33371d2 Fix CONFLICTS with omega to only conflict with older omega;
current omega package does not conflict.
Closes PR 23975 by Richard Rauch.
2004-01-04 17:52:50 +00:00
jmmv
b32b224fea Bump revision due to librsvg2 update (libcroco added as a dependancy). 2004-01-04 17:30:55 +00:00
xtraeme
e9cdb7a064 Note update of chat/xchat2 to 2.0.7 2004-01-04 17:27:27 +00:00
xtraeme
3a421ddb2f Update to 2.0.7
Changes:

----------------------------------------------------------------------
 2.0.7
----------------------------------------------------------------------

 - Updated translations (fi, nl).
 - Fixed dcc psend crash [858539].
 - Fixed bug where an error message was erroneously displayed while
   transfering files with fast-send turned off. Also, allow fastsend
   to be used with psend (Daniel Dubois).
 - Print more informative messages when Perl scripts fail to load
   (Andy).
 - Win32: Added native sound playing support.
 - Win32: Fixed possible crash upon exit while still connected.
 - Fixed notify's Lastseen column for offline users [864185].
 - Report more informative error when DCC write to disk fails.
 - Fixed crash when xchat.conf contains oversized strings [750403].

----------------------------------------------------------------------
 2.0.6
----------------------------------------------------------------------

 - Updated translations (de, lt, sl, sr).
 - Fixed detection of Python on amd64 (Mads Martin Joergensen).
 - Don't loose editbox contents when pressing up, then down arrow
   (Ricky Clarkson).
 - Fixed missing dcc flag on new ignores via gui.
 - Fixed missing separator bar on PseudoColor displays.
 - Fixed some 64-bit issues (xc205-fix64bit.diff).
 - Apply tint changes instantly.
 - Fixed DCC resume with mirc >= 6.1.
 - Python plugin changes:
   * Fixed the reentrancy problem which made xchat freeze when some
     python code made xchat trigger a python callback somewhere.
   * Implemented xchat_emit_print() and xchat_get_prefs() support.
   * Fixed softspace support for python 2.3. This problem was making
     print statements yield an extra space at the next line start.
   * Other minor changes.
     (Gustavo Niemeyer, Gustavo J. A. M. Carneiro, Marko Kreen).
 - Fixed request of a MODE on a channel you're not in changing the
   current titlebar [820998].
 - Restored compatibility with older Perl that lacks call_pv().
 - Use sigaction inplace of signal() for better compatibility.
 - Win32: Don't try to open logfiles with a "\" in them, windows wont
   allow it. Instead, the "\" is replaced by a "_".
 - Backported HTTP authentication code from 1.8.11 (you can now
   specify a username and password for HTTP proxies).
 - When beep on highlight is on, beep on channel actions too
   (Christopher A. Aillon)
 - Added active dcc send feature (/dcc PSEND). More info here:
   http://mail.nl.linux.org/xchat-discuss/2003-10/msg00124.html
   (Daniel Dubois and Emmanuel Jeandel).
 - URL Handlers menu now removes programs that arn't in PATH.
 - Added "away" users field for plugin API.
 - Smaller bug fixes: 822199, 786267, 783172, 811971, 756048, 844919.
2004-01-04 17:26:20 +00:00
jmmv
6d83ed31d2 Note revision bump for librsvg2 to 3. 2004-01-04 17:24:59 +00:00
tron
ef2ae11e1d Revert last change because it breaks user configurable themes. 2004-01-04 17:24:06 +00:00
jmmv
ad97b416b2 Use libcroco for better CSS parsing. Also fixes build problem reported in
PR pkg/23978 by Noud de Brouwer.  Bump PKGREVISION to 3.
2004-01-04 17:23:39 +00:00
wiz
48ecb94e58 +xchat-2.0.7. 2004-01-04 17:17:00 +00:00
junyoung
b27347c2f0 Note pfaedit update. 2004-01-04 17:14:16 +00:00
junyoung
3a3ce8d24e Update to 20040102.
Too many things have changed since 20030712 release. See
http://pfaedit.sourceforge.net/changelog.html for details.
2004-01-04 17:12:34 +00:00
wiz
d3c40f04d3 + dctc-0.85.8, dvipdfmx-0.0.0.20031116 [pkg/23961], libcaca-0.6,
p5-HTML-FillInForm-1.03 [pkg/23976], tkcvs-7.2.
2004-01-04 17:03:29 +00:00
wiz
8c97e93313 Fix date in tiff entry. 2004-01-04 16:23:23 +00:00
tron
be94e7711d Include "sys/param.h" explicitly because the modified code checks
"__NetBSD_Version__" which is only accidently availabe because
"sys/sysctl.h" got included.
2004-01-04 12:59:40 +00:00
recht
73c62801f5 note addition of py-libxml2 and py-libxslt 2004-01-04 11:59:49 +00:00
recht
3f4d4b3570 add py-libxml2 and py-libxslt 2004-01-04 11:56:29 +00:00
tron
bf1920f0dd Fix one more compiler warning under NetBSD 1.6Y and above. 2004-01-04 11:53:20 +00:00
tron
714041931c Fix build problem under NetBSD 1.6Y and above. 2004-01-04 11:48:44 +00:00
recht
a6fc8bcee2 initial import of py--libxslt-1.1.2
provided by Min Sik Kim via pkgsrc-wip

This is the libxslt python module, providing access to the libxslt
library.
2004-01-04 11:48:30 +00:00
recht
2285f7245c initial import of py-libxml2-2.6.4
provided by Min Sik Kim via pkgsrc-wip

This is the libxml2 python module, providing access to the libxml2
library.
2004-01-04 11:47:17 +00:00
grant
d4771a3ff9 conditionally set MOZ_EXTRA, and set it to empty in thunderbird (for
which there is currently no gtk1 pkg).
2004-01-04 05:06:19 +00:00
grant
63b2201716 factor out the common bits of the various mozilla binary packages into
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common.

the result is much less duplication and more consistent installations.
tested on NetBSD-current only (for now).
2004-01-04 05:01:02 +00:00
reed
d72588da8b Make sure LOCALBASE and X11BASE are defined before comparing them.
(Thank you, Takahiro.)
2004-01-04 04:51:47 +00:00
reed
2895e6c850 Update md-whois to version 4.6.9. (Old distfile was gone.) 2004-01-04 04:00:19 +00:00
reed
a4ce36dcc6 Update to version 4.6.9. Use GMAKE now. 2004-01-04 03:57:36 +00:00