Include stddef.h first, at least on DragonFly a C style (void *)0
definition of NULL is pulled in from somewhere otherwise and that
conflicts with the stricter C++ type conversion rules.
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
No changelog available, but changes to manpage suggest the following:
- two more interpolation methods (VHG, AHD)
- bilateral filter to smooth noise
- settable black point
Changes between 0.75 and 0.76:
- Better compatibility with C++
- a better eject routine for FreeBSD
- Fix bug in not specifying a device name in libcio_cdda
- Allow building cd-paranoia if Perl is not installed.
- More accurate library dependency tracking in linking and pkg-config
- Miscellaneous minor bug fixes.
- cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa
is true. This may require an #include <cdio/cdda.h> in some applications that
used <cdio/paranoia.h> but didn't include it.
Drupal is software that allows an individual or a community of users to easily
publish, manage and organize a great variety of content on a website. Tens of
thousands of people and organizations have used Drupal to set up scores of
different kinds of web sites, including
* community web portals and discussion sites
* corporate web sites/intranet portals
* personal web sites
* aficionado sites
* e-commerce applications
* resource directories
Drupal includes features to enable:
* content management systems
* blogs
* collaborative authoring environments
* forums
* newsletters
* picture galleries
* file uploads and download
(I did this a while ago but never updated since it has problem
using default firefox dependency, but with mozilla it does work fine.
I now see that 0.3.4 is now available.)
Added a gnutls option. Adds a options.mk file for this (and for gecko).
USE_DIRS updated to xdg-1.2.
Removed glib2 buildlink include.
New "fr" locale file.
Changelog:
Kazehakase-0.3.3:
- Fixed compile problem on FreeBSD (Kouhei Sutou)
- Fixed multiplying windows on restoring session (Hiroyuki Ikezoe)
Kazehakase-0.3.2:
- Dialog for SSL certificates (Hidetaka Iwai)
- scrolling mouse wheel with 3 (right) button click (Kouhei Sutou)
- Set the label color in the sidebar to the same color of the tab
label (Jim Apple)
- Fix BUG #2190, #2659, #2740 (Gna) and #4982, #7241 (SF.jp)
Kazehakase-0.3.1:
- Use GnuTLS instead of OpenSSL (Hidetaka Iwai)
- Added TabCloseAllSameSiteAsThis action (Ryo SHIMIZU)
- French translation (Jocelyn Jaubert)
- if you have > db1 the probably you have db_185.h which means
that dbopen is really __db185_open, and we'll prefer that.
- else if you have db1, then you have db1/db.h and dbopen
- else if you have db.h, then this is either the one from db1 and it will
work with -ldb having dbopen, or it will not.
Note that the compatibility option on __db185_open() will actually not create
or update db1.85/1.86 files, but it will use the current format of the db
library. This compatibility layer is source code only.
Honor PKGMANDIR.
Changes in 0.9.5 (Dec 31, 2005)
- Changed default output to silent like bzip2 and added -v switch
to make verbose
- Added support to autodetect number of CPUs on OSX
- Added support to compile on Borland and other Windows compilers
using pthreads-win32 open source library
- Added decompression throttling in case too much backlog in filewriter
- Fixed bug from patch in 0.9.4 that limited file block size to 900k
- Fixed bug that caused file output to fail with some large files
- Fixed pthreads race condition that could cause random segfaults
- Fixed pthreads resource issue that prevented pbzip2 from compressing
a large number of files at once
of main. Why does it have to be int? Well, not returning anything can
result in a random exit code. Add make(1) as caller and the normal
behaviour of just stopping on the first error and this package has
a very low success rate for building e.g. on DragonFly.
was changed in recent freetds installation change.
Remove subdirectory "freetds" from the buildlink directory used
during build.
Get rid of forced "BUILDLINK_DEPENDS.freetds=freetds-0.61*". This
dated back over two years ago to initial import of this package
which was one month after freetds was updated from 0.60 to 0.61.
This package appears to build and package fine (using py23-sybase-0.36nb3
and python23-2.3.5nb5 today).