76 Commits

Author SHA1 Message Date
Nuno Teixeira
1ff65fc405 comms/conserver-com: Drop USES=autoreconf
Port builds fine with provided configure
2024-04-14 13:03:19 +01:00
Nuno Teixeira
57b4ac18f3 */*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by:	portmgr (blanket)
2024-04-14 10:41:16 +01:00
Nuno Teixeira
7aae4b5136 *: Autotools manpages fix
Approved by:	portmgr (blanket)
2024-01-27 13:52:26 +03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Nuno Teixeira
45429a57c2 comms/conserver-com: Adopt/Update to 8.2.7
- switch to MASTER_SITES
 - regen files/patch-Makefile.in -> files/patch-conserver_Makefile.in
 - reformat Makefile with portfmt

ChangeLog: https://github.com/bstansell/conserver/releases/tag/v8.2.7
2022-07-10 03:58:35 +01:00
Tijl Coosemans
bd70827c22 devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.

PR:		258046
Exp-run by:	antoine
2022-06-08 18:24:35 +02:00
Neel Chauhan
5ab014cb1b comms/conserver-com: Update to 8.2.6 2022-02-25 09:47:17 -08:00
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Craig Leres
fc2918a196 comms/conserver-com: Update to 8.2.4 as suggested by emaste@. Update
to use USES=autoreconf. Changes since 8.2.2:

 - Correct man page typo (Ed Maste <emaste@freebsd.org>)
 - Remove autotools generated files from repo and create with release
 - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
 - Moving README to markdown
 - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered
   by console
 - Fix #8 - defaultaccess appears broken
 - Rename configure.in and use autoreconf
 - Better use of version.h and letting configure build things with
   versions
 - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
 - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
 - Fix compilation without deprecated OpenSSL APIs (Rosen Penev
   <rosenp@gmail.com>)
 - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev
   <rosenp@gmail.com>)
 - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell
   <bryan@conserver.com>)
 - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
 - regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
 - Use closefrom if available (Ed Maste <emaste@freebsd.org>)
 - Correct typo (Ed Maste <emaste@freebsd.org>)
 - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
 - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

PR:		242412
Approved by:	kuriyama (maintainer timeout, 2 weeks), ler (mentor, implicit)
2019-12-18 22:08:01 +00:00
Craig Leres
62d9152cdb comms/conserver-com: Update distinfo and remove BROKEN
PR:		241842
Reviewed by:	matthew (mentor, implicit)
Approved by:	kuriyama (maintainer timeout, 2 weeks), matthew (mentor, implicit)
2019-11-23 21:08:01 +00:00
Antoine Brodin
cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Dmitry Marakasov
6bcbce12c3 - Update WWW
Approved by:	portmgr blanket
2019-09-11 09:02:50 +00:00
Mateusz Piotrowski
76df1019e2 comms/conserver-com: Update licensing details and pet portlint
- Add LICENSE_FILE
- Use tabs instead of spaces to indent values assigned to variables

Reviewed by:	antoine (previous version)
Reviewed by:    krion (previous version)
Reviewed by:    sbruno (previous version)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17528
2018-10-12 16:08:03 +00:00
Sean Bruno
2cecef9116 comms/conserver-com: Update for openssl 1.1.1 in 12-CURRENT.
- Add BSD3CLAUSE license (0mp)
- Switch to github from sourceforge (sbruno)
- portlint cleanups (bunch of people)

PR:		232158
Submitted by:	0mp
Reported by:	jhb
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D17524
2018-10-12 15:50:45 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Mathieu Arnold
74a3b89bf6 Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by:	Absolight
2016-12-17 16:11:01 +00:00
Steve Wills
06016ca09a comms/conserver-com: Add IPMI support, Fix MAN
PR:		204703
Submitted by:	m1cro <rum1cro@yandex.ru>
Approved by:	maintainer timeout (kuriyama, 2 months)
2016-11-10 01:47:35 +00:00
Jun Kuriyama
8fbb0e646f Fix GSSAPI related (wrongly removed in previous commit).
PR:		ports/202278
Submitted by:	peter
2015-08-23 14:51:08 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Jun Kuriyama
a31ee3646d - Upgrade to 8.2.1. 2015-06-13 09:03:13 +00:00
Sunpoet Po-Chuan Hsieh
9316a8670e - Remove unneeded executables (bin/console and bin/testserver)
- Remove CONFLICTS_INSTALL
- Remove rubygem-gitlab-grack from CONFLICTS_INSTALL of comms/conserver*
- Bump PORTREVISION for package change

Differential Revision:	https://reviews.freebsd.org/D2625
Submitted by:	mmoll
2015-05-24 08:10:15 +00:00
Sunpoet Po-Chuan Hsieh
6cc66df8ea - Update to 2.0.2
- Add LICENSE
- Mark CONFLICTS_INSTALL among comms/conserver, comms/conserver-com and www/rubygem-gitlab-grack

Changes:	https://github.com/gitlabhq/grack/blob/master/CHANGELOG
2015-05-23 15:30:01 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Emanuel Haupt
5688f38556 - Support staging
- Strip binaries
2014-02-16 12:27:41 +00:00
Baptiste Daroussin
0ac6ae1a44 Reduce over inclusion of bsd.port.mk 2014-01-15 23:22:11 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Ryan Steinmetz
50ce31c636 - Add GSSAPI-related options to enable/control GSSAPI functionality
- Add missing include (bsd.port.options.mk)
- Bump PORTREVISION

PR:		ports/176217
Submitted by:	zi@ (me)
Approved by:	kuriyama@ (maintainer timeout, ~3weeks)
2013-03-23 21:28:12 +00:00
Jun Kuriyama
b2598377e4 - Convert to OPTIONSNG.
- Trim header.

PR:		ports/173580
Submitted by:	edward@rdtan.net
2012-12-22 13:39:41 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Jun Kuriyama
8b8576518b - Upgrade to 8.1.18. 2010-11-20 11:39:47 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jun Kuriyama
1c0471015c Oops, I forgot to cvs-add this file in previos commit. 2009-10-25 01:04:02 +00:00
Jun Kuriyama
f0699b608c - Upgrade to 8.1.17. 2009-10-24 23:51:58 +00:00
Jun Kuriyama
e1f8cf8ffc Allow to select to use unix domain socket by option.
Submitted by:	anders@FreeBSD.org
2008-08-16 14:30:09 +00:00
Jun Kuriyama
b64e38a747 - Unbreak on recent 8-current (after sgtty changes).
- Bump PORTREVISION for safety by minor logic change.

Submitted by:	ed@FreeBSD.org
PR:	  	ports/124485
2008-07-02 23:15:03 +00:00
Hiroki Sato
a8994cf080 Update to 8.1.16. Changes include:
- added 'replstring' substitution option - inspired by
   conversation with Owen DeLong <owen@c2company.com>
 - added '^Ecn' option for writing a note to the logfile - patch
   by Bryan Schmersal <bschmer@yahoo.com>
 - fixed leaking file descriptors when 'host' and 'uds' consoles
   fail to connect - based on patch by Michael Heironimus
   <michael_heironimus@archwayconcepts.com>

Also, the rc.d script now supports "reload", "reconnect",
and "reinit" keywords (they are to send HUP/USR1/USR2
respectively).

Approved by:	kuriyama (maintainer)
2007-08-27 20:07:08 +00:00
Jun Kuriyama
c59bd501aa - Upgrade to 8.1.15. 2007-03-13 03:45:27 +00:00
Jun Kuriyama
363fc95e65 - Update to 8.1.14.
PR:		ports/95565
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-05-06 09:53:15 +00:00
Doug Barton
cc716335fb Small tune-ups, ok'ed by kuriyama 2006-02-01 08:12:02 +00:00
Jun Kuriyama
a39985757c - Upgrade to 8.1.13.
- Improve $USE_RC_SUBR usage.

PR:		ports/91839
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2006-01-30 14:02:49 +00:00
Jun Kuriyama
0f0bf1c519 - Add forgotten patch to unbreak plist.
Reported by:	pointyhat via kris
2005-12-01 22:38:40 +00:00
Jun Kuriyama
674d0c7314 - Upgrade to 8.1.12.
- Add HTTP to MASTER_SITE.
- Minor fixes to conserver.sh.
- Remove harmful patch for conserver.cf sample.

Submitted by:	Andrew Pantyukhin
PR:		ports/88420
2005-11-30 05:52:03 +00:00
Jun Kuriyama
c4b8f70a68 Upgrade to 8.1.11.
Pinged by:	"bsdcrank@squbes.com" <bsdcrank@squbes.com>
2005-02-01 05:29:00 +00:00