* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ufsutils/
@ 2016-04-19 6:31 Mike Frysinger
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-04-19 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 3171c0d2f8f47d9e37cffb55ec346ca14806f750
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 06:31:43 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 06:31:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3171c0d2
sys-fs/ufsutils: fix build w/newer glibc #580292
sys-fs/ufsutils/ufsutils-8.2_p3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
index ede8bde..b840bf3 100644
--- a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
+++ b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
@@ -27,6 +27,8 @@ src_prepare() {
EPATCH_SOURCE="${WORKDIR}/debian/patches" EPATCH_SUFFIX="patch" \
EPATCH_OPTS="-p1" EPATCH_FORCE="yes" epatch
+ sed -i '1i#include <sys/sysmacros.h>' sbin/fsdb/fsdbutil.c || die #580292
+
# growfs is not properly ported
sed -e "s:sbin/growfs::" -i Makefile
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ufsutils/
@ 2016-04-19 6:33 Mike Frysinger
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-04-19 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 536058afbdbd917e76835107e37aa5177ab54abe
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 06:33:50 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 06:33:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536058af
sys-fs/ufsutils: fix handling of AR/CC settings
sys-fs/ufsutils/ufsutils-8.2_p3.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
index b840bf3..abfa880 100644
--- a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
+++ b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
@@ -4,7 +4,7 @@
EAPI=4
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="FFS/UFS/UFS2 filesystem utilities from FreeBSD"
HOMEPAGE="http://packages.debian.org/source/sid/ufsutils"
@@ -34,9 +34,14 @@ src_prepare() {
sed -e "s:^\(prefix = \)\(.*\):\1${EPREFIX}usr:" \
-e "s:^\(libdir = \$(exec_prefix)\/\)\(.*\):\1$(get_libdir):" \
+ -e "/ar rcs/s:ar:\$(AR):" \
-i Makefile.common
}
+src_configure() {
+ tc-export AR CC
+}
+
src_compile(){
emake -j1
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ufsutils/
@ 2016-08-06 16:51 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-08-06 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 36e8cb48123c0170cce4987e48609f4c48850429
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Aug 5 16:20:11 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 16:47:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e8cb48
sys-fs/ufsutils: whitespace
sys-fs/ufsutils/ufsutils-8.2_p3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
index abfa880..3d9ab47 100644
--- a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
+++ b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,7 +25,7 @@ S="${WORKDIR}/${P%_*}"
src_prepare() {
EPATCH_SOURCE="${WORKDIR}/debian/patches" EPATCH_SUFFIX="patch" \
- EPATCH_OPTS="-p1" EPATCH_FORCE="yes" epatch
+ EPATCH_OPTS="-p1" EPATCH_FORCE="yes" epatch
sed -i '1i#include <sys/sysmacros.h>' sbin/fsdb/fsdbutil.c || die #580292
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ufsutils/
@ 2020-07-04 20:29 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-07-04 20:29 UTC (permalink / raw
To: gentoo-commits
commit: fea1183314e45249d36cbd81d547701da06b31d5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 4 20:29:24 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul 4 20:29:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea11833
sys-fs/ufsutils: add -fcommon workaround
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/706696
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-fs/ufsutils/ufsutils-8.2_p3.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
index 4f614d470df..92d1b917e8d 100644
--- a/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
+++ b/sys-fs/ufsutils/ufsutils-8.2_p3.ebuild
@@ -3,7 +3,7 @@
EAPI=4
-inherit eutils toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="FFS/UFS/UFS2 filesystem utilities from FreeBSD"
HOMEPAGE="http://packages.debian.org/source/sid/ufsutils"
@@ -38,6 +38,10 @@ src_prepare() {
}
src_configure() {
+ # globals are defined in header files and reused in multiple final
+ # binaries. bug #706696
+ append-cflags -fcommon
+
tc-export AR CC
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-04 20:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 16:51 [gentoo-commits] repo/gentoo:master commit in: sys-fs/ufsutils/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-07-04 20:29 Sergei Trofimovich
2016-04-19 6:33 Mike Frysinger
2016-04-19 6:31 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox