From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 20 06:30:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF2A16A4CE for ; Tue, 20 Jan 2004 06:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882AD43D5E for ; Tue, 20 Jan 2004 06:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0KEUHFR001333 for ; Tue, 20 Jan 2004 06:30:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0KEUHpj001332; Tue, 20 Jan 2004 06:30:17 -0800 (PST) (envelope-from gnats) Date: Tue, 20 Jan 2004 06:30:17 -0800 (PST) Message-Id: <200401201430.i0KEUHpj001332@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alexey A. Kiritchun" Subject: Re: ports/61620: net/isc-dhcp3-devel port does not install libdst.a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Alexey A. Kiritchun" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 14:30:21 -0000 The following reply was made to PR ports/61620; it has been noted by GNATS. From: "Alexey A. Kiritchun" 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/