aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.0.21.Norikatsu Shigemura2003-08-282-1/+2
| | | | | | | | PR: ports/56053 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=87823
* Update to 1.11.Norikatsu Shigemura2003-08-282-2/+2
| | | | | | | | PR: ports/56050 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=87822
* Update to 1.2.5.Adam Weinberger2003-08-282-2/+2
| | | | Notes: svn path=/head/; revision=87821
* - use new hook USE_GNUSTEP in bsd.port.mkDirk Meyer2003-08-2819-130/+81
| | | | Notes: svn path=/head/; revision=87820
* Use the new virtual category 'scheme'Edwin Groothuis2003-08-2813-17/+18
| | | | | | | | | | | | - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87819
* Use the virtual category "scheme" (part ii)Edwin Groothuis2003-08-2814-14/+14
| | | | | | | | | | | | Add the virtual category "scheme" to the maintained ports (except sxm). I guess no maintainer would deny this trivial change. PR: ports/56052 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87818
* Workaround gcc 2.95.x static_cast<> bug on -STABLEAlexander Nedotsukov2003-08-274-2/+72
| | | | | | | | | PR: 56030 Submitted by: Sergey Akifyev <asa@gascom.ru> (based on) Approved by: marcus (mentor) Notes: svn path=/head/; revision=87817
* Update to release 1.16Diomidis Spinellis2003-08-273-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reformat and update pkg-descr Release 1.16 is associated with the following changes: - Declarations can be intermixed with statements (C99). - __typeof can have as its argument an expression and not only an identifier. - Support for C99 variable number of arguments preprocessor macros. - Allow case expression ranges (gcc extension). - Recognise __atribute__(__unused__) for determining which identifiers should not be reported as unused (gcc extension). - Command-line option to generate a wrongly scoped identifier and unused include file and identifier warning report. - Separate identifier attribute for enumeration constants. This allows us stop incorrectly categorizing them as having global (compilation unit) visibility. - Error reporting format is now compatible with gcc. - Dereferencing a function yields a function (common extension). - Command-line option to process the file and exit. - Document processing of the FreeBSD kernel. - Correct typing of assembly-annotated declarators. - Fixed assertion failure that could be caused when parts of concatenated identifiers were no longer available (e.g. when processing files with the -m T option.) - Correct handling of macro parameters that match other macros and are followed by a concatenation operator (they were erroneously replaced). - Add workaround for gcc __builtin_va_copy in the provided definition files. - Corrected the handling of main() in the example definition files. Approved by: netchild Notes: svn path=/head/; revision=87816
* - Bug fixesKirill Ponomarev2003-08-273-13/+5
| | | | | | | | | | - New man pages PR: 56051 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer) Notes: svn path=/head/; revision=87815
* Update to 1.05Mathieu Arnold2003-08-272-3/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=87814
* Update to 2.0.14 [1]Sergey A. Osokin2003-08-2740-990/+990
| | | | | | | | | | | | | Use %%DOCSDIR%% in pkg-plist [2] Submitted by: Vivek Khera <vivek@khera.org> [1], Linh Pham <question@closedsrc.org> [1], osa [2] Approved by: Vivek Khera <vivek@khera.org> (maintainer) PRs: 55759, 56016 Notes: svn path=/head/; revision=87813
* - Update to version 1.2.12Kirill Ponomarev2003-08-274-24/+47
| | | | | | | | PR: 56042 Submitted by: Ports Fury Notes: svn path=/head/; revision=87812
* - Fix MASTER_SITESKirill Ponomarev2003-08-273-39/+41
| | | | | | | | | | | - Support CFLAGS properly - Utilize USE_SDL PR: 56038 Submitted by: Ports Fury Notes: svn path=/head/; revision=87811
* Update to DAT 4289James E. Housley2003-08-272-2/+2
| | | | Notes: svn path=/head/; revision=87810
* Unbreak for -CURRENT.Jimmy Olgeni2003-08-273-0/+73
| | | | Notes: svn path=/head/; revision=87809
* - Fix build with MySQLKirill Ponomarev2003-08-274-0/+36
| | | | Notes: svn path=/head/; revision=87808
* - Update to version 0.23Kirill Ponomarev2003-08-278-14/+48
| | | | | | | | PR: 56039 Submitted by: Ports Fury Notes: svn path=/head/; revision=87807
* - Update to version 0.6.8Kirill Ponomarev2003-08-274-8/+5
| | | | | | | | PR: 56040 Submitted by: Ports Fury Notes: svn path=/head/; revision=87806
* - Update to version 0.9.12Kirill Ponomarev2003-08-274-4/+4
| | | | | | | | PR: 56041 Submitted by: Ports Fury Notes: svn path=/head/; revision=87805
* Port isn't broken, and claim maintainership.Neil Blakey-Milner2003-08-276-18/+6
| | | | Notes: svn path=/head/; revision=87804
* Add ruby-bitset, a(nother) bit set library for Ruby.Akinori MUSHA2003-08-275-0/+39
| | | | Notes: svn path=/head/; revision=87802
* Chase the libmusicbrainz shared lib version.Joe Marcus Clarke2003-08-273-3/+5
| | | | | | | Forgotten by: krion Notes: svn path=/head/; revision=87801
* Update to 0.8.4.Akinori MUSHA2003-08-272-2/+2
| | | | Notes: svn path=/head/; revision=87800
* * Fix Xtract-Bug: s/&/ &amp; / found by blackend.Oliver Braun2003-08-276-184/+252
| | | | | | | | | * Utilize DOCSDIR while I'm here. Patch obtained from: HaXml developer Notes: svn path=/head/; revision=87799
* Fix a problem where the timezone would reset to UTC when switching views.Joe Marcus Clarke2003-08-272-0/+107
| | | | | | | | | | | Thanks to William Bloom <wbloom@eldocomp.com> for finding the catalyst that causes this. PR: 55409 Obtained from: libical-0.24 Notes: svn path=/head/; revision=87798
* Update to 3.2.0.Akinori MUSHA2003-08-275-26/+19
| | | | Notes: svn path=/head/; revision=87797
* Incorporate a patch from [ruby-dev:21263] to fix the problem where itAkinori MUSHA2003-08-276-0/+90
| | | | | | | | | segfaults when there is an error in char-class in char-class. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=87796
* Mark FORBIDDEN again. Many of the vulnerabilities reported inJacques Vidrine2003-08-272-0/+6
| | | | | | | | | | | http://security.e-matters.de/advisories/022003.html are still present. Reported by: Stefan Walter <sw@gegenunendlich.de> PR: ports/55863 Notes: svn path=/head/; revision=87795
* Maintenance update to 2.2.8.Christian Weisgerber2003-08-273-2/+3
| | | | Notes: svn path=/head/; revision=87794
* - spellingDirk Meyer2003-08-271-1/+1
| | | | Notes: svn path=/head/; revision=87793
* Update to 3.0.6Erwin Lansing2003-08-273-11/+6
| | | | Notes: svn path=/head/; revision=87792
* - Update to 0.12Erwin Lansing2003-08-273-7/+7
| | | | | | | | | | - Use %%SITE_PERL%% in pkg-plist PR: 55918 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=87791
* Update to 0.24.4Sergey A. Osokin2003-08-272-2/+2
| | | | | | | | Submitted by: hrs (still without of commit-bit for ports-tree maintainer) PR: 56036 Notes: svn path=/head/; revision=87790
* Update to 3.31Mathieu Arnold2003-08-275-27/+27
| | | | | | | | Add WWW Use SITE_PERL Notes: svn path=/head/; revision=87789
* Respect CFLAGS, use sound (unless WITHOUT_SOUND is requested).Mikhail Teterin2003-08-272-0/+16
| | | | | | | | | Bump PORTREVISION. Approved by: maintainer Notes: svn path=/head/; revision=87788
* * Upgrade to 2.0.0 RC5 [1].Oliver Braun2003-08-276-61/+23
| | | | | | | | | * Utilize DOCSDIR and PORTDOCS. Submitted by: dwcjr [1] Notes: svn path=/head/; revision=87787
* Update to 0.24Mathieu Arnold2003-08-272-5/+11
| | | | | | | | | fixup DEPENDS Approved by: maintainer Notes: svn path=/head/; revision=87786
* Update to 0.22Mathieu Arnold2003-08-272-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=87785
* Update to 2.03Mathieu Arnold2003-08-273-7/+6
| | | | | | | | | fixup plist Approved by: maintainer Notes: svn path=/head/; revision=87784
* - Utilize USE_MYSQLKirill Ponomarev2003-08-272-2/+4
| | | | Notes: svn path=/head/; revision=87783
* without this amap looks for it's data files in ${PREFIX}/bin.Erwin Lansing2003-08-271-1/+1
| | | | | | | | | | How did I miss that? PR: 56028 Submitted by: maintainer Notes: svn path=/head/; revision=87782
* UnBROKEN by previous commit.Norikatsu Shigemura2003-08-272-4/+0
| | | | | | | | | PR: ports/56033 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer (blanket) Notes: svn path=/head/; revision=87781
* Update to 0.94Mathieu Arnold2003-08-272-2/+2
| | | | Notes: svn path=/head/; revision=87780
* Update to 1.3.2.1Sergey A. Osokin2003-08-272-2/+2
| | | | | | | | Submitted by: Nicolas Jombart <ecu@ipv42.net> PR: 56032 Notes: svn path=/head/; revision=87779
* Update to 0.20Mathieu Arnold2003-08-272-4/+3
| | | | Notes: svn path=/head/; revision=87778
* - add a MAINTAINER lineDirk Meyer2003-08-271-1/+3
| | | | Notes: svn path=/head/; revision=87777
* - Update to 2.9.11Dirk Meyer2003-08-279-198/+54
| | | | | | | | | - Fixes overwrite of config file (wrong order in Makefile) PR: 55935 Submitted by: tremere@cainites.net Notes: svn path=/head/; revision=87776
* teach configure where to find libintl and libiconv.FUJISHIMA Satsuki2003-08-272-25/+14
| | | | | | | | respect CFLAGS. get rid of package name from comment. Notes: svn path=/head/; revision=87775
* - update amavisd-new to 20030616.p5.Yen-Ming Lee2003-08-274-30/+45
| | | | | | | | | | | | | - fix dependency on devel/p5-IO, which should only be used when perl older than 5.6.1 is installed. - enable cpio for extraction of tar archives, which uses much less memory than Archive::Tar (suggested by amavisd-new author) PR: 56013 Submitted by: Blaz Zupan <blaz.zupan@amis.net> Notes: svn path=/head/; revision=87774
* Update to 0.5.2.Joe Marcus Clarke2003-08-278-10/+118
| | | | Notes: svn path=/head/; revision=87773