summaryrefslogtreecommitdiff
path: root/databases/rrdtool10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.0.50Lars Thegler2005-11-235-24/+18
| | | | | | | - Add SHA256 checksum Notes: svn path=/head/; revision=149205
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Added net/rrdtool10, a resurrection of rrdtool 1.0.xLars Thegler2005-05-2312-127/+203
| | | | Notes: svn path=/head/; revision=135987
* Update to version 1.2.8.Dmitry Sivachenko2005-05-172-4/+4
| | | | Notes: svn path=/head/; revision=135446
* Correct WWW.Dmitry Sivachenko2005-05-101-1/+1
| | | | Notes: svn path=/head/; revision=134978
* Update to version 1.2.6.Dmitry Sivachenko2005-05-102-3/+3
| | | | Notes: svn path=/head/; revision=134977
* USE_LIBTOOL implies GNU_CONFIGURE.Dmitry Sivachenko2005-05-081-1/+0
| | | | Notes: svn path=/head/; revision=134888
* Upgrade to version 1.2.4.Dmitry Sivachenko2005-05-0812-198/+126
| | | | Notes: svn path=/head/; revision=134885
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build on amd64.Kirill Ponomarev2005-04-101-1/+1
| | | | Notes: svn path=/head/; revision=132958
* Fix build on amd64.Kirill Ponomarev2005-04-061-0/+1
| | | | Notes: svn path=/head/; revision=132654
* BROKEN on ia64: Does not buildKris Kennaway2005-03-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132038
* - add USE_LIBTOOL_VER=15 and remove *.la from PLISTYen-Ming Lee2005-03-172-82/+84
| | | | | | | | | | | | | - utilize DOCSDIR, EXAMPLESDIR - respect NOPORTDOCS - apply OPTIONS PR: 78942 Submitted by: leeym Approved by: demon Notes: svn path=/head/; revision=131490
* - Fix plist (kill perllocal.pod)Pav Lucistnik2005-03-161-2/+13
| | | | Notes: svn path=/head/; revision=131422
* Support for ISO-8859-2 fonts should be enabled with --enable-latin2Dmitry Sivachenko2004-11-171-1/+1
| | | | | | | | | option, not --with-latin2. Submitted by: Tomasz Baranowski <tb@cybertech.pl> Notes: svn path=/head/; revision=121808
* This patch was integrated into rrdtool.Dmitry Sivachenko2004-08-092-15/+0
| | | | | | | Nitoced by: Forrest Aldrich <forrie@forrie.com> Notes: svn path=/head/; revision=115713
* Update to version 1.0.49Dmitry Sivachenko2004-08-086-37/+27
| | | | Notes: svn path=/head/; revision=115636
* Upgrade to version 1.0.48.Dmitry Sivachenko2004-07-262-4/+4
| | | | | | | | | Add --with-pic to CONFIGURE_ARGS on amd64 to fix build. Submitted by: arved Notes: svn path=/head/; revision=114772
* Add fix for perl <= 5.005_03Volker Stolz2004-07-222-2/+17
| | | | | | | | | PR: ports/66418 Submitted by: Lars Thegler Approved by: maintainer timeout Notes: svn path=/head/; revision=114428
* BROKEN on amd64: Does not build (needs to build shared libraries with -fPIC)Kris Kennaway2004-05-301-1/+7
| | | | Notes: svn path=/head/; revision=110361
* Avoid coredump in 'rrdtool graph -X <param>'Dmitry Sivachenko2004-05-111-0/+11
| | | | | | | Submitted by: "Leonid A. Lyamanov" <leonas@demos.su> Notes: svn path=/head/; revision=108891
* This port does not require libtool to build.Dmitry Sivachenko2004-04-191-1/+1
| | | | | | | | PR: 65696 Submitted by: Helge Oldach <rrdtoolapr04@oldach.net> Notes: svn path=/head/; revision=107545
* Use a copy of libpng shipped with rrdtool. This fixes build with ancientDmitry Sivachenko2004-04-161-3/+1
| | | | | | | | | | | version of perl (5.005). I have no spare machine with that version of perl to develop a proper fix. Noticed by: many Notes: svn path=/head/; revision=107195
* Update to version 1.0.47.Dmitry Sivachenko2004-04-068-58/+37
| | | | Notes: svn path=/head/; revision=106296
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Remove redundant USE_GMAKE.Dmitry Sivachenko2003-12-221-1/+0
| | | | | | | | PR: 58993 Submitted by: Helge Oldach <1464424446@oldach.net> Notes: svn path=/head/; revision=96417
* Correct pkg-plist.Dmitry Sivachenko2003-10-301-1/+1
| | | | Notes: svn path=/head/; revision=92636
* Update to version 1.0.45.Dmitry Sivachenko2003-10-294-22/+33
| | | | | | | | PR: 58297 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=92542
* utilize SITE_PERLYing-Chieh Liao2003-10-241-9/+9
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Dmitry Sivachenko2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76136
* Update to 1.0.41;Dmitry Sivachenko2003-02-203-6/+3
| | | | | | | Slightly adjust pkg-descr. Notes: svn path=/head/; revision=75928
* Fixes for 64-bit platforms.Dmitry Sivachenko2003-02-111-0/+20
| | | | | | | Submitted by: Corey Smith <csmith@bonddesk.com> Notes: svn path=/head/; revision=75299
* Update to 1.0.40.Dmitry Sivachenko2002-10-182-5/+2
| | | | Notes: svn path=/head/; revision=68245
* Upgrade to 1.0.39.Dmitry Sivachenko2002-08-312-2/+5
| | | | | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (with modifications). Notes: svn path=/head/; revision=65368
* Upgrade to version 1.0.38.Dmitry Sivachenko2002-05-243-3/+6
| | | | Notes: svn path=/head/; revision=59919
* Upgrade to 1.0.37Dmitry Sivachenko2002-05-049-38/+43
| | | | | | | Submitted by: Mark Rowlands <mark.rowlands@minmail.net> (partially). Notes: svn path=/head/; revision=58555
* Update to 1.0.33.Dmitry Sivachenko2001-07-063-11/+3
| | | | | | | | | Fix MASTER_SITES. Spotted by: Forrest Aldrich <forrie@forrie.com> Notes: svn path=/head/; revision=44804
* Eliminate -ffast-math slightly better way.Dmitry Sivachenko2001-03-281-1/+1
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=40480
* Remove -ffast-math from $CFLAGS.Jun Kuriyama2001-03-261-0/+1
| | | | | | | | | PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer) Notes: svn path=/head/; revision=40393
* Update to 1.0.32.Dmitry Sivachenko2001-02-2212-108/+21
| | | | Notes: svn path=/head/; revision=38593
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Update to version 1.0.28Kevin Lo2000-10-043-8/+8
| | | | | | | | PR: 21744 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33408
* Update to 1.0.25.Maxim Sobolev2000-07-312-2/+2
| | | | | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt> Notes: svn path=/head/; revision=31174
* Update to 1.0.24Alexander Langer2000-06-287-33/+39
| | | | | | | | PR: 19250 Submitted by: maintainer Notes: svn path=/head/; revision=29941
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651