summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31Remove p5-Apache-ePerl, since eperl, its dependency, has been removed.wiz5-43/+1
2005-12-30+ mathomatic-12.5.5, spamprobe-1.4, tiff-3.8.0.wiz1-2/+4
2005-12-30Add DragonFly support.joerg4-3/+32
2005-12-30Use find instead of pax -rw, the latter overflows the argument bufferjoerg1-2/+2
on DragonFly.
2005-12-30jpegpixi dependency change.joerg1-1/+2
2005-12-30Uses gettext. Bump revision for dependency change.joerg1-1/+3
2005-12-30Move init of errfdevice to bwb_init, it should be the firstjoerg2-1/+24
function which is ran and stderr can't be used as lvalue in file scope.
2005-12-30stdout can not be used to initialise a global variable.. Move it fromjoerg8-5/+112
global scope to static scope in encoder.c / decoder.c and initialise it from main. Fix a nice side-effect from a macro, which is not a macro in DragonFly: if feof(tablefile) does not parse correctly.
2005-12-30Ensure that the hints files are always writable before modifying them.jlam1-1/+4
Fixes build problems on platforms without threads.
2005-12-30DragonFly ~= NetBSD, at least here.joerg2-4/+13
2005-12-30Skip charset.alias as it's another generated index file that changesjlam1-1/+4
over time.
2005-12-30Add DragonFly support.joerg3-1/+38
2005-12-30Note addition of sysutils/xfsprogsagc1-1/+2
2005-12-30Add and enable xfsprogsagc1-1/+2
2005-12-30Initial import of xfsprogs-2.7.3 into the Packages Collection.agc16-0/+847
XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. + Journaled 64-bit filesystem with guaranteed filesystem consistency. + XFS supports filesystem growth for mounted volumes, allows filesystem "freeze" and "thaw" operations to support volume level snapshots, and provides an online file defragmentation utility. + XFS supports user and group quotas. XFS considers quota information as filesystem metadata and uses journaling to avoid the need for lengthy quota consistency checks after a crash. + For Linux 2.6 and beyond, when using 64 bit addressing in the block devices layer (CONFIG_LBD) and a 64 bit platform, filesystem size limit increases to 9 million terabytes (or the device limits). For these later kernels on 32 bit platforms, 16TB is the current limit even with 64 bit addressing enabled in the block layer. This package contains filesystem manipulation and support programs. Very loosely based on the FreeBSD port (I took the MASTER_SITES from there).
2005-12-30Include ossaudio.b3.mk.joerg1-1/+2
2005-12-30Add DragonFly support. Fix ossaudio usage. Use system perror.joerg5-16/+32
2005-12-30Fix errno. Add DragonFly.joerg4-10/+20
2005-12-30Add DragonFly build support, partly based on the patches fromjoerg21-40/+555
www/firefox.
2005-12-30Optionally build the ODBC driver for freetds. This will allow ODBCjlam3-2/+38
clients to load the driver to talk to MS SQL Server.
2005-12-30Update databases/iodbc to 3.52.3. Changes from version 2.50.3 includejlam8-34/+111
adding some support for the ODBC 3.x specifications and fixing quite a lot of bugs.
2005-12-30ffs is a pre-existing symbol e.g. on DragonFly, use a different name.joerg3-1/+47
2005-12-30Remove some unnecessary patches that removed targets to install thejlam4-43/+4
configuration files. It's easier just to override the installation destination during the install phase by setting INSTALL_MAKE_FLAGS.
2005-12-30Update the package description to match the current version.jlam1-14/+6
2005-12-30Index: has sometimes different precedence in patch, avoid problems.joerg1-0/+1
2005-12-30Add missing @comment $NetBSD$.ghen1-0/+1
2005-12-30Fix errno. Add DragonFly.joerg3-11/+20
2005-12-30Sort mutt entry correctly.ben1-2/+2
2005-12-30Fix rest of errno issues in canna.joerg9-1/+111
2005-12-30+samba-3.0.21ataca1-2/+2
2005-12-30Make note of mutt and cdlabelgen updates.ben2-4/+4
2005-12-30Update to cdlabelgen version 3.6.0, and update MASTER_SITES and HOMEPAGE.ben5-25/+27
Changes include: * --rows-columns=r,c will force all items to be fit in "c" columns, with each column having "r" lines (rows). * Makefile: use INSTALL_FILE to install man page * CD Label support - print directly on the CD or DVD * --page-offset now accepts an optional X-axis offset also --page-offset [xoffset,]yoffset * Fix cdinsert.pl CGI script to use PAPERSIZE option for A4 paper * Slim Case now applies to DVD outside also - creates outside inserts for half-height DVD cases - driven by these arguments: --create-dvd-outside --slim-case * --slim-case to be used instead of --create-slim-cover (deprecated) * End Cap text can now be rotated (flipped), --rotate-end-caps * {#M} and {#MB} support directives added {#M} {#MB} {#BI} {#B} {#I} can appear in input text, to make a line monospaced, monospaced-bold, bold-italic, bold, or italic respectively. Directives must appear in column 1 of line. * Added dvdlogo.eps * Changed aczone to aczoom * DVD outside cover inserts now supported, --create-dvd-outside option * Move down the DVD inside insert to fit better on letter and A4 paper * trayimage "fill2" now fills all - cover, tray, spine, as appropriate * Fixed bug in --outside-foldout and placement of tray image * Fixed BoundingBox in divx.eps * Date handling changed to use its own font size
2005-12-30Fix DragonFly. Use C++ compiler for linkage and add a snippish commentjoerg3-12/+25
about the incorrect comment in the Makefile.
2005-12-30Pkglint: s/xargs/${XARGS}/. Ok by wiz.ghen1-2/+2
2005-12-30Comment out an unused function, which takes FILE (!) as parameter,joerg2-1/+22
breaking the build on DragonFly.
2005-12-30Add DragonFly support. Fix isnan and isinf detection.joerg6-1/+212
2005-12-30Add cripple.ghen1-1/+2
2005-12-30For py-extclass, use the buildlink3.mk, not just a dependency.joerg1-5/+2
Fixes build on DragonFly, remove PKG_FAIL_REASON.
2005-12-30Create the directory first with INSTALL_DATA_DIR, install the filejoerg1-6/+7
with INSTALL_DATA afterwards. Don't use find -print + xargs, use find -exec directly.
2005-12-30Fix patch (the original file has no newline at the end, breaking thejoerg2-4/+5
BSD patch).
2005-12-30Fix errno.joerg2-1/+14
2005-12-30Fix errno.joerg2-1/+14
2005-12-30Added javemartti2-2/+4
2005-12-30JavE is a free ASCII Editor. Rather than for editing texts, it is intendedmartti5-0/+360
for drawing simple diagrams by using ASCII characters. It is like a graphics editor for editing texts instead of images.
2005-12-30- Update Erlang to R10B-9. (The changes are innumerable, this package hasn'tghen9-3484/+4119
been updated in more than two years.) - Add a buildlink3.mk file. - Make the Java dependency optional, and disable this option by default (this will make erlang build in more bulk builds). Ok by wiz.
2005-12-30rssh-2.3.0 doneseb1-2/+1
2005-12-30Note revision bump for devel/nsis.cube1-1/+2
2005-12-30Force version, otherwise it is computed from the day it was compiled...cube1-3/+5
2005-12-30postfixmartti1-1/+3
2005-12-30Make sure ${spooletcdir} exists. Bump PKGREVISION as this affectsmartti4-6/+8
the binary package.