summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark broken: UnfetchablePatrick Li2005-06-101-0/+2
| | | | | | | | PR: ports/82094 Submitted by: maintainer Notes: svn path=/head/; revision=137150
* - Update to 3.6.4Patrick Li2005-06-102-4/+4
| | | | | | | | | | - Maintainer == Submitter effective now PR: ports/82095 Submitted by: Josh Paetzel <josh@tcbug.org> Notes: svn path=/head/; revision=137149
* Fix two problems:Sam Lawrance2005-06-102-3/+13
| | | | | | | | | | | | - braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef) - prebuilt docs were not installed if jade unavailable PORTREVISION bumped so port users get the docs. Reported by: kris Notes: svn path=/head/; revision=137148
* - update to 10.26.11Dirk Meyer2005-06-102-3/+3
| | | | Notes: svn path=/head/; revision=137147
* - Fix libdata/pkgconfig policySergey Matveychuk2005-06-103-3/+0
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=137146
* Stop GCC nits on 4.x.Alexander Nedotsukov2005-06-101-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=137145
* Add ROTE, a simple library for VT102 terminal emulation.Alexey Dokuchaev2005-06-105-0/+51
| | | | | | | WWW: http://rote.sourceforge.net/ Notes: svn path=/head/; revision=137143
* fix build (revert libtool changes so libjit uses libtool 1.3 again)Oliver Lehmann2005-06-101-4/+7
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=137142
* Use GCC 3.4+ instead of hardcoding 3.4.Joe Marcus Clarke2005-06-101-1/+1
| | | | | | | Requested by: bland Notes: svn path=/head/; revision=137141
* Add support for getting disk read/write usage on -CURRENT using GEOMJoe Marcus Clarke2005-06-104-2/+159
| | | | | | | | | and devstat. Thanks to phk for providing insight on how to do this. Tested by: kwm Notes: svn path=/head/; revision=137140
* - Update or add WWW: linesMichael Johnson2005-06-108-6/+10
| | | | Notes: svn path=/head/; revision=137139
* - Update WWW: line to http://clearlooks.sourceforge.net/Michael Johnson2005-06-102-2/+2
| | | | Notes: svn path=/head/; revision=137138
* Fix pkg-plist.Vanilla I. Shu2005-06-101-0/+1
| | | | | | | Obtained from: kris@ Notes: svn path=/head/; revision=137137
* Improve the startup script:Jean-Yves Lefort2005-06-102-13/+2
| | | | | | | | - Remove useless start_cmd/stop_cmd - Set procname (unbreaks status) Notes: svn path=/head/; revision=137136
* - disable SpeedyCGI support by default. It needs suidperl and will cause someYen-Ming Lee2005-06-101-1/+1
| | | | | | | | | problem in package build framework. Noticed by: kris Notes: svn path=/head/; revision=137135
* Update the battstat status a bit quicker.Joe Marcus Clarke2005-06-104-20/+22
| | | | Notes: svn path=/head/; revision=137134
* Update to snapshot 20050609Mario Sergio Fujikawa Ferreira2005-06-102-3/+3
| | | | Notes: svn path=/head/; revision=137133
* A number of enhancements:Mikhail Teterin2005-06-107-19/+1880
| | | | | | | | | | | | | | | | | | . compile cleanly against 8.4 with -Wall on i386 and amd64; . use OS' run-time linker instead of dlopen-ing libpng, libjpeg, libtiff inside; . stop using TIFF's _internal_ headers for anything. This changes are quite radical, but seem to work with anything I have. Vendor's own tests pass except for some differences in PNG images -- most likely due to changes in PNG library since 2002. Stop requiring specific versions of jpeg, tiff, png -- we don't really care. Bump up PORTREVISION. Notes: svn path=/head/; revision=137132
* - Update to version 0.13.2Markus Brueffer2005-06-093-9/+13
| | | | | | | - Add FreeBSD 6 device names Notes: svn path=/head/; revision=137131
* Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the firstMarkus Brueffer2005-06-0910-0/+274
| | | | | | | | | | | | | | | | | | consumer of the updated acpi_ibm(4) driver: With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. WWW: http://www.nongnu.org/tpb/ Notes: svn path=/head/; revision=137129
* - Update to 0.6Michael Johnson2005-06-094-4/+18
| | | | | | | Note: gnome users and gtk-engines2 users should use x11-themes/clearlooks-themes Notes: svn path=/head/; revision=137128
* - Update to 0.6Michael Johnson2005-06-092-3/+3
| | | | Notes: svn path=/head/; revision=137127
* Add notes about changes introduced in bsd.port.mk rev. 1.512Kirill Ponomarev2005-06-091-1/+39
| | | | | | | Remove trailing spaces. Notes: svn path=/head/; revision=137126
* Drive-by upgrade to 2.0.Dag-Erling Smørgrav2005-06-093-21/+39
| | | | Notes: svn path=/head/; revision=137125
* Fix build.Kirill Ponomarev2005-06-092-4/+6
| | | | Notes: svn path=/head/; revision=137124
* Fix build with MySQL 4.1Kirill Ponomarev2005-06-091-3/+6
| | | | | | | Provided by: ale Notes: svn path=/head/; revision=137123
* * Improve documentation of CONFLICTS. [1]Kirill Ponomarev2005-06-091-23/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix add-plist-docs target to work correctly with wildcards. [2] * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3] * Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4] * Suppress "Vulnerability check disabled" message if DISABLE_VULNERABILITIES is defined. [5] * Switch default MySQL version to 4.1 [6] * Add support for OpenLDAP v.23. [7] * Fix add-plist-info and add-plist-post targets to avoid warnings from ports which redefine them. [8] * Fix add-plist-docs target to handle NOPORTDOCS knob properly. [9] * Use INSTALLDIRS="site" in configure for perl ports. [10] * Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are defined. [11] * Add an ability to depend on versioned installed package. [12] Example: BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple Please note, it's experimental feature, work is currently in progress. PR: ports/81922 [1], ports/77820 [2], ports/80023 [2], ports/78597 [2], ports/79011 [3], ports/79012 [3], ports/81168 [4], ports/78607 [5], ports/79604 [6], ports/80653 [7], ports/80880 [8], ports/81189 [9], ports/78144 [10], ports/69512 [11], ports/79823 [12] Submitted by: gerald [1], clement [2], lawrance [2], Jilles Tjoelker <jilles at stack dot nl> [3], marcus [4], adamw [5], ale [6], Vsevolod Stakhov <vsevolod at highsecure.dot.ru> [7], Vasil Dimov <vd at datamax dot bg> [8], sem [10], leeym [11], tobez [12] Notes: svn path=/head/; revision=137122
* Get rid of the .orig file left over after patching. For some reason,Philip Paeps2005-06-091-1/+4
| | | | | | | | | | MakeMaker generated Makefiles like to install everything they find. Spotted by: pointyhat via kris Approved by: krion (mentor) Notes: svn path=/head/; revision=137121
* - Welcome new maintainer. Ha made a lot for the ports.Sergey Matveychuk2005-06-0913-13/+4
| | | | | | | | | | - Remove redundant maintainer lines. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer timeout (3 monthes of silence) Notes: svn path=/head/; revision=137120
* fix build on 4Oliver Lehmann2005-06-092-0/+80
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=137119
* fix build on 4Oliver Lehmann2005-06-091-22/+22
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=137118
* Htpdate is an utility to synchronize time using http headers. It can be verySergey Matveychuk2005-06-094-0/+41
| | | | | | | | | | | useful in corporate networks, where there is only http proxy, so ntp don't work. PR: ports/82067 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=137116
* fix build on 4Oliver Lehmann2005-06-093-6/+6
| | | | | | | Noted by: pointyhat via kris Notes: svn path=/head/; revision=137115
* Use GCC 3.4 to fix the build on 4.X.Joe Marcus Clarke2005-06-091-0/+1
| | | | Notes: svn path=/head/; revision=137114
* Add WWWErwin Lansing2005-06-091-0/+2
| | | | | | | | PR: 82073 Submitted by: Francisco <francisco@natserv.net> Notes: svn path=/head/; revision=137113
* fix build on 4Oliver Lehmann2005-06-091-10/+4
| | | | | | | | | | remove broken for 6 PR: 81964 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=137112
* - Add missing man pagesMichael Johnson2005-06-091-2/+5
| | | | Notes: svn path=/head/; revision=137111
* Re-add USE_GMAKE.Thierry Thomas2005-06-091-0/+3
| | | | | | | | | PR: ports/82069 Submitted by: maintainer Pointyhat to: thierry Notes: svn path=/head/; revision=137110
* fix pkg-plistOliver Lehmann2005-06-091-1/+5
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=137109
* BROKEN: Conflicting dependencies (py-gtk and py-gtk2)Kris Kennaway2005-06-091-0/+2
| | | | Notes: svn path=/head/; revision=137108
* Create the ${X11BASE} services directory in the correct location.Joe Marcus Clarke2005-06-091-3/+1
| | | | Notes: svn path=/head/; revision=137107
* Update to 4510James E. Housley2005-06-092-3/+3
| | | | Notes: svn path=/head/; revision=137106
* - retire the obsoleted messageYen-Ming Lee2005-06-091-6/+0
| | | | | | | Noticed by: Giuseppe Dia <giusedia at aliceposta.it> Notes: svn path=/head/; revision=137105
* . Update to 5.18.Greg Lewis2005-06-092-3/+3
| | | | | | | | PR: 82063 Submitted by: Björn König <bkoenig@cs.tu-berlin.de> Notes: svn path=/head/; revision=137104
* Update to 0.17Sergey Skvortsov2005-06-092-3/+3
| | | | Notes: svn path=/head/; revision=137103
* Update to 2.0.13Alexander Nedotsukov2005-06-093-471/+154
| | | | Notes: svn path=/head/; revision=137102
* Suppress compiler warnings.Jean-Yves Lefort2005-06-091-0/+49
| | | | | | | | PR: ports/82050 Submitted by: maintainer Notes: svn path=/head/; revision=137101
* - Integrate vendor patches:Sergey Matveychuk2005-06-094-6/+26
| | | | | | | | | | | | | | | | | | 1) Poller Auto Recache on Empty Output Fixes a problem where the poller would force a data query recache when a device returned empty output. This may have caused problems for hosts that are frequently down. 2) Poller Output SQL Order By Removes an SQL "order by" statement from the poller output processing that might cause graph gaps for installations with a large number of poller processes. 3) Additional RRDTool 1.2 Support Adds more font control options that are supported in RRDTool 1.2. The default slope mode has been changed for more organic looking graph lines. Notes: svn path=/head/; revision=137100
* - Update to 1.6Sergey Matveychuk2005-06-092-6/+5
| | | | Notes: svn path=/head/; revision=137099
* Fix INDEX build:Dejan Lesjak2005-06-091-1/+3
| | | | | | | | | | "/usr/ports/devel/dbus-sharp/../dbus/Makefile", line 76: Unassociated shell command "${MKDIR} ${X11BASE}/share/dbus-1/services" Submitted by: flz Notes: svn path=/head/; revision=137098