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)
- Seperate logwtmp.c patch from patch-gcc4
- Change MASTER_SITES because the original site has no ns record now
- Undefine DISTNAME
- Bump PORTREVISION
PR: ports/169096
Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer)
- Cosmetic change
Changes:
- 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel
- 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future)
- 1.56-pre2 D. removed insomniac client code
- 1.56-pre2 D. updated readme
- 1.56-pre1 D. no question asked before opening file per default
- 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app)
- 1.55-pre4 D. made the transfer buttons more visible
- 1.55-pre4 D. made the download manager slightly bigger
- 1.55-pre4 D. fixed size+positioning of "connection failed" dialog
- 1.55-pre4 D. source .tgz is now a git repository
- 1.55-pre4 D. fixed a small ui bug when uploading directories
- 1.55-pre3 D. FtpConnection now holds transfers as a list
- 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support
- 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now
- 1.55-pre1 D. added Pavel's password encryption feature
- 1.55-pre1 D. added Pavel's dual monitor window positioning fix
- 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix
- 1.55-pre1 D. added Pavel's SMB hostchooser fix
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell