| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
2.2.2_6
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
28 Mar 2013 15:51:17
  |
eadler  |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
19 Mar 2013 13:28:24
2.2.2_6
|
ohauer  |
- fix '(' '}' typo
- fix OPTION keyword US -> USB (sysutils/nut22) |
05 Oct 2012 14:52:52
2.2.2_6
|
bapt  |
Convert to new options framework |
05 Aug 2012 23:19:40
2.2.2_6
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
26 Jul 2012 05:40:24
2.2.2_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
2.2.2_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. |
14 Jan 2012 08:57:23
2.2.2_6
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
28 Jul 2011 12:43:22
2.2.2_6
|
sylvio  |
- Chase net-snmp shlib version bump. |
19 Mar 2011 12:38:54
2.2.2_5
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
2.2.2_5
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.2.2_5
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
2.2.2_5
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
30 Jul 2010 22:14:49
2.2.2_4
|
mezz  |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
02 Jun 2010 19:14:17
2.2.2_3
|
sylvio  |
- Chase net-snmp shlib bump |
26 Apr 2010 17:06:05
2.2.2_2
|
pav  |
- Switch to neon 2.9
Requested by: Rudolf Cejka <cejkar@fit.vutbr.cz> |
27 Mar 2010 00:15:24
2.2.2_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
18 Dec 2009 23:32:51
2.2.2_1
|
miwi  |
- Remove support for neon26
With hat: secteam |
21 Sep 2009 09:11:59
2.2.2
|
pav  |
- Downgrade to 2.2.2 after repocopy from sysutils/nut
Feature safe: yes |