| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 May 2013 16:36:41
0.7.1_6
|
ehaupt  |
Chase security/libgcrypt update |
27 Apr 2013 11:59:29
0.7.1_5
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
23 Apr 2013 14:20:28
0.7.1_5
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
05 Feb 2013 16:17:07
0.7.1_5
|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
08 Sep 2012 06:58:02
0.7.1_4
|
dougb  |
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency. |
08 Sep 2012 06:35:18
0.7.1_3
|
dougb  |
Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default |
26 Jul 2012 07:19:30
0.7.1_3
|
dougb  |
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.
For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV |
26 Jul 2012 05:40:24
0.7.1_3
|
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) |
16 Jun 2012 20:54:21
0.7.1_3
|
johans  |
Convert to new options framework |
23 Sep 2011 22:26:39
0.7.1_3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
03 Jul 2011 11:40:49
0.7.1_3
|
swills  |
- Chase the libgcrypt shared lib version |
05 Jun 2011 18:43:16
0.7.1_2
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
20 Mar 2011 12:54:45
0.7.1_1
|
miwi  |
- Get Rid MD5 support |
10 Jan 2011 22:11:56
0.7.1_1
|
johans  |
Fix compilation with XMPP option
PR: ports/153850
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> |
27 Jul 2010 01:25:20
0.7.1_1
|
wxs  |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
20 Mar 2010 22:40:50
0.7.1
|
johans  |
Update to 0.7.1 |
23 Feb 2010 18:06:02
0.7_2
|
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
09 Sep 2009 08:59:47
0.7_2
|
johans  |
- Make configure detect newer gnutls libraries as well (non-default option)
Reported by: Raphael Becker |
16 Aug 2009 18:04:40
0.7_2
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
25 Jun 2009 16:29:45
0.7_1
|
johans  |
- Fix dependency checks and the logic of selected (conflicting) options
- Rename SSL option to clarify its purpose (SSL is used even if it's off)
Reported by: Simeon Simeonov |
18 May 2009 21:02:05
0.7
|
johans  |
Update to 0.7 |
23 Feb 2009 19:18:37
0.6.4
|
johans  |
Update to 0.6.4 |
06 Jan 2009 13:01:11
0.6.3_1
|
rafan  |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
01 Sep 2008 09:24:38
0.6.3
|
johans  |
Update to 0.6.3 |
21 Aug 2008 06:18:49
0.6.2_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 13:51:54
0.6.2_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Mar 2008 11:57:08
0.6.2_1
|
novel  |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
26 Feb 2008 07:31:41
0.6.2
|
johans  |
- Update to 0.6.2
- Fix jabber support (turned off by default) |
27 Dec 2007 16:40:05
0.6.1_2
|
johans  |
bsd.port.options.mk doesn't work yet: do not use this.
Reported by: dvl, shaun
Pointyhat to: johans |
27 Dec 2007 16:01:34
0.6.1_2  |
johans  |
- Use OPTIONS
- Make hidden dependencies explicit |
14 Oct 2007 16:53:14
0.6.1
|
johans  |
Update to 0.6.1 (bugfix release) |
18 Sep 2007 17:23:57
0.6
|
johans  |
- Move net-im/micq to net-im/climm (project was renamed)
- Update to climm 0.6 (this has all the renamed files) |
18 Sep 2007 16:26:39
0.5.4.2
|
johans  |
Force commit to note this is a repocopy from net-im/micq |