ports/61620: net/isc-dhcp3-devel port does not install libdst.a
Alexey A. Kiritchun
kaa at in-line.ru
Tue Jan 20 14:30:21 UTC 2004
The following reply was made to PR ports/61620; it has been noted by GNATS.
From: "Alexey A. Kiritchun" <kaa at in-line.ru>
To: freebsd-gnats-submit at FreeBSD.org, kaa at in-line.ru
Cc:
Subject: Re: ports/61620: net/isc-dhcp3-devel port does not install libdst.a
Date: Tue, 20 Jan 2004 17:24:19 +0300
For some reason patches did not get through.
*** pkg-plist.orig Tue Jan 20 13:56:33 2004
--- pkg-plist Tue Jan 20 13:56:03 2004
*************** include/omapip/buffer.h
*** 12,17 ****
--- 12,18 ----
include/omapip/omapip.h
lib/libdhcpctl.a
lib/libomapi.a
+ lib/libdst.a
%%PORTDOCS%%share/doc/isc-dhcp3-devel/ANONCVS
%%PORTDOCS%%share/doc/isc-dhcp3-devel/CHANGES
%%PORTDOCS%%share/doc/isc-dhcp3-devel/COPYRIGHT
*** dst/Makefile.dist.orig Tue Jan 20 12:51:59 2004
--- dst/Makefile.dist Tue Jan 20 12:51:59 2004
*************** CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUD
*** 26,32 ****
all: libdst.a
! install:
libdst.a: $(OBJ)
rm -f dst.a
--- 26,44 ----
all: libdst.a
! install: all
! foo=""; \
! for bar in `echo $(DESTDIR)$${LIBDIR} |tr / ' '`; do \
! foo=$${foo}/$$bar; \
! if [ ! -d $$foo ]; then \
! mkdir $$foo; \
! chmod 755 $$foo; \
! fi; \
! done; \
! done
! $(INSTALL) libdst.a $(DESTDIR)$(LIBDIR)
! $(CHMOD) 644 $(DESTDIR)$(LIBDIR)/libdst.a
!
libdst.a: $(OBJ)
rm -f dst.a
--
Alexey A. Kirithun
INLINE Technologies, Bill-Master developement group, programmer
http://www.bill-master.ru/
More information about the freebsd-ports-bugs
mailing list