| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 07:35:41
1.3.6
|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
23 Apr 2013 10:47:03
  |
bapt  |
Convert g* to USES=pkgconfig |
03 Jan 2013 00:35:24
1.3.6
|
jgh  |
- trim historical header
- tighten COMMENT |
26 Jul 2012 05:40:24
1.3.6
|
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
1.3.6
|
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. |
21 Jan 2012 17:40:15
1.3.6
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
23 Mar 2011 17:43:20
1.3.6
|
dhn  |
- Update to 1.3.6
PR: ports/155810
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Mar 2011 22:18:44
1.3.5_1
|
pav  |
- Mark BROKEN: this depends on py26-poker-eval and py27-libxml2 which will
clash
Reported by: pointyhat |
10 Mar 2011 23:06:10
1.3.5_1
|
pav  |
- py-poker-eval is limited to python 2.5-2.6 so limit this too
Reported by: pointyhat |
25 Feb 2011 03:19:29
1.3.5_1
|
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
18 Sep 2010 15:58:19
1.3.5
|
makc  |
Update to 1.3.5
PR: ports/150674
Submitted by: KATO Tsuguru <tkato432 at yahoo.com> |
13 Dec 2009 17:00:14
1.3.4
|
miwi  |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
07 Sep 2009 17:17:02
1.3.4
|
ijliao  |
upgrade to 1.3.4 |
03 May 2009 05:57:25
1.3.3_1
|
itetcu  |
Fix plist and bump PORTREVISION.
Prompted by: QAT |
01 May 2009 16:43:49
1.3.3
|
ijliao  |
upgrade to 1.3.3
drop maintainership |
23 Jul 2007 09:36:52
1.0.20
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
14 Dec 2006 16:06:34
1.0.20
|
ijliao  |
update pkg-comment |
14 Dec 2006 16:03:08
1.0.20
|
ijliao  |
add poker-engine
A python library that implements poker rules |