| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=470278
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Add patch removing fc-cache that caused the fs violation problem
* Fix COMMENT
* Add LIB_DEPENDS
Notes:
svn path=/head/; revision=464762
|
|
|
|
| |
Notes:
svn path=/head/; revision=463050
|
|
|
|
|
|
|
| |
reformat port description text in cases when it was notoriously broken.
Notes:
svn path=/head/; revision=426827
|
|
|
|
|
|
|
| |
that is native and does not fail to figure out 1 > 0.9
Notes:
svn path=/head/; revision=419253
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=411798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
enabled when the library is available.
This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11
will set dependency on one of them.
- Fix integer overflow reported as CVE-2015-3228.
- Update Uses/ghostscript.mk:
* Add x11 keyword. nox11 keyword is now obsolete.
* Use packagename in *_DEPENDS line to prevent relationship between
-base and -x11 packages from being broken.
- Fix x11/nox11 keyword and bump PORTREVISION in ports using
USES=ghostscript to update dependency of pre-compiled packages.
Notes:
svn path=/head/; revision=395047
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=392322
|
|
|
|
| |
Notes:
svn path=/head/; revision=390080
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=381876
|
|
|
|
| |
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
|