| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 May 2013 16:36:41
2.0.3_3
|
ehaupt  |
Chase security/libgcrypt update |
23 Apr 2013 14:20:28
2.0.3_2
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
28 Mar 2013 16:29:01
2.0.3_2
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
05 Feb 2013 16:17:07
2.0.3_2
|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
26 Jul 2012 05:40:24
2.0.3_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) |
23 Jul 2012 01:33:56
2.0.3_1
|
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
23 Sep 2011 22:26:39
2.0.3_1
|
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 |
17 Jul 2011 21:53:58
2.0.3_1
|
pav  |
- Fix build by depending on libgcrypt explicitly
Reported by: pointyhat |
03 Jul 2011 14:03:52
2.0.3_1
|
ohauer  |
-remove MD5 |
05 Jun 2011 18:43:16
2.0.3_1
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
18 Nov 2009 22:39:55
2.0.3
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
03 Nov 2009 02:54:10
2.0.3
|
linimon  |
Reset cherry@trombik.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
18 Aug 2009 21:00:32
2.0.3
|
miwi  |
- Fix patch rejects |
17 Aug 2009 22:41:32
2.0.3
|
miwi  |
- Add missing patch |
17 Aug 2009 22:41:11
2.0.3
|
miwi  |
- Update to 2.0.3
PR: 137208
Submitted by: farrokhi@ |
21 Aug 2008 06:18:49
1.0.1_1
|
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 ) |
08 Jun 2008 13:20:15
1.0.1_1
|
pav  |
- Fix build on 7.x (objformat removal)
- Move Makefile.common from server to libraries port
- Minor fixes
PR: ports/124331 ports/124335-7 ports/124371
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) |
06 Jun 2008 14:01:07
1.0.1_1
|
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) |
05 Jun 2008 07:45:20
1.0.1
|
ale  |
Remove leftover binary package.
Pointyhat to: edwin |
04 Jun 2008 13:15:44
1.0.1  |
edwin  |
[NEW PORT] security/openvas-libraries: Libraries for OpenVAS
OpenVAS stands for Open Vulnerability Assessment System and
is a network security scanner with associated tools like a
graphical user fontend. The core is a server component with
a set of network vulnerability tests (NVTs) to detect
security problems in remote systems and applications.
WWW: http://www.openvas.org/
PR: ports/123127
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> |