much mimic each other, so it probably makes sense to merge them into one, or
turn into master-slave pair. While here, replace unsafe gets() with fgets().
Also add the file to pkg-plist. This didn't pop up in previous tinderbox runs
due to a bug in portbuild. While here move LICENSE, trim header and get rid of
ABI version number in LIB_DEPENDS.
- Drop an article from COMMENT
- Utilize PORTDOCS and OptionsNG
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute installation commands
- Generally cleanup Makefile
- Reformat port description
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
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
consumed and shared.
It decouples the name of the song from the source it was shared from - and
fulfills the request using all of your available sources.
This creates a universal translation layer across music repositories,
streaming services and geographic territories.
WWW: http://www.tomahawk-player.org/
including file transer and some playlist handling.
WWW: http://gmtp.sourceforge.net/
PR: ports/176113
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
- Drop indefinite article from the COMMENT
- Define LICENSE (GPLv2), utilize PORTDOCS
- Sort the knobs, generally clean up Makefile
- Reformat pkg-message and pkg-descr for better visual appeal
- Drop old-school Author: attribution from pkg-descr
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
- Remove not quite supported OPTIONS
- Respect CC and CFLAGS in a saner way
- Drop indefinite article from COMMENT
- Unmute installation commands
- Reformat port description text
- Drop leading indefinite article from COMMENT line
- Remove hardcoded shlib ABI versions from LIB_DEPENDS
- Drop unneeded global modifiers from REINPLACE_CMD regexps
- Sort the knobs and clean up Makefile a bit while I'm here