aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update MASTER_SITESMaho Nakata2004-04-122-8/+10
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=106756
* BROKEN: Checksum mismatchKris Kennaway2004-04-123-0/+6
| | | | Notes: svn path=/head/; revision=106755
* Fix build on ia64 and amd64.Jun Kuriyama2004-04-122-0/+2
| | | | Notes: svn path=/head/; revision=106754
* Fix LATEST_LINK conflictsMaho Nakata2004-04-1216-0/+18
| | | | | | | | | | NO_LATEST_LINK=yes for openoffice-1.0 ports since they may be deprecated in future... Pointed out by: kris Notes: svn path=/head/; revision=106753
* * Add a missing build dependency on xextensions [1]Joe Marcus Clarke2004-04-112-1/+3
| | | | | | | | | * Add a man page to MAN3 Reported by: bento via kris [1] Notes: svn path=/head/; revision=106752
* BROKEN: Does not work with read-only ports treeKris Kennaway2004-04-111-0/+2
| | | | Notes: svn path=/head/; revision=106751
* Move post-extract to pre-build so that gmake is used after it is added.Kris Kennaway2004-04-111-1/+1
| | | | Notes: svn path=/head/; revision=106750
* Move post-patch target to pre-build so that gmake is used after it isKris Kennaway2004-04-111-1/+1
| | | | | | | added. Notes: svn path=/head/; revision=106749
* Change post-patch target to pre-build to use BUILD_DEPENDS after it hasKris Kennaway2004-04-111-1/+1
| | | | | | | been installed. Notes: svn path=/head/; revision=106748
* XFree86-4-clients is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-111-1/+1
| | | | Notes: svn path=/head/; revision=106747
* unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-111-1/+1
| | | | Notes: svn path=/head/; revision=106746
* Remove duplicate listing of ${MOZART_DOCS} in ${DISTFILES} to unbreak theKris Kennaway2004-04-112-3/+1
| | | | | | | checksum listing and fix fetching. Notes: svn path=/head/; revision=106745
* rpm2cpio is an EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-112-2/+2
| | | | Notes: svn path=/head/; revision=106744
* Add a missing USE_XLIBKris Kennaway2004-04-111-0/+1
| | | | Notes: svn path=/head/; revision=106743
* Don't require additional command line arguments when -I is specified.Dag-Erling Smørgrav2004-04-114-4/+4
| | | | Notes: svn path=/head/; revision=106742
* - This fixes the following warning when you run archivemail with Python 2.3:Sergei Kolobov2004-04-113-9/+21
| | | | | | | | | | | | | | | | /usr/local/bin/archivemail:760: SyntaxWarning: assignment to None (None, last_dir) = os.path.split(os.path.dirname(message.fp.name)) The patch was also submitted to upstream (using SF's bug tracking system). PR: ports/64354 Submitted by: Simon Barner <barner@in.tum.de> - Use DOCSDIR/EXAMPLESDIR macros in pkg-plist - Bump PORTREVISION Notes: svn path=/head/; revision=106741
* Add horde-passwd 2.2.1, a password changing module for Horde.Thierry Thomas2004-04-117-0/+313
| | | | | | | | | PR: 62745 Submitted by: João Carlos Mendes Luís (<jonny@jonny.eng.br>) Approved by: pav (mentor). Notes: svn path=/head/; revision=106739
* - Support sourcing of Makefile.local by including <bsd.port.pre.mk>Sergei Kolobov2004-04-111-1/+3
| | | | | | | | | | | even though I think there are better ways to store per-port configuration: sysutils/penv or sysutils/portupgrade ports or /etc/make.conf file) PR: ports/64660 Submitted by: George Hartzell <hartzell@kestrel.alerce.com> Notes: svn path=/head/; revision=106738
* - Update to 2.1.2Sergei Kolobov2004-04-112-5/+7
| | | | | | | | PR: ports/65373 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=106737
* Make gtkspell support optional (defaults to on), and add OPTIONS support.Joe Marcus Clarke2004-04-111-3/+12
| | | | | | | Based on patch by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Notes: svn path=/head/; revision=106736
* bdb backend requires Berkeley DB >= 4.2 since 2.2.3betaOliver Eikemeier2004-04-113-3/+3
| | | | | | | Noticed by: Michael Reifenberger <mike@Reifenberger.com> Notes: svn path=/head/; revision=106735
* Stop installing xine-bugreport and xine-check that have insecureMANTANI Nobutaka2004-04-113-5/+11
| | | | | | | | temporary file creation problem. Remove FORBIDDEN mark. Notes: svn path=/head/; revision=106734
* * Update to 1-rc3c.MANTANI Nobutaka2004-04-1110-82/+426
| | | | | | | | | | * Use lthack. [1] PR: ports/65114 [1] Submitted by: michael johnson <ahze@ahze.net> [1] Notes: svn path=/head/; revision=106733
* Upgrade to version 1.140 (with apache-1.140-1 and cpan-1.140-1).Jimmy Olgeni2004-04-112-34/+9
| | | | Notes: svn path=/head/; revision=106732
* - Use gcc33 for OSVERSION > 501103Kirill Ponomarev2004-04-112-2/+11
| | | | | | | | | | - SIZE'ify PR: ports/65421 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=106731
* - Update to 2.2.0Kirill Ponomarev2004-04-114-6/+6
| | | | | | | | PR: ports/65437 Submitted by: maintainer Notes: svn path=/head/; revision=106730
* Update to 1.0Mario Sergio Fujikawa Ferreira2004-04-113-9/+55
| | | | Notes: svn path=/head/; revision=106729
* - Handle both submenus correctly case-insensitivelyKirill Ponomarev2004-04-113-1/+21
| | | | | | | | PR: ports/65434 Submitted by: maintainer Notes: svn path=/head/; revision=106728
* Update to 1.0Mario Sergio Fujikawa Ferreira2004-04-113-34/+6
| | | | Notes: svn path=/head/; revision=106727
* - Update to 0.9.4Kirill Ponomarev2004-04-113-48/+44
| | | | | | | | PR: ports/65418 Submitted by: maintainer Notes: svn path=/head/; revision=106726
* - Update to 0.10.3Kirill Ponomarev2004-04-114-16/+12
| | | | | | | | PR: ports/65417 Submitted by: maintainer Notes: svn path=/head/; revision=106725
* Update to 2004.04.09.Norikatsu Shigemura2004-04-112-3/+3
| | | | Notes: svn path=/head/; revision=106724
* Fix pasting bug(>128bytes).Vanilla I. Shu2004-04-112-2/+11
| | | | | | | Submitted by: kcwu via #bsdchat Notes: svn path=/head/; revision=106723
* BROKEN: Install failsKris Kennaway2004-04-111-0/+2
| | | | Notes: svn path=/head/; revision=106722
* Updated to 1.58Sergey Skvortsov2004-04-112-4/+5
| | | | Notes: svn path=/head/; revision=106721
* This old version of GCC really only makes sense on i386 at this point (if atGerald Pfeifer2004-04-111-5/+3
| | | | | | | all), so use ONLY_FOR_ARCHS=i386. Drop maintainership. Notes: svn path=/head/; revision=106720
* add p5-XML-SAX-ExpatXS 0.98, perlSAX2 XS extension to Expat parser.Sergey Skvortsov2004-04-117-0/+78
| | | | Notes: svn path=/head/; revision=106718
* - add support for cyrus mailbox lookupDirk Meyer2004-04-116-8/+444
| | | | | | | | | | | | | | | This offers completed support for realtime address verification against Cyrus IMAP server, complementing the PR # ports/64566. Files and idea by Andrzej Filip. Details and updates can be found at http://anfi.webhop.net/sendmail/rtcyrus2.html PR: 65320 Submitted by: Michael O. Boev - fix duplicate "pre-configure" target. - keep originals of modififed cf files, submission/65320 breaks packaging Notes: svn path=/head/; revision=106717
* o Remove BROKENMario Sergio Fujikawa Ferreira2004-04-119-24/+18
| | | | | | | | o Update to Freenet Stable build 5076 released 20040411 snapshot o Bump PORTREVISION Notes: svn path=/head/; revision=106716
* BROKEN: Install failsKris Kennaway2004-04-111-0/+2
| | | | Notes: svn path=/head/; revision=106715
* Unbreak on -stable by commenting out a call to pthread_atfork().Daniel Eischen2004-04-111-0/+26
| | | | | | | | | -stable doesn't yet have pthread_atfork(). Reported by: Kent Stewart <kstewart at owt.com> Notes: svn path=/head/; revision=106714
* BROKEN with perl < 5.8: Does not compileKris Kennaway2004-04-111-1/+7
| | | | Notes: svn path=/head/; revision=106713
* Add SIZE info. Reminded by: kris.Mark Linimon2004-04-111-0/+1
| | | | Notes: svn path=/head/; revision=106712
* The new IPv6 code in GDM causes IPv4 support to be disabled. Therefore,Joe Marcus Clarke2004-04-111-1/+9
| | | | | | | | add an OPTIONS knob for enabling IPv6 support, but enable IPv4 support by default. Notes: svn path=/head/; revision=106711
* Mark this port BROKEN with gtk+-2.4.Joe Marcus Clarke2004-04-113-0/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=106710
* Update to 0.45.4.Daniel Harris2004-04-112-10/+6
| | | | | | | | PR: 65351 Submitted by: maintainer Notes: svn path=/head/; revision=106709
* Add the deprecated ports I just removed.Kris Kennaway2004-04-111-0/+22
| | | | Notes: svn path=/head/; revision=106707
* As announced 2 months ago, remove these deprecated or broken ports.Kris Kennaway2004-04-11168-4952/+0
| | | | Notes: svn path=/head/; revision=106706
* Update to 0.6.3:Mark Linimon2004-04-117-76/+51
| | | | | | | | | | | | | | | | | - the password will be stored in the file .hk_classes/SERVER/driver.conf, the RW-flags are set to the user only - hk_presentation: presentation local datasources can be defined in the datasource dialog - Python script handles uninstall now - (many other minor API changes and bugfixes: see ChangeLog) Also, the port consolidates several patches into patching one Makefile.in. PR: ports/65166 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=106705
* Disable GnuTLS support until support for newer versions of GnuTLS has beenJoe Marcus Clarke2004-04-111-9/+9
| | | | | | | | | added. Reported by: bento Notes: svn path=/head/; revision=106704