| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=374492
|
|
|
|
| |
Notes:
svn path=/head/; revision=372510
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371452
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=366777
|
|
|
|
| |
Notes:
svn path=/head/; revision=362493
|
|
|
|
| |
Notes:
svn path=/head/; revision=362491
|
|
|
|
|
|
|
| |
by multiple definitions.
Notes:
svn path=/head/; revision=361986
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes:
svn path=/head/; revision=351411
|
|
|
|
| |
Notes:
svn path=/head/; revision=348530
|
|
|
|
| |
Notes:
svn path=/head/; revision=345431
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=344864
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
| |
Changes: http://lilypond.org/doc/v2.18/Documentation/changes/
Notes:
svn path=/head/; revision=339008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
Notes:
svn path=/head/; revision=337385
|
|
|
|
|
|
|
| |
print)
Notes:
svn path=/head/; revision=327765
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327334
|
|
|
|
| |
Notes:
svn path=/head/; revision=326133
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=317899
|
|
|
|
|
|
|
| |
instead to make migration to TeXLive easier.
Notes:
svn path=/head/; revision=317455
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
| |
- Bison is build-dependency only
Notes:
svn path=/head/; revision=313876
|
|
|
|
| |
Notes:
svn path=/head/; revision=313861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/info-lilypond/2012-11/msg00002.html
- Trim Makefile header
Feature safe: yes
Notes:
svn path=/head/; revision=307825
|
|
|
|
|
|
|
| |
Release notes: http://lilypond.org/doc/v2.16/Documentation/changes/index.html
Notes:
svn path=/head/; revision=303286
|
|
|
|
|
|
|
|
| |
PR: 169870
Submitted by: Jan Beich <jbeich@tormail.org>
Notes:
svn path=/head/; revision=302155
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
PR: ports/165307
Submitted by: swills (myself)
Approved by: maintainer (gahr)
Notes:
svn path=/head/; revision=291946
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: Jim Long <james@umpquanet.com>
Notes:
svn path=/head/; revision=287732
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=278857
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Notes:
svn path=/head/; revision=278635
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=275543
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=274879
|
|
|
|
|
|
|
| |
- Correct typo in NO_CCACHE variable name
Notes:
svn path=/head/; revision=274806
|
|
|
|
| |
Notes:
svn path=/head/; revision=273475
|
|
|
|
| |
Notes:
svn path=/head/; revision=273459
|
|
|
|
|
|
|
|
|
|
| |
from ports is used in emutaled yacc mode.
PR: 156488
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=272946
|
|
|
|
| |
Notes:
svn path=/head/; revision=272881
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=272334
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=272239
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=272076
|
|
|
|
|
|
|
| |
- Partly refactor the port
Notes:
svn path=/head/; revision=271967
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=270920
|
|
|
|
| |
Notes:
svn path=/head/; revision=270511
|
|
|
|
| |
Notes:
svn path=/head/; revision=269517
|
|
|
|
| |
Notes:
svn path=/head/; revision=269202
|
|
|
|
| |
Notes:
svn path=/head/; revision=268928
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268759
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268604
|