aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heartbeat
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361978
* - Convert net/libnet to USES=libtool and bump dependent portsTijl Coosemans2014-07-141-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361791
* - StagifyThomas Zander2014-06-164-258/+130
| | | | | | | | | | | | | | | | - Handle user account creation via Makefile rather than pkg-install - Handle permissions and ownerships via pkg-plist - USE_* -> USES - Add LICENSE - Bump PORTREVISION PR: 190972 Submitted by: ports@encarnate.com (maintainer) Reviewed by: maintainer Approved by: maintainer, mentors (implicit) Notes: svn path=/head/; revision=358028
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Remove usage of non existing macroBaptiste Daroussin2013-12-261-1/+0
| | | | Notes: svn path=/head/; revision=337467
* sysutils/heartbeat: fix build without gccWilliam Grzybowski2013-11-092-4/+15
| | | | | | | | | | | - Fix build without gcc - Convert lib depends to new format [1] PR: ports/183800 Submitted by: maintainer, wg [1] Notes: svn path=/head/; revision=333284
* Fix build on FreeBSD 10.Tijl Coosemans2013-10-192-1/+17
| | | | | | | | PR: ports/181855 Submitted by: Justin Head <ports@encarnate.com> (maintainer) Notes: svn path=/head/; revision=330935
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327370
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326122
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert left sysutils ports to new options frameworkBaptiste Daroussin2013-04-281-25/+22
| | | | Notes: svn path=/head/; revision=316744
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - move from libnet-devel -> libnetDirk Meyer2013-02-182-30/+5
| | | | Notes: svn path=/head/; revision=312529
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300261
* - update libnet-devel to 1.1.6Dirk Meyer2012-04-182-5/+5
| | | | Notes: svn path=/head/; revision=295055
* Remove bogus post-deinstall targetChris Rees2012-01-211-3/+0
| | | | | | | | | PR: ports/164339 Submitted by: crees (me) Approved by: maintainer (Justin Head <ports@encarnate.com>) Notes: svn path=/head/; revision=289556
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove comments and optional dependencies for ports which areDoug Barton2011-11-011-1/+0
| | | | | | | about to be removed. Notes: svn path=/head/; revision=284872
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-1/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - fix crash when clock_t (signed 32bit int) rolls over on amd64Olli Hauer2011-09-204-3/+119
| | | | | | | | | | | Thanks to Rudolf Polzer and Justin Head! PR: ports/157176 Submitted by: Rudolf Polzer <rpolzer@mucke-novak.de> Approved by: Justin Head <ports@encarnate.com> (maintainer) Notes: svn path=/head/; revision=282090
* - Chase net-snmp shlib version bump.Sylvio Cesar Teixeira2011-07-281-1/+1
| | | | Notes: svn path=/head/; revision=278482
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-1/+1
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Clean up "current" versions of autotools components to further reduceAde Lovett2010-12-081-1/+1
| | | | | | | tree-churn on updates. Notes: svn path=/head/; revision=265861
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+1
| | | | Notes: svn path=/head/; revision=265663
* - fix build after update of libnet-develDirk Meyer2010-11-172-5/+5
| | | | Notes: svn path=/head/; revision=264718
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Fix NOPORTDOCS, this port oddly installs configuration only with docsPav Lucistnik2010-06-222-9/+11
| | | | | | | | Reported by: QAT Feature safe: yes Notes: svn path=/head/; revision=256832
* - Configuration shouldn't be hidden in NOPORTDOCS imhoPav Lucistnik2010-06-221-4/+0
| | | | | | | | Reported by: QAT Feature safe: yes Notes: svn path=/head/; revision=256831
* - Fix plistPav Lucistnik2010-06-222-3/+6
| | | | | | | | Submitted by: Justin Head <ports@encarnate.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256830
* Fix pkg-plist.Sergey A. Osokin2010-06-182-4/+1
| | | | | | | | | | Bump PORTREVISION. Feature safe: yes Spotted by: itetcu Notes: svn path=/head/; revision=256672
* - Chase net-snmp shlib bumpSylvio Cesar Teixeira2010-06-021-1/+1
| | | | Notes: svn path=/head/; revision=255579
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Proper FreeBSD startup script is now available.Greg Larkin2009-12-167-45/+314
| | | | | | | | | | | | | | | - Building with NOPORTDOCS succeeds. - Added drac3 and apcmastersnmp stonith plugin install options. - Workaround for vacm, bladehpi, and ipmilan stonith plugin auto-building. - Added further information on v1 => v2 upgrade to pkg-message. - Added MAKE_JOBS_SAFE as the port can be parallel built. - Bumped PORTREVISION PR: ports/139132 Submitted by: Justin Head <ports@encarnate.com> Notes: svn path=/head/; revision=245958
* . fix some regexps for ip address detection; [1]Boris Samorodov2009-11-162-3/+3
| | | | | | | | | | | . bump PORTREVISION. PR: ports/140012 [1] Submitted by: Mark Round <mark.round at ahc.uk.com> [1] Final patch by: maintainer (Justin Head <ports at encarnate.com>) [1] Notes: svn path=/head/; revision=244327
* . current implementation of function find_interface_bsd() in [1]Boris Samorodov2009-08-212-1/+68
| | | | | | | | | | | | | | | heartbeat-2.1.4 used in port sysutils/heartbeat does not work correctly if there are multiple interfaces with the same IP address (where only one of is UP, the others are DOWN). Fix this with files/patch-resources-OCF-IPaddr; . bump PORTREVISION. PR: ports/137865 [1] Submitted by: Michael Leun <michael.leun at arcor.net> [1] Approved by: Justin Head <ports at encarnate.com> (maintainer) [1] Notes: svn path=/head/; revision=240018
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-1/+1
| | | | Notes: svn path=/head/; revision=239670
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-5/+7
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* . update to version 2.1.4;Boris Samorodov2009-07-2914-493/+881
| | | | | | | | | | | | | | | . add a note to /usr/ports/UPDATING; . add $PATCH_DEPENDS found by tinderbox test; . switch maintainership to the submitter; . use %%DATADIR%% at pkg-plist; . use $DIST_SUBDIR because distname does not include "heartbeat" string. PR: ports/121050 Submitted by: Justin Head <ports@encarnate.com> Approved by: scott-ports@tummy.com (maintainer timeout at least two months) Notes: svn path=/head/; revision=238602
* Fix a typo at the Makefile header: s/hearbeat/heartbeatBoris Samorodov2009-07-281-1/+1
| | | | Notes: svn path=/head/; revision=238501
* - Add a proper resource for starting/stopping rc.d script.Stefan Walter2009-01-277-164/+206
| | | | | | | | | | | - Improve detection of interfaces. PR: 124238 Submitted by: Piotr Rybicki <meritus@innervision.pl> Approved by: maintainer Notes: svn path=/head/; revision=226961
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721