Responsible Changed From-To: freebsd-ports-bugs->portmgr Assign for repocopy. Please reassign to freebsd-ports-bugs@ when done.
When I initially posted this port (ports/101364) I called it devel/SGE in upper case so that there is no ambiguity concerning sysutils/sge. Vanilla I. Shu decided to rename the port to devel/sge in an effort to keep all port names in lower case. I think this is the only case in the ports tree where two ports share the same name. Some tools don't handle this correctly. Portaudit for example doesn't let you build SGE because of a root exploit (http://www.freebsd.org/ports/portaudit/57a0242d-8c4e-11da-8ddf-000ae42e9b93.html) in the Sun Grid Engine (sysutils/sge), which is in no way related to the SDL Graphics Extension (devel/sge). Vanilla told me the problem resides in security/vuxml. I don't know how far other tools (portupgrade?) are concerned. I propose to rename the port to devel/sdl_sge in analogy to graphics/sdl_gfx to get rid of this problem. Best regards, Jona
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer)
I'm just providing the diffs that would have to be applied --- /usr/ports/devel/sge/Makefile Mon Aug 7 09:09:54 2006 +++ Makefile Thu Sep 7 03:50:48 2006 @@ -5,12 +5,12 @@ # $FreeBSD: ports/devel/sge/Makefile,v 1.2 2006/08/07 07:09:54 vanilla Exp $ # -PORTNAME= sge +PORTNAME= sdl_sge PORTVERSION= 0.030809 CATEGORIES= devel graphics MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ http://www.digitalfanatics.org/cal/sge/files/ -DISTNAME= ${PORTNAME}030809 +DISTNAME= sge030809 MAINTAINER= walkingshadow@grummel.net COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) @@ -18,8 +18,6 @@ USE_GMAKE= yes USE_LDCONFIG= yes NO_FILTER_SHLIBS= yes -LATEST_LINK= sdl-sge -CONFLICTS= sge-6* OPTIONS= SDL_IMAGE "Enable support for SDL_IMAGE" On \ FREETYPE "Enable FreeType support" On \
Referring to the latest HEADS-UP posted by Mark Linimon (http://docs.freebsd.org/cgi/mid.cgi?20060919060533.GB9147) you may perhaps just want to delete the port. In fact, the last news posted to the website dates back to 30th October 2003. The project seems to be rather dead and can be replaced by sdl_gfx and sdl_ttf. It would be very bad IMHO to have this conflict between sysutils/sge and devel/sge in 6.2-RELEASE. Just as you like. Regards, Jona
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to vanilla (he has committed devel/sge)
Edwin Groothuis wrote: > On Mon, Aug 28, 2006 at 01:46:13PM +0200, Jona Joachim wrote: >>> Synopsis: repocopy devel/sge -> devel/sdl_sge > > Does this need to be added to ports/Mk/bsd.sdl.mk too? There is nothing about sge in bsd.sdl.mk until now. No port depends on it an I don't think a lot of people use it so I don't think it is necessary to make it available through the USE_SDL mechanism. So ports/Mk/bsd.sdl.mk is not concerned by this change. Jona
On Sat, Oct 07, 2006 at 01:12:03AM +0200, Jona Joachim wrote: > Edwin Groothuis wrote: > > On Mon, Aug 28, 2006 at 01:46:13PM +0200, Jona Joachim wrote: > >>> Synopsis: repocopy devel/sge -> devel/sdl_sge > > > > Does this need to be added to ports/Mk/bsd.sdl.mk too? > > There is nothing about sge in bsd.sdl.mk until now. No port depends on > it an I don't think a lot of people use it so I don't think it is > necessary to make it available through the USE_SDL mechanism. > So ports/Mk/bsd.sdl.mk is not concerned by this change. Okies. If it ever needs to be added let me know! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Responsible Changed From-To: vanilla->portmgr Assign to portmgr for repo-copy.
State Changed From-To: open->repocopy Repo copy requests must have state repocopy or they get overlooked
State Changed From-To: repocopy->open Repocopy completed.
Responsible Changed From-To: portmgr->edwin Repocopy completed.
Responsible Changed From-To: edwin->freebsd-ports-bugs
Responsible Changed From-To: edwin->vanilla
vanilla 2006-11-26 03:09:43 UTC FreeBSD ports repository Modified files: devel/sdl_sge Makefile Log: Move devel/sge to devel/sdl_sge. PR: ports/102602 Submitted by: maintainer Revision Changes Path 1.5 +1 -2 ports/devel/sdl_sge/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.