Bug 61620 - net/isc-dhcp3-devel port does not install libdst.a
Summary: net/isc-dhcp3-devel port does not install libdst.a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 11:20 UTC by Alexey A. Kirithun
Modified: 2004-03-16 20:37 UTC (History)
0 users

See Also:


Attachments
file.diff (125 bytes, patch)
2004-01-20 11:20 UTC, Alexey A. Kirithun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey A. Kirithun 2004-01-20 11:20:12 UTC
net/isc-dhcp3-devel port fails to install libdst.a, which is referenced from libomapi.a.

How-To-Repeat: Try to build sample program supplied in dhcpctl(3) man page.
Comment 1 Alexey A. Kirithun 2004-01-20 14:24:19 UTC
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/
Comment 2 Cyrille Lefevre 2004-03-09 15:57:55 UTC
once PR#61011 will be commited, this PR may be closed.

Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre@laposte.net
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-03-14 20:14:40 UTC
State Changed
From-To: open->analyzed

Will be closed with other PR.
Comment 4 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2004-03-16 20:37:51 UTC
State Changed
From-To: analyzed->closed

Fixed, thanks.