| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup plist | antoine | 2014-11-13 | 1 | -2/+0 |
* | devel/glib12 x11-toolkits/gtk12: | tijl | 2014-09-13 | 1 | -1/+1 |
* | Unbreak | antoine | 2014-06-21 | 2 | -9/+11 |
* | Add staging support | skreuzer | 2014-06-19 | 2 | -14/+17 |
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ... | bapt | 2013-09-21 | 1 | -5/+1 |
='column1'>|
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
PR: 206477
Submitted by: portmaster@bsdforge.com
Approved by: freebsd-ports@dan.me.uk (previous maintainer)
MFH: 2016Q1 (build fix blanket)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190537
Submitted by: Daniel Austin
|
| |
|
|
|
|
| |
- Convert to USES
|
| |
|
|
|
|
| |
devel part 1)
|
| |
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|