| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Dec 2012 12:03:52
0.70_5
|
beat  |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
01 Jun 2012 05:26:28
0.70_5
|
dinoex  |
- update png to 1.5.10 |
07 Jul 2011 17:34:13
0.70_4
|
makc  |
Drop maintainership (I don't use Qt3 ports anymore) |
20 Mar 2011 12:54:45
0.70_4
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.70_4
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
0.70_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.70_3
|
dinoex  |
- update to jpeg-8 |
02 Aug 2009 19:36:34
0.70_2
|
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 |
31 Jul 2009 13:57:52
0.70_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
21 Feb 2009 11:31:28
0.70_1
|
makc  |
Use my @FreeBSD.org email for the rest of my ports |
06 Jun 2008 13:44:06
0.70_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) |
01 Jun 2008 18:30:12
0.70
|
miwi  |
- Add missing patch |
01 Jun 2008 18:29:30
0.70
|
miwi  |
- Update to 0.70
- Pass maintainership to submitter
PR: 124189
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
01 Jun 2008 10:55:41
0.65_5
|
miwi  |
- Drop maintainer
PR: 124183
Submitted by: maintainer |
19 May 2007 20:32:57
0.65_5
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Feb 2006 10:40:45
0.65_4
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:56:47
0.65_4
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:26:24
0.65_4
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 06:52:12
0.65_4
|
ade  |
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. |
05 Nov 2005 05:22:06
0.65_4
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
22 Aug 2005 09:58:45
0.65_3
|
garga  |
Make it fetchable again
PR: ports/85131
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Approved by: portmgr (krion) |
31 Jul 2005 14:27:05
0.65_3
|
sem  |
- Fix fetching. Unbreak.
PR: ports/84392
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Approved by: no maintainer reaction on broken port |
23 Jul 2005 02:53:43
0.65_3
|
kris  |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
10 Jun 2005 07:39:01
0.65_3
|
pat  |
Mark broken: Unfetchable
PR: ports/82094
Submitted by: maintainer |
12 Mar 2005 10:54:27
0.65_3
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
09 Jul 2004 17:43:11
0.65_2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
30 Apr 2004 07:41:01
0.65_2
|
arved  |
Remove directories if they are empty
PR: 65999
Submitted by: Kay Lehmann |
05 Apr 2004 03:31:02
0.65_2
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
18 Mar 2004 18:01:13
0.65_1
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
0.65_1
|
ade  |
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. |
04 Feb 2004 05:10:27
0.65_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
06 Jan 2004 04:15:12
0.65
|
linimon  |
Add math/koctave, a KDE GUI for the math/octave package. It contains
an editor with syntax highlighning and a help browser; you can work
almost the same way as in Matlab (c) , i.e. use the editor and execute
your code from there with (F5) or press run. One difference is the
command window; it is meant for "quick commands" and not a history as
in Matlab you can add commands to the list in settings.
(Note to submitter: it is not necessary to remove all the directories
in pkg-plist that are installed by any standard X-related port).
PR: ports/55143
Submitted by: Kay Lehmann <kay_lehmann@web.de> |