mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
sysutils/syslog-ng2: [PATCH] syslog-ng2 package name and Latest link
If you build a package for the syslog-ng2 port, a "Latest" link is not created; this is because NO_LATEST_LINK is set in the Makefile. Since the port already lives in sysutils/syslog-ng2, it makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK. Then the package and directory names match and would allow syslog-ng and syslog-ng2 packages to co-exist in the /usr/ports/packages tree. PR: ports/123091 Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
This commit is contained in:
parent
b19d3ff380
commit
118bf1ed79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215071
@ -10,11 +10,12 @@ PORTVERSION= 2.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ivan.lago@ifom-ieo-campus.it
|
||||
COMMENT= A powerful syslogd replacement
|
||||
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
MAN5= syslog-ng.conf.5
|
||||
@ -24,7 +25,6 @@ USE_RC_SUBR= syslog-ng.sh
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GCC= 3.3+
|
||||
NO_LATEST_LINK= yes
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
|
||||
|
||||
|
@ -10,11 +10,12 @@ PORTVERSION= 2.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ivan.lago@ifom-ieo-campus.it
|
||||
COMMENT= A powerful syslogd replacement
|
||||
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
MAN5= syslog-ng.conf.5
|
||||
@ -24,7 +25,6 @@ USE_RC_SUBR= syslog-ng.sh
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GCC= 3.3+
|
||||
NO_LATEST_LINK= yes
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
|
||||
|
||||
|
@ -10,11 +10,12 @@ PORTVERSION= 2.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ivan.lago@ifom-ieo-campus.it
|
||||
COMMENT= A powerful syslogd replacement
|
||||
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
MAN5= syslog-ng.conf.5
|
||||
@ -24,7 +25,6 @@ USE_RC_SUBR= syslog-ng.sh
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GCC= 3.3+
|
||||
NO_LATEST_LINK= yes
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
|
||||
|
||||
|
@ -10,11 +10,12 @@ PORTVERSION= 2.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ivan.lago@ifom-ieo-campus.it
|
||||
COMMENT= A powerful syslogd replacement
|
||||
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
|
||||
LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
MAN5= syslog-ng.conf.5
|
||||
@ -24,7 +25,6 @@ USE_RC_SUBR= syslog-ng.sh
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GCC= 3.3+
|
||||
NO_LATEST_LINK= yes
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user