| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
| |
|
|
|
|
| |
Reported by: pkg DEVELOPER_MODE
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- add a patch to sysutils/fusefs-kmod to make it compile with new fusefs-libs
Tested by: pho, Kevin Oberman <kob6558@gmail.com>,
Gustau Perez Querol <gperez@entel.upc.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
| |
|
|
|
|
| |
starting with P,R,S
|
|
|
|
|
|
| |
PR: ports/130268
Submitted by: Andrew Clark <andrewclarkii@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 129849
Submitted by: pluknet <pluknet@gmail.com>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
update to 2.7.3
PR: ports/124780
Submitted by: Andy <andrewclarkii@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 124325
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
|
| |
Submitted by: Andriy Gapon <avg.@.icyb.net.ua>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/120246
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- depending fusefs ports are usable again
PR: ports/114580
Submitted by: mm
Approved by: maintainer (timeout), garga (mentor)
|
|
|
|
|
| |
PR: ports/114300
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/112208
Submitted by: Anish Mistry <amistry at am-productions.biz> (maintainer)
|
|
|
|
|
|
| |
PR: ports/108643
Submitted by: chinsan
Approved by: Anish Mistry <amistry at am-productions.biz> (maintainer)
|
|
|
|
|
| |
PR: ports/106346
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
| |
Reported by: krismail
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 99261
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: maintainer, delphij (mentor, implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
| |
PR: ports/93160
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/92387
Submitted by: maintainer
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
| |
PR: ports/91873
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
|
| |
- User lower case for first letter of IGNORE message
- Add pointer to more information in pkg-message
Submitted by: Anish Mistry (maintainer) [1]
PR: ports/88264
|
|
FUSE makes it possible to implement a filesystem in a userspace program.
Features include: simple yet comprehensive API, secure mounting by non-root
users, support for RELENG_6 and HEAD FreeBSD kernels, multi-threaded
operation.
WWW: http://sourceforge.net/projects/fuse/
PR: ports/87167
Submitted by: Anish Mistry <amistry@am-productions.biz>
Reviewed by: Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant)
|