Commit graph

90828 commits

Author SHA1 Message Date
tron
86523dd9df Patch the "texconfig-dialog" script (patching the "texconfig" script
doesn't help any more) so it calls the "dialog" program without requiring
the "DIALOG_PROG" environment variable to be set. Bump package revision
because of this fix.
2006-01-09 11:59:55 +00:00
xtraeme
21eec721b8 Remove MYSQL_VERSIONS_ACCEPTED, mysql-4.0.x was removed. 2006-01-09 11:35:45 +00:00
tron
b0693b0d51 Fix broken ".if" conditional which causes warnings if e.g. "pkg_chk -i"
was used.
2006-01-09 10:12:11 +00:00
uebayasi
6dff38580d Note import of PDFjam 1.2.0:
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
are:

 + pdfnup, which allows PDF files to be "n-upped" in roughly the way
   that psnup does for PostScript files.

 + pdfjoin, which concatenates the pages of multiple PDF files together
   into a single file

 + pdf90, which rotates the pages of one or more PDF files through 90
   degrees (anti-clockwise).
2006-01-09 10:12:10 +00:00
uebayasi
f64cda5daf Add pdfjam. 2006-01-09 10:10:50 +00:00
uebayasi
500647c2ef Initial import of PDFjam 1.2.0:
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
are:

 + pdfnup, which allows PDF files to be "n-upped" in roughly the way
   that psnup does for PostScript files.

 + pdfjoin, which concatenates the pages of multiple PDF files together
   into a single file

 + pdf90, which rotates the pages of one or more PDF files through 90
   degrees (anti-clockwise).
2006-01-09 10:10:08 +00:00
uebayasi
c17a638730 cvs2svn was done. 2006-01-09 03:59:55 +00:00
uebayasi
4092e7578c Update cvs2svn to 1.3.0.
Version 1.3.0
(18 August 2005, from /tags/1.3.0)

 Bugs fixed:
 * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
 * Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
 * Fix issue #88: Don't allow resyncing to throw off CVS revision order.
 * Fix issue #89: Handle initially dead branch revisions acceptably.
 * Fix some branch-filling bugs (r1429, r1444).

 Improvements and output changes:
 * Better --encoding support when iconv_codec module is available.
 * Speedups to pass8 (r1421)
 * Use standard "rNNN" syntax when printing Subversion revisions.
2006-01-09 03:46:15 +00:00
uebayasi
24ea5541a1 *** empty log message *** 2006-01-09 03:45:32 +00:00
rillig
9bb9aae442 - Only check make variables for deprecation and $(...) instead of ${...}. 2006-01-09 03:22:45 +00:00
rillig
3a9a4959c2 Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}. 2006-01-09 02:48:55 +00:00
rillig
043613d277 - Added "Please use ${FOO} instead of $(FOO)."
- It is an error if the COMMENT has the default value from url2pkg.
2006-01-09 02:47:56 +00:00
rillig
a1f80b8a53 Added a patch that fixes the mixing of code and declarations. 2006-01-09 01:28:05 +00:00
joerg
9d0efde46f apache1 wasn't linked to export symbols on DragonFly, breaking mod_php. 2006-01-09 00:52:04 +00:00
joerg
424d83d5fb Fix httpd linkage on DragonFly: -Wl,-E is needed, otherwise ap-php
can't use ap_block_alarms. Bump revision.

Problem noticed by Justin Sherrill on DragonFly's bugs list.
2006-01-09 00:51:03 +00:00
jlam
4593519ecc Teach the tools framework about "gsoelim", which is the soelim tool from
a groff distribution.
2006-01-08 23:00:00 +00:00
ghen
50cacbe2d2 Update distinfo -- the old checksums were from a beta which was also released
as bacula-1.38.3.tar.gz.  The mirrors were probably not up-to-date yet when I
updated the bacula package (which was right after the release announcement).

The Bacula developers have acknowledged the problem and have modified their
beta release scripts so that future beta releases will have unique names like
bacula-beta-<version>-<date>.tar.gz.

Don't do the DIST_SUBDIR trick as the mirrors synced shortly after that.
ftp.netbsd.org has the correct file.

