From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nx/
Date: Thu, 8 Mar 2018 09:53:40 +0000 (UTC) [thread overview]
Message-ID: <1520502813.0c78a83a62d81724ba41f1b7fde8e084db5b6861.voyageur@gentoo> (raw)
commit: 0c78a83a62d81724ba41f1b7fde8e084db5b6861
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 8 09:09:25 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 09:53:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c78a83a
net-misc/nx: 3.5.99.15 bump
Still need some tests and fixes
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/nx/Manifest | 2 +-
.../nx/{nx-3.5.99.14.ebuild => nx-3.5.99.15.ebuild} | 21 +++++----------------
2 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/net-misc/nx/Manifest b/net-misc/nx/Manifest
index dc5e88e708a..648fa107679 100644
--- a/net-misc/nx/Manifest
+++ b/net-misc/nx/Manifest
@@ -1,2 +1,2 @@
DIST nx-libs-3.5.0.33-full.tar.gz 6811378 BLAKE2B f20de5f9f7214fa38f290b2a200481aeb80461b07839a19ca54059d0fb26de769f0d11720b6d443dd618b6ac5ce590a086a21745420411e6a09bfad65e8f8d79 SHA512 cfaa201e5422ddd8d1f12d3f0711d6d7a05fcd92379e5108c7c066ce8ae748f2f80f3bbbbba093d73cfe671fffc912443eb3ced0eeca1ab5a221c46488aa8bc5
-DIST nx-libs-3.5.99.14-full.tar.gz 5265600 BLAKE2B de95c2f432a6708187bbe40a5fb6682275e759953e006add5e528acf67b72bb3fedc23a0a15f4cb52e8dab843de591cbd9ea199db45b37a86476b52b080af87f SHA512 0d6afd0acef2327b5746737f4a570d818948e4e57151be749320999008ad8fd188a2b6beae5da8f12675a9640c29f83f9d4f5ed2c53fb6b943836dcd04c380f0
+DIST nx-libs-3.5.99.15-full.tar.gz 5269081 BLAKE2B 79301870463aae8e71eaf8cad64ad03376c33d42c76884313ca78d439a070d41fff91af4894b60e38bbcc97c3e08e167b45675641cd8d06959fc68f1fece9de4 SHA512 b292e938bc8da7456418ef5356ebe04910ad306d6bb16d6befa3bb875f82b11a2a3f07488e42c6379bef60fc9e150695a8ec84e7af2f594fbd94883d90030e3f
diff --git a/net-misc/nx/nx-3.5.99.14.ebuild b/net-misc/nx/nx-3.5.99.15.ebuild
similarity index 90%
rename from net-misc/nx/nx-3.5.99.14.ebuild
rename to net-misc/nx/nx-3.5.99.15.ebuild
index 45c2791e745..fd9f30ce014 100644
--- a/net-misc/nx/nx-3.5.99.14.ebuild
+++ b/net-misc/nx/nx-3.5.99.15.ebuild
@@ -60,7 +60,7 @@ src_prepare() {
}
src_configure() {
- for i in nxcomp nx-X11/lib nxproxy ; do
+ for i in nxcomp nx-X11/lib nxcompshad nxproxy ; do
pushd ${i} || die
econf
popd || die
@@ -76,13 +76,8 @@ src_compile() {
# - calls autoreconf several times
# - invokes make directly but we prefer our emake
- pushd nxcomp || die
- emake
- popd || die
-
- pushd nx-X11/lib || die
- emake
- popd || die
+ emake -C nxcomp
+ emake -C nx-X11/lib
mkdir -p nx-X11/exports/lib/ || die
local nxlib
@@ -90,20 +85,14 @@ src_compile() {
ln -s ../../lib/src/.libs/${nxlib} nx-X11/exports/lib/${nxlib} || die
done
- pushd nxcompshad || die
- # Configuration can only run after X11 lib compilation
- econf
- emake
- popd || die
+ emake -C nxcompshad
./mesa-quilt push -a || die
emake -C nx-X11 BuildDependsOnly FONT_DEFINES="-DHAS_XFONT2"
emake -C nx-X11 World USRLIBDIR="/usr/$(get_libdir)/${PN}/X11" SHLIBDIR="/usr/$(get_libdir)" FONT_DEFINES="-DHAS_XFONT2" XFONTLIB="-lXfont2"
- pushd nxproxy || die
- emake
- popd || die
+ emake -C nxproxy
}
src_install() {
next reply other threads:[~2018-03-08 9:53 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-08 9:53 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 21:47 [gentoo-commits] repo/gentoo:master commit in: net-misc/nx/ Bernard Cafarelli
2025-03-08 14:51 Jakov Smolić
2025-03-08 14:34 Jakov Smolić
2024-05-05 11:49 Sam James
2023-06-28 7:37 Sam James
2023-03-31 20:33 Bernard Cafarelli
2023-03-31 20:33 Bernard Cafarelli
2023-03-19 0:16 Bernard Cafarelli
2022-11-05 7:36 Yixun Lan
2022-10-28 7:17 Sam James
2022-10-28 7:17 Sam James
2022-01-03 23:26 David Seifert
2021-10-24 1:09 Sam James
2021-09-23 13:58 Agostino Sarubbo
2021-09-22 6:58 Agostino Sarubbo
2021-02-07 23:23 Bernard Cafarelli
2021-01-20 7:42 Fabian Groffen
2021-01-07 7:59 Bernard Cafarelli
2020-11-08 15:30 Bernard Cafarelli
2020-06-16 20:11 Bernard Cafarelli
2020-05-04 21:23 Bernard Cafarelli
2020-02-02 11:18 Bernard Cafarelli
2019-12-22 14:50 Bernard Cafarelli
2019-05-17 14:37 Bernard Cafarelli
2018-11-29 12:45 Bernard Cafarelli
2018-10-27 19:04 Mikle Kolyada
2018-10-26 0:52 Thomas Deutschmann
2018-04-04 11:25 Lars Wendler
2018-04-04 11:25 Lars Wendler
2018-03-18 20:41 Lars Wendler
2018-03-17 11:08 Bernard Cafarelli
2018-03-12 12:03 Lars Wendler
2018-03-08 10:14 Lars Wendler
2018-03-06 14:39 Lars Wendler
2018-02-21 18:48 Jason Zaman
2017-11-08 12:58 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520502813.0c78a83a62d81724ba41f1b7fde8e084db5b6861.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox