public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libglibutil/files/
Date: Mon, 19 Feb 2024 22:00:26 +0000 (UTC)	[thread overview]
Message-ID: <1708348902.6aed2199996b48e26f874271c95d257ecebd396a.julien@gentoo> (raw)

commit:     6aed2199996b48e26f874271c95d257ecebd396a
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 13:21:42 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Feb 19 13:21:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6aed2199

dev-libs/libglibutil: removed old patch

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 .../files/libglibutil-1.0.67-r3-respect-env.patch  | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/dev-libs/libglibutil/files/libglibutil-1.0.67-r3-respect-env.patch b/dev-libs/libglibutil/files/libglibutil-1.0.67-r3-respect-env.patch
deleted file mode 100644
index 14ee2b182b..0000000000
--- a/dev-libs/libglibutil/files/libglibutil-1.0.67-r3-respect-env.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 3e9aa23..071620e 100644
---- a/Makefile
-+++ b/Makefile
-@@ -80,20 +80,20 @@ FULL_CFLAGS = $(BASE_FLAGS) $(CFLAGS) $(DEFINES) $(WARNINGS) $(INCLUDES) \
-   -MMD -MP $(shell pkg-config --cflags $(PKGS))
- FULL_LDFLAGS = $(BASE_FLAGS) $(LDFLAGS) -shared -Wl,-soname,$(LIB_SONAME) \
-   $(shell pkg-config --libs $(PKGS))
--DEBUG_FLAGS = -g
-+DEBUG_FLAGS = 
- RELEASE_FLAGS =
--COVERAGE_FLAGS = -g
-+COVERAGE_FLAGS = 
- 
- KEEP_SYMBOLS ?= 0
- ifneq ($(KEEP_SYMBOLS),0)
--RELEASE_FLAGS += -g
-+#RELEASE_FLAGS += -g
- endif
- 
- DEBUG_LDFLAGS = $(FULL_LDFLAGS) $(DEBUG_FLAGS)
- RELEASE_LDFLAGS = $(FULL_LDFLAGS) $(RELEASE_FLAGS)
--DEBUG_CFLAGS = $(FULL_CFLAGS) $(DEBUG_FLAGS) -DDEBUG
--RELEASE_CFLAGS = $(FULL_CFLAGS) $(RELEASE_FLAGS) -O2
--COVERAGE_CFLAGS = $(FULL_CFLAGS) $(COVERAGE_FLAGS) --coverage
-+DEBUG_CFLAGS = $(FULL_CFLAGS) $(DEBUG_FLAGS)
-+RELEASE_CFLAGS = $(FULL_CFLAGS) $(RELEASE_FLAGS)
-+COVERAGE_CFLAGS = $(FULL_CFLAGS) $(COVERAGE_FLAGS)
- 
- #
- # Files
-@@ -119,11 +119,11 @@ COVERAGE_STATIC_LIB = $(COVERAGE_BUILD_DIR)/$(STATIC_LIB)
- #
- 
- DEPS = $(DEBUG_OBJS:%.o=%.d) $(RELEASE_OBJS:%.o=%.d) $(COVERAGE_OBJS:%.o=%.d)
--ifneq ($(MAKECMDGOALS),clean)
--ifneq ($(strip $(DEPS)),)
---include $(DEPS)
--endif
--endif
-+#ifneq ($(MAKECMDGOALS),clean)
-+#ifneq ($(strip $(DEPS)),)
-+#-include $(DEPS)
-+#endif
-+#endif
- 
- $(PKGCONFIG): | $(BUILD_DIR)
- $(DEBUG_OBJS) $(DEBUG_LIB) $(DEBUG_STATIC_LIB): | $(DEBUG_BUILD_DIR)
-@@ -191,7 +191,7 @@ $(DEBUG_LIB): $(DEBUG_OBJS)
- $(RELEASE_LIB): $(RELEASE_OBJS)
- 	$(LD) $(RELEASE_OBJS) $(RELEASE_LDFLAGS) -o $@
- ifeq ($(KEEP_SYMBOLS),0)
--	$(STRIP) $@
-+#	$(STRIP) $@
- endif
- 
- $(DEBUG_LINK): $(DEBUG_LIB)


             reply	other threads:[~2024-02-19 22:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19 22:00 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-21 23:06 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libglibutil/files/ Julien Roy

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=1708348902.6aed2199996b48e26f874271c95d257ecebd396a.julien@gentoo \
    --to=julien@jroy.ca \
    --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