| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:59:23
1.3_2
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.3_2
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.3_2
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
1.3_2
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
1.3_2
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
02 Aug 2009 19:36:34
1.3_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
15 Jun 2009 12:19:51
1.3_1
|
sem  |
- Build and install dynamic linked libraries too.
PR: ports/135047
Submitted by: Kai Wang <kaiwang27 at gmail.com> |
21 Aug 2008 06:18:49
1.3
|
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 ) |
07 Jun 2006 10:49:10
1.3
|
sem  |
- Add MASTER_SITE_LOCAL as mirror while there is a problem on master site |
11 Nov 2005 07:36:56
1.3
|
sem  |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
12 Apr 2005 03:26:57
1.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
07 Jul 2004 19:20:02
1.3
|
sem  |
Change email address for my ports.
Approved by: krion (mentor) |
01 Mar 2004 09:15:09
1.3
|
krion  |
Add argp-standalone 1.3,
It is standalone version of argp - part of glibc library.
It was separated off glibc by Niels Myller, Niels primary use
it for inclusion in the LSH distribution, but it's useful for
any package that wants to use argp and at the same time be
portable to non-glibc systems.
Besides portability fixes, there are a few other changes in
this version. The most important is that it no longer builds
upon getopt; the one or two hairy functions of GNU getopt are
incorporated with the argp parser. There are longer any global
variables keeping track of the parser state.
PR: ports/63568
Submitted by: Sergey Matveychuk <sem@ciam.ru> |