From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 2 01:30:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F9016A420 for ; Thu, 2 Mar 2006 01:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B8943D58 for ; Thu, 2 Mar 2006 01:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k221U5e1002664 for ; Thu, 2 Mar 2006 01:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k221U5hk002662; Thu, 2 Mar 2006 01:30:05 GMT (envelope-from gnats) Resent-Date: Thu, 2 Mar 2006 01:30:05 GMT Resent-Message-Id: <200603020130.k221U5hk002662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75A516A422 for ; Thu, 2 Mar 2006 01:21:23 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B4E43D48 for ; Thu, 2 Mar 2006 01:21:18 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 960FA1728D for ; Thu, 2 Mar 2006 03:21:15 +0200 (EET) Message-Id: <1141262475.69656@it.buh.tecnik93.com> Date: Thu, 2 Mar 2006 03:21:15 +0200 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/94007: [PATCH] sysutils/graphicboot: UNBREAK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 01:30:07 -0000 >Number: 94007 >Category: ports >Synopsis: [PATCH] sysutils/graphicboot: UNBREAK >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 02 01:30:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 08:33:28 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Don't try to strip scripts and images. Since the maintainer is aslo the author this should be incorporated upstream. Also the start-up/shutdown scripts should be coverted to rc.d and they could probably be installed in PERFIX/etc/rc.d since they need Xorg anyway. >How-To-Repeat: >Fix: --- graphicboot.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/graphicboot/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 12 Feb 2006 22:09:37 -0000 1.2 +++ Makefile 2 Mar 2006 01:16:30 -0000 @@ -26,8 +26,6 @@ .if ${OSVERSION} < 500000 BROKEN= The graphical boot requires rcorder which is only on FreeBSD 5 or greater. -.else -BROKEN= Does not install .endif post-install: --- graphicboot.diff ends here --- --- files/patch-Imakefile begins here --- --- Imakefile.dist Thu Mar 2 02:51:54 2006 +++ Imakefile Thu Mar 2 03:02:19 2006 @@ -48,11 +48,11 @@ ComplexProgramTarget(graphicboot) install:: - $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) startgraphicboot $(RC_DDIR)/startgraphicboot - $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) endgraphicboot $(RC_DDIR)/endgraphicboot + $(INSTALL) $(INSTALLFLAGS) startgraphicboot $(RC_DDIR)/startgraphicboot + $(INSTALL) $(INSTALLFLAGS) endgraphicboot $(RC_DDIR)/endgraphicboot $(MKDIRHIER) $(XBCONF) - $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) Xsplash.jpg $(XBCONF)/Xsplash.jpg - $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) Xresources $(XBCONF)/Xresources - $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) xorg.conf $(XBCONF)/xorg.conf + $(INSTALL) $(INSTALLFLAGS) Xsplash.jpg $(XBCONF)/Xsplash.jpg + $(INSTALL) $(INSTALLFLAGS) Xresources $(XBCONF)/Xresources + $(INSTALL) $(INSTALLFLAGS) xorg.conf $(XBCONF)/xorg.conf $(LN) -f $(DESTDIR)$(BINDIR)/$(XSERVERNAME) $(XBCONF)/Xserver chmod +x $(RC_DDIR)/startgraphicboot $(RC_DDIR)/endgraphicboot --- files/patch-Imakefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: