aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant current features and planned features sections, they'reCy Schubert2002-11-051-17/+1
| | | | | | | | | | | already in the README in the distribution tarball. Correct an incorrect statement about tripwire. Generally simpilfy the statement made in this file. Notes: svn path=/head/; revision=69531
* Fix build under Perl < 5.6.xSergey Skvortsov2002-11-051-0/+1
| | | | Notes: svn path=/head/; revision=69530
* Support NDEBUG define which both turns off assertions and makesMario Sergio Fujikawa Ferreira2002-11-052-0/+70
| | | | | | | | | some variables unused Submitted by: mi Notes: svn path=/head/; revision=69529
* Update 0.7 --> 0.9Cy Schubert2002-11-058-45/+53
| | | | | | | | The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm is a SYSV directory that does not exist on FreeBSD. Notes: svn path=/head/; revision=69528
* Should have been nuked in the great kde2 massacre. better late than never.Alan Eldridge2002-11-057-72/+0
| | | | Notes: svn path=/head/; revision=69526
* Found a way to do the strange perl-replace by a REINPLACE_CMD.Edwin Groothuis2002-11-051-2/+3
| | | | | | | | | | Thanks to Adam Weinberger <adamw@FreeBSD.org> Noticed by: bento Submitted by: Adam Weinberger <adamw@FreeBSD.org> Notes: svn path=/head/; revision=69525
* C++ fixes for -CURRENT/GCC3.Christian Weisgerber2002-11-055-1/+81
| | | | | | | | PR: 44463 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=69524
* port graphics/giram didn't patch properly.Edwin Groothuis2002-11-051-2/+5
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69523
* Currently mod_auth_mysql logs authentication error in the access log, andJames E. Housley2002-11-052-0/+33
| | | | | | | | | | not in the error log. This new patch logs in both the access log and the error log, to not break existing scripts. Submitted by: Steve Ungerer <sau1@cornell.edu> Notes: svn path=/head/; revision=69522
* Ports needed pod2man, that means USE_PERL5=yesEdwin Groothuis2002-11-052-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69521
* Fix REINPLACE statement.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69520
* Upped to PORTREVISION 4.Alan Eldridge2002-11-0524-84/+612
| | | | | | | | | | Added pkg-message file. Put XP_UNIX in MAKE_ENV just to be safe. Show pkg-message at start and end. I think it's stabilized now. Notes: svn path=/head/; revision=69519
* Upgrade to 2.43, which has some nice bug fixes, most significantlyDoug Barton2002-11-053-36/+36
| | | | | | | | | | | | | | | | | to the auto-whitelist feature, and some core-dump problems that could cause a user to lose mail if spamd was down. Regenerate my usedcc patches. Fix the problem of the port using /etc/mail for its config files. This is the patch I submitted on 10/17, but never got a response from MAINTAINER. PR: ports/44105 Notes: svn path=/head/; revision=69518
* Update to 6.1.2, released 10/31. It's a very simple bugfix upgrade.Doug Barton2002-11-052-2/+2
| | | | | | | | PR: ports/44830 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=69517
* Force links so reinstalls can happen.Mark Murray2002-11-056-12/+12
| | | | Notes: svn path=/head/; revision=69516
* New MIT Kerberos V beta, version 1.2.7-beta1.Cy Schubert2002-11-0525-0/+917
| | | | Notes: svn path=/head/; revision=69515
* Oops...forgot to add this file in previous change.Mike Heffner2002-11-051-0/+13
| | | | Notes: svn path=/head/; revision=69514
* Fix port to work with new xforms and fix plist.Mike Heffner2002-11-053-8/+9
| | | | | | | PR: ports/41000 Notes: svn path=/head/; revision=69513
* . Update to 3.7.2.Greg Lewis2002-11-052-4/+4
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=69512
* I'd like to try to maintain this.Trevor Johnson2002-11-051-1/+1
| | | | Notes: svn path=/head/; revision=69511
* Pass maintance on to Udo Schweigert, who does a fine job with theDavid E. O'Brien2002-11-052-2/+2
| | | | | | | mutt-devel port. Notes: svn path=/head/; revision=69510
* The community as a whole can maintain these better than I can at the moment.David E. O'Brien2002-11-055-5/+6
| | | | Notes: svn path=/head/; revision=69509
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-0523-23/+23
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* port needs perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69507
* Ports needed perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-052-0/+3
| | | | | | | Seen on: bento Notes: svn path=/head/; revision=69506
* (I can't work out how to replace that PERL RE to a SED RE -> USE_PERL5=yes)Edwin Groothuis2002-11-051-2/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69505
* Updated RE to match sed.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69504
* port needs pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69503
* category is perl5, not perlEdwin Groothuis2002-11-051-1/+1
| | | | Notes: svn path=/head/; revision=69502
* RE is an extended RE, -E to REINPLACE.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69501
* Cleaned up regular expression to make sed happy.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69500
* Update to 2.0.7, and enable XInput support by default.Joe Marcus Clarke2002-11-056-10/+16
| | | | Notes: svn path=/head/; revision=69499
* Updated PostgreSQL to 7.3beta4. This version fixes all known problemsSean Chittenden2002-11-052-11/+11
| | | | | | | | | | | on -CURRENT and should be the last release before rc1. Updated the optimized CFLAGS as well. PR: ports/44893 Submitted by: Vladimir Chukharev <chu@gpi.ru> Notes: svn path=/head/; revision=69498
* port requires pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-6/+8
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69497
* www/chtml builds and installs again.Edwin Groothuis2002-11-051-101/+69
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69496
* o Update booktree capture code to latest version:Mario Sergio Fujikawa Ferreira2002-11-058-632/+704
| | | | | | | | | | | | | | | 1) Warning message if the tuner device cannot be opened for write 2) A two stage sync slip recovery mechanism, stage 1 runs async to catch up, stage 2 injects a blank frame 3) Update to a consistent indent style (will minimize future diffs) o Bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org> Notes: svn path=/head/; revision=69495
* Adjust regular expression to make it patching again.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69494
* port needs perl to build -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69493
* vlog requires pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69492
* Add -E to REINPLACE because it's a extended REEdwin Groothuis2002-11-051-1/+1
| | | | | | | Notified by: bento Notes: svn path=/head/; revision=69491
* This port always needs perl to build it's documentation.Edwin Groothuis2002-11-051-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69490
* Modify replace RE to match syntax of sed now ("\)" -> ")"Edwin Groothuis2002-11-051-8/+8
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69489
* ImageMagick is needed at run time also:David E. O'Brien2002-11-051-0/+1
| | | | | | | Can't locate Image/Magick.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.6.1/mach /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.6.1/BSDPAN /usr/local/lib/perl5/5.6.1/mach /usr/local/lib/perl5/5.6.1 .) at /usr/local/bin/html2ps line 482. Notes: svn path=/head/; revision=69488
* USE_PERL is needed for the post-po-file target.Edwin Groothuis2002-11-051-1/+2
| | | | | | | Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=69487
* Removed double USE_PERL5Edwin Groothuis2002-11-056-6/+0
| | | | | | | Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=69486
* Unbreak mail/ftrack after move to REINPLACEEdwin Groothuis2002-11-051-1/+4
| | | | | | | Noticed by: benot Notes: svn path=/head/; revision=69485
* Remove obsolete patch-filesEdwin Groothuis2002-11-053-42/+0
| | | | | | | | | PR: ports/40535 Submitted by: Tilman Linneweh <tilman@arved.de> Approved by: grog@freebsd.org Notes: svn path=/head/; revision=69484
* Fix damage done by replacing PERL into REINPLACE_CMD.Edwin Groothuis2002-11-051-2/+4
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69483
* Fixed pre-patch target broken due to REINPLACE_CMDEdwin Groothuis2002-11-051-2/+4
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69482
* Unbreak building of graphics/dc20pack.Edwin Groothuis2002-11-041-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69481