- Add explicit LIB_DEPENDS on security/libgcrypt,
chromium uses it via dlopen() [1] - Bump PORTREVISION - Pet portlint Submitted by: jilles (private mail) [1]
This commit is contained in:
parent
0bac8c1d8e
commit
0690029072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277563
1 changed files with 6 additions and 4 deletions
|
@ -8,15 +8,18 @@
|
|||
PORTNAME= chromium
|
||||
DISTVERSIONPREFIX= courgette-redacted-
|
||||
DISTVERSION= 12.0.742.112
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.goodking.org/downloads/ \
|
||||
ftp://rene-ladan.nl/pub/distfiles/ \
|
||||
http://files.etoilebsd.net/goodking/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}
|
||||
|
||||
MAINTAINER= chromium@FreeBSD.org
|
||||
COMMENT= A mostly BSD-licensed web browser based on WebKit and Gtk+
|
||||
|
||||
LICENSE= BSD LGPL21 MPL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
||||
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
|
@ -33,7 +36,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
|||
nss3.1:${PORTSDIR}/security/nss \
|
||||
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
|
||||
ibus.2:${PORTSDIR}/textproc/ibus \
|
||||
cups.2:${PORTSDIR}/print/cups-client
|
||||
cups.2:${PORTSDIR}/print/cups-client \
|
||||
gcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
|
||||
${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf
|
||||
|
@ -47,8 +51,6 @@ USE_PYTHON_BUILD= 2.6+
|
|||
USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst
|
||||
USE_GNOME= glib20 gtk20 dconf libxslt pkgconfig
|
||||
MAN1= chrome.1
|
||||
LICENSE_COMB= multi
|
||||
LICENSE= BSD LGPL21 MPL
|
||||
|
||||
DESKTOP_ENTRIES="Chromium" "${COMMENT}" "${DATADIR}/product_logo_48.png" \
|
||||
"chrome" "Application;Network;WebBrowser;" true
|
||||
|
|
Loading…
Reference in a new issue