summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch kdemultimedia's configure-script to prevent it from bailinglofi2005-07-0313-0/+44
| | | | | | in certain environments/sh versions. Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
* Fix a MASTER_SITE.dannyboy2005-07-031-1/+1
| | | | | PR: 82887 Submitted by: maintainer
* Fix distinfo.maho2005-07-032-4/+4
| | | | Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Update lang/otcl from 1.8 to 1.9 and devel/tclcl from 1.15 to 1.16.mi2005-07-038-47/+19
| | | | | | | | Add a patch to the latter to use Tcl-8.4.10's http2.5 instead of http2.4, which came with earlier Tcl; correct the patch-aa to use Tcl-8.4 (like the rest of the port) instead 8.3 in otcldoc. Submitted by: pointyhat (the http2.4 vs. http2.5 discrepancy)
* Add USE_ICONV to Makefile, and it fix the incorrect pkg-plist problem.vanilla2005-07-031-2/+2
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar_dot . org> Noticed by: kris@
* Fix include path problem.vanilla2005-07-035-7/+21
| | | | | Noticed by: kris@ Pointyhat by: me
* Update to 2.7.2.marcus2005-07-024-50/+70
| | | | | | | | | | * Add '+' to the list of valid characters for file names in the warning message. * Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if OPTIONS is actually defined). [1] PR: 82316 [1] Submitted by: sem [1]
* Yet another silent update!thierry2005-07-023-51/+4
| | | | | | | | | | | | | | | - A bug involving namespace variables and display when using several modules on Unix is corrected; - Corrected non-global X11 variables in multi-module projects using CImg.h; - Several doc files have been removed. For those interested, a diff against previous version is available at <http://pompo.net/ports/CImg-050621-050602.diff.bz2>. Reported by: Kris via pointyhat
* Reverse the logic used for kevent. Set timeout to NULL when setting the event,marcus2005-07-021-4/+4
| | | | and timeout to the zero timespec when reading the event.
* Fix a CPU hog problem with dbus running in fork mode. Kqueue is not sharedmarcus2005-07-022-5/+16
| | | | | | | | | across fork(), and thus the file descriptor kevent was trying to read from was actually pointign to /dev/null. This caused dbus to eat up 100% of the CPU. Of course, tests with --nofork worked just fine. The new approach will detect if the kqueue has been closed, a reopen it after the fork.
* - update to openwebmail-devel-2.51.20050627leeym2005-07-022-3/+3
|
* - Update ${MASTER_SITES}jylefort2005-07-022-26/+22
| | | | | | | - Use ${ECHO_CMD} instead of ${ECHO} (${ECHO} is a no-op if make -s is used) - Install icon in ${PREFIX}/share/pixmaps rather than in ${PREFIX}/share/gnome/pixmaps - Polish the Makefile and reformat it
* Update to 3.4.5.novel2005-07-022-4/+4
| | | | | PR: 82893 Submitted by: UMENO Takashi (maintainer)
* Update to 1.38.novel2005-07-022-3/+3
| | | | | PR: 82888 Submitted by: Matthias Andree (maintainer)
* Do not build on FreeBSD 4.x, due to lack of uuid.h header files.rodrigc2005-07-021-1/+7
| | | | Approved by: demon (ports mentor)
* Add the license file to plist.thierry2005-07-021-1/+3
| | | | Reported by: Kris via pointyhat.
* No CVS chatter over the holidaywes2005-07-021-1/+1
|
* Fix build on 4-stable.nobutaka2005-07-022-4/+14
|
* Update to 2005.07.01.nork2005-07-022-3/+3
|
* Update to 1.2.4.nobutaka2005-07-0211-107/+39
|
* Update to 6700b.nobutaka2005-07-023-5/+6
|
* - Fix compilation [1]jylefort2005-07-022-4/+4
| | | | | | | - Respect ${CXX} - When deinstalling, remove the score file if it is empty Reported by: kris [1]
* Update my co-ordinates after my house move (no, it wasn't very far).ceri2005-07-021-1/+1
|
* Update to m113maho2005-07-0248-816/+1080
|
* update to m56maho2005-07-0212-142/+100
| | | | | | | | | | | | | | o mozilla 1.0 dependency issue 1. reduce gtk dependency to xlib 2. we need libIDL >=0.6.3 and glib >=1.2.0 to build mozilla. From mozilla/xpcom/typelib/xpidl/README xpidl depends on Andrew Veliath and Elliot Lee's libIDL, a part of the GNOME ORBit C ORB. We currently require libIDL >= 0.6.3, which in turn requires glib >= 1.2.0 3. libIDL (not libIDL2) port does not exist and orbit includes libIDL and libIDL dependency implies glib12 o No longer depends on Xvfb. o Afaik, only JDK 1.4 is supported to build
* Bump port revision for the fixed PLIST.joerg2005-07-021-0/+1
|
* Forgot to fix the plist after the recent upgrade to 2.16.joerg2005-07-021-0/+2
|
* Fix build on 4.x (remove some ^M line ends)lawrance2005-07-021-0/+4
| | | | | | | PR: ports/82607 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer (implicit) Reported by: lofi
* Ensure that libgnomedb support is enabled.marcus2005-07-021-0/+2
| | | | Reported by: Oliver <oliver303@aon.at>
* Fix patching by coverting the patch target to a UNIX text file first.marcus2005-07-021-0/+5
| | | | Reported by: pointyhat via kris
* Fix the build on 4.X.marcus2005-07-022-0/+60
| | | | Reported by: pointyhat via kris
* Instead of checking to see if USE_AUTOTOOLS_COMPAT is defined, ensure thatmarcus2005-07-021-1/+1
| | | | | | | | | it is empty. USE_AUTOTOOLS_COMPAT will always be defined, but we don't want to assume that we're using autotools compatibility unless its value is non-null. Previously, the defined check would cause ports using the new USE_AUTOTOOLS scheme to fail. Approved by: ade
* - Fix build on 4.xahze2005-07-021-0/+13
| | | | Pointed out by: krismail
* Upgrade to 1.5.1.3.dannyboy2005-07-022-3/+3
| | | | | PR: 82872 Submitted by: maintainer
* Forced commit to note that the previous commit also enables the GTK2jylefort2005-07-020-0/+0
| | | | option by default.
* [1]:jylefort2005-07-028-186/+24
| | | | | | | | | | | | | | | | - Update to 0.95.3 - Pass maintainership to submitter Moreover: - Respect ${CC} - Respect ${LOCALBASE} - Do not let the port use its own optimization cflags - Polish the Makefile [1]: PR: ports/82860 Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (new maintainer) Approved by: former maintainer
* Reset undeliverable maintainer address:kris2005-07-021-1/+1
| | | | | | | | <mwatts@edu1.tokyo-med.ac.jp>... Deferred: Operation timed out with earch.tokyo-med.ac.jp. Message could not be delivered for 5 days Message will be deleted from queue which has persisted since February
* Reset undeliverable maintainer address:kris2005-07-021-1/+1
| | | | | | | | <vchat@enforcer.cc>... Deferred: Name server: mail.enforcer.cc.: host name lookup failure Message could not be delivered for 5 days Message will be deleted from queue which has persisted since February
* Reset undeliverable maintainer address:kris2005-07-021-1/+1
| | | | | <dm+bug+avenger@mailavenger.org>: host ludlow.scs.cs.nyu.edu[216.165.108.10] said: 550 unknown user (in reply to RCPT TO command)
* BROKEN: Incorrect pkg-plistkris2005-07-021-0/+2
|
* BROKEN: Configure failskris2005-07-021-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-07-022-0/+4
|
* BROKEN: Unfetchablekris2005-07-021-0/+2
|
* - Add missing devel/p5-Class-ISA dependency [1]jylefort2005-07-012-0/+3
| | | | | | | | - Fix packing list [1] PR: ports/82877 Submitted by: maintainer
* The vendor has removed the distfile from his website. Add the distfilejylefort2005-07-011-1/+3
| | | | | | to my distfiles space. Reported by: pointyhat
* Chase the libevent update.jylefort2005-07-0113-6/+15
| | | | Reported by: pointyhat
* Update to 1.0.0.adamw2005-07-013-5/+8
|
* Update to 1.99.6.adamw2005-07-013-3/+5
|
* - Update to 0.43.0pav2005-07-013-34/+34
| | | | | PR: ports/82866 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* Adjust CONFLICTS.lofi2005-07-011-1/+1
|
OpenPOWER on IntegriCloud