diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-18 06:04:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-18 06:04:56 +0000 |
commit | 0dd3ad51f0a70d03c9c4ff45b92c19a183841b57 (patch) | |
tree | bcbd847e74db0b1081642cba46f5f0b050a10bd1 /sysutils | |
parent | 36a3ba0a21245298778c2e38bc7ba4a7a9425741 (diff) | |
download | ports-0dd3ad51f0a70d03c9c4ff45b92c19a183841b57.tar.gz ports-0dd3ad51f0a70d03c9c4ff45b92c19a183841b57.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/graphicboot/Makefile | 5 | ||||
-rw-r--r-- | sysutils/graphicboot/files/patch-Imakefile | 19 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile index d6d238b1a00a..f120316accbc 100644 --- a/sysutils/graphicboot/Makefile +++ b/sysutils/graphicboot/Makefile @@ -7,13 +7,14 @@ PORTNAME= graphicboot PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ MAINTAINER= sixxgate@hotmail.com COMMENT= Provides graphical X Window startup to FreeBSD during 'rc' -RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage +#RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage USE_MOTIF= yes USE_BZIP2= yes @@ -29,6 +30,6 @@ BROKEN= The graphical boot requires rcorder which is only on FreeBSD 5 or great .endif post-install: - ${CAT} pkg-message + @${CAT} pkg-message .include <bsd.port.post.mk> diff --git a/sysutils/graphicboot/files/patch-Imakefile b/sysutils/graphicboot/files/patch-Imakefile new file mode 100644 index 000000000000..1aee936e76cb --- /dev/null +++ b/sysutils/graphicboot/files/patch-Imakefile @@ -0,0 +1,19 @@ +--- Imakefile.orig Tue Apr 18 16:00:52 2006 ++++ Imakefile Tue Apr 18 16:01:24 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 |