| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Mar 2013 10:09:40
0.4.2
|
rene  |
- remove empty OPTIONS_DEFAULT
- portlint fixes |
07 Oct 2012 09:11:51
0.4.2
|
rene  |
Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself. |
26 Jun 2012 19:25:12
0.4.2
|
rene  |
Make sure DOCS, NLS, and EXAMPLES are mentioned in OPTIONS_DEFINE if used. |
05 Jun 2012 18:23:59
0.4.2
|
rene  |
- convert to optionsNG
- include bsd.port.mk instead of bsd.port.{pre|post}.mk
- strip version information from LIB_DEPENDS to pet portlint |
02 Jul 2011 17:14:20
0.4.2
|
miwi  |
= Drop MD5 support |
04 Dec 2010 07:34:27
0.4.2
|
ade  |
Sync to new bsd.autotools.mk |
17 Jul 2010 21:48:24
0.4.2
|
rene  |
Add license information
Approved by: tabthorpe (mentor, implicit) |
12 Jul 2010 11:28:43
0.4.2
|
rene  |
Adopt these ports.
Approved by: tabthorpe (mentor, implicit) |
21 Dec 2009 02:19:12
0.4.2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
02 Aug 2009 19:36:34
0.4.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 |
20 Mar 2009 23:01:11
0.4.2
|
miwi  |
- Update to version 0.4.2
PR: 132745
Submitted by: Ports Fury |
25 Feb 2008 03:01:31
0.4.1_1
|
rafan  |
- Add libdsk support (can be turned off)
PR: ports/121053
Submitted by: Sven Klose <pixel at hugbox.org> |
14 Dec 2007 17:04:57
0.4.1
|
miwi  |
- Update to 0.4.1
PR: 118583
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
12 Oct 2007 01:16:15
0.3.4
|
linimon  |
Reset kemm@in-line.ru due to maintainer-timeouts and no response to email.
While here, pet portlint.
Hat: portmgr |
01 Feb 2007 02:42:06
0.3.4
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
24 May 2006 16:31:29
0.3.4
|
garga  |
Update to 0.3.4
PR: ports/97646
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
23 Feb 2006 10:40:45
0.3.3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 09:47:28
0.3.3
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.3.3
|
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. |
21 May 2005 13:45:54
0.3.3
|
jylefort  |
Update to 0.3.3
PR: ports/81062
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer |
09 Jul 2004 17:43:11
0.3.1.1
|
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 |
31 Mar 2004 03:12:58
0.3.1.1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.3.1.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. |
29 Oct 2003 16:17:00
0.3.1.1
|
sergei  |
Add lib765 0.3.1.1, emulation of uPD765a Floppy Disc Controller.
lib765 is an emulation of the uPD765a (AKA Intel 8272) Floppy Disc Controller
[FDC] as used in Amstrad computers such as the PCW, CPC and Spectrum +3. At
present it is not a "full" 765; features not used in the PCW BIOS (such as:
DMA; multisector reads/writes; multitrack mode) are either left unimplemented
or incomplete.
lib765 is released under the GNU Library GPL.
Author: John Elliott <jce@seasip.demon.co.uk>
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
PR: 58637
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru> |