aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heartbeat
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Fix detection of interfaces.Stefan Walter2008-10-162-1/+12
| | | | | | | | | PR: 126628 Submitted by: Oleg Gawriloff <barzog@telecom.by> Approved by: maintainer Notes: svn path=/head/; revision=221654
* - Explicitely teach autotools to recognize libnet LDFLAGSPietro Cerutti2008-09-151-1/+2
| | | | | | | | | | PR: 127089 Submitted by: Oleg Gawriloff <barzog@telecom.by> Approved by: Scott Kleihege <scott-ports@tummy.com> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=220396
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-12/+1
| | | | Notes: svn path=/head/; revision=200792
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-2/+10
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Fix permissions/ownershipMartin Wilke2006-11-133-3/+23
| | | | | | | | | PR: ports/105144 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=177173
* - Update to 1.2.5, fixing a DoS vulnerability.Alejandro Pulver2006-11-014-84/+46
| | | | | | | | | | | | | | | | - usr /var for runtime files making it possible to keep /usr mounted r/o. - Grab 275 as a reserved UID and GID. - Remove old cruft in pkg-install. - Make 'make -DBATCH install' work non-interactively. - Make 'pkg_add heartbeat-1.2.5' work non-interactively. - Installation will fail without the user/group, so I simply create them. PR: ports/104577 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: Scott Kleihege <scott-ports@tummy.com> (maintainer) Notes: svn path=/head/; revision=176113
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* - Update to 1.2.4 [1]Emanuel Haupt2006-04-185-58/+258
| | | | | | | | | | | | | | | | | This port now also: - respects NOPORTDOCS - installs documentation in ${DOCSDIR} instead of ${DOCSDIR}-${PORTVERSION} - builds on 4.x with an EXTRA_PATCH - installs startup scripts in ${PREFIX}/etc/rc.d instead of hardcoded /usr/loal/etc/rc.d PR: 93851 Submitted by: Scott Kleihege <scott-ports@tummy.com> (maintainer) [1] Security: VuXML (f6447303-9ec9-11da-b410-000e0c2e438a) Notes: svn path=/head/; revision=159905
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* 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
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* - Add heartbeat 1.2.3, a Subsystem for High-Availability Clustering.Florent Thoumie2005-04-065-0/+514
PR: ports/79537 Submitted by: Scott Kleihege <scott-ports@tummy.com> Notes: svn path=/head/; revision=132613