This fixes PR pkg/32477.
2006-01-08 22:13:19 +00:00
joerg
df8aee99c4 MySQL 4.0 no longer support, remove it to unbreak bulk builds. 2006-01-08 22:13:18 +00:00
wiz
06d5f26332 USE_TOOLS+=, not =, says pkglint. 2006-01-08 22:11:52 +00:00
jlam
ff83ba02a2 Consolidate groff-supplied tools into one section. 2006-01-08 22:09:05 +00:00
joerg
33d24ca22a Add DragonFly support. Use PTHREAD_* instead of -lpthread.
LDFLAGS is exported automatically,  but add -lmd for DragonFly.
2006-01-08 21:42:41 +00:00
joerg
33abffad5e Add DragonFly support. 2006-01-08 21:22:58 +00:00
agc
9bf9b712d5 Be a bit more specific about the purpose of this package. 2006-01-08 21:17:17 +00:00
joerg
d357f3f9e5 Fix errno. 2006-01-08 21:07:06 +00:00
joerg
a32d8f5c53 Unbreak by adding NO_BUILD=yes. 2006-01-08 21:00:22 +00:00
joerg
d5d3886f1c short gets promoted to int according to ISO C rules, so use int for
va_arg instead of short.
2006-01-08 20:55:46 +00:00
joerg
7c6dac3456 Move initialisation of FILE structures to run time, stdin and stdout
are not valid rvalues on global scope.
2006-01-08 20:52:57 +00:00
joerg
67250660c4 Add DragonFly support. 2006-01-08 20:45:45 +00:00
joerg
578d3bed5c Override config.guess and config.sub. Add DragonFly. 2006-01-08 20:40:02 +00:00
rh
a2b442c21d Add missing nl and uk locales.
Patch provided in private mail by Eric Gillespie <epg@>, thanks!
2006-01-08 20:31:59 +00:00
markd
7281d313bf Back out my last change. htfuzzy needs to run after its CONF_FILES
are installed. Noted by Joerg Sonnenberger.
Adjust synonyms.db entry in PLIST to fix CHECK_FILES issue.
2006-01-08 20:25:58 +00:00
joerg
4733491d22 DragonFly uses SIGBUS for access violations. Fix the vprint
implementation, va_arg of a char violates C promotion rules.
The builtin of newer GCC versions would call abort() in that case.
2006-01-08 20:25:34 +00:00
joerg
0f8f70b4c5 Always include errno.h. Avoid the compat interface and correct prototypes. 2006-01-08 20:16:27 +00:00
xtraeme
b1570b9059 Use the correct audio device via ossaudio.buildlink3.mk, pointed
out by Peter Schuller.

Bump PKGREVISION.
2006-01-08 20:14:52 +00:00
joerg
54528bea5c Rename exp2, GCC 3.4 considers it to be a builtin. 2006-01-08 19:50:30 +00:00
joerg
cffe7bb265 Add DragonFly support. 2006-01-08 19:38:54 +00:00
joerg
fa75f5aefe Add DragonFly support. Don't use statvfs on DragonFly for now. 2006-01-08 19:30:02 +00:00
joerg
7e5bd7ae5f Rename strtonum function, it conflicts with a system prototype on
OpenBSD and DragonFly.
2006-01-08 19:21:18 +00:00
wiz
bc3d2425eb + dialog-1.0.20060101, mDNSResponder-107.5, openldap-2.3.15,
p5-MailTools-1.71, zope-2.9.0.
2006-01-08 19:17:45 +00:00
joerg
a145e4d778 djbdns's error.h needs the DJB cure as well. 2006-01-08 18:38:26 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
joerg
a9ec63a8fa cdb_seek.c and leapsecs_read.c need DJB cure as well. 2006-01-08 18:32:00 +00:00
joerg
914e1d6f82 cdb_seek.c needs DJB errno hack. 2006-01-08 18:27:11 +00:00
joerg
05b3e09f14 Use FreeBSD config for DragonFly and teach the host include header
about it.
2006-01-08 18:20:30 +00:00
joerg
bfa599058b Be cheap and also patch FreeBSD's include file for DragonFly. 2006-01-08 18:13:08 +00:00
joerg
d07fbb3d96 Use the FreeBSD configuration for DragonFly as well. 2006-01-08 18:03:04 +00:00
joerg
21db667705 Use system version of strcasecmp on DragonFly, prototype conflicts
and it doesn't make much sense either.
2006-01-08 17:55:31 +00:00
joerg
ea96b794fb Add cdb_seek.c and dns.c to the files with djb-errno hack. 2006-01-08 17:48:14 +00:00
xtraeme
b15a2b15e5 Add missing extra header files, they are needed at least to build
the php-pdo package.

Bump PKGREVISION.
2006-01-08 17:45:23 +00:00
xtraeme
5604b85276 Don't install the extra header files, they are needed to build some
packages so they belong to mysql-client.

Bump PKGREVISION.
2006-01-08 17:43:58 +00:00