Sergey A. Osokin
71683f6af8
Update to 3.49.
2006-06-13 10:20:47 +00:00
Sergey A. Osokin
169370204d
Update to 3.48.
2006-04-17 09:25:36 +00:00
Sergey A. Osokin
054fac3657
Update to 3.47.
2006-04-14 10:24:57 +00:00
Sergey A. Osokin
ce3bb7b15a
Update to 3.46.
2006-03-15 08:55:49 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergey A. Osokin
5b6e2143fd
Fix build depended port (i.e. www/oops) by install addition header.
...
Bump PORTREVISION.
No cookie for: author
Notice about broken build from: az, kris
2006-02-20 07:47:18 +00:00
Sergey A. Osokin
9c896d58a7
Update to 3.45.
2006-02-15 10:23:51 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Sergey A. Osokin
78c830aa4f
Update to 3.43.
2005-11-14 14:30:33 +00:00
Sergey A. Osokin
b873d643a9
Update to 3.42.
2005-08-30 12:09:52 +00:00
Sergey A. Osokin
6365514db6
Update to 3.41.
2005-08-01 12:18:02 +00:00
Sergey A. Osokin
1be9b4e5c7
Update to 3.40.
2005-07-07 13:24:11 +00:00
Sergey A. Osokin
b2cadaadb0
Update to 3.39.
...
Make patch directory more punctual.
2005-06-16 07:01:33 +00:00
Sergey A. Osokin
11c12f0a64
Update to 3.38.
2005-05-26 13:12:20 +00:00
Sergey A. Osokin
af25012a9a
Update to fresh version 3.37.
2005-04-25 09:59:36 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sergey A. Osokin
2185cc0a68
Update to 3.35.
2005-04-04 07:09:43 +00:00
Sergey A. Osokin
5cc279d956
Update to 3.31.
2004-12-24 13:55:05 +00:00
Sergey A. Osokin
52801feaaf
Update to latest release - 3.30.
2004-11-30 08:48:35 +00:00
Sergey A. Osokin
90662bc7cf
Update to 3.29.
2004-11-22 07:21:45 +00:00
Sergey A. Osokin
4aac230125
Update to 3.28.
2004-11-01 15:00:58 +00:00
Sergey A. Osokin
c3264fde4a
Update to 3.27.
2004-10-25 11:26:59 +00:00
Sergey A. Osokin
d7d8f2daf9
Update to 3.26.
...
Remove needless patch.
2004-08-23 11:33:31 +00:00
Sergey A. Osokin
5d548df1e5
Update to 3.25 [1]
...
Add temporary fix for build with gcc-3.4.x [2]
[2] Notice from: kris
2004-08-11 22:02:59 +00:00
Sergey A. Osokin
cd80b2ce82
Update to 3.24.
2004-07-19 08:56:17 +00:00
Sergey A. Osokin
6e6ca62578
Update to latest release 3.23.
...
Switch to use libtool 1.5 from ports tree instead of using distro's libtool.
2004-07-05 11:36:22 +00:00
Sergey A. Osokin
243140cf1e
Update to latest release 3.22.
...
From CHANGES:
<quote>
1. Introduce area_t type to specify type used for rectangle
coordinates multiplication (spatial index)
2. Fix critical bug in query deallocation synchronization
(which can cause crash in mu tithreaded environment)
</quote>
2004-06-21 10:38:49 +00:00
Sergey A. Osokin
48cc056b3c
Update to 3.21.
2004-05-31 09:00:51 +00:00
Sergey A. Osokin
a8af2abcbe
Update to 3.20.
2004-05-12 11:19:12 +00:00
Sergey A. Osokin
918c24dbde
Update to 3.19.
2004-04-29 09:36:28 +00:00
Sergey A. Osokin
8a1ea99eeb
Update to 3.17.
2004-03-28 19:37:04 +00:00
Sergey A. Osokin
0248996b2d
Update to latest release 3.16.
2004-03-19 12:18:48 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sergey A. Osokin
09088af55d
Update to 3.15.
2004-03-10 09:48:25 +00:00
Sergey A. Osokin
4e80523b73
Update to 3.14.
2004-03-01 14:17:29 +00:00
Sergey A. Osokin
5022d772a4
SIZEfy my ports.
2004-02-04 12:55:42 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Sergey A. Osokin
e8ccccc0a3
Update to 3.12.
2004-01-26 12:15:37 +00:00
Sergey A. Osokin
f26a98bdba
Update to 3.11.
2004-01-22 12:34:50 +00:00
Sergey A. Osokin
94399cf1e7
Update to 3.10.
2004-01-08 10:00:49 +00:00
Sergey A. Osokin
2fdac2141b
Update to 3.09.
2004-01-06 15:34:31 +00:00
Sergey A. Osokin
84aa2b06c8
Update to 3.07.
2003-12-15 10:59:18 +00:00
Sergey A. Osokin
f1f302cc2e
Update to 3.06.
2003-12-09 11:43:51 +00:00
Sergey A. Osokin
08964aad16
Update to 3.05.
2003-12-04 10:52:34 +00:00
Sergey A. Osokin
9a40aef414
Update to 3.02.
2003-11-11 12:28:31 +00:00
Sergey A. Osokin
a733481a1e
Update to 3.01
2003-10-17 15:29:11 +00:00
Sergey A. Osokin
b16e661a24
Update to 2.99.
2003-09-29 09:56:28 +00:00
Sergey A. Osokin
8ad0255425
Update to 2.98
...
PR: 56888
2003-09-24 09:45:47 +00:00