pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: Minor cleanup



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 22 00:58:07 2016 +0200
Changeset:	e4e2dc895cb0086321d7dbedc83897f2c78aadf8

Modified Files:
	brlcad/Makefile
	tcl-itcl3/DESCR
	tk-itk3/DESCR

Log Message:
*: Minor cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4e2dc895cb0086321d7dbedc83897f2c78aadf8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/Makefile | 2 +-
 tcl-itcl3/DESCR | 3 +++
 tk-itk3/DESCR   | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 685504f..511897a 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -56,7 +56,6 @@ BUILD_DEPENDS+=	doxygen-[0-9]*:../../devel/doxygen
 
 .include "../../wip/tk-itk3/buildlink3.mk"
 .include "../../wip/tkpng/buildlink3.mk"
-.include "../../x11/tktable/buildlink3.mk"
 .include "../../wip/tcl-iwidgets/buildlink3.mk"
 .include "../../wip/tkhtml3/buildlink3.mk"
 .include "../../devel/tinycthread/buildlink3.mk"
@@ -68,4 +67,5 @@ BUILD_DEPENDS+=	doxygen-[0-9]*:../../devel/doxygen
 .include "../../mk/terminfo.buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
+.include "../../x11/tktable/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/tcl-itcl3/DESCR b/tcl-itcl3/DESCR
index 809e001..4d50010 100644
--- a/tcl-itcl3/DESCR
+++ b/tcl-itcl3/DESCR
@@ -6,3 +6,6 @@ with identical characteristics, and classes can inherit functionality from one
 another. This object-oriented paradigm adds another level of organization on
 top of the basic variable/procedure elements, and the resulting code is easier
 to understand and maintain.
+
+This package provides itcl version 3.x. For newer version refer to the builtin
+library in the mail Tcl package.
diff --git a/tk-itk3/DESCR b/tk-itk3/DESCR
index 827eb1d..96a88bb 100644
--- a/tk-itk3/DESCR
+++ b/tk-itk3/DESCR
@@ -4,3 +4,5 @@ notebook that act like ordinary Tk widgets but are constructed using Tk widgets
 as component parts, without having to write C code. In effect, a mega-widget
 looks and acts exactly like a Tk widget, but is considerably easier to
 implement.
+
+This package provides itk version 3.x.


Home | Main Index | Thread Index | Old Index