| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Mar 2013 13:04:31
1.8.3
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
06 Sep 2011 23:31:03
1.8.3
|
pawel  |
Update to version 1.8.3
PR: ports/160493
Submitted by: Yuri <yuri@tsoft.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
27 Feb 2011 13:00:35
1.7
|
miwi  |
- Update to 1.7
PR: 154910
Submitted by: Yuri <yuri@tsoft.com> (maintainer) |
31 Aug 2010 19:36:58
1.6
|
jacula  |
- Update to 1.6
PR: ports/149407
Submitted by: Yuri <yuri@tsoft.com> (maintainer)
Approved by: pgj (mentor) |
29 Jun 2010 01:47:32
1.5_2
|
wen  |
- Fixes the minor issue when shared libraries aren't accounted for in the
profile.
PR: ports/147930
Submitted by: Yuri <yuri@tsoft.com> (maintainer)
Feature safe: yes |
01 Apr 2010 10:24:44
1.5_1
|
linimon  |
Not for powerpc, either.
Hat: portmgr |
25 Jan 2010 08:52:30
1.5_1
|
miwi  |
- Update to 1.5
PR: 143112
Submitted by: Yuri <yuri@tsoft.com> (maintainer) |
05 Aug 2009 09:02:56
1.3_1
|
miwi  |
- Update to 1.3
PR: 137376
Submitted by: Yuri <yuri@tsoft.com> (maintainer) |
05 Jun 2009 02:09:46
1.0_1
|
amdmi3  |
- Unbreak on amd64
Submitted by: maintainer via private email |
30 May 2009 14:50:48
1.0_1
|
amdmi3  |
- Use MAN1 instead of pkg-plist.
- Use standard DOCSDIR instead of version-suffix directory.
- Use USE_LDCONFIG to ask ports system to reload.
PR: 134847
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: Yuri <yuri@rawbw.com> (maintainer) |
13 Jan 2009 00:03:20
1.0
|
miwi  |
- Update to 1.0
PR: 130354
Submitted by: Yuri <yuri@tsoft.com> (maintainer) |
24 Sep 2008 09:23:10
0.98
|
miwi  |
- Update to 0.98
PR: 127333
Submitted by: Yuri <yuri@tsoft.com> (maintainer) |
21 Aug 2008 06:18:49
0.97
|
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 ) |
27 Apr 2008 05:22:36
0.97
|
rafan  |
- Update to 0.9.7
PR: ports/123061
Submitted by: Yuri <yuri at tsoft.com> (maintainer) |
06 Mar 2008 22:19:52
0.94
|
edwin  |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
12 Dec 2007 11:43:07
0.94
|
vd  |
Upgrade devel/google-perftools from 0.93 to 0.94.
ChangeLog:
http://google-perftools.googlecode.com/svn/tags/perftools-0.94/ChangeLog
Submitted by: Yuri <yuri@rawbw.com> (maintainer) |
18 Nov 2007 08:52:05
0.93
|
linimon  |
Broken on sparc64 as well as amd64.
While here, fix a typo.
Approved by: portmgr (self) |
11 Oct 2007 15:36:31
0.93
|
vd  |
Add new port devel/google-perftools:
Perf Tools is a collection of a high-performance multi-threaded malloc()
implementation, plus some pretty nifty performance analysis tools.
Perf Tools is the fastest memory allocation library available,
it also often allows applications to have smaller memory
footprint.
WWW: http://code.google.com/p/google-perftools
PR: ports/113689
Submitted by: Yuri <yuri@tsoft.com> |