Skip site navigation (1)Skip section navigation (2)
Date:      16 Nov 1999 16:55:03 -0600
From:      Soren Dayton <dayton@overx.com>
To:        ports@freebsd.org
Subject:   request for makefile features/target
Message-ID:  <86hfim11yw.fsf@polo.overx.com>

next in thread | raw e-mail | index | archive | help

Something to package dependencies would be very nice.

That is, I use the port system to produce a package on one machine,
and then pkg_add on my cluster of machines.

however:

        make package

only produces a package for that package, rather than for all of the
dependencies also.  Perhaps there could be a `package-dependencies'
target that would do this?


This is easy to do.  (and is equivalent to remembering to type:

        make DEPENDS_TARGET=package package

wut who wants to remember all that?)

Any objections?

Thanks,
Soren



*** /tmp/bsd.port.mk    Tue Nov 16 16:49:23 1999
--- bsd.port.mk Sat Nov 13 03:36:34 1999
***************
*** 1401,1408 ****
  .if !defined(DEPENDS_TARGET)
  .if make(reinstall)
  DEPENDS_TARGET=       reinstall
- .elif make(package)
- DEPENDS_TARGET = package
  .else
  DEPENDS_TARGET=       install
  .endif
--- 1401,1406 ----



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86hfim11yw.fsf>