aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng36
Commit message (Collapse)AuthorAgeFilesLines
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-272-2/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-1/+1
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Move PKGNAMESUFFIX determination logic to a more appropriate placeCy Schubert2017-10-051-3/+4
| | | | | | | in the Makefile. Notes: svn path=/head/; revision=451268
* Move sysutils/syslog-ng-devel to sysutils/syslog-ng310. The syslog-ngCy Schubert2017-06-291-0/+1
| | | | | | | | | | development team at Balabit has adopted a rolling release model for now. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Notes: svn path=/head/; revision=444618
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-2/+3
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440860
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-3/+1
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelyAlexey Dokuchaev2016-11-141-1/+0
| | | | | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage Notes: svn path=/head/; revision=426080
* Unmark broken on powerpc64Steve Wills2016-09-151-1/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Move BROKEN_* lines together; make formatting the same.Cy Schubert2016-08-181-2/+1
| | | | Notes: svn path=/head/; revision=420380
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-2/+2
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* syslog-ng 3.7.3 is now good enough for general use. It is copied fromCy Schubert2016-03-249-0/+678
syslog-ng-devel to syslog-ng37. Suggested by Peter Czanik, our syslog-ng upline representative from Balabit. The old syslog-ng port now become syslog-ng36. This is the first part of a two part commit. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream Notes: svn path=/head/; revision=411751