pkgsrc/devel/mrproject/patches/patch-ab
agc 14560dc72f Initial import of mrproject-0.5.1, a program to manage project development.
This was provided by Martti Kuparinen, modified slightly by myself. This
also links the component plugins statically in mrproject, the idea taken
from the FreeBSD comments on the mrproject mailing lists by Joe Clarke.

Note that ORBit 0.5.13nb1 is necessary for this package to work properly
(so that a maximum of IOV_MAX iovecs are sent at a time to writev(2))

MrProject is a project management program that can help build project plans,
and track the progress of a project.
2002-03-23 10:59:08 +00:00

15 lines
803 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/03/23 10:59:08 agc Exp $
--- client/Makefile.in 2002/03/22 14:06:14 1.1
+++ client/Makefile.in 2002/03/22 14:06:42
@@ -215,6 +215,10 @@
$(top_builddir)/util/libmrproject-utilx.la \
$(top_builddir)/util/libmrproject-corba-util.la \
$(top_builddir)/client/widgets/libwidgets.la \
+ $(top_builddir)/client/components/gantt/libgantt-component.la \
+ $(top_builddir)/client/components/network/libnetwork-component.la \
+ $(top_builddir)/client/components/resource/libresource-component.la \
+ $(top_builddir)/client/components/task-dialog/libtask-dialog-component.la \
$(top_builddir)/client/components/shell-component/libshell-component.la \
$(top_builddir)/client/manager-clients/libmanager-clients.la \
$(top_builddir)/libmrproject/libmrproject-interfaces.la