aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak for GCC 3.3 by converting to stdarg.h and eliminatingAlexander Kabaev2003-07-182-0/+63
| | | | | | | varargs.h consumers. Notes: svn path=/head/; revision=85096
* Partially fix the build with gcc 3.3. This still blows up later in the build.Kris Kennaway2003-07-182-0/+20
| | | | Notes: svn path=/head/; revision=85095
* Partial fix for builds with gcc 3.3. This still blows up later on.Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85094
* Fix build with gcc 3.3Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85093
* Fix build with gcc 3.3Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85092
* Fix build with gcc3.3Kris Kennaway2003-07-182-0/+17
| | | | Notes: svn path=/head/; revision=85091
* fix duplicate pre-configure.FUJISHIMA Satsuki2003-07-181-2/+2
| | | | Notes: svn path=/head/; revision=85090
* unbreak webredirect and update to webredirect-0.3Yen-Ming Lee2003-07-186-26/+11
| | | | | | | | PR: 54581 Submitted by: Rasmus Kaj <kaj@e.kth.se> Notes: svn path=/head/; revision=85089
* Fix build with gcc 3.3Kris Kennaway2003-07-182-0/+67
| | | | Notes: svn path=/head/; revision=85088
* Fix build with gcc 3.3Kris Kennaway2003-07-181-0/+49
| | | | Notes: svn path=/head/; revision=85087
* Comment out the zebra-pj port, which is breaking the INDEX build.Kris Kennaway2003-07-181-1/+1
| | | | | | | Pointy hat to: sumikawa Notes: svn path=/head/; revision=85086
* Fix build on gcc 3.3Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85085
* o Fix configure's failure to find iconv.Norikatsu Shigemura2003-07-181-1/+2
| | | | | | | | | | | | | o Slightly reword COMMENT to make portlint happier. PR: ports/54547 [1], ports/54589 [2] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1] Sergei Kolobov <sergei@kolobov.com> [2] Reviewed by: Ports Fury [2] Approved by: maintainer no response Notes: svn path=/head/; revision=85084
* Remove a patch that seems to be unnecessary these days.Joe Marcus Clarke2003-07-183-117/+0
| | | | Notes: svn path=/head/; revision=85083
* Fix build with gcc 3.3Kris Kennaway2003-07-182-24/+40
| | | | Notes: svn path=/head/; revision=85082
* Split mega-patch file patch-aa into individual patch files for easyKris Kennaway2003-07-18152-6486/+6486
| | | | | | | updating. Notes: svn path=/head/; revision=85081
* Update to 2.2.90.Joe Marcus Clarke2003-07-183-2/+4
| | | | Notes: svn path=/head/; revision=85080
* PR:Foxfair Hu2003-07-182-1/+20
| | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Add a patch to fix a u_int_16 overflow after new merged gcc. Submitted by: Pyun YongHyeon <yongari@kt-is.co.kr> Reviewed by: maintainer tested ok by: all current platforms Notes: svn path=/head/; revision=85079
* Add the patch that removes BDB detection.Joe Marcus Clarke2003-07-181-6/+3
| | | | Notes: svn path=/head/; revision=85078
* * Remove dependency on BDB [1]Joe Marcus Clarke2003-07-181-6/+4
| | | | | | | | | * Use gnometarget Suggested by: mi [1] Notes: svn path=/head/; revision=85077
* Do not explicitly link in libc_r on all versions of FreeBSD.Joe Marcus Clarke2003-07-181-0/+3
| | | | Notes: svn path=/head/; revision=85076
* Update to the latest version from project CVSAndrey A. Chernov2003-07-183-26/+108
| | | | Notes: svn path=/head/; revision=85075
* Pan doesn't need libtool.Joe Marcus Clarke2003-07-181-1/+1
| | | | Notes: svn path=/head/; revision=85074
* * Update to 0.4Joe Marcus Clarke2003-07-186-6/+60
| | | | | | | * Install locale files Notes: svn path=/head/; revision=85073
* updates the OpenVPN port from 1.4.0 to 1.4.2.Yen-Ming Lee2003-07-186-9/+12
| | | | | | | | PR: 54597 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=85072
* Update to 0.14.0.91.Adam Weinberger2003-07-172-2/+2
| | | | Notes: svn path=/head/; revision=85071
* Update to 0.12.Adam Weinberger2003-07-174-6/+6
| | | | Notes: svn path=/head/; revision=85070
* Update to 1.06Erwin Lansing2003-07-172-2/+2
| | | | Notes: svn path=/head/; revision=85069
* User -fPICTilman Keskinoz2003-07-171-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=85068
* Include assert.hTilman Keskinoz2003-07-171-7/+15
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=85067
* . Make the monthly script Y2K compliant (!)Greg Lewis2003-07-172-0/+20
| | | | | | | | | . Bump PORTREVISION. PR: 15477 Notes: svn path=/head/; revision=85066
* 1) Include xjavadoc, which I had installed locally, and without whichSheldon Hearn2003-07-173-3/+14
| | | | | | | | | xdoclet doesn't work. 2) Remove empty stylesheets directory that was messing up packaging. Notes: svn path=/head/; revision=85065
* Remove some whitespace to quite portlint.Joe Marcus Clarke2003-07-171-1/+1
| | | | Notes: svn path=/head/; revision=85064
* Oops, remove empty file.Christian Weisgerber2003-07-171-0/+0
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=85063
* Fix build problems on -CURRENT.Joe Marcus Clarke2003-07-176-0/+57
| | | | Notes: svn path=/head/; revision=85062
* Mention daily_clean_hoststat_enable.Sheldon Hearn2003-07-171-2/+3
| | | | | | | Reported by: Joe Altman <fj@panix.com> Notes: svn path=/head/; revision=85061
* Update to 2.2.1-BETA.Hajimu UMEMOTO2003-07-1730-1098/+138
| | | | | | | | | Since there are some issue to upgrading from 2.2.0-ALPHA, you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html before upgrading your server. Notes: svn path=/head/; revision=85060
* Fix build with Perl 5.005_03.Joe Marcus Clarke2003-07-172-0/+26
| | | | | | | Reported by: many Notes: svn path=/head/; revision=85059
* Update to version 1.2.9Christian Weisgerber2003-07-174-43/+22
| | | | | | | | PR: 54544 Submitted by: Ports Fury Notes: svn path=/head/; revision=85058
* Change default behaviour not to bind IPv6 socket to familiar withMunechika SUMIKAWA2003-07-172-0/+11
| | | | | | | | | IPv4-only kernel. Suggested by: Frank Altpeter <frank@altpeter.de> Notes: svn path=/head/; revision=85057
* update to GNU Radius 1.0Yen-Ming Lee2003-07-175-46/+40
| | | | | | | | PR: 53668 Submitted by: Andrey Pavlenko <lance@merlin.net.ua> Notes: svn path=/head/; revision=85056
* (forced commit)Maho Nakata2003-07-170-0/+0
| | | | | | | | | | 1. add download site of snapshot of cws_srx645_ooo11rc2. 2. recent addition of crashrep subproject requires gtk20. 3. no longer need USE_AUTOCONF (it has been already committed original OpenOffice.org cvs repo). Notes: svn path=/head/; revision=85055
* Update from 1.0.12 to 1.0.24.Peter Pentchev2003-07-176-196/+206
| | | | | | | | | | | | Use SourceForge as master sites. Add WITH_MODIFY_QUOTA and WITH_DOMAIN_AUTOFILL knobs. Make WEBDATASUBDIR and WEBDATAURL working. PR: 54577 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=85054
* (forced commit)Maho Nakata2003-07-170-0/+0
| | | | | | | CFLAGS* of recent unxfbsdi.mk have -fno-rtti. Notes: svn path=/head/; revision=85053
* (forced commit)Maho Nakata2003-07-170-0/+0
| | | | | | | add thread flag(s) for Python subproject. Notes: svn path=/head/; revision=85052
* FreeBSD requires inclusion of netinet/in.hMaho Nakata2003-07-170-0/+0
| | | | | | | like Linux. Notes: svn path=/head/; revision=85051
* (forced commit)Maho Nakata2003-07-170-0/+0
| | | | | | | | FreeBSD doesn't have -ldl and -lnsl, so omitted for linking. Notes: svn path=/head/; revision=85050
* (forced commit)Maho Nakata2003-07-170-0/+0
| | | | | | | | | crashrep subproject dependeds on vcl subproject (inclusion of _version.h), so I add explicitly dependency. Notes: svn path=/head/; revision=85049
* 1. update to fresh checkout of OpenOffice.org (1.1RC2)Maho Nakata2003-07-17493-10047/+1445
| | | | | | | | | | tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr Notes: svn path=/head/; revision=85048
* Upgrade to 20030716.Munechika SUMIKAWA2003-07-173-14/+9
| | | | Notes: svn path=/head/; revision=85047