Commit graph

26 commits

Author SHA1 Message Date
Dmitry Marakasov
3b295dfc8e - Remove outdated OSVERSION check, simplify by using IGNORE helper
Approved by:	portmgr blanket
2017-04-10 15:46:48 +00:00
Mark Linimon
c92cf8332c Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:35:29 +00:00
Mathieu Arnold
a2262e9313 Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:29 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Jan Beich
8a122b98ba sysutils/geomWatch: unbreak build on 11.0C after base@284107
/tmp/geomWatch-a60166.o: In function `ZPool::update()':
geomWatch.cpp:(.text+0x4a7d): undefined reference to `illumos_nvlist_free'
geomWatch.cpp:(.text+0x5017): undefined reference to `illumos_nvlist_free'
geomWatch.cpp:(.text+0x5305): undefined reference to `illumos_nvlist_free'

Approved by:	portmgr blanket
2015-06-09 10:30:15 +00:00
Jan Beich
867cda0ed9 sysutils/geomWatch: unbreak on 11.0C and ignore on DragonFly
/tmp/geomWatch-4db8f7.o: In function `ZPool::update()':
geomWatch.cpp:(.text+0x4a92): undefined reference to `nvlist_free'
geomWatch.cpp:(.text+0x5046): undefined reference to `nvlist_free'
geomWatch.cpp:(.text+0x537f): undefined reference to `nvlist_free'

geom.hpp:33:21: fatal error: libgeom.h: No such file or directory

Reported by:	pkg-fallout, DPorts
Approved by:	portmgr blanket
2015-05-20 17:18:31 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Antoine Brodin
e85fc8c92b Allow staging as a regular user 2014-09-14 21:14:43 +00:00
Tijl Coosemans
2b827e1a01 mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
2014-08-17 16:08:20 +00:00
Vanilla I. Shu
037fc8aea4 Add missing patch.
Approved by:	portmgr@ (blanket approval)
2014-06-27 15:25:10 +00:00
Vanilla I. Shu
cc8773c253 Stagify, use @sample.
Approved by:	portmgr@ (blanket approval)
2014-06-27 01:39:04 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Martin Wilke
e569bc0981 - Chase libesmtp shlib bump 2012-05-23 01:47:57 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Tilman Keskinoz
576c62995f Update to 1.3.0, which supports ZFS version 28
PR:		159358
Submitted by:	maintainer
2011-08-01 18:05:25 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Martin Wilke
44b0499cc2 - Update to 1.2.2
PR:		146705
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
2010-06-03 17:09:21 +00:00
Sahil Tandon
56bb3b7dd2 - Update to 1.2.1
- No longer BROKEN on ZFS Version 6
- ${CP} sample to real configuration file if latter does not exist

PR:		ports/146554
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
Approved by:	wxs@ (mentor)
2010-05-17 01:54:37 +00:00
Pav Lucistnik
e7a5a2ee65 - Disable on ZFS Ver 6, until proper fix is available
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
2010-05-13 07:25:23 +00:00
Sahil Tandon
81b936f936 - Fix build on 6.x
Submitted by:	maintainer
Reported by:	pointyhat (erwin@, pav@)
Approved by:	itetcu@ (mentor)
2010-05-12 11:51:39 +00:00
Sahil Tandon
aaed7da16b - Update to 1.2.0
- Note new functionality in COMMENT
- USE_RC_SUBR instead of manually installing rc script
- Use ${PORTNAME} where possible

PR:		ports/146071
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
Approved by:	wxs@ (mentor)
2010-05-03 02:48:55 +00:00
Dennis Herrmann
7695cc6983 - Update to 1.1.2
PR:		ports/143485
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
2010-02-02 17:24:11 +00:00
Rong-En Fan
2ec009496a - Update to 1.1.1
PR:		ports/143392
Submitted by:	Boris Kochergin <spawk at acm.poly.edu> (maintainer)
2010-01-31 08:32:06 +00:00
Martin Wilke
9a7e5f6496 - Update to 1.1.0
PR:		143262
Submitted by:	Boris Kochergin <spawk@acm.poly.edu> (maintainer)
2010-01-31 00:47:07 +00:00
Philip M. Gollucci
9f20761463 - Fix PLIST_FILES [1]
- Fix typo in pkg-message [2]

Reported by:    QAT [1], ale [2]
2010-01-15 00:55:51 +00:00
Philip M. Gollucci
55ccadad19 geomWatch is a program for monitoring the well-being of GEOM providers. It
checks the state of each configured provider at a configured interval, and, if
it notices that a provider has lost a component, or encounters a problem while
checking a provider's state, it will send an e-mail with details of the
matter--such as what components were lost and which remain, or, in the event of
a problem, what the problem was--to an arbitrary number of recipients, so that
corrective action can be taken (for example, replacing a failed disk).

WWW: http://acm.poly.edu/wiki/GEOM_Watch

-Boris Kochergin <spawk@acm.poly.edu>

PR:		ports/142735
Submitted by:	Boris Kochergin <spawk at acm.poly.edu>
2010-01-14 04:26:41 +00:00