non port: devel/tcllib/Makefile |
SVNWeb
|
Number of commits found XX: 79 |
Wed, 4 Dec 2019
|
[ 12:13 gahr ] 
519010 devel/tcllib/Makefile
519010 devel/tcllib/distinfo
519010 devel/tcllib/pkg-plist
devel/tcllib, devel/tcllibc: update to 1.20
Release notes: https://core.tcl-lang.org/tcllib/artifact/fd070da6e214f870
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] 
479406 accessibility/kmag/Makefile
479406 accessibility/kmousetool/Makefile
479406 accessibility/kmouth/Makefile
479406 archivers/ark/Makefile
479406 archivers/brotli/Makefile
479406 archivers/erlang-snappy/Makefile
479406 archivers/lzop/Makefile
479406 astro/geographiclib/Makefile
479406 astro/libkgeomap/Makefile
479406 astro/marble/Makefile
(Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 19 Feb 2018
|
[ 13:40 gahr ] 
462319 devel/tcllib/Makefile
462319 devel/tcllib/distinfo
462319 devel/tcllib/files/patch-modules_json_c_json.y
462319 devel/tcllib/pkg-plist
462319 devel/tcllibc/Makefile
devel/tcllib, devel/tcllibc: update to 1.19
Release notes:
http://core.tcl.tk/tcllib/doc/tcllib-1-19/support/releases/history/README-1.19.md
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] 
453381 cad/calculix/Makefile
453381 cad/kicad-devel/Makefile
453381 cad/py-gdspy/Makefile
453381 comms/ebook2cw/Makefile
453381 comms/ebook2cwgui/Makefile
453381 comms/yfklog/Makefile
453381 databases/leofs/Makefile
453381 databases/mysql57-server/Makefile
453381 databases/p5-DBD-Oracle/Makefile
453381 databases/postgresql96-docs/Makefile
(Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] 
431796 Mk/Scripts/check-stagedir.sh
431796 Mk/Uses/elixir.mk
431796 Mk/Uses/gem.mk
431796 Mk/bsd.commands.mk
431796 Mk/bsd.port.mk
431796 archivers/libzip/Makefile
431796 audio/denemo/Makefile
431796 audio/libamrnb/Makefile
431796 audio/libamrwb/Makefile
431796 base/gcc/Makefile
(Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] 
430490 audio/asterisk-espeak/Makefile
430490 audio/asterisk-espeak/distinfo
430490 audio/puddletag/Makefile
430490 biology/fastool/Makefile
430490 biology/p5-transdecoder/Makefile
430490 cad/linuxcnc-devel/Makefile
430490 cad/openvsp/Makefile
430490 databases/postgresql-plv8js/Makefile
430490 databases/postgresql-plv8js/distinfo
430490 devel/dbus-sharp-glib/Makefile
(Only the first 10 of 58 ports in this commit are shown above. )
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
Wed, 10 Feb 2016
|
[ 09:00 gahr ] 
408619 devel/tcllib/Makefile
408619 devel/tcllib/files/patch-warnings
devel/tcllibc: fix build on 32-bit platforms, don't build doc or man
|
Tue, 9 Feb 2016
|
[ 06:34 antoine ] 
408537 devel/tcllib/Makefile
Unbreak with fmake
|
Mon, 8 Feb 2016
|
[ 12:15 gahr ] 
408482 devel/tcllib/Makefile
408482 devel/tcllib/distinfo
408482 devel/tcllib/files/patch-json
408482 devel/tcllib/files/patch-modules_doctools_mpformats___html.tcl
408482 devel/tcllib/files/patch-modules_json_c_json.y
408482 devel/tcllib/files/patch-modules_multiplexer_multiplexer.test
408482 devel/tcllib/files/patch-tests
408482 devel/tcllib/files/patch-warnings
408482 devel/tcllib/files/patch-wget
408482 devel/tcllib/pkg-plist
(Only the first 10 of 11 ports in this commit are shown above. )
devel/tcllib: update to 1.18
Announcement: http://code.activestate.com/lists/tcl-core/15364/
|
Mon, 28 Dec 2015
|
[ 14:42 mat ] 
404654 deskutils/todo/Makefile
404654 devel/git-lfs/Makefile
404654 devel/git-lfs/distinfo
404654 devel/tcllib/Makefile
404654 devel/tcllib/distinfo
404654 www/py-django-annoying/Makefile
404654 www/py-django-annoying/distinfo
404654 www/py-django-evolution/Makefile
404654 www/py-django-evolution/distinfo
Don't use GH_TAGNAME when it can be created with DISTVERSION* variables.
Sponsored by: Absolight
|
Thu, 24 Dec 2015
|
[ 11:43 gahr ] 
404345 devel/tcllib/Makefile
404345 devel/tcllib/distinfo
404345 devel/tcllib/files/patch-jpeg
devel/tcllib
* restore fetching from GitHub
* set TZ when running tests (https://core.tcl.tk/tcl/tktview?name=c9eb6b0ac0)
* use TEST_TARGET
|
Fri, 5 Jun 2015
|
[ 16:18 mi ] 
388590 devel/tcllib/Makefile
Rephrase the conditionals to avoid claims of malformity, that were reported
by FreshPorts sanity checking. (I can not reproduce the problem here.)
Notified by: dvl
|
[ 13:39 mi ] 
388577 devel/tcllib/Makefile
388577 devel/tcllibc/Makefile
Minor follow-ups on the last commit separating pure-Tcl and compiled
pieces of tcllib:
* make the compiled child-port RUN_DEPEND on the master --
it is not useful without it.
* disable OPTIONS, when building the child-port -- they
aren't meaningful there
Pointed out by: gahr
|
[ 08:20 bapt ] 
388574 devel/tcllib/Makefile
Use a syntax accepted by both bmake (freebsd 10+) and fmake (8-9)
For $unknown reason fmake does not like testing the content of a variable and
call the defined function on the same .if
|
[ 07:26 mi ] 
388573 devel/Makefile
388573 devel/critcl/Makefile
388573 devel/tcllib/Makefile
388573 devel/tcllib/pkg-descr
388573 devel/tcllib/pkg-plist
388573 devel/tcllibc
388573 devel/tcllibc/Makefile
388573 devel/tcllibc/pkg-descr
388573 devel/tcllibc/pkg-plist
Split the compiled pieces out of tcllib into a slave port of its own to avoid
a circular dependency: compiling C-files of tcllib requires critcl, but critcl
requires the cmdline (pure-Tcl) component of tcllib.
PR: 195863, 200612
Approved by: gahr (blanket)
|
Mon, 1 Jun 2015
|
[ 19:49 mi ] 
388270 devel/tcllib/Makefile
388270 devel/tcllib/distinfo
388270 devel/tcllib/files/patch-jpeg
Upstream is having difficulties connecting their Fossil-repository
to GitHub and the version currently offered by GH for download is
missing a lot of files, which were included before.
Go back to the distfile used 4 days ago -- hosted privately for the
time being. The filename is deliberately preserved so people and
mirrors, which already have the correct version, would not have to
re-download.
|
Sat, 30 May 2015
|
[ 21:25 mat ] 
387986 archivers/snappy-java/Makefile
387986 archivers/snappy-java/distinfo
387986 archivers/unfoo/Makefile
387986 archivers/unfoo/distinfo
387986 audio/flacon/Makefile
387986 audio/flacon/distinfo
387986 audio/icecast-kh/Makefile
387986 audio/icecast-kh/distinfo
387986 audio/soundkonverter/Makefile
387986 audio/soundkonverter/distinfo
(Only the first 10 of 78 ports in this commit are shown above. )
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 28 May 2015
|
[ 01:17 mi ] 
387697 devel/tcllib/Makefile
387697 devel/tcllib/files/patch-tests
387697 devel/tcllib/files/patch-warnings
Sort-out regression-test failures. Provide fixes for all of them except one
(multiplexer), which shall remain disabled until upstream figures it out.
|
Wed, 27 May 2015
|
[ 17:19 mi ] 
387637 devel/tcllib/Makefile
387637 devel/tcllib/files/patch-jpeg
387637 devel/tcllib/files/patch-json
387637 devel/tcllib/files/patch-tests
387637 devel/tcllib/pkg-plist
Rely on critcl port to provide compiled implementations of the
modules, where available.
PR: 195863
Approved by: maintainer (blanket)
|
Sat, 2 May 2015
|
[ 20:18 mat ] 
385216 devel/tcllib/Makefile
385216 devel/tcllib/distinfo
Fixup USE_GITHUB usage.
Approved by: gahr
Sponsored by: Absolight
|
Fri, 1 May 2015
|
[ 21:59 gahr ] 
385153 devel/tcllib/Makefile
385153 devel/tcllib/distinfo
385153 devel/tcllib/files/patch-wget
385153 devel/tcllib/pkg-plist
- Update to 1.17
Release notes: http://core.tcl.tk/tcllib/technote/56416fe
|
Wed, 28 Jan 2015
|
[ 06:35 antoine ] 
378045 devel/tcllib/Makefile
378045 devel/tcllib/files/patch-jpeg
378045 devel/tcllib/files/patch-json
378045 devel/tcllib/files/patch-tests
378045 devel/tcllib/files/patch-warnings
378045 devel/tcllib/pkg-plist
Backout r378043, creates a dependency loop and break INDEX
With hat: portmgr
Pointy hat: mi
|
[ 04:56 mi ] 
378043 devel/tcllib/Makefile
378043 devel/tcllib/files/patch-jpeg
378043 devel/tcllib/files/patch-json
378043 devel/tcllib/files/patch-tests
378043 devel/tcllib/files/patch-warnings
378043 devel/tcllib/pkg-plist
Use native (written in C) implementations, where available. This
speeds up some operations -- like JSON-parsing, for example --
by a lot.
Pick a few other nits and bump PORTREVISION.
PR: 195863
Submitted by: mi
Approved by: maintainer timeout
Sponsored by: http://sybpipe.com/
|
Fri, 22 Aug 2014
|
[ 07:20 antoine ] 
365614 databases/tdbc/Makefile
365614 devel/icu/Makefile
365614 devel/p5-Sys-Trace/Makefile
365614 devel/p5-Thread-Apartment/Makefile
365614 devel/p5-Thread-Queue-Duplex/Makefile
365614 devel/tcllib/Makefile
365614 devel/tcltls/Makefile
365614 games/monsterz/Makefile
365614 graphics/multiraw/Makefile
365614 japanese/p5-nkf/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
Canonicalize a few LICENSE_PERMS
With hat: portmgr
|
Mon, 14 Jul 2014
|
[ 09:15 gahr ] 
361743 devel/tcllib/Makefile
- Really fix fetching from GitHub
|
[ 09:07 gahr ] 
361742 devel/tcllib/Makefile
361742 devel/tcllib/distinfo
361742 devel/tcllib/pkg-plist
- Fix distinfo (distfile was re-rolled on GitHub)
- Fix PLIST
|
Mon, 7 Apr 2014
|
[ 09:07 gahr ] 
350435 devel/tcllib/Makefile
- Fix shebang lines of installed binaries (needed to UNBREAK print/pdf4tcl)
MFH: 2014Q2
|
Fri, 14 Feb 2014
|
[ 10:29 gahr ] 
344185 devel/tcllib/Makefile
344185 devel/tcllib/distinfo
344185 devel/tcllib/files/patch-91f14dfd0a
344185 devel/tcllib/files/patch-bug-3601370-td
344185 devel/tcllib/files/patch-bug-3603702
344185 devel/tcllib/files/patch-bug-3608240
344185 devel/tcllib/files/patch-installer.tcl
344185 devel/tcllib/files/patch-json-write
344185 devel/tcllib/pkg-plist
- Update to 1.16
Release notes:
https://core.tcl.tk/tcllib/doc/tcllib-1-16/support/releases/history/README-1.16.txt
|
Mon, 3 Feb 2014
|
[ 10:00 gahr ] 
342409 devel/tcllib/Makefile
342409 devel/tcllib/Makefile.man
342409 devel/tcllib/pkg-plist
- Fix LICENSE
- Bring man pages in pkg-plist
|
Thu, 12 Dec 2013
|
[ 16:17 gahr ] 
336275 devel/tcllib/Makefile
336275 devel/tcllib/Makefile.man
336275 devel/tcllib/files/patch-installer.tcl
- STAGE-clean
- Fix opening man pages by appending a .n suffix. It is now possible to open
man pages with, e.g., "man sha1.tcllib"
- Bump PORTREVISION
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] 
327726 devel/9base/Makefile
327726 devel/ChipmunkPhysics/Makefile
327726 devel/ElectricFence/Makefile
327726 devel/ORBit/Makefile
327726 devel/ORBit2-reference/Makefile
327726 devel/ORBit2/Makefile
327726 devel/R-cran-Defaults/Makefile
327726 devel/R-cran-Hmisc/Makefile
327726 devel/R-cran-RUnit/Makefile
327726 devel/R-cran-Rcpp/Makefile
(Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Thu, 19 Sep 2013
|
[ 14:21 gahr ] 
327625 devel/tcl-mmap/Makefile
327625 devel/tcl-signal/Makefile
327625 devel/tcllib/Makefile
327625 devel/tclreadline/Makefile
327625 devel/tclthread/Makefile
327625 devel/yajl-tcl/Makefile
327625 irc/roxirc/Makefile
327625 sysutils/dirdiff/Makefile
327625 x11-toolkits/gnocl/Makefile
- Convert USE_TCL to USES=tcl
|
Thu, 18 Jul 2013
|
[ 18:14 gahr ] 
323251 devel/tcllib/Makefile
323251 devel/tcllib/files/patch-91f14dfd0a
- Fix struct/queue package index, was missing struct::queue version bump
- Bump PORTREVISION
Reported by: Peggy Wilkins <mozart@lib.uchicago.edu>
Obtained from: http://core.tcl.tk/tcllib/info/91f14dfd0a
|
Fri, 3 May 2013
|
[ 10:48 gahr ] 
317192 devel/tcllib/Makefile
- Make sure html / man-pages do not get installed if the OPTION was unset
Submitted by: QAT
|
[ 09:58 gahr ] 
317190 devel/tcllib/Makefile
317190 devel/tcllib/Makefile.man
317190 devel/tcllib/files/patch-installer.tcl
- Add DOCS and MANPAGES options
- Install man pages with a .tcllib suffix to avoid conflicts with other
ports such as devel/tcl-trf.
- Bump PORTREVISION
|
Fri, 26 Apr 2013
|
[ 12:21 gahr ] 
316598 devel/tcllib/Makefile
316598 devel/tcllib/pkg-plist
- Fix PLIST
- Pet portlint
|
Wed, 24 Apr 2013
|
[ 10:12 gahr ] 
316416 devel/tcllib/Makefile
316416 devel/tcllib/Makefile.man
316416 devel/tcllib/distinfo
316416 devel/tcllib/files/patch-bug-3601370-td
316416 devel/tcllib/files/patch-bug-3603702
316416 devel/tcllib/files/patch-bug-3608240
316416 devel/tcllib/files/patch-doctools
316416 devel/tcllib/files/patch-json-write
316416 devel/tcllib/pkg-plist
- Update to 1.15
Release notes: http://code.activestate.com/lists/tcl-core/13030/
- Simplify regression-test target
- Include some patches that were pushed upstream after 1.15 was released
|
Tue, 23 Apr 2013
|
[ 12:25 gahr ] 
316354 devel/tcllib/Makefile
- Fix left-over of the Tcl/Tk removal
|
Tue, 4 Dec 2012
|
[ 10:43 gahr ] 
308232 astro/tkgeomap/Makefile
308232 converters/xdeview/Makefile
308232 databases/mysqltcl/Makefile
308232 devel/tclcl/Makefile
308232 devel/tcllib/Makefile
308232 devel/tclreadline/Makefile
308232 devel/tclxml/Makefile
308232 lang/otcl/Makefile
308232 lang/tcl-wrapper/Makefile
308232 net/tcludp/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt
|
Mon, 26 Nov 2012
|
[ 22:43 gahr ] 
307807 databases/tdbc/Makefile
307807 devel/combat/Makefile
307807 devel/tcl-signal/Makefile
307807 devel/tcllib/Makefile
307807 devel/tkcon/Makefile
307807 irc/roxirc/Makefile
307807 lang/tcl86/Makefile
307807 x11-toolkits/gnocl/Makefile
- Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers
Feature safe: yes
|
Thu, 11 Oct 2012
|
[ 13:31 gahr ] 
305721 devel/tcllib/Makefile
- Remove tab at ^ before variable assignment
Reported by: bdrewery
Feature safe: yes
|
Wed, 10 Oct 2012
|
[ 12:28 gahr ] 
305648 devel/tcllib/Makefile
305648 devel/tcllib/Makefile.man
- Do not install the try.n manpage when using Tcl 8.6, cause try/catch/finally
are part of Tcl 8.6 core and the relevant manpage is installed by lang/tcl86
http://www.tcl.tk/cgi-bin/tct/tip/329.html
|
Tue, 6 Mar 2012
|
[ 08:02 gahr ]
1.37 devel/tcllib/Makefile
1.1 devel/tcllib/files/patch-doctools
- import a patch from upstreams CVS to fix the expected result of a test
Reported by: Mikhail Teterin <mi+thun@aldan.algebra.com>
Thanks to: Andreas Kupries <andreask@activestate.com>
|
Thu, 1 Mar 2012
|
[ 11:20 gahr ]
1.36 devel/tcllib/Makefile
1.2 devel/tcllib/Makefile.man
1.14 devel/tcllib/distinfo
1.16 devel/tcllib/pkg-plist
- Update to 1.14
Release notes: http://sf.net/projects/tcllib/files/tcllib/1.14/README.txt
- Take maintainership
PR: 164480
Submitted by: Pierre DAVID <pdagog@gmail.com>
Approved by: Mikhail T. <mi+thun@aldan.algebra.com> (former maintainer)
|
Mon, 2 May 2011
|
[ 07:57 gahr ]
1.35 devel/tcllib/Makefile
1.1 devel/tcllib/Makefile.man
1.13 devel/tcllib/distinfo
1.2 devel/tcllib/files/patch-jpeg
1.15 devel/tcllib/pkg-plist
- Update to 1.13
- Refactor Makefile
PR: 156371
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: maintainer (timeout after 18 days)
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ]
1.5 databases/WWWdb/Makefile
1.8 databases/adminer/Makefile
1.51 databases/adodb/Makefile
1.8 databases/adodb5/Makefile
1.5 databases/aolserver-nsmysql/Makefile
1.8 databases/aolserver-nspostgres/Makefile
1.10 databases/bbdb/Makefile
1.2 databases/buzhug/Makefile
1.61 databases/clip/Makefile
1.10 databases/dbXML/Makefile
(Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sat, 28 Feb 2009
|
[ 23:59 mi ]
1.33 devel/tcllib/Makefile
1.12 devel/tcllib/distinfo
1.1 devel/tcllib/files/patch-jpeg
1.14 devel/tcllib/pkg-plist
Upgrade from 1.10 to 1.11. (One of the self-tests is failing on my
system, but not on others...)
PR: 131670
Submitted by: Pierre DAVID
|
Mon, 23 Feb 2009
|
[ 14:46 mm ]
1.10 Mk/bsd.tcl.mk
1.780 UPDATING
1.6 archivers/tclmkziplib/Makefile
1.8 astro/ptiger/Makefile
1.14 astro/tclgeomap/Makefile
1.16 astro/tkgeomap/Makefile
1.8 astro/xeartk/Makefile
1.32 audio/pd/Makefile
1.33 audio/snack/Makefile
1.35 audio/xcd/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Wed, 9 Apr 2008
|
[ 13:42 pav ]
1.3 archivers/tclmkziplib/Makefile
1.22 astro/gpsman/Makefile
1.6 astro/ptiger/Makefile
1.11 astro/tclgeomap/Makefile
1.12 astro/tkgeomap/Makefile
1.6 astro/xeartk/Makefile
1.4 audio/etktab/Makefile
1.30 audio/snack/Makefile
1.33 audio/xcd/Makefile
1.15 chinese/hanzim/Makefile
(Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
Thu, 27 Sep 2007
|
[ 21:01 mi ]
1.30 devel/tcllib/Makefile
1.13 devel/tcllib/pkg-plist
Install into unversioned ${PREFIX}/lib/tcllib instead of
${PREFIX}/lib/tcllibX.Y. This will prevent future upgrades from
breaking ports depending on tcllib.
Respect the NO_INSTALL_MANPAGES knob.
Make all installed utilities contain proper name of tclsh-executable.
Tcl 8.2 or higher is sufficient.
Bump PORTREVISION.
PR: 116549
Submitted by: Martin Matuska
|
Tue, 25 Sep 2007
|
[ 15:01 mi ]
1.29 devel/tcllib/Makefile
Don't insist on Tcl-8.5. The stuff works just fine with 8.4.
Submitted by: Martin Matuska
|
Thu, 13 Sep 2007
|
[ 23:15 mi ]
1.28 devel/tcllib/Makefile
1.11 devel/tcllib/distinfo
1.2 devel/tcllib/files/patch-mime-tests
1.2 devel/tcllib/files/patch-smtp
1.2 devel/tcllib/files/patch-tcl85
1.12 devel/tcllib/pkg-plist
Upgrade from 1.9 to 1.10. Some new modules, some fixed bugs.
|
Thu, 28 Jun 2007
|
[ 13:44 mm ]
1.27 devel/tcllib/Makefile
1.1 devel/tcllib/files/patch-tcl85
- remove BUILD_DEPENDS line (replaced by USE_TCL_*)
- add patch to support tcl 8.5
PR: ports/109716
Submitted by: mm
Approved by: mi (maintainer), garga (mentor)
|
Wed, 27 Jun 2007
|
[ 19:52 mi ]
1.26 devel/tcllib/Makefile
1.2 devel/tcllib/scripts/post-patch
Convert to using the USE_TCL knobs instead of trying to guess the
desired TCL-version.
PR: 109716 (partial)
|
Mon, 12 Feb 2007
|
[ 19:55 mi ]
1.25 devel/tcllib/Makefile
1.1 devel/tcllib/files/patch-smtp
Add a patch from the vendor's CVS, which solves the problem of short
textual messages not being transfered to the SMTP server properly when
NOT using TLS. Bump PORTREVISION.
|
Tue, 23 Jan 2007
|
[ 11:43 mi ]
1.24 devel/tcllib/Makefile
Remove the BROKEN tag. The self-tests are still run post-build, but
their failures (which occur in a tinderbox, but not in a regular
install) are no longer fatal...
Hopefully, the vendor will address this bogus failures in the next
release.
PR: ports/107887
Submitted by: Ying-Chieh Chen
|
Fri, 17 Nov 2006
|
[ 06:43 kris ]
1.23 devel/tcllib/Makefile
BROKEN: Fails self-tests
|
Tue, 10 Oct 2006
|
[ 20:25 mi ]
1.22 devel/tcllib/Makefile
1.11 devel/tcllib/pkg-plist
Several tests fail, when run as root. Arrange to run them as `nobody', when
detecting a root-build.
Also, parse the created testlog to output only the failures (if any) to ease
the resolution of problem reports.
Reported by: Paul Schmehl, Sean McNeil
Approved by: portmgr (erwin)
|
Mon, 9 Oct 2006
|
[ 21:40 mi ]
1.21 devel/tcllib/Makefile
In case of a self-test failure, include the output of "uname -a" in the
output to speed up problem resolution.
|
[ 04:50 mi ]
1.20 devel/tcllib/Makefile
Fix the path to testlog.failures, which is shown if there were any, uhm,
failures.
Submitted by: Jose Alonso Cardenas
|
Sun, 8 Oct 2006
|
[ 16:05 mi ]
1.19 devel/tcllib/Makefile
1.10 devel/tcllib/distinfo
1.9 devel/tcllib/pkg-plist
Update from 1.7 to 1.9. Vendor has fixed the self-tests on multiple arches.
|
Sat, 1 Jul 2006
|
[ 19:14 mi ]
1.18 devel/tcllib/Makefile
Depend on tclsh${TCL_VER} instead of tclsh, which is (or used to be?) a
script advising the user to select a version tclsh executable.
Submitted by: Denis Shaposhnikov
PR: not yet known
|
Sat, 18 Dec 2004
|
[ 02:51 mi ]
1.17 devel/tcllib/Makefile
Oops, bump port revision to reflect the changes in the previous commit
and acknowledge poinyhat and the Ports Janitor, who called my attention
to the problem with pkg-plist.
|
[ 02:49 mi ]
1.16 devel/tcllib/Makefile
1.8 devel/tcllib/pkg-plist
1.1 devel/tcllib/scripts/post-patch
Turns out, this package now installs one executable -- dtplite.
Add it to pkg-plist and make sure it has proper path to executable
at the beginning.
|
Fri, 19 Nov 2004
|
[ 21:36 mi ]
1.15 devel/tcllib/Makefile
1.8 devel/tcllib/distinfo
1.2 devel/tcllib/files/patch-koi8
1.7 devel/tcllib/pkg-plist
1.5 devel/tclxml/Makefile
1.21 net/amsn/Makefile
1.15 www/tclhttpd/Makefile
1.6 www/tclhttpd/distinfo
1.5 www/tclhttpd/files/Makefile.lib
1.2 www/tclhttpd/files/metaPackage.c
(Only the first 10 of 17 ports in this commit are shown above. )
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
|
Wed, 28 Apr 2004
|
[ 21:29 mi ]
1.14 devel/tcllib/Makefile
1.1 devel/tcllib/files/patch-koi8
For some reason, the mime::-module hardcodes the list of recognized encodings,
instead of relying on TCL core. Add the missing KOI8-U to the hardcoded list,
while I'm investigating. Bump portrevision.
|
Sat, 3 Apr 2004
|
[ 21:41 mi ]
1.13 devel/tcllib/Makefile
1.7 devel/tcllib/distinfo
1.6 devel/tcllib/pkg-plist
Upgrade from 1.4 to 1.6. Unreak on Alpha for the time being.
PR: ports/64922
Submitted by: forsite
|
Wed, 17 Mar 2004
|
[ 12:40 kris ]
1.12 devel/tcllib/Makefile
IGNORE on alpha: Hangs during build
|
Fri, 19 Dec 2003
|
[ 02:53 mi ]
1.11 devel/tcllib/Makefile
1.5 devel/tcllib/distinfo
1.2 devel/tcllib/files/patch-doc
1.3 devel/tcllib/files/patch-test
1.5 devel/tcllib/pkg-plist
Upgrade from 1.3 to 1.4 released in May... Switch to .tar.bz2. Regenerate
the list of man-pages.
|
Thu, 24 Apr 2003
|
[ 16:48 mi ]
1.10 devel/tcllib/Makefile
One gets rather spoiled with -current. The -stable's make(1) still does not
have the -C option...
|
[ 16:29 mi ]
1.9 devel/tcllib/Makefile
1.4 devel/tcllib/distinfo
1.2 devel/tcllib/files/patch-test
1.4 devel/tcllib/pkg-plist
Unbreak. Upgrade from 1.2 to 1.3 -- lots of stuff added.
|
Fri, 7 Mar 2003
|
[ 06:01 ade ]
1.69 devel/ORBit/Makefile
1.3 devel/ORBit/pkg-comment
1.83 devel/ORBit2/Makefile
1.3 devel/ORBit2/pkg-comment
1.7 devel/SN/Makefile
1.3 devel/SN/pkg-comment
1.8 devel/a2dev/Makefile
1.2 devel/a2dev/pkg-comment
1.10 devel/ac-archive/Makefile
1.2 devel/ac-archive/pkg-comment
(Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 21 Feb 2003
|
[ 17:38 kris ]
1.7 devel/tcllib/Makefile
BROKEN: Creates /root/foo at install-time.
|
Mon, 28 Oct 2002
|
[ 02:38 kris ]
1.6 devel/tcllib/Makefile
Add missing manpage
|
Tue, 5 Feb 2002
|
[ 02:14 mi ]
unknown devel/tcllib/Makefile
BUILD_DEPEND on tclsh. Any tclsh will do, but if none is present -- build the
tcl83...
|
Mon, 28 Jan 2002
|
[ 20:13 mi ]
unknown devel/tcllib/Makefile
unknown devel/tcllib/distinfo
unknown devel/tcllib/files/patch-test
unknown devel/tcllib/files/tclhttpd.sh
unknown devel/tcllib/pkg-descr
unknown devel/tcllib/pkg-message
unknown devel/tcllib/pkg-plist
Upgrade from 0.8 to 1.2. Use the included tests once at build time
instead of installing them. Use the included installation routine (which does
not install documentation other than the man-pages).
|
Mon, 5 Feb 2001
|
[ 14:34 olgeni ]
unknown devel/astyle/Makefile
unknown devel/cc65/Makefile
unknown devel/cpp2html/Makefile
unknown devel/crossgo32/Makefile
unknown devel/gide/Makefile
unknown devel/gtranslator/Makefile
unknown devel/imake-4/Makefile
unknown devel/imake/Makefile
unknown devel/mime/Makefile
unknown devel/ncurses/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
Style police over the devel category.
|
Mon, 11 Dec 2000
|
[ 02:37 steve ]
unknown devel/tcllib/Makefile
unknown devel/tcllib/distinfo
unknown devel/tcllib/pkg-descr
unknown devel/tcllib/pkg-message
unknown devel/tcllib/pkg-plist
Update to version 0.8.
|
Fri, 9 Jun 2000
|
[ 04:35 will ]
unknown devel/tcllib/Makefile
unknown devel/tcllib/files/md5
unknown devel/tcllib/files/tclhttpd.sh
unknown devel/tcllib/pkg/COMMENT
unknown devel/tcllib/pkg/DESCR
unknown devel/tcllib/pkg/MESSAGE
unknown devel/tcllib/pkg/PLIST
Add Tcllib, a collection of utility modules for Tcl.
|
Number of commits found XX: 79 |