Commit graph

90437 commits

Author SHA1 Message Date
wiz
bed04d84f4 Update to 0.9.5.
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
2006-01-04 22:37:38 +00:00
wiz
bb7a9cfb33 Fix installation (PKGMANDIR needs PREFIX). 2006-01-04 22:37:18 +00:00
wiz
2af379ab76 Accept tiff-3.8 (build fix). 2006-01-04 22:36:50 +00:00
wiz
a69a6adc4b Fix path to scons-devel in DEPENDS line. 2006-01-04 22:36:24 +00:00
wiz
650b742c3f Note kdemultimedia3 PKGREVISION bump. 2006-01-04 22:36:15 +00:00
wiz
f38bd8be21 share/doc/kde/HTML/en/kioslave belongs to kdelibs3, which is a dependency,
don't try to remove it here. Bump PKGREVISION for PLIST fix.
2006-01-04 22:35:42 +00:00
wiz
86ce71bfea + glib2-2.8.5, leafpad-0.8.6, libshout-2.2, multitail-3.8.3,
pbzip2-0.9.5, xdaliclock-2.22.
2006-01-04 22:34:23 +00:00
reed
d6de4cd4a9 Remove "BROKEN_IN=pkgsrc-2005Q4".
This packages fine with recent fixes.
2006-01-04 22:12:00 +00:00
joerg
898348ab90 One of the first questions in every C class is about the return type
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.
2006-01-04 21:57:08 +00:00
joerg
8cab449c34 Depend on ncurses to provide prototypes for tparm and tgoto.
At least the former creates a conflict between K&R style variable
arguments and ISO C style elipses.
2006-01-04 21:43:44 +00:00
joerg
f2a54795e8 DragonFly, FreeBSD and OpenBSD ship sys/queue.h just like nvi, so
assume they also provide a superset. This fixes conflicts in sys/select.h
on DragonFly.
2006-01-04 21:22:06 +00:00
reed
90779908ed Bump PKGREVISION, because location of freetds provided shared library
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).
2006-01-04 20:58:56 +00:00
joerg
c05f839a89 Make this compile on DragonFly in the hope that also means that it is
as usable as Emacs can be.
Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass
the pass to canna lib to configure. The first fixes !NetBSD, the latter
triggers addition of rpath entries for libcanna.
2006-01-04 20:35:08 +00:00
gdt
8547dfc49d note update of mail-notification to 2.0o 2006-01-04 20:30:53 +00:00
gdt
3e1351da13 Take maintainership (at suggestion of previous maintainer, jmmv@).
Update to 2.0 (minor changes and bugfixes omitted):

