non port: devel/tclreadline/Makefile |
SVNWeb
|
Number of commits found: 46 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 15 May 2021
|
[ 07:14 Tobias Kortkamp (tobik) Author: Yasuhiro Kimura ] 9671981 (Only the first 10 of 40 ports in this commit are shown above. )
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 4 Mar 2020
|
[ 07:25 gahr ]
devel/tclreadline: update to 2.3.8
Release notes: https://github.com/flightaware/tclreadline/releases/tag/v2.3.8
|
Tue, 22 Oct 2019
|
[ 07:36 gahr ]
devel/tclreadline: update to 2.3.7, build using Tcl stubs library
|
Tue, 23 Jul 2019
|
[ 11:30 gahr ]
devel/tclreadline: update to 2.3.6
Changelog: https://github.com/flightaware/tclreadline/releases/tag/v2.3.6
|
Tue, 11 Jun 2019
|
[ 11:19 gahr ]
devel/tclreadline: install a stripped shared library
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Thu, 7 Mar 2019
|
[ 15:24 gahr ]
devel/tclreadline: update to 2.3.5
|
Mon, 11 Feb 2019
|
[ 07:39 gahr ]
devel/tclreadline: update to 2.3.2
Release notes: https://github.com/flightaware/tclreadline/releases/tag/v2.3.2
|
Thu, 14 Jun 2018
|
[ 12:47 tijl ] (Only the first 10 of 38 ports in this commit are shown above. )
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 9 Mar 2018
|
[ 08:34 gahr ]
devel/tclreadline: update to 2.3.1
The fixes that we applied in 2.3.0 were applied upstream.
|
Thu, 8 Mar 2018
|
[ 15:21 gahr ]
devel/tclreadline: update to 2.3.0
Changes: https://github.com/flightaware/tclreadline/releases/tag/v2.3.0
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Fri, 31 Mar 2017
|
[ 13:14 gahr ]
devel/tclreadline: remove obsolete post-patch steps
|
Fri, 23 Dec 2016
|
[ 12:43 gahr ]
devel/tclreadline: update to 2.2.0
https://github.com/flightaware/tclreadline/releases/tag/v2.2.0
|
Thu, 21 Apr 2016
|
[ 09:47 gahr ]
Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline.
|
Tue, 19 Apr 2016
|
[ 14:20 gahr ] (Only the first 10 of 23 ports in this commit are shown above. )
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.
|
Sun, 20 Jul 2014
|
[ 19:38 adamw ]
Add USES=readline to fix build.
|
Tue, 1 Jul 2014
|
[ 05:01 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Tue, 29 Oct 2013
|
[ 13:18 gahr ]
- STAGE-clean
- Get rid of MAN macros
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (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 ]
- Convert USE_TCL to USES=tcl
|
Wed, 24 Apr 2013
|
[ 09:35 gahr ]
- Take maintainership (tcltk@)
- Trim Makefile header
- Fix run-time segfault
|
Tue, 23 Apr 2013
|
[ 11:51 gahr ] (Only the first 10 of 32 ports in this commit are shown above. )
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble)
|
Tue, 4 Dec 2012
|
[ 10:43 gahr ] (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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (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
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Tue, 7 Jul 2009
|
[ 06:48 mm ]
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Wed, 9 Apr 2008
|
[ 13:42 pav ] (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
|
Wed, 2 Apr 2008
|
[ 10:13 mm ]
- Use bsd.tcl.mk infrastructure
- Support all Tcl versions 8.0 and higher
- Bump PORTREVISION
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Mon, 4 Sep 2006
|
[ 09:38 linimon ]
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Fri, 2 Dec 2005
|
[ 13:00 vs ]
Revamp handling of different TCL-flavours
PR: ports/86486
Submitted by: maintainer
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 20 Nov 2001
|
[ 21:19 petef ]
- update to 2.1.0 - handle shlibs correctly - add a PLIST_SUB for the
version
|
Wed, 4 Oct 2000
|
[ 07:40 sobomax ] (Only the first 10 of 31 ports in this commit are shown above. )
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
|
Thu, 27 Jul 2000
|
[ 12:45 kris ]
MASTER_SITE has moved to sourceforge
|
Number of commits found: 46 |