Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
perl will use the correct local include and library search paths.
|
|
|
|
packages. This file can now completely replace USE_PERL5.
|
|
override it's value.
|
|
|
|
no longer (erroneously) included. This means the pkgsrc Makefile also
no longer needs to delete config.cache as a post-extract step.
Fixes PR pkg/14679 from Rafal Boni by applying his patch.
|
|
number to 1.0.12nb1.
|
|
Provided by Shell Hung in pkg/14708.
|
|
Problem reported (with fix) in pkg/14745 by John Heasley.
|
|
differently than suggested.
Don't let package look in LOCALBASE for curses (especially if
USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).
|
|
Overview of Changes in Namazu 2.0.8 - Nov 27, 2001
* Fix cross-site scripting vulnerability.
|
|
- Improvements accessing subfolders under the Inbox on certain
mail servers.
- Performance improvements when accessing pages with nested
tables and style sheets.
- Unix Only: You can now add multiple personal address books.
- Improved support for dual processor machines.
- Fixed incompatibilities which caused Communicator to quit
unexpectedly while viewing certain web sites.
Note: only i386/linux (NetBSD) and Solaris 2.x binaries available,
Digital unix appears to be frozen at 4.78
|
|
For unknown machine types, suggest people feed details back
|
|
|
|
This release fixes radio support (internal unmute is now
handled correctly, if 0.10.0 had no radio sound, this may
fix it). Also reworked the mpg123 parser, and added several
minor improvements. Please see the History page for the entire
list.
|
|
|
|
^
|
|
list of changes between 9.1.3 to 9.2.0 is available at:
http://www.isc.org/products/BIND/bind9.html
|
|
(will overwrite net/bind9 by net/bind9-current)
|
|
|
|
|
|
|
|
Allow -march=k6 for gcc 2.95 and later, cleanup fallback for older gcc
|
|
|
|
* Added video4linux radio tuner support of /dev/radio,
stations are added by 'opening custom' and choosing
'Radio station'.
* Updated French translation.
* Allow user options entry for ogg123.
* Attempt to set the correct ogg123 device for the platform.
* Added (untested) support for mixers on Tru64 and HPUX.
* Added Russian ID3 tag support (configure --enable-russian).
* Show overwrite confirm dialog when overwriting a playlist.
* Fix closing of a pipe twice in ogg123 module.
* Fix incorrect warning flags during ogg123 playback.
* Make double size work again.
* Minor bug fixes.
|
|
"mogrify -rotate 90 foo.tiff") used to leave the result in
/tmp/magickXXXXXXX with an in-file image comment of
/tmp/magickXXXXXXX.mgk.
Now it writes back to foo.tiff and the in-file comment is correct.
For some reason, working on jpg's didn't exhibit this problem
- Some operations that generate new files from some formats (e.g,
"mogrify -format jpg -rotate 90 foo.tiff") used to leave the result
in /tmp/magickXXXXXXX.jpg.
Now foo.jpg is generated.
For some reason, converting jpg->tiff didn't exhibit this problem.
|
|
|
|
User-visible changes in 0.8.18:
- Numerous bug fixes.
- There's a track and LED display added to the bottom of the screen.
|
|
1.69, but some were remained.
Fix the problem that some data files are installed into root directory,
noted from Lennart Augustsson <lennart@augustsson.net> private mail.
|
|
Hinted at by Love <lha@stacken.kth.se> in PR 14555.
|
|
|
|
approriate address.
Problem noted by arctic- on irc
XXX: uncertain if master site is correct. sourceforge is down for a reason
or another, and there are no easily spottable mirrors.
|
|
|
|
|
|
This package installs users necessary to build & run qmail package.
Not very clear and elegant for sure, but imho better than previous method.
|
|
to use PKG_{USERS,GROUPS}.
|
|
|
|
|
|
|
|
PKG_USERS represents the users to create for the package. It is a
space-separated list of elements of the form
user:group[:[userid][:[descr][:[home][:shell]]]]
Only the user and group are required; everything else is optional,
but the colons must be in the right places when specifying optional
bits. Note that if the description contains spaces, then spaces
should be double backslash-escaped, e.g.
foo:foogrp::The\\ Foomister
PKG_GROUPS represents the groups to create for the package. It is a
space-separated list of elements of the form
group[:groupid]
Only the group is required; the groupid is optional.
This solves the problem of what to do when there is more than one user or
group needed for a package, e.g. qmail. Also add a bit more error-checking
to the INSTALL/DEINSTALL scripts.
|
|
Bump version to 1.4.2nb1.
|
|
Make PKGNAME dewey-compatible, and bump it to 1.3.1nb1.
|
|
the shell doesn't like.
Fixes PR 14347 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
|
|
[Patch from pkg/14550 applied in distfile.]
|
|
More interesting changes since 4.3:
Module "Date::Calc":
+ Added the following new functions:
* check_time()
* Delta_YMD()
* Delta_YMDHMS()
* Add_Delta_YM()
* Add_Delta_YMDHMS()
* Normalize_DHMS()
* This_Year()
* Gmtime()
* Localtime()
* Mktime()
* Timezone()
* Date_to_Time()
* Time_to_Date()
* Fixed_Window()
* Moving_Window()
* ISO_LC()
* ISO_UC()
+ Added support for Norwegian.
+ Added support for Swedish.
+ Added support for Danish.
+ Added support for Finnish.
+ Changed the month names of some languages to lower case.
+ Changed the french "long" date format to a more popular form.
+ Fixed the broken parsing of special ISO-Latin-1 characters
in Date::Calc (replaced <ctype.h> with better solution).
- Locales wouldn't help here, because "Decode_Language()" must
work with any locale setting. Moreover, setting a language in
Date::Calc would also require to set the proper corresponding
locale in the current environment, which may not be available
on the current system. The new solution works independently
of any locale and with ALL languages (in ISO-Latin-1).
+ Changed the function "Add_Delta_YMD()" to have a more intuitive,
consistent and reversible behaviour. This might break existing
code, though. (To get the old behaviour, use the new function
"Add_Delta_YM()" plus "Add_Delta_Days()" thereafter instead.)
+ Added an optional boolean parameter "orthodox" to "Calendar()"
for calendars starting with Sunday instead of Monday.
+ Changed the behaviour of the "Decode_Date_*()" set of functions:
if the current year is available on the system, then a "moving
window" strategy is applied to year numbers < 100; otherwise
it defaults to the previous behaviour (see version 4.3 below).
+ Changed the "Week_of_Year()" function: In scalar context, it
now returns just the week number. BEWARE, this is a DANGEROUS
feature - see the manual page for why this is so!
Module "Date::Calc::Object":
+ Added the module Date::Calc::Object, an object-oriented add-on
to Date::Calc with overloaded operators.
Modules "Date::Calendar[::(Year|Profiles)]":
+ Added the modules Date::Calendar, Date::Calendar::Year and
Date::Calendar::Profiles, for calculations which need to
take holidays into account (and for generating calendars).
|
|
Also some minor whitespace changes.
|
|
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove
them at deinstallation.
|
|
|