net-p2p/transmission-*: build without debug symbols.
PR: 248326 Submitted by: ondra@bimovi.cz
This commit is contained in:
parent
221d85fe8e
commit
04cd0338f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543840
5 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= transmission
|
||||
DISTVERSION= 3.00
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES+= net-p2p
|
||||
SLAVEPORT?= cli
|
||||
PKGNAMESUFFIX?= -cli
|
||||
|
@ -29,6 +29,10 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \
|
|||
|
||||
USES+= cmake cpe iconv libtool localbase pkgconfig ssl
|
||||
|
||||
# Workaround: PR 248326
|
||||
# https://github.com/transmission/transmission/issues/1359
|
||||
CFLAGS+= -DNDEBUG
|
||||
|
||||
. if ${SLAVEPORT:Mcli}
|
||||
NLS_USES= gettext-runtime:run
|
||||
. endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -daemon
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
|
||||
USES= ssl
|
||||
NLS_USES= gettext-runtime:run
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -gtk
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -qt
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -utils
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
|
||||
NLS_USES= gettext-tools:build
|
||||
|
||||
|
|
Loading…
Reference in a new issue