non port: print/lilypond/Makefile |
SVNWeb
|
Number of commits found: 164 (showing only 100 on this page) |
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
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 )
|
Sat, 13 Aug 2022
|
[ 18:51 Matthias Andree (mandree) ] 875d7c7 (Only the first 10 of 63 ports in this commit are shown above. )
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 51879c9 (Only the first 10 of 197 ports in this commit are shown above. )
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Jun 2022
|
[ 20:39 Fernando Apesteguía (fernape) Author: Martin Neubauer ] 53ed1e3
print/lilypond: update to 2.22.2
ChangeLog:
http://lilypond.org/news.html#LilyPond-2_002e22_002e2-released_0021-February-22_002c-2022
PR: 264466
Reported by: m.ne@gmx.net (maintainer)
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] a2c0f1f
print/lilypond: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 15 Jun 2021
|
[ 21:10 Antoine Brodin (antoine) ] cdd2f15
print/{lilypond,lilypond-devel}: fix DEPENDS
|
Sun, 2 May 2021
|
[ 04:54 Rainer Hurling (rhurlin) ] c505ebe
print/lilypond: Update to 2.22.1
https://lilypond.org/news.html#LilyPond-2_002e22_002e1-released-April-25_002c-2021
PR: 255482
Submitted by: m.ne@gmx.net (maintainer)
|
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.
|
Tue, 30 Mar 2021
|
[ 12:52 fernape ]
print/lilypond: Add build option to use Guile2
PR: 254572
Submitted by: m.ne@gmx.net (maintainer)
|
Thu, 28 Jan 2021
|
[ 09:10 fernape ]
print/lilypond: update to 2.22.0
ChangeLog: https://lilypond.org/doc/v2.22/Documentation/changes
PR: 253030
Submitted by: m.ne@gmx.net (maintainer)
|
Mon, 28 Dec 2020
|
[ 13:39 fernape ] (Only the first 10 of 12 ports in this commit are shown above. )
print/lilypond: update to 2.21.82
Remove deprecated dependency on Python 2.7
ChangeLog:
http://lilypond.org/news.html#LilyPond-2_002e21_005e82-released-December-15_002c-2020
PR: 252215
Submitted by: m.ne@gmx.net (maintainer)
|
Mon, 20 Apr 2020
|
[ 18:48 pi ] (Only the first 10 of 14 ports in this commit are shown above. )
print/lilypond: update 2.18.2 -> 2.20.0
- submitter becomes maintainer
- WWW points to new site
- updated manuals
PR: 245754
Submitted by: Martin Neubauer <m.ne@gmx.net>
|
Mon, 9 Sep 2019
|
[ 16:59 zeising ]
print/lilypond: Fix configure
Fix configure script issues detecting fontforge after fontforge update.
Based on the idea in PR 240407
|
Sun, 8 Sep 2019
|
[ 06:47 antoine ]
Mark BROKEN
ERROR: Please install required programs: /usr/local/bin/fontforge >= 20110222
(installed: 127.0.0.1)
Reported by: pkg-fallout
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Thu, 30 May 2019
|
[ 10:19 tobik ]
print/lilypond*: Drop nop GNU_MAKEFILE
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 10 Nov 2018
|
[ 19:57 kwm ] (Only the first 10 of 157 ports in this commit are shown above. )
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Sun, 28 Oct 2018
|
[ 10:55 linimon ]
Fix build with GCC-based architectures.
PR: 232098
Submitted by: Piotr Kubaj
|
Fri, 18 May 2018
|
[ 08:34 amdmi3 ]
- Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket
|
Sat, 17 Mar 2018
|
[ 07:06 yuri ]
print/lilypond: Unbreak
Port changes:
* Add patch removing fc-cache that caused the fs violation problem
* Fix COMMENT
* Add LIB_DEPENDS
|
Mon, 26 Feb 2018
|
[ 21:58 antoine ]
Fix USES=python syntax
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 24 Mar 2016
|
[ 15:47 tijl ] (Only the first 10 of 95 ports in this commit are shown above. )
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sat, 22 Aug 2015
|
[ 17:48 hrs ] (Only the first 10 of 354 ports in this commit are shown above. )
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above )
|
Thu, 16 Jul 2015
|
[ 20:53 kwm ] (Only the first 10 of 89 ports in this commit are shown above. )
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
Thu, 18 Jun 2015
|
[ 21:24 amdmi3 ]
- Strip binaries
|
Sat, 21 Mar 2015
|
[ 23:05 bapt ] (Only the first 10 of 422 ports in this commit are shown above. )
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
|
Wed, 10 Dec 2014
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Fri, 24 Oct 2014
|
[ 16:43 mva ] (Only the first 10 of 30 ports in this commit are shown above. )
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
|
Sun, 31 Aug 2014
|
[ 15:17 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
|
Mon, 21 Jul 2014
|
[ 21:19 bapt ]
Fix typo
|
[ 21:14 bapt ]
Fix build on head
|
Tue, 15 Jul 2014
|
[ 17:37 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Tue, 18 Mar 2014
|
[ 10:17 gahr ]
- Update to 2.18.2
|
Fri, 21 Feb 2014
|
[ 13:39 ehaupt ]
Remove trailing whitespaces from category print
|
Tue, 18 Feb 2014
|
[ 11:18 gahr ]
- Update to 2.18.1
We have released updated manuals for LilyPond's stable version, 2.18. The
manuals are now for 2.18.1 and have a number of updates and improvements over
2.18.0. There will be a further release of 2.18 in the future (2.18.2), and
this will include the updates to the manuals as well as some minor
enhancements to the LilyPond core functionality.
To summarise the current situation: stable LilyPond application: 2.18.0;
stable LilyPond manuals: 2.18.1; development for both: 2.19.2.
- Provide a NLS option
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Tue, 7 Jan 2014
|
[ 15:32 gahr ]
- Update to 2.18.0
Changes: http://lilypond.org/doc/v2.18/Documentation/changes/
|
Fri, 20 Sep 2013
|
[ 22:44 bapt ] (Only the first 10 of 325 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
|
Sun, 15 Sep 2013
|
[ 08:15 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 3 Sep 2013
|
[ 10:23 bapt ] (Only the first 10 of 29 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Sat, 11 May 2013
|
[ 17:58 hrs ] (Only the first 10 of 152 ports in this commit are shown above. )
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
|
Mon, 6 May 2013
|
[ 02:00 hrs ] (Only the first 10 of 150 ports in this commit are shown above. )
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Mon, 11 Mar 2013
|
[ 12:37 gahr ]
- Fix texinfo arguments that cause problem during the build
- Bison is build-dependency only
|
[ 08:28 gahr ]
- Convert to OPTIONSng
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Tue, 27 Nov 2012
|
[ 08:36 gahr ]
- Update to 2.16.1
http://lists.gnu.org/archive/html/info-lilypond/2012-11/msg00002.html
- Trim Makefile header
Feature safe: yes
|
Tue, 28 Aug 2012
|
[ 13:36 gahr ]
- Update to 2.16.0
Release notes: http://lilypond.org/doc/v2.16/Documentation/changes/index.html
|
Mon, 6 Aug 2012
|
[ 09:40 gahr ]
- fix non-privileged install
PR: 169870
Submitted by: Jan Beich <jbeich@tormail.org>
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 20 Feb 2012
|
[ 16:05 swills ]
- Mark MAKE_JOBS_UNSAFE since this failed with MAKE_JOBS for me
PR: ports/165307
Submitted by: swills (myself)
Approved by: maintainer (gahr)
|
Tue, 20 Dec 2011
|
[ 12:50 gahr ]
- Fix PLIST when building WITHOUT_NLS
- Bump PORTREVISION
Reported by: Jim Long <james@umpquanet.com>
|
Wed, 3 Aug 2011
|
[ 13:42 gahr ]
- Update to 2.14.2
We are happy to announce the release of LilyPond 2.14.2. This fixes a few
minor bugs in the stable version, and should cause no problems. We recommend
that everybody upgrade to this version.
|
Sun, 31 Jul 2011
|
[ 15:07 jlaffaye ] (Only the first 10 of 41 ports in this commit are shown above. )
- Chase guile shared lib bump
- Add an entry to UPDATING
|
Tue, 14 Jun 2011
|
[ 10:20 gahr ]
- Update to 2.14.1
This is a new stable release. From now on, I won't be tracking the development
release any more.
Release notes: http://lilypond.org/doc/v2.14/Documentation/changes/index.html
|
Tue, 31 May 2011
|
[ 15:30 gahr ]
- Update to 2.13.63
This is the seventh release candidate of the upcoming 2.14 stable release.
All users are invited to experiment with this version. New features since
2.12.3 are listed in the Changes manual on the website section about
Development: http://lilypond.org/development.html.
|
Mon, 30 May 2011
|
[ 12:13 gahr ]
- Update to 2.13.62
- Correct typo in NO_CCACHE variable name
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
[ 08:24 gahr ]
- Update to 2.13.61
|
Wed, 20 Apr 2011
|
[ 07:08 gahr ]
- Explicitely use base flex and yacc: the port breaks when bison
from ports is used in emutaled yacc mode.
PR: 156488
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
Mon, 18 Apr 2011
|
[ 14:38 gahr ]
- Update to 2.13.60
|
Thu, 7 Apr 2011
|
[ 10:14 gahr ]
- Update to 2.13.58
This is the sixthrelease candidate of the upcoming 2.14 stable release.
All users are invited to experiment with this version. New features since
2.12.3 are listed in the "Changes" manual on the website section about
Development.
|
Tue, 5 Apr 2011
|
[ 10:27 gahr ]
- Update to 2.13.57
This is the fourth release candidate of the upcoming 2.14 stable release.
All users are invited to experiment with this version. New features since
2.12.3 are listed in the "Changes" manual on the website section about
Development.
|
Fri, 1 Apr 2011
|
[ 07:17 gahr ]
- Update to 2.13.56
this is the fourth release candidate of the upcoming 2.14 stable release.
All users are invited to experiment with this version. New features since
2.12.3 are listed in the "Changes" manual on the website section about
Development.
- Restore USE_AUTOTOOLS
|
Tue, 29 Mar 2011
|
[ 07:33 gahr ]
- Update to 2.13.55
- Partly refactor the port
|
Tue, 15 Mar 2011
|
[ 08:18 gahr ]
- Update to 2.13.54
This is this is the third release candidate of the upcoming 2.14 stable
release. All users are invited to experiment with this version.
New features since 2.12.3 are listed in the Changes manual on the website
section about Development (http://lilypond.org/development.html).
|
Tue, 8 Mar 2011
|
[ 11:32 gahr ]
- Update to 2.13.53
|
Tue, 22 Feb 2011
|
[ 20:02 gahr ]
- Update to 2.13.51
|
Tue, 15 Feb 2011
|
[ 14:11 gahr ]
- Update to 2.13.50
|
Fri, 11 Feb 2011
|
[ 11:34 gahr ]
- Update to 2.13.49
|
Mon, 7 Feb 2011
|
[ 16:24 gahr ]
- Update to 2.13.48
Feature safe: yes
|
Fri, 4 Feb 2011
|
[ 10:37 gahr ]
- Update to 2.13.47
Feature safe: yes
|
Fri, 24 Dec 2010
|
[ 08:55 gahr ]
- Update to 2.13.43
|
Mon, 20 Dec 2010
|
[ 17:44 gahr ]
- Update to 2.13.41
|
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
|
Wed, 3 Nov 2010
|
[ 11:09 gahr ]
- Update to 2.13.38
This is the fourth alpha test of the upcoming 2.14 stable release
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Thu, 30 Sep 2010
|
[ 08:48 gahr ]
- Update to 2.13.35
This is the second alpha test of the upcoming 2.14 stable release.
|
Tue, 28 Sep 2010
|
[ 14:50 gahr ]
- Update to 2.13.34
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Tue, 24 Aug 2010
|
[ 21:33 gahr ]
- Update to 2.13.30
- Unbreak
- Disable installation of web docs (does not work)
|
Mon, 19 Jul 2010
|
[ 22:03 pav ]
- Mark BROKEN: does not build (info files issues)
Reported by: pointyhat
|
Tue, 6 Jul 2010
|
[ 08:37 gahr ]
- Fix INFO installation
Reported by: QAT
Feature safe: yes
|
Fri, 2 Jul 2010
|
[ 15:38 gahr ]
- Update to 2.13.26
Feature safe: yes
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 19 Apr 2010
|
[ 10:43 ale ] (Only the first 10 of 132 ports in this commit are shown above. )
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Tue, 23 Feb 2010
|
[ 08:08 gahr ]
- Add build dependency on net/rsync when installing docs
PR: 144149
Submitted by: Henry Miller <hank@millerfarm.com>
Feature safe: yes
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 23 Dec 2009
|
[ 10:59 gahr ]
- Update to 2.13.9
|
Sat, 14 Nov 2009
|
[ 11:13 gahr ]
- Update to 2.13.6
|
Sat, 17 Oct 2009
|
[ 23:19 gahr ]
- Update to 2.13.5
|
Number of commits found: 164 (showing only 100 on this page) |