Commit graph

90000 commits

Author SHA1 Message Date
joerg
3dce97fbbe Uses gettext. Bump revision for dependency change. 2005-12-30 23:37:42 +00:00
joerg
6e244a7db6 Move init of errfdevice to bwb_init, it should be the first
function which is ran and stderr can't be used as lvalue in
file scope.
2005-12-30 23:29:36 +00:00
joerg
4b260f490e stdout can not be used to initialise a global variable.. Move it from
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-30 23:23:54 +00:00
jlam
d12148e1c9 Ensure that the hints files are always writable before modifying them.
Fixes build problems on platforms without threads.
2005-12-30 23:16:33 +00:00
joerg
2094b347be DragonFly ~= NetBSD, at least here. 2005-12-30 23:13:41 +00:00
jlam
ffa70a6b31 Skip charset.alias as it's another generated index file that changes
over time.
2005-12-30 23:11:55 +00:00
joerg
19d1eeb598 Add DragonFly support. 2005-12-30 23:06:43 +00:00
agc
cd0ee2e62d Note addition of sysutils/xfsprogs 2005-12-30 23:04:54 +00:00
agc
f25577ca11 Add and enable xfsprogs 2005-12-30 23:03:57 +00:00
agc
8dc522478c Initial import of xfsprogs-2.7.3 into the Packages Collection.
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-30 23:03:05 +00:00
joerg
5a27872305 Include ossaudio.b3.mk. 2005-12-30 22:57:57 +00:00
joerg
06c3764607 Add DragonFly support. Fix ossaudio usage. Use system perror. 2005-12-30 22:41:27 +00:00
joerg
93be5c6820 Fix errno. Add DragonFly. 2005-12-30 21:51:23 +00:00
joerg
7ff9ef5398 Add DragonFly build support, partly based on the patches from
www/firefox.
2005-12-30 21:35:58 +00:00
jlam
b8c78246e7 Optionally build the ODBC driver for freetds. This will allow ODBC
clients to load the driver to talk to MS SQL Server.
2005-12-30 21:07:42 +00:00
jlam
6516295733 Update databases/iodbc to 3.52.3. Changes from version 2.50.3 include
adding some support for the ODBC 3.x specifications and fixing quite
a lot of bugs.
2005-12-30 21:03:59 +00:00
joerg
21c52d50b7 ffs is a pre-existing symbol e.g. on DragonFly, use a different name. 2005-12-30 17:24:16 +00:00
jlam
06b8122436 Remove some unnecessary patches that removed targets to install the
configuration files.  It's easier just to override the installation
destination during the install phase by setting INSTALL_MAKE_FLAGS.
2005-12-30 16:39:39 +00:00
jlam
f1de2e9253 Update the package description to match the current version. 2005-12-30 16:38:32 +00:00
joerg
ff4b54c998 Index: has sometimes different precedence in patch, avoid problems. 2005-12-30 16:27:13 +00:00
ghen
d1b33df842 Add missing @comment $NetBSD$. 2005-12-30 16:10:29 +00:00
joerg
416bcd0e6c Fix errno. Add DragonFly. 2005-12-30 16:05:55 +00:00
ben
09948a9094 Sort mutt entry correctly. 2005-12-30 15:29:53 +00:00
joerg
d27922a9f9 Fix rest of errno issues in canna. 2005-12-30 15:16:21 +00:00
taca
bd9c6ea6f5 +samba-3.0.21a 2005-12-30 15:08:51 +00:00
ben
0ec02b2de8 Make note of mutt and cdlabelgen updates. 2005-12-30 15:04:27 +00:00
ben
03f965e59a Update to cdlabelgen version 3.6.0, and update MASTER_SITES and HOMEPAGE.
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-30 15:00:02 +00:00
joerg
fc775895da Fix DragonFly. Use C++ compiler for linkage and add a snippish comment
about the incorrect comment in the Makefile.
2005-12-30 14:52:17 +00:00
ghen
d4d4ff95b7 Pkglint: s/xargs/${XARGS}/. Ok by wiz. 2005-12-30 14:49:49 +00:00
joerg
d868ab2791 Comment out an unused function, which takes FILE (!) as parameter,
breaking the build on DragonFly.
2005-12-30 14:37:38 +00:00
joerg
a992ed442a Add DragonFly support. Fix isnan and isinf detection. 2005-12-30 14:18:51 +00:00
ghen
92449bdaea Add cripple. 2005-12-30 14:10:00 +00:00
joerg
110063eda0 For py-extclass, use the buildlink3.mk, not just a dependency.
Fixes build on DragonFly, remove PKG_FAIL_REASON.
2005-12-30 13:24:34 +00:00
joerg
0a07bf96d0 Create the directory first with INSTALL_DATA_DIR, install the file
with INSTALL_DATA afterwards. Don't use find -print + xargs, use
find -exec directly.
2005-12-30 13:17:51 +00:00
joerg
51f7c31aec Fix patch (the original file has no newline at the end, breaking the
BSD patch).
2005-12-30 13:13:40 +00:00
joerg
1e0228ce61 Fix errno. 2005-12-30 13:01:57 +00:00
joerg
998e385550 Fix errno. 2005-12-30 12:39:43 +00:00
martti
01780929f7 Added jave 2005-12-30 10:52:09 +00:00
martti
78f8c94e97 JavE is a free ASCII Editor. Rather than for editing texts, it is intended
for drawing simple diagrams by using ASCII characters. It is like a graphics
editor for editing texts instead of images.
2005-12-30 10:51:48 +00:00
ghen
eebba04ca0 - Update Erlang to R10B-9. (The changes are innumerable, this package hasn't
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-30 10:32:16 +00:00
seb
598e886485 rssh-2.3.0 done 2005-12-30 10:01:24 +00:00
cube
4eb3cbfb43 Note revision bump for devel/nsis. 2005-12-30 09:54:03 +00:00
cube
24fded7b56 Force version, otherwise it is computed from the day it was compiled... 2005-12-30 09:53:07 +00:00
martti
ff240bbebc postfix 2005-12-30 06:29:54 +00:00
martti
ee0069539e Make sure ${spooletcdir} exists. Bump PKGREVISION as this affects
the binary package.
2005-12-30 06:29:41 +00:00
martti
2003751e27 -vobcopy 2005-12-30 06:28:21 +00:00
garbled
358bf07663 Address PR pkg/30506 :
Change pkg to use tk instead of tk83.  I found no compelling reason for
it to still be dependant on the old version of tk.
Change the HOMEPAGE, as the old one no longer works.
Tested install, the pkg seems to install stuff properly now.. I believe
the PR should now be addressed fully.
2005-12-30 04:16:17 +00:00
garbled
c86ee7f74c Modify this pkg so it works with either xaw-xpm or xaw3d. If XAW_TYPE is
set to "standard" automatically promote it to xaw3d, as the pkg will not
work with stock xaw.  Change approved by Matthias (maintainer)
2005-12-30 04:00:01 +00:00
gdt
7b33456228 Replace Flash marketing text with a dispassionate description of the
package.  Avoid claiming that Flash is a web standard (and thus avoid
the debate about de facto vs real standards).
2005-12-30 02:03:20 +00:00
dillo
53499bec76 + p5-Image-ExifTool-5.87 (yes, it's a production release) 2005-12-30 00:33:35 +00:00