notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/freecell-solver/Makefile
SVNWeb

Number of commits found: 103 (showing only 100 on this page)

1 | 2  »  

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 13 Oct 2021
[ 14:28 Mikael Urankar (mikael) search for other commits by this committer Author: Robert Clausecker ]    commit hash:cb25b8c9732d9bd51143dfcb533cd7e49fe05d88  commit hash:cb25b8c9732d9bd51143dfcb533cd7e49fe05d88  commit hash:cb25b8c9732d9bd51143dfcb533cd7e49fe05d88  cb25b8c 
games/freecell-solver: Unbreak on 32 bit platforms.

The port requires GMP on platforms that lack __int128, i.e. 32 bit platforms,
but LIB_DEPENDS for libgmp is only present for i386.
This patch extends the existing i386 special case to known 32 bit platforms so
the port builds on armv7 FreeBSD and hopefully others.

PR:		258442
Approved by:	danilo (maintainer timeout)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 27 Oct 2020
[ 20:21 danilo search for other commits by this committer ] Original commit   Revision:553492
games/freecell-solver: Update to 6.2.0
Tue, 11 Aug 2020
[ 16:56 danilo search for other commits by this committer ] Original commit   Revision:544697
- Update to 6.0.1
- Remove EXAMPLES option
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Thu, 30 Aug 2018
[ 14:22 danilo search for other commits by this committer ] Original commit   Revision:478457
- Fix build and run dependencies

Reported by:	se
Sat, 4 Aug 2018
[ 17:19 danilo search for other commits by this committer ] Original commit   Revision:476373
- Update to 4.20.0
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Fri, 30 Mar 2018
[ 19:40 danilo search for other commits by this committer ] Original commit   Revision:465997
- Update to 4.18.0
Wed, 14 Feb 2018
[ 21:24 danilo search for other commits by this committer ] Original commit   Revision:461839
- Update to 4.16.0
Sat, 6 Jan 2018
[ 18:08 danilo search for other commits by this committer ] Original commit   Revision:458284
- Update to 4.14.1
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Sat, 17 Jun 2017
[ 22:30 danilo search for other commits by this committer ] Original commit   Revision:443789
- Update to 4.12.1
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Sun, 22 Jan 2017
[ 22:28 danilo search for other commits by this committer ] Original commit   Revision:432170
- Update to 4.8.0
Sun, 15 Jan 2017
[ 15:12 danilo search for other commits by this committer ] Original commit   Revision:431571
- Update to 4.6.1
Thu, 22 Dec 2016
[ 14:39 danilo search for other commits by this committer ] Original commit   Revision:429159
- Update to 4.6.0
Mon, 26 Sep 2016
[ 03:13 danilo search for other commits by this committer ] Original commit   Revision:422763
- Update to 4.4.0
Sat, 9 Apr 2016
[ 17:53 danilo search for other commits by this committer ] Original commit   Revision:412860
- Update to 4.2.0
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 31 Jan 2016
[ 13:27 danilo search for other commits by this committer ] Original commit   Revision:407631
- Update to 4.0.2

Suggested by:	Shlomi Fish
Mon, 23 Jun 2014
[ 13:44 amdmi3 search for other commits by this committer ] Original commit   Revision:358946 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Tue, 20 May 2014
[ 22:20 danilo search for other commits by this committer ] Original commit   Revision:354694
- Update from 3.24.0 to 3.26.0
Sat, 26 Apr 2014
[ 14:47 danilo search for other commits by this committer ] Original commit   Revision:352260
- Convert USE_BZIP2 to USES
Sat, 22 Feb 2014
[ 13:50 danilo search for other commits by this committer ] Original commit   Revision:345640
- Update from 3.22.0 to 3.24.0
- Add shebangfix to USES
- Use options helpers
Sun, 6 Oct 2013
[ 13:37 danilo search for other commits by this committer ] Original commit   Revision:329562
- Update from 3.20.1 to 3.22.0

