Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Pointed out by Bernhard 'Burnhard' Riedel on #netbsd @ IRCnet.
|
|
|
|
|
|
requiring a specific compiler (most often those which use gcc-specific
hacks^wfeatures).
this allows users to define PKGSRC_COMPILER to multiple real compilers in
order to implement a compiler preference. for example,
PKGSRC_COMPILER="sunpro gcc" will use sunpro as the default compiler,
and fall back to gcc where a package is marked NOT_FOR_COMPILER=sunpro
or ONLY_FOR_COMPILER=gcc.
|
|
|
|
|
|
What's new from release notes:
* Improved Junk Mail Controls
The algorithm for the adaptive junk mail controls has been heavily
redesigned to learn faster and catch more spam.
* New Brand Identity
To be consistent with the Mozilla Foundation's goal of brand identity,
Thunderbird has a new logo and supporting artwork thanks to the fine
work of the Mozilla Visual Identity team.
* Other New Features...
- IMAP users can now benefit from support for the IMAP IDLE command
which allows the mail server to push notifications such as new mail
arriving as soon as it arrives.
- Thunderbird supports server-wide news filters that apply to all
newsgroups on a server.
- Thunderbird includes Secure Password Authentication using a new
cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP.
- Mail filters can now mark messages as junk.
- Tools > Options > Compose > HTML Options allows you to set up
default HTML compose options such as font, size and color.
- Attachments can be opened directly from the compose window to verify
their contents before sending.
- Thunderbird now supports the notion of multiple identities per mail
account. This makes it easy to have several e-mail addresses which end
up going into the same account. Read More about how to set this up.
* Recently Fixed Bugs
- In the case of a failure when copying a message to an online Sent
folder, Thunderbird will now ask if you would like it to try again.
- Pasting data from an OpenOffice.org spreadsheet no longer pastes
random HTML garbage before the actual spreadsheet data into HTML
compose.
- Fixed several situations where LDAP connections were left open when
using LDAP auto complete or performing searches on LDAP directories.
- Improved view source behavior.
- Mail notification for POP3 messages that are marked deleted or
marked read by mail filters no longer occurs.
- The "Mark All Read" keyboard shortcut now works for Linux GTK2.
|
|
|
|
What's new from release notes:
* Improved Junk Mail Controls
The algorithm for the adaptive junk mail controls has been heavily
redesigned to learn faster and catch more spam.
* New Brand Identity
To be consistent with the Mozilla Foundation's goal of brand identity,
Thunderbird has a new logo and supporting artwork thanks to the fine
work of the Mozilla Visual Identity team.
* Other New Features...
- IMAP users can now benefit from support for the IMAP IDLE command
which allows the mail server to push notifications such as new mail
arriving as soon as it arrives.
- Thunderbird supports server-wide news filters that apply to all
newsgroups on a server.
- Thunderbird includes Secure Password Authentication using a new
cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP.
- Mail filters can now mark messages as junk.
- Tools > Options > Compose > HTML Options allows you to set up
default HTML compose options such as font, size and color.
- Attachments can be opened directly from the compose window to verify
their contents before sending.
- Thunderbird now supports the notion of multiple identities per mail
account. This makes it easy to have several e-mail addresses which end
up going into the same account. Read More about how to set this up.
* Recently Fixed Bugs
- In the case of a failure when copying a message to an online Sent
folder, Thunderbird will now ask if you would like it to try again.
- Pasting data from an OpenOffice.org spreadsheet no longer pastes
random HTML garbage before the actual spreadsheet data into HTML
compose.
- Fixed several situations where LDAP connections were left open when
using LDAP auto complete or performing searches on LDAP directories.
- Improved view source behavior.
- Mail notification for POP3 messages that are marked deleted or
marked read by mail filters no longer occurs.
- The "Mark All Read" keyboard shortcut now works for Linux GTK2.
|
|
|
|
p5-Test-Harness.
|
|
so any package requiring it can DTRT.
|
|
the number of size. This lead to some of the commands being truncated
and not executing appropriately. (The function in questions was
make_message in ./src/preproc/html/pre-html.cpp.) Patch this to also
behave correctly with Irix' vsnprintf(3) family.
This should address PR pkg/22563.
|
|
if using a custom INFO_DIR so info command can find docs.
|
|
I have used this successfully to install over 300 info files
using INFO_DIR=share/info.
Also add new variable called NO_CONFIGURE_INFODIR (as suggested
by Greg Woods) because some autoconf-style configure scripts
don't know --infodir. (The alternative is to use HAS_CONFIGURE
and add the needed CONFIGURE_ARGS.)
Please note that the info tool may not find custom INFO_DIR
unless it is configure to know it. (I will update gtexinfo
for this, but if using native info you are on your own
if you customize this.)
|
|
|
|
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
|
|
giFTcurs is a cursed frontend to the giFT daemon and has been described
as "seriously slick".
|
|
gift-openft is a plugin for the giFT Daemon which provides access to the
OpenFT peer-to-peer network.
|
|
This is the gnutella plugin for gift.
|
|
giFT-FastTrack is a plugin for giFT which enables users of giFT to participate
in the FastTrack network. The required cryptographic algorithms have been
successfully reverse engineered and searching/downloading already work.
|
|
What is giFT, you ask? giFT is a modular daemon capable of abstracting the
communication between the end user and specific filesharing protocols
(peer-to-peer or otherwise). The giFT project differs from many other similar
projects in that it is a distribution of a standalone platform-independent
daemon, a library for client/frontend development, and our own homegrown
network, OpenFT.
|
|
|
|
|
|
Un fonts are GPL'd Korean fonts. They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.
|
|
|
|
filename used by INFO_DIRS.
(Alternatively, I could patch this to not install
as ged.info for example.)
|
|
since it uses INFO_FILES.
|
|
|
|
capability registers it automatically.
|
|
|
|
|
|
Changes:
2.6.0.2 stuff:
- Fix PAM braindamage in #119853 and #126984 (Frederic Crozat, me)
- Fix the flexiserver protocol (gdmflexiserver should no longer hang)
- Disable IPv6 by default, it's still kind of problematic, you have
to explicitly enable it now with --enable-ipv6=yes
- Fix some IPv6 issues, #133246
- Fix message weirdness in the greeters, #123958 (Frederic Crozat, me)
- Set font correctly on theming, #125070 (Muktha, me)
- Translation updates (John C Barstow, Vincent van Adrighem, Christophe Merlet,
Changwoo Ryu)
2.6.0.1 stuff:
- Also ensure that /tmp/.X11-unix exists as well as /tmp/.ICE-unix, and
do this in a way to avoid self races
- Main daemon now ignores SIGPIPE which it can get which would cause
a crash (Jerry Wall)
- Fix a file descriptor leak when closing slaves (Jerry Wall)
- Fixed IPv6 authorization setting in .Xauthority (Vijaykumar Patwari)
- Some typos fixed
- Translation updates (Guntupalli Karunakar, Christian Rose, Gareth Owen,
Andras Timar, Gujarati Team, Christophe Merlet, Inaki Larranaga,
Changwoo Ryu, Samuel Jon Gunnarsson, Helgi, Pormar Porbjornsson,
Zuza Software Foundation, Ole Laursen, Jaswinder Singh Phulewala,
Asmund Skjaeveland, Robert Sedak, Takeshi Aihana, Mugurel Tudor,
Misu Moldovan, Abel Cheung, Kevin Kee, Baris Cicek, Telsa Gwynne,
Sayamindu Dasgupta, Indranil Dasgupta, Francisco Javier F. Serrador,
Arafat Medini, Indictrans team, Leonid Kanter, Dafydd Harries,
Alession Frusciante, Francesco Marletta)
|
|
2.0_BETA (which doesn't have statvfs.h) and on -current (which has it).
Bump pkgrevision.
|
|
building even though it uses INSTALL_DATA on them so set SHAREMODE=644
rather than have to patch an ever increasing number of files.
Idea from Julio M. Merino Vidal.
|
|
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
(I didn't receive any okay from maintainer when I asked
in April.)
|
|
${PREFIX}/info.
|
|
because it was just removed after.
But now use a patch to disable the install and disable the
creation of the ${PREFIX}/info directory.
(${PREFIX}/info is wrong; pkgsrc uses ${PREFIX}/${INFO_DIR}.)
(The patch also includes the BSD_INSTALL_SCRIPT change
which was previously done in the Makefile using sed.)
|
|
|
|
|
|
outdated pgp helper filters. This was okay'd by maintainer,
Kimmo Suominen.
This fix will close my PR 22226.
The pgpdecode shell script has an insecure tmp file issue.
These pgp help scripts were rewritten in perl and the author no
longer uses pine and possibly the scripts may not work with new
pine versions.
So now MESSAGE suggests installing the security/pinepgp package
instead. Also available are wip/pgpenvelope and wip/pine-pgp-filters
and when they are available in regular pkgsrc these will be
suggested in the MESSAGE too.
|
|
I'll take over ownership of these
|
|
|
|
Last commit should have read 'added Filelight'
|
|
- Fix buffer overflows listed at http://www.guninski.com/exim1.html
Update exim to exim-4.33nb1 (from 4.22nb5)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33
- 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime
Update exim-exiscan to 4.33_20nb1 (from 4.22-12)
- Fix buffer overflow listed at http://www.guninski.com/exim1.html
- Leave nb1 to indicate we have a local change from stock 4.33_20
- Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
- Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include
- added option to use multiple spamd servers
- many mime changes
- Added Brightmail Antispam support
- clamd fixes
Update exim-html to 4.30 (from 4.20)
- Update to latest docs
Delete exim-user
- No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
|
|
Add a new flag -Q (for "query") to pkg_info(1) to query the build
information for the definitions of specific variables that were saved
from build time, e.g.
$ pkg_info -Q PKGPATH glib
devel/glib
$ pkg_info -Q PROVIDES glib
/usr/pkg/lib/libglib.so.13
/usr/pkg/lib/libgmodule.so.13
/usr/pkg/lib/libgthread.so.13
|
|
|
|
Since the version 1.67, the distfiles are moved to
sourceforge. A lot of bugfixes, improvements, and
more localization support are added. This pkgsrc
update are reviewed by hubertf@.
|
|
|