| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 08:50:47
0.2.1
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
23 Apr 2013 10:13:20
0.2.1
|
bapt  |
Convert devel to USES=pkgconfig |
06 Mar 2013 16:52:02
0.2.1
|
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
14 Dec 2012 15:47:01
0.2.1
|
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
26 Jul 2012 05:40:24
0.2.1
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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) |
22 Jul 2012 23:24:00
0.2.1
|
dougb  |
For the ports that are maintained by ports@ that have pkgconfig as their
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. |
20 Feb 2011 08:25:09
0.2.1
|
clsung  |
- Update to 0.2.1 |
21 Dec 2009 02:19:12
0.2_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
22 Aug 2009 00:18:43
0.2_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
28 Dec 2008 10:54:08
0.2_1
|
pgollucci  |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
01 Dec 2008 23:02:07
0.2_1
|
pav  |
- Add native_libs.txt to plist
Reported by: pointyhat |
07 Sep 2008 00:19:05
0.2_1
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
14 Aug 2007 06:30:37
0.2_1
|
sat  |
- Fix build and install by forcing the use of setuptools
Reported by: pointyhat via kris |
11 Aug 2007 17:49:59
0.2
|
sat  |
- Depend on iconv to fix the build
- As an atonement, here's a hacky script you can run in port's directory
after make install to check for forgotten lib_depends:
http://people.FreeBSD.org/~sat/bin/chklibdep
Reported by: pointyhat via kris |
10 Aug 2007 14:23:29
0.2.p1.20060720
|
sat  |
- Update to 0.2 |
30 Jul 2007 09:42:28
0.2.p1.20060720
|
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
18 Apr 2007 08:01:25
0.2.p1.20060720
|
sat  |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
30 Jul 2006 22:46:04
0.2.p1.20060720
|
sat  |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
22 Jul 2006 19:45:00
0.2.p1.20060720
|
sat  |
Add port devel/py-fusefs:
FUSE Python bindings
WWW: http://fuse.sourceforge.net/wiki/index.php/FusePython |