Approved by:	wg/culot (mentors, implicit)
Sun, 29 Sep 2013
[ 13:47 danilo search for other commits by this committer ] Original commit   Revision:328694
- Change maintainer email to @FreeBSD.org
- Remove LICENSE_FILE
- Add stage support
- Convert LIB_DEPENDS to new syntax

Approved by:	wg (mentor)
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Tue, 17 Sep 2013
[ 06:28 bapt search for other commits by this committer ] Original commit   Revision:327451 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 3 Jul 2013
[ 18:20 pawel search for other commits by this committer ] Original commit   Revision:322241
Update to version 3.20.1

PR:		ports/180239
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Fri, 28 Jun 2013
[ 15:20 pawel search for other commits by this committer ] Original commit   Revision:321964
- Update to version 3.20.0
- Hand maintainership to submitter

PR:		ports/180038
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Tue, 4 Jun 2013
[ 10:00 miwi search for other commits by this committer ] Original commit   Revision:319845
- Update to 1.18.1

PR:		179223
Submitted by:	Ports Fury
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Wed, 16 Jan 2013
[ 07:48 araujo search for other commits by this committer ] Original commit   Revision:310479
- Update to 3.16.0.
- Trim header.

PR:		ports/174164
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Thu, 19 Jul 2012
[ 17:29 sperber search for other commits by this committer ] Original commit 
- Update to version 3.12.0

PR:           ports/169414
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Tue, 12 Jun 2012
[ 16:35 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Mon, 20 Feb 2012
[ 00:05 miwi search for other commits by this committer ] Original commit 
- Update to version 3.10.0

PR:             164993
Submitted by:   Ports Fury
Sun, 27 Nov 2011
[ 09:53 miwi search for other commits by this committer ] Original commit 
- Update MASTER_SITES and WWW: line
- Support PTHREAD_LIBS properly

PR:             162857
Submitted by:   Ports Fury
Feature safe:   yes
Mon, 14 Nov 2011
[ 03:26 rakuco search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
Tue, 6 Sep 2011
[ 23:40 pawel search for other commits by this committer ] Original commit 
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)

Approved by:    miwi, wen (mentors implicit)
Tue, 9 Aug 2011
[ 10:13 ehaupt search for other commits by this committer ] Original commit 
- Update to 3.8.0
- While here, cleanup Makefile, and reformat pkg-descr (fmt -w 80 pkg-descr)

PR:             159445
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sun, 27 Feb 2011
[ 13:01 miwi search for other commits by this committer ] Original commit 
- Chase devel/google-perftools shlib bump
Tue, 15 Feb 2011
[ 07:38 miwi search for other commits by this committer ] Original commit 
- Update to version 3.6.0
- Add LICENSE
- Remove WITH_JUDY and WITH_REDBLACK, they lead
  to broken builds anyway

PR:             154781
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
Thu, 15 Jul 2010
[ 05:13 miwi search for other commits by this committer ] Original commit 
- Update to 3.2.0

PR:             148555
Submitted by:   Ports Fury
Sun, 9 May 2010
[ 11:21 miwi search for other commits by this committer ] Original commit 
- Update to 2.42.0

PR:             146304
Submitted by:   Ports Fury
Tue, 2 Feb 2010
[ 22:42 miwi search for other commits by this committer ] Original commit 
- Update to 2.40.0

PR:             143438
Submitted by:   Ports Fury
Sun, 13 Dec 2009
[ 00:20 miwi search for other commits by this committer ] Original commit 
- Update to 2.36.0

PR:             141293
Submitted by:   Ports Fury
Sun, 26 Jul 2009
[ 15:47 miwi search for other commits by this committer ] Original commit 
- Update to 2.34.0

PR:             137008
Submitted by:   Ports Fury
Thu, 9 Jul 2009
[ 09:05 miwi search for other commits by this committer ] Original commit 
- Update to 2.32.1

PR:             136476
Submitted by:   Ports Fury
Fri, 26 Jun 2009
[ 14:50 miwi search for other commits by this committer ] Original commit 
- Update to 2.32.0

PR:             136046
Submitted by:   Ports Fury
Thu, 18 Jun 2009
[ 12:19 miwi search for other commits by this committer ] Original commit 
- Update to 2.30.0

PR:             135640
Submitted by:   Ports Fury
Sat, 30 May 2009
[ 18:48 miwi search for other commits by this committer ] Original commit 
- Update to 2.28.1

PR:             135032
Submitted by:   Ports Fury
Sat, 9 May 2009
[ 09:19 miwi search for other commits by this committer ] Original commit 
- Update to version 2.26.0

PR:             134285
Submitted by:   Ports Fury
Sun, 5 Apr 2009
[ 09:22 miwi search for other commits by this committer ] Original commit 
- Add backup mirror
Fri, 3 Apr 2009
[ 08:52 miwi search for other commits by this committer ] Original commit 
- Update to 2.22.0

PR:             133315
Submitted by:   Ports Fury
Tue, 24 Mar 2009
[ 19:13 makc search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
bump PORTREVISION after cmake update
Sat, 21 Feb 2009
[ 05:23 wxs search for other commits by this committer ] Original commit 
- Properly handle NOPORTDOCS

Pointy hat:     me
Noticed by:     pav
Thu, 19 Feb 2009
[ 16:32 wxs search for other commits by this committer ] Original commit 
- Respect NOPORTDOCS

PR:             ports/131797
Submitted by:   Steven Kreuzer <skreuzer@exit2shell.com>
Thu, 29 Jan 2009
[ 14:45 ijliao search for other commits by this committer ] Original commit 
add missing docs in plist
Wed, 28 Jan 2009
[ 03:22 ijliao search for other commits by this committer ] Original commit 
add missing perl dependency
Mon, 26 Jan 2009
[ 13:55 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.14.0
Mon, 17 Dec 2007
[ 04:38 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.14
Mon, 20 Nov 2006
[ 12:30 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.13
Mon, 14 Aug 2006
[ 23:06 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Fri, 14 Apr 2006
[ 01:03 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.12
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 29 Oct 2005
[ 18:53 ehaupt search for other commits by this committer ] Original commit 
- Update to 2.8.11
- Update master site
- Update WWW

PR:             88189
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Mon, 4 Apr 2005
[ 07:54 flz search for other commits by this committer ] Original commit 
- Update to version 2.8.10.

PR:             ports/79472
Submitted by:   Ports Fury
Mon, 2 Aug 2004
[ 07:37 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.7
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 26 Mar 2003
[ 15:35 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.6
Thu, 20 Feb 2003
[ 17:32 knu search for other commits by this committer ] Original commit  (Only the first 10 of 294 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 11 Feb 2003
[ 16:27 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.4
Sun, 12 Jan 2003
[ 01:32 edwin search for other commits by this committer ] Original commit 
Update port: games/freecell-solver to 2.8.3

PR:             ports/46938
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Wed, 6 Nov 2002
[ 17:13 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.8.2

PR:             44971
Submitted by:   Ports Fury
Mon, 21 Oct 2002
[ 20:56 obraun search for other commits by this committer ] Original commit 
Upgrade to 2.8.0.

PR:             44347
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Sat, 24 Aug 2002
[ 17:44 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.6.3
Fri, 26 Jul 2002
[ 09:08 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.6.2
Mon, 22 Jul 2002
[ 12:43 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.6.1
Sat, 13 Jul 2002
[ 10:56 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.6.0
Sat, 30 Mar 2002
[ 13:56 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.4.0
Thu, 21 Feb 2002
[ 06:24 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.2.2    
Wed, 20 Feb 2002
[ 05:49 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.2.0    
Tue, 5 Feb 2002
[ 07:07 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.0.2    
Thu, 20 Dec 2001
[ 10:35 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.0.0    
Wed, 14 Nov 2001
[ 11:48 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.10.0    
Sun, 23 Sep 2001
[ 06:54 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.8.2    
Fri, 21 Sep 2001
[ 13:38 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.8.1    
Sat, 1 Sep 2001
[ 16:38 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.8.0   drop maintainership    
Thu, 12 Jul 2001
[ 12:53 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.6.4    

Number of commits found: 103 (showing only 100 on this page)

1 | 2  »