2.0					August 9, 2005

	* Core changes:
		* Evolution support has been added [not in pkgsrc]
		* Mailboxes can now be assigned a custom name
		* For greater flexibility, mailboxes configuration is
		  now stored in ~/.gnome2/mail-notification/mailboxes.xml
		  (previously, it was stored in the GConf database)
		* If a mailbox requires authentication and the
		  necessary credentials are not provided in the
		  mailbox properties dialog, Mail Notification now
		  lets GNOME prompt the user for the credentials
		* The Mail Notification item is now also listed in the
		  GNOME >= 2.10 Preferences menu
		* The third-party libegg code has been updated

	* mbox, MH, Maildir and Sylpheed changes:
		* Immediate notification did not work properly with
		  fast kernel notifiers (kqueue, inotify, dnotify,
		  ...): fixed
		* Unseekable files are now supported
		* The location of the system mailbox is now resolved
		  at runtime rather than when the mailbox is added
		  (eases sharing the Mail Notification settings across
		  multiple computers)

	* mbox changes:
		* When immediate notification is not available, the
		  mailbox is now also checked when its size or ctime
		  changes (previously, it was only checked if its
		  mtime had changed)

	* Sylpheed changes:
		* Mail Notification now tries to avoid race conditions
		  which may occur while Sylpheed is being used

	* POP3 and IMAP changes:
		* When the authentication mechanism option is set to
		  "autodetect", Mail Notification will now try to
		  authenticate using each server-supported SASL
		  mechanism

	* POP3 changes:
		* The TOP optional command is now supported. This
		  solves some issues with POP3 servers (for instance,
		  pop.gmail.com) which incorrectly archive mails that
		  have been accessed using the RETR command.

	* IMAP changes:
		* If, while idling, the server abruptly drops the
		  connection, Mail Notification now reconnects rather
		  than considering it an error
		* When idling, Mail Notification now only wakes up if
		  it receives a response indicating that the mailbox
		  might have changed
		* By default, Mail Notification now avoids using the
		  IDLE extension if the remote server software is
		  known to have a broken IDLE implementation
		* UTF-8 mailbox names are now converted to modified
		  UTF-7, as required by RFC 3501

	* Gmail changes:
		* Functionality has been restored after the Gmail web
		  site was modified; to prevent future disruptions and
		  simplify the source code, the Gmail Atom feed
		  (https://mail.google.com/mail/feed/atom) is now used

1.1					March 6, 2005

	* The mail summary dialog has been replaced by a main window,
	  for controlling Mail Notification when the status icon is
	  hidden
2006-01-04 20:28:01 +00:00
reed
2b8a41e2ed Bump PKGREVISION. (The freetds libraries used are in a new location
due to freetds installation changes and may also depend on gettext-lib.)

Include buildlink for gettext-lib, because CTlib.so uses libintl.so
(noticed on build failure on DragonFly and then saw on NetBSD 2.1 too).

Remove freetds subdirectory from the buildlink directory used during build.
(This is because of recent installation changes for freetds.)
2006-01-04 19:39:33 +00:00
reed
49370370d9 Bump PKGREVISION, since location of shared libraries (libtds and libct)
used by this were moved from my recent changes to the freetds
installation.

Fix build by removing the subdirectory "freetds" from the buildlink
directory it uses.
2006-01-04 18:36:50 +00:00
reed
b666cf33a1 In the Makefile.common, remove the freetds subdirectory for the
path to the buildlink files. This is due to changes I made to the freetds
installation.

Fix "man" to PKGMANDIR while I am here.

Bump PKGREVISION for all three packages (as the location
of libct is uses is different due to the freetds change).

I didn't test sqsh-motif packaging, as I couldn't get openmotif
to build at this time.
2006-01-04 18:30:16 +00:00
shannonjr
ba423668cb Added entry for updating gcc34 to 3.4.5 2006-01-04 18:08:11 +00:00
reed
2b93caa2ab In a configure argument remove the freetds subdirectory reference.
Bump PKGREVISION, since the freetds shared library is in a different place
since my freetds packaging change.

Remove a blank line.
2006-01-04 18:06:25 +00:00
shannonjr
796d40a3fb Update to 3.4.5. This is a bug fix release. 2006-01-04 18:06:17 +00:00
joerg
c037329397 Use SUBST framework instead of FILES_SUBST_SED. 2006-01-04 18:04:12 +00:00
reed
848c8baec5 Do bump PKGREVISION. The shared library it uses is in a different place
since my freetds package changes.
2006-01-04 18:03:26 +00:00
reed
9f0bce4448 For a configure argument, remove freetds subdirectory since my
recent freetds package changes.

Didn't bump PKGREVISION. The resulting library doesn't appear to reference
freetds location.
2006-01-04 17:59:14 +00:00
gehenna
0e8382811a Use PKG_SYSCONFDIR as the prefix of default configuration files instead. 2006-01-04 17:47:32 +00:00
joerg
94aae958da Use SUBST framework for mpd.conf as well. 2006-01-04 17:46:15 +00:00
reed
e9a98b1762 Use PKGMANDIR instead of "man". 2006-01-04 17:44:24 +00:00
joerg
784649582d Replace use of FILES_SUBST_SED with explicit SUBST framework use. 2006-01-04 17:31:28 +00:00
joerg
c668b4c00b Unbreak by switching from post-patch sed with FILES_SUBST_SED to
SUBST framework, only one substitution here.
2006-01-04 17:11:03 +00:00
joerg
95faff136a Add DragonFly support. 2006-01-04 17:05:02 +00:00
joerg
bd9ece0564 Add DragonFly support. Fix errno. Remove patch-ac, it gets
overriden by the GNU_CONFIGURE magic anyway.
2006-01-04 17:00:32 +00:00
joerg
0200b84ad1 Override config.guess and config.sub. Recognize DragonFly. 2006-01-04 16:58:58 +00:00
joerg
52da29f79f Follow up commit. As wiz@ noticed, just dropping the nb part means
an exact match on the base version, so explicitly allow any revision.
The pattern was suggested by jlam@.
2006-01-04 16:58:13 +00:00
joerg
8693cc617c Fix spelling. Found by wiz@. 2006-01-04 15:53:15 +00:00
ghen
fa9aaaf5f1 - erlang-R10B9, openoffice-bin-2.0.1 2006-01-04 15:33:09 +00:00
ghen
ef1e96f9df Update misc/openoffice2-bin to 2.0.1. 2006-01-04 15:30:23 +00:00
ghen
12f8cb92be Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new featues.
For a complete list of changes, see
  http://development.openoffice.org/releases/2.0.1.html

Ok by mrauch, wiz.
2006-01-04 15:29:41 +00:00
joerg
51351627d3 getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,
so use them only on those systems.
2006-01-04 15:20:45 +00:00
joerg
5b7cdef96c Add DragonFly. 2006-01-04 15:16:11 +00:00
adrianp
02cfdb17ef Updated devel/cvsgraph to 1.6.0
Fix previous entry, for "Updated" there's no "version" word
2006-01-04 15:07:24 +00:00
adrianp
6ee45fc54c Update to 1.6.0
> 2005-12-18 02:57  bertho
>
>         * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5,
>           cvsgraph.h, cvsgraph.spec, rcs.h, readconf.c, readconf.h: - Added
>           dynamic colors and strings for more flexibility in visual
>           representations of the tree.  - Added keyword rev_idtext to
>           define the revision ID in a revision   box. Normally this would
>           show the revision number, but can now be   changed dynamically.
>           - Fix dashed lines when stripped revisions have mergepoints
>           attatched
>
> 2005-12-15 14:06  bertho
>
>         * README, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, readconf.c,
>           readconf.h: Implemented multiple regex match for triplets
>           merge_{from,to,color} so that merges can be detected with more
>           disjoined tag definitions.
>
> 2005-10-03 22:44  bertho
>
>         * README: Update history
>
> 2005-10-03 22:40  bertho
>
>         * cvsgraph.conf.5, rcsl.l: - Fix missing branch_bgcolor in manpage
>           - Fix author names with spaces but not in @ encapsulation
>
> 2005-09-09 00:14  bertho
>
>         * cvsgraph.conf.5: From Mark Brown <broonie@sirena.org.uk>: The
>           enclosed typo fix was filed with the Debian bug tracking system -
>           seems straightfoward and valid.
>
> 2005-08-29 20:29  bertho
>
>         * README: - Fix incomplete parsing of access keyword
>
> 2005-08-29 20:27  bertho
>
>         * rcsy.y: - Fix incomplete access parsing; set scanning of IDs
>           after first instance.
>
> 2005-08-21 18:38  bertho
>
>         * README: Bleed them for any violation
>
> 2005-08-21 18:36  bertho
>
>         * README, cvsgraph.1, cvsgraph.conf.5: Changed the acceptable mail
>           policy. No more unpunished disclamers.
>
> 2005-08-21 09:55  bertho
>
>         * rcsl.l, README: Fix all numeric author ID
>
> 2005-06-23 00:51  bertho
>
>         * cvsgraph.c, readconf.c: - Fix fixed background color - Fix width
>           adaption of image width if error strings are displayed
>
> 2005-06-22 21:43  bertho
>
>         * cvsgraph.1: Denote simple config negating options as deprecated.
>           Using the -O option is much more flexible.
>
> 2005-06-22 21:41  bertho
>
>         * cvsgraph.conf: Fix typo in comment.
>
> 2005-06-22 21:41  bertho
>
>         * cvsgraph.c: Cvsnt merges should be enabled by default as
>           mentioned in the manual page.
>
> 2005-06-21 02:02  bertho
>
>         * cvsgraph.c, rcsl.l, readconf.c, readconf.h, utils.c: Change color
>           management to reduce used colors. This will help future color
>           extensions with color changes based on context/content. The
>           default setup uses 10 colors now instead of 14.
>
> 2005-06-14 22:41  bertho
>
>         * ChangeLog: Release 1.5.2
>
> 2005-06-14 22:40  bertho
>
>         * README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: -
>           Fix merge lines to untagged revisions when strip_untagged is
>           active - Prepare release 1.5.2
>
> 2005-06-13 22:57  bertho
>
>         * README, rcsy.y: - Fix mergepoint1 syntax used by CVSNT allowing
>           revision numbers as argument
>
> 2005-06-13 21:57  bertho
>
>         * README, rcsl.l, rcsy.y: - Work around CVSNT problem with wrong
>           keyword ordering - Fix complaining about a new CVSNT keyword
>           properties
>
> 2004-12-04 03:18  bertho
>
>         * README, configure, configure.in: Fix the configure script to
>           detect gd-2:   The mystery is solved, I think. The problem seems
>           to be a bug in the GIF   support of gd-2.0.33. I didn't look into
>           properties
>
> 2004-12-04 03:18  bertho
>
>         * README, configure, configure.in: Fix the configure script to
>           detect gd-2:   The mystery is solved, I think. The problem seems
>           to be a bug in the GIF   support of gd-2.0.33. I didn't look into
>           it further because CvsGraph was   configured to output PNGs and
>           shouldn't have been outputting GIFs in the   first place. The
>           reason it was outputting GIFs was a bug in CvsGraph's   configure
>           script which causes CvsGraph to be built without PNG support.
>
> 2004-10-23 22:13  bertho
>
>         * README, cvsgraph.c, rcs.h: Fix total branch-count when branches
>           are folded.
>
> 2004-10-23 21:23  bertho
>
>         * cvsgraph.c: Make timezone mangling with environment POSIX
>           compliant. Should make Solaris happy again.
2006-01-04 15:04:49 +00:00
joerg
0ecbaaf18f Explicitly link multithreaded programs against thread library. 2006-01-04 14:54:17 +00:00
reinoud
5cc3ad0d88 Recommended upgrade that also fixes a lot of small bugs. New in this
release are the preservation of attribute times and ownership of files and
directories and an important fix to filesize related issues making it more
robust. Some important SCSI/ATAPI fixes have been made that greatly
increase drive compatibility.
2006-01-04 14:39:40 +00:00
joerg
b04d9ab72b Don't hard-code revision of emacs20 in DEPENDS. 2006-01-04 14:11:13 +00:00
rxg
ed04e9131a Fixed compile failed on DragonflyBSD.
Confirmed by LIU Xiang <neo dot liu at gmail dot com> in private mail.
2006-01-04 12:04:46 +00:00
abs
c788b3649c Added databases/jdbc-postgresql81 version 404
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database.  It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.

The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
2006-01-04 12:03:32 +00:00
abs
9702189f76 rename reverted 2006-01-04 11:55:57 +00:00
abs
0feee7f2d4 Import jdbc-postgresql81 into pkgsrc:
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database.  It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.

The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
2006-01-04 11:54:38 +00:00
abs
02642e7a67 The trend is too entrenched to buck - switch back to jdbc-postgresl?? 2006-01-04 11:51:49 +00:00
abs
cd0176d910 postgresql80-jdbc / postgresql81-jdbc 2006-01-04 11:49:54 +00:00