ports/94007: [PATCH] sysutils/graphicboot: UNBREAK
Ion-Mihai IOnut Tetcu
itetcu at people.tecnik93.com
Thu Mar 2 01:30:07 UTC 2006
>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 at 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:
More information about the freebsd-ports-bugs
mailing list