Date: Tue, 20 Jan 2004 06:30:17 -0800 (PST) From: "Alexey A. Kiritchun" <kaa@in-line.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/61620: net/isc-dhcp3-devel port does not install libdst.a Message-ID: <200401201430.i0KEUHpj001332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/61620; it has been noted by GNATS. From: "Alexey A. Kiritchun" <kaa@in-line.ru> To: freebsd-gnats-submit@FreeBSD.org, kaa@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401201430.i0KEUHpj001332>