From owner-svn-ports-head@freebsd.org Mon May 13 19:32:56 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D064015994CE for ; Mon, 13 May 2019 19:32:55 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A4846A277 for ; Mon, 13 May 2019 19:32:54 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: by mail-qt1-f175.google.com with SMTP id k24so11215836qtq.7 for ; Mon, 13 May 2019 12:32:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=qAD5z2yDIEL87rd2HOWvxkSxLQJKoxQFxwqMKr/YNJo=; b=idFza/jkz+iTDdKfGJiHKNyrS2TwhaGTfoNVndQ9RFKwpaTu5lVOUXJpsjUM7RZw8X cVpWvgAgwSQJhpVGbQZMIMGZJPEnmMQ8d2kxZ/ZyefbKi0aICI/nsur8+BYKPIxinVga WTTxGmDfoKQUYk6XhcPBdyadrf1GobYBX0xMOEiSF4b6lct63NDgz5vtqDS3zwyDrdnH MK2YOrxWV6uxewE4yPJwwuaRT5g+0N4YUBAJvOJxmP/EcqMeejVnW9iIIdE4JwncXzVg IB8+J34XZxGxg9g+YUDe/mQVyA505rcNxVEKbueob8ekuHR8kWOAwVjpNjEKO8h41xu/ nHQA== X-Gm-Message-State: APjAAAVOz/oOXvkJUIcSLYMZG6e4rfg41pL5/TpruEx9ep01b19kekmU 6hVovz9IrDpRTEDO4Fj45sJ9DWxrejEwE9eJF1OfaA== X-Google-Smtp-Source: APXvYqy76Wx7c2vjouQcMDRrSkPodsTAWf9bmUDh1Sbef6FBN9XQdscHiS63bM98CnJVladl/cStt1Z0ztsrUKx9EFE= X-Received: by 2002:ac8:18c2:: with SMTP id o2mr26475311qtk.165.1557775974028; Mon, 13 May 2019 12:32:54 -0700 (PDT) MIME-Version: 1.0 References: <201905120055.x4C0tDGF015497@repo.freebsd.org> In-Reply-To: Reply-To: acm@freebsd.org From: =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= Date: Mon, 13 May 2019 14:32:42 -0500 Message-ID: Subject: Re: svn commit: r501351 - head/sysutils/bareos-traymonitor To: Max Brazhnikov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 5A4846A277 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 19:32:56 -0000 El lun., 13 may. 2019 a las 8:33, Max Brazhnikov () escribi=C3=B3: > Hi Jose, > > > USES=3D pkgconfig gettext-runtime desktop-file-utils qt:5 > > -USE_QT5=3D qmake_build uic_build moc_build rcc_build gui > corelib > > +USE_QT=3D buildtools qmake uitools gui core > > You can use _build suffix for Qt components, e.g. buildtools_build, > qmake_build, and uitools_build to avoid needless runtime dependencies. > > Cheers, > Max > Hi Max Thanks for your advice Greetings ACM