Subject: bin/122: gxditview Makefile bug (and rpc.ruserd)
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 02/11/1994 18:50:03
>Number: 122
>Category: bin
>Synopsis: gxditview Makefile bug (and rpc.ruserd)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: gnats-admin (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 11 18:50:02 1994
>Originator: Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:
>Environment:
System: NetBSD ed209 0.9a ED209#0 i386
Machine: i386
>Description:
The application default file for gxditview is installed under
the wrong file name. Additionally i've made changes to the
rpc.ruserd Makefile in the same style as the gxditview Makefile.
>How-To-Repeat:
>Fix:
*** gnu/usr.bin/groff/xditview/Makefile- Sat Feb 5 11:04:18 1994
--- gnu/usr.bin/groff/xditview/Makefile Sun Feb 6 04:11:03 1994
***************
*** 30,36 ****
afterinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m 444 \
$(.CURDIR)/GXditview.ad \
! $(DESTDIR)$(XLIBDIR)/X11/app-defaults
.endif
.include <bsd.prog.mk>
--- 30,36 ----
afterinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m 444 \
$(.CURDIR)/GXditview.ad \
! $(DESTDIR)$(XLIBDIR)/X11/app-defaults/GXditview
.endif
.include <bsd.prog.mk>
*** libexec/rpc.rusersd/Makefile- Fri Jan 28 11:45:05 1994
--- libexec/rpc.rusersd/Makefile Sat Feb 12 03:44:03 1994
***************
*** 7,15 ****
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
! .if exists(/usr/include/X11/extensions/xidle.h)
! CFLAGS+= -DXIDLE
! LDADD+= -L/usr/X386/lib -lXext -lX11
.endif
--- 7,32 ----
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
! .if exists(/usr/X11)
! XINCDIR= /usr/X11/include
! XLIBDIR= /usr/X11/lib
! .elif exists(/usr/X11R6)
! XINCDIR= /usr/X11R6/include
! XLIBDIR= /usr/X11R6/lib
! .elif exists(/usr/X11R5)
! XINCDIR= /usr/X11R5/include
! XLIBDIR= /usr/X11R5/lib
! .elif exists(/usr/X11R4)
! XINCDIR= /usr/X11R4/include
! XLIBDIR= /usr/X11R4/lib
! .elif exists(/usr/X386)
! XINCDIR= /usr/X386/include
! XLIBDIR= /usr/X386/lib
! .endif
!
! .if defined(XINCDIR) && exists($(XINCDIR)/X11/extensions/xidle.h)
! CFLAGS+= -DXIDLE -I$(XINCDIR)
! LDADD+= -L$(XLIBDIR) -lXext -lX11
.endif
>Audit-Trail:
>Unformatted:
SUP 8.26 (4.3 BSD) for file NetBSD-current/supfile at Feb 12 03:47:54
Last update occurred at Fri Feb 11 11:28:46 1994 for collection current
Last update occurred at Fri Feb 11 11:28:46 1994 for collection current
Last update occurred at Fri Feb 11 11:28:46 1994 for collection current
------------------------------------------------------------------------------