summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quickly add forgotten DIST_SUBDIR...olgeni2003-03-051-0/+1
|
* This patch is against a file no longer used by FreeBSD.dougb2003-03-051-17/+0
|
* xmerl --> ports/textproc/xmerlolgeni2003-03-051-0/+1
|
* Add xmerl, an XML support library for Erlang.olgeni2003-03-055-0/+108
|
* Maintainer's upgrade to 0.11.1ache2003-03-056-18/+24
| | | | | PR: 48937 Submitted by: Matthias Andree <matthias.andree@web.de>
* Update to 2.4.roam2003-03-053-2/+6
|
* Back out previous commit. It is incorrect and not approved.ache2003-03-051-1/+1
|
* Update to 1.2.roam2003-03-052-3/+2
|
* Update to 0.8.17.roam2003-03-053-12/+3
|
* Update to 1.2, which adds support for Shaft and Windows versions of Trinoo.roam2003-03-053-52/+7
|
* Update to 0.8.2.roam2003-03-052-2/+2
|
* Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLroam2003-03-051-6/+8
| | | | | | | | to prevent conflicts between the base system and port OpenSSL libraries. Bump PORTREVISION. Reported by: Stephen Cravey <clists@www.gotbrains.org> Submitted by: Scot Hetzel <hetzels@westbend.net>
* Update to streamtuner 0.9.1kris2003-03-053-3/+4
| | | | | PR: ports/48887 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* Update to gnupod 0.27kris2003-03-054-11/+15
| | | | | PR: ports/48854 Submitted by: David LE BRUN <david@dyn-ns.net> (maintainer)
* Switch to bzip2 distfilekris2003-03-052-1/+2
| | | | | PR: ports/48833 Submitted by: michaelnottebrock@gmx.net (maintainer)
* Switch to bzip2 distfile.kris2003-03-052-1/+2
| | | | | PR: ports/48834 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> (maintainer)
* From the PR:kris2003-03-052-10/+82
| | | | | | | | | | | | | | | | | | | | When generating mono .WAV files from a CD, dagrab generates an incorrect RIFF header and the last (partial) block is saved in stereo rather than mono. Also no error checking is performed on writes in mono mode. The problem in the header is that the total chunk size (Rlen) is not adjusted for mono data and always contains the size assuming stereo data. For the last (partial) block, there is no test whether the data is being saved as mono or stereo - the block is always written in stereo mode. Bump PORTREVISION PR: ports/42975 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Fix build on -current and 64-bit machienskris2003-03-055-28/+40
| | | | | PR: ports/47985 Submitted by: naddy
* Update to tome-2.1.2kris2003-03-052-3/+3
|
* Update to 20030305.knu2003-03-056-9/+9
|
* In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"ru2003-03-051-1/+1
| | | | files when updating ports sources with cvs(1).
* Fix build on current and remove BROKEN tagkris2003-03-058-4/+151
| | | | | PR: ports/48830 Submitted by: tjr
* Fix a hang on exit on -CURRENT.marcus2003-03-052-0/+15
| | | | Approved by: maintainer timeout
* o Update grabbing code adding support for: PALBDGHI, NTSCM, SECAM,lioux2003-03-054-54/+60
| | | | | | | PALN, PALM and NTSCJ o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* Update to 0.5.8lioux2003-03-053-3/+9
|
* - add stamp.makedinoex2003-03-054-1/+8
|
* - Update to 0.3.2dinoex2003-03-053-3/+31
|
* Add WITH_OUTGOINGIP_PATCH (outgoingip.patch) option: allow settinglioux2003-03-052-1/+13
| | | | | | | the IP address used by qmail when sending outgoing messages Prompted by: Brad Davis <so14k@so14k.com> Feature requested by: many
* - Update to 2.4.9.1dinoex2003-03-052-2/+2
|
* - Update to 0.6.1dinoex2003-03-052-2/+2
|
* Prepare for upcoming WITH_OUTGOINGIP_PATCH option in master port.lioux2003-03-054-0/+10
| | | | | Do not allow this option in these ports since it conflicts with both -ldap and -tls patches
* Bump PORTREVISION for the last change, just in case.knu2003-03-052-0/+2
|
* Increase gnomecanvas-2's shlib version by 200 to match whatknu2003-03-051-1/+1
| | | | graphics/libgnomecanvas now installs.
* Increase gdk_pixbuf's shlib version by 200 to match whatknu2003-03-051-1/+1
| | | | | | x11-toolkits/gtk20 now installs. Submitted by: Franz Klammer <klammer@webonaut.com>
* krb4 -> ports/security/krb4nectar2003-03-051-0/+1
|
* Add KTH Kerberos 4.nectar2003-03-0522-0/+660
|
* - Updated the net/nrpe port to version 1.8 which contains minor bug fixes.leeym2003-03-059-9/+21
| | | | | | | | - Corrected incorrect paths to plugins in the sample configuration file. - Installed the check_nrpe plugin (in case the installer wants to use this host as a client). PR: 48690 Submitted by: Paul Dlug <paul@nerdlabs.com>
* Add missing patches for PR 48789mbr2003-03-0557-0/+2976
| | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Update to 0.7.3lioux2003-03-0512-48/+64
| | | | | Reviewed by: kde (members) Approved by: maintainer
* o Fix outstanding issue with KDE aRts: do not lockup when exittinglioux2003-03-052-1/+19
| | | | | | | | | | | | | | | | - Background: For some reason, mplayer locks up if we cleanup when exitting by calling arts_free(). Therefore, we trade risk of memory leakage when using KDE aRts over locking up. - Caveat: Memory probably is not witheld after mplayer exits. I won't say that it IS NOT withheld cause I do not know what arts_free() does exactly. So, worst case scenario is probably that we will leak memory for as many files the user tells mplayer to play but only WHILE mplayer is running. o Bump PORTREVISION Reviewed by: kde (some members)
* o Update to 1.0.4 unbreaking the port: developers finally versionedlioux2003-03-054-747/+107
| | | | | | | | | the various skin files o Simplify maintainership: generate PLIST on the fly. Therefore, the PLIST committed is empty o Simplify dependency list (remove USE_PERL5): generate PLIST with sh shell based solution instead of perl one o De-pkg-comment
* Add support for uk_UA.KOI8-U locale.mbr2003-03-0415-9/+156
| | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> PR: 48789
* Update to 0.10.26.marcus2003-03-042-2/+2
|
* Update to 1.1.20lioux2003-03-044-10/+17
|
* * Update to 2.2.0.1marcus2003-03-044-3/+8
| | | | * De-pkg-comment
* Update to 030302.naddy2003-03-042-2/+2
| | | | | PR: 48908 Submitted by: Thierry Thomas <thierry@pompo.net>
* WITH_PORTSSL is not needed anymore.marcus2003-03-042-8/+0
| | | | Reported by: Oliver Lehmann <lehmann@ans-netz.de>
* Update to 2.1.3 which fixes building on 5.0.naddy2003-03-042-2/+2
| | | | | PR: 48905 Submitted by: John Von Essen <john@essenz.com>
* Update to 1.4lioux2003-03-042-2/+2
|
* * Fix build once and for all. Tested with -STABLE, 5.0-RELEASE-p3, andmarcus2003-03-042-24/+8
| | | | | | | | | | -CURRENT * Take maintainership as I need this version for one of my applications PR: 48932 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Thanks to: ade, marcus Reported by: Will Mitayai Keeso Rowe <mit@dreamlabs.com>
OpenPOWER on IntegriCloud