I propose the following change to x11/gnustep/projectcenter

someone on IRC reported a problem that using gnustep environment
was pulling in devel/gdb as a RUN_DEP of x11/gnustep/projectcenter,
which stricly speaking isn't absolutely required to use projectcenter.
gdb conflicts with devel/arm-none-eabi/gdb

So you can't use gnustep and arm-none-eabi-gdb at the same time because
of gdb conflict.

I don't know if it's a smart change, because a projectcenter user
may forget to install gdb package. At the same time,
x11/gnustep/projectcenter has a patch to give egdb full path.

What do you think about it?

Index: Makefile
===================================================================
RCS file: /home/reposync/ports/x11/gnustep/projectcenter/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    16 Aug 2020 20:35:20 -0000      1.23
+++ Makefile    9 Dec 2020 21:05:52 -0000
@@ -3,7 +3,7 @@
 COMMENT=       GNUstep integrated development environment
 
 VERSION =      0.6.2
-REVISION =     9
+REVISION =     10
 DISTNAME=      ProjectCenter-${VERSION}
 CATEGORIES=    devel
 
@@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.gnustep.org/pub
 
 SHARED_LIBS=   ProjectCenter 1.1
 
-RUN_DEPENDS += devel/gmake devel/gdb
+RUN_DEPENDS += devel/gmake
 MODULES=       x11/gnustep
 WANTLIB +=     util
 WANTLIB += ${COMPILER_LIBCXX}

Reply via email to