Re: NEW: devel/itcl

2006-10-25 Thread nikns
On Tue, Oct 24, 2006 at 07:07:15PM +0200, steven mestdagh wrote: BUILD_DEPENDS= tcl84::lang/tcl/8.4 RUN_DEPENDS=${BUILD_DEPENDS} What do you mean by reverse? BUILD_DEPENDS then RUN_DEPENDS are correct order as in Makefile template. Some parts of the ports infrastructure

Re: NEW: devel/itcl

2006-10-24 Thread nikns
On Tue, Oct 24, 2006 at 12:30:11AM +0200, steven mestdagh wrote: nikns [2006-10-18, 11:36:18]: COMMENT=object-oriented extensions to Tcl [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts

Re: NEW: devel/itcl

2006-10-24 Thread steven mestdagh
BUILD_DEPENDS= tcl84::lang/tcl/8.4 RUN_DEPENDS=${BUILD_DEPENDS} What do you mean by reverse? BUILD_DEPENDS then RUN_DEPENDS are correct order as in Makefile template. Some parts of the ports infrastructure add things to BUILD_DEPENDS, like e.g. libtool, autoconf, etc.

Re: NEW: devel/itcl

2006-10-24 Thread steven mestdagh
nikns [2006-10-24, 19:35:29]: Updated: http://secure.lv/~nikns/stuff/ports/itcl-3.3.tar your tweak for SHARED_LIBS is not sufficient, the version number does not propagate into itclConfig.sh. you may want to patch the SHARED_LIB_SUFFIX line to include a variable via CONFIGURE_ENV, or

Re: NEW: devel/itcl

2006-10-23 Thread steven mestdagh
nikns [2006-10-18, 11:36:18]: COMMENT=object-oriented extensions to Tcl [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult

NEW: devel/itcl

2006-10-18 Thread nikns
COMMENT=object-oriented extensions to Tcl [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult to maintain. This is because the

Re: NEW: devel/itcl

2006-08-09 Thread nikns
I have fixed this adding in Makefile: post-patch: @perl -pi -e 's,\$$PKG_LIB_FILE,libitcl33.so.${LIBitcl33_VERSION},' \ ${WRKBUILD}/configure Fixed this for itk,tcltls,tclx too. Updated ports can be found on: http://secure.lv/~nikns/stuff/ports/ Thanks for correction, steven!

Re: NEW: devel/itcl

2006-08-03 Thread nikns
Makefile: SHARED_LIBS=itcl33 1.0 and gets built: libitcl33.so.1.0 Whats wrong with it? Thanks nikns On Thu, Aug 03, 2006 at 05:59:53PM +0200, steven mestdagh wrote: nikns [2006-07-24, 16:04:30]: COMMENT=object-oriented extensions to Tcl

Re: NEW: devel/itcl

2006-08-03 Thread steven mestdagh
try changing the number. nikns [2006-08-03, 19:39:03]: Makefile: SHARED_LIBS=itcl33 1.0 and gets built: libitcl33.so.1.0 Whats wrong with it? Thanks nikns On Thu, Aug 03, 2006 at 05:59:53PM +0200, steven mestdagh wrote: nikns [2006-07-24, 16:04:30]: COMMENT=

Re: NEW: devel/itcl

2006-08-03 Thread nikns
which and why? On Thu, Aug 03, 2006 at 07:04:43PM +0200, steven mestdagh wrote: try changing the number. nikns [2006-08-03, 19:39:03]: Makefile: SHARED_LIBS=itcl33 1.0 and gets built: libitcl33.so.1.0 Whats wrong with it? Thanks nikns On Thu, Aug 03, 2006 at

Re: NEW: devel/itcl

2006-08-03 Thread steven mestdagh
change SHARED_LIBS= ictl33 5.6 and it still builds libitcl33.so.1.0. read this mail for some more explanation on shared library version control: http://marc.theaimsgroup.com/?l=openbsd-portsm=113534313201174w=2 nikns [2006-08-03, 20:05:51]: which and why? On Thu, Aug 03, 2006 at 07:04:43PM

Re: NEW: devel/itcl

2006-08-03 Thread nikns
Ahh... Clear! Thanks! I will look forward to fix this. On Thu, Aug 03, 2006 at 08:22:44PM +0200, steven mestdagh wrote: change SHARED_LIBS= ictl33 5.6 and it still builds libitcl33.so.1.0. read this mail for some more explanation on shared library version control:

NEW: devel/itcl

2006-07-24 Thread nikns
COMMENT=object-oriented extensions to Tcl [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult to maintain. This is because the