Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7b1_2 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.7b1_2 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.7b1_2 04 Aug 2019 10:02:47 |
antoine |
Mark BROKEN: unfetchable |
0.7b1_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.7b1_1 04 Nov 2017 13:07:42 |
zi |
- Reset MAINTAINER due to fatal email bounces, maintainer timeouts
Reported by: portscout |
0.7b1_1 19 Apr 2016 14:20:01 |
gahr |
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.
Quoting https://tcl.tk/doc/tea:
"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."
To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.
I have modified a few ports to take advantage of this. More will come. |
0.7b1_1 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
0.7b1_1 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.7b1_1 17 Feb 2014 14:55:43 |
gahr |
- Convert to USES=gmake tcl
- STAGE-clean |
0.7b1_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.7b1_1 03 Jun 2013 12:08:41 |
gahr |
- Fix build on CURRENT [1]
- Fix build with Tcl 8.6
PR: 178050 [1]
Submitted by: Pietro Cerutti <gahr@FreeBSD.org>
Approved by: maintainer (> 1 month timeout) |
0.7b1_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.7b1_1 27 Dec 2009 09:57:05 |
erwin |
Mark BROKEN on 9.x: does not build. |
0.7b1 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
0.7b1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
0.7b1 08 Jan 2007 00:00:57 |
pav |
- Use new USE_TCL_BUILD/USE_TK_BUILD macros |
0.7b1 29 Apr 2006 15:47:14 |
pav |
TCLMORE provides a few commands to TCL interpreters and a set of
functions accessible through the C interface. It is mostly a base
library for other extensions.
WWW: http://gna.org/projects/tclmore/
PR: ports/96358
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> |