Age | Commit message (Collapse) | Author | Files | Lines |
|
- only include openssl if the openssl option is present
- include arpa/inet.h to get ntohl and friends on older platforms like
Interix
- use new netdb.h compat code from libnbcompat
- include inttypes.h only when present
- don't name local variables err, Interix has a symbol like that in
default namespace
- allow fetch_read to do short read and do more intelligent buffering
for header processing; effectively don't do a system call for each
byte read
|
|
Ideally, X11_TYPE modular would set up such packages so that
PREFER.<BUILTIN_PKG> is set to "pkgsrc", but it's a more complex change.
Reported by Adam Hoka.
|
|
Problem pointed out by Quentin Garnier.
|
|
- DESTDIR support
- Add check for inttypes.h and sys/socket.h
- Provide compatibility fallback for netdb.h and the RFC2553 API
(getaddrinfo), supoprting IPv4 only. Code from OpenSSH.
- Use normal autoconf checks for fixed size bit types. Stop using the
older BSD types (u_intXX_t) in libnbcompat.
- Add implementation of shquote (from NetBSD).
- Fix a buglet in the getenv/setenv/unsetenv detection.
- Fix a buglet in the mkdtemp/mkstemp detection.
|
|
Mac OS X Leopard. This fixes build problems in e.g. the "cairo" package.
|
|
|
|
|
|
Mod_Mono is an Apache 1.3/2.0/2.2 module that provides ASP.NET support for the
web's favorite server, Apache.
|
|
|
|
|
|
2008-10-04 Mikio Hirabayashi
* tcqdb.c (tccmpocrs, tccmpuint64): bugs of comparison was fixed.
- Release: 0.9.7
2008-09-10 Mikio Hirabayashi
* tcqdb.c (tctextnormalize): a bug of memory corruption was fixed.
- Release: 0.9.6
|
|
|
|
2008-09-23 Mikio Hirabayashi
* tchdb.c (tchdbputimpl): performance of the ADDINT mode was improved.
* tcbdb.c (tcbdbleafaddrec): performance of the ADDINT mode was improved.
* tcfdb.c (tcfdbputimpl): performance of the ADDINT mode was improved.
* tcutil.c (tcpagealign): new function.
* tchdb.c (tchdbsetxmsiz): the parameter is now rounded up to multiple of the page size.
* tcfdb.c (tcfdbtune): the parameter is now rounded up to multiple of the page size.
* tchdb.c (tcseekwrite, tcseekread, tcseekreadtry): page border handling was added.
- Release: 1.3.11
2008-09-20 Mikio Hirabayashi
* tcutil.c (tcunlock): new function.
* tchdb.c (tchdbsetmutex): useless locking was eliminated.
* tcbdb.c (tcbdbsetmutex): useless locking was eliminated.
* tcfdb.c (tcfdbsetmutex): useless locking was eliminated.
- Release: 1.3.10
2008-09-10 Mikio Hirabayashi
* tchdb.c (tchdblockallrecords, tchdbunlockallrecords): new functions.
* tcfdb.c (tcfdblockallrecords, tcfdbunlockallrecords): new functions.
- Release: 1.3.9
|
|
|
|
* Fix to STORE TRIGGER - store trigger was running against all nodes
upon subscription
* Portability changes to some tools/ scripts, fixing some
"bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak
|
|
|
|
|
|
Bug-fix release, see HISTORY for details.
|
|
Bug-fix release, see HISTORY for details.
|
|
Bug-fix release, see HISTORY for details.
|
|
|
|
* Fix for a bug in SELECT DISTINCT logic that was introduced by the prior
version.
* Other minor bug fixes.
|
|
- Add more emacs versions to be accepted.
- Revert a local change (sorry).
- Add buildlink3.mk.
|
|
** Use Custom to saved settings. (ueno)
** Use stock icons for toolbar. (ueno)
** Follow the procedure recommended in RFC2812 when making a
connection to the server. This change is needed for some IRC
servers including TwitterIrcGateway. (ueno)
** Allow non-ASCII realname. (KASUGA Toru)
** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)
|
|
** Use Custom to saved settings. (ueno)
** Use stock icons for toolbar. (ueno)
** Follow the procedure recommended in RFC2812 when making a
connection to the server. This change is needed for some IRC
servers including TwitterIrcGateway. (ueno)
** Allow non-ASCII realname. (KASUGA Toru)
** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)
|
|
|
|
- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive rights.
'k' right didn't prevent creating parent/child/child mailbox. ACL groups
weren't working.
- Maildir++ quota: Fixes to rebuilding when quota limit wasn't specified in
Dovecot (0 limit or limit read from maildirsize).
- mbox: Several bugfixes causing errors and crashes.
- Several fixes to expire plugin / expire-tool.
- lock_method=dotlock could have deadlocked with itself.
- Many error handling fixes and log message improvements.
|
|
|
|
|
|
Changes:
- GCC printf attributes for all printf like functions for better
compiler time warnings (Nikolai Kondrashov)
- Better support for other compilers for handling CPP variable
argument macros (Raphaƫl HUCK)
- Fix for some symlinking/hdf_get_obj bugs (Nikolai Kondrashov)
- Performance improvements to Perl wrapper (Sergey Skvortsov)
- New url_validate Clearsilver method (Mugdha Bendre @ Google)
- Quick Hello World example for using with FastCGI (Mike Tsao @ Google)
- Updates to the Ruby wrapper (Dan Janowski)
- Updates to the Java wrapper (Joe Walnes @ Google)
- Add support to Java wrapper for hooking the file loader
- Add string.crc builtin-function
- Make it easier to write XSS free clearsilver code
- Ability to setup file load hooks for cs and hdf files
- fix for non-thread safe nerr_init call (causes java jni wrapper to
core dump when server is started under heavy load)
- python egg support (if you have the egg version of distutils
installed)
- some parser edge case fixes.
- some cleanups to cgiwrap that make it easier to use with
fastcgi. fastcgi wrapper to come in the future.
|
|
|
|
MAINTAINER. From the changelog:
- corrected the -g option to be more intuitive
- fixed bug in the man page (from wrong '-t' to wrong '-g')
- changed small usage error on '-g' option
- mp3splt is now using libmp3splt
- checks for compatibilities between options
- added 'm-' for mp3 STDIN
- possibility to specify the server and port for freedb search;
(now using tracktype.org by default)
- original id3v1 for mp3 tags are kept in the splitted files and also
ogg vorbis tags
- add custom tags with the new '-g' option
- '-o' option now creates the specified directories if '-d' option is not
specified
- added '-Q' option which enables the '-q' option and does not print
anything to STDOUT
- added experimental '-D' debug mode option
- added '-i' option for counting the number of silence splitpoints
- also added '-h' option which shows a small usage
|
|
- fixed bug settings custom tags to splitted files
- fixed bug for mac compilation (#2099498 : no plugin matches the
file 'xxx')
- added plugin system for audio formats (currently supports ogg
vorbis and mp3)
- implemented STDIN and STDOUT (like in the original mp3splt)
- moved translation of error codes to string into the library
- implemented experimental version of 'mp3splt.log' (like in the
original mp3splt)
- return codes of many functions were checked
- option '-o' now creates directories if necessary
- fixed a log of bugs, including :
(some are related to mp3splt command line, but I post them here)
#1807288 : one-off bug
#1483040 : problems with output file path(mp3splt is removing '/')
#1665006 & #1665002 : corrected return codes & const correctness
#2000246 : changed 'splitted' to 'split'
#118157 : unplayable stdin files on windows (+ same problem for stdin)
|
|
|
|
>> libetpan 0.55/0.56 released.
better support for client certificates
>> libetpan 0.53/0.54 released.
IPv6 issue
gmail issues
mingw32 build
|
|
|
|
|
|
|
|
X.Org found in NetBSD-current.
Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).
On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files. It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file. x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
|
|
(cf. e.g. http://lists.macosforge.org/pipermail/macports-tickets/2008-April/007500.html)
That issue could have affected other platforms, too.
|
|
Closes PR 39704.
|
|
fuse-ntfs-3g-1.2918sr1, geda-1.4.1.20080929, gimp-2.6.0, glpk-4.32,
gmime-2.4.1, gst-plugins0.10-base-0.10.21, gstreamer0.10-0.10.21,
highlight-2.6.13, ion3-20081002, libv4l-0.5.0, licq-1.3.6,
pango-1.22.0, quagga-0.99.11, scilab-5.0.2, totem-2.24.1, vlc-0.9.3,
wesnoth-1.4.5.
|
|
when I updated to 2.5.5.
Use the correct papersize names. And bump PKGREVISION.
It now just passes along the name set in pkgsrc PAPERSIZE.
It has no checking so could still have wrong value.
I didn't check for "Letterdj" so that may cause problem as mpage
doesn't know it. For the record this is what mpage knows:
Mpage knows about the following paper types:
Type Points Wide Points High
-------------- ----------- -----------
Letter 612 792
LetterSmall 612 792
Tabloid 792 1224
Ledger 1224 792
Legal 612 1008
Statement 396 612
Executive 540 720
A0 2384 3368
A1 1684 2384
A2 1192 1684
A3 842 1192
A4 596 842
A4Small 595 842
A5 420 595
B4 729 1032
B5 516 729
Folio 612 936
Quarto 610 780
10x14 720 1008
|
|
Unknown why it was using this.
This closes PR 39571 and PR 37786.
Another suggestion is to use pkgsrc's MACHINE_ARCH.
(Not completely tested on DragonFly as this still doesn't build
due to wrong gcc.)
Also note this release is not the latest.
|
|
safe to tie it to one specific version), so remove the dependency.
Dansguardian will work with any upstream web proxy; it requires a parent
proxy for the actual fetching, but we don't need to dictate which one.
|
|
Cheusov on pkgsrc-users.
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
not require this, and this fixes the build on those systems. Not
objected to by joerg@.
|