| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
0.18
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
12 Jun 2011 13:55:44
0.18
|
jlaffaye  |
Fix plist when compiling with the Boost option
PR: ports/157183
Submitted by: Remko C <sirdice@gmail.com>
Approved by: maintainer timeout, bapt (mentor) |
05 Mar 2011 15:55:45
0.18
|
dhn  |
- Update to 0.18
PR: ports/155121
Submitted by: maintainer |
04 Dec 2010 07:34:27
0.17_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.17_1
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
0.17_1
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
0.17_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
10 Feb 2010 03:10:33
0.17
|
pgollucci  |
- Update to 0.17
PR: ports/143556
Submitted by: Olexandr Davydenko <o.davydenko@gmail.com> (maintainer) |
19 Aug 2009 09:47:04
0.14_1
|
miwi  |
- Update MASTER_SITES |
02 Aug 2009 19:36:34
0.14_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 |
04 May 2009 19:52:34
0.14_1
|
stas  |
- Fix libftdi on HEAD by including stdlib.h in ftdi.c. Since HEAD's
version on usb.h doesn't include stdlib.h like libusb does, it fails
to find prototypes for realloc function which leads to incorrect
storage types used and memory corruption as a consequence. |
09 Mar 2009 17:15:43
0.14  |
stas  |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
11 Jan 2009 15:07:43
0.14
|
miwi  |
- Update to 0.14
PR: 129636
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
21 Aug 2008 06:18:49
0.10
|
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 ) |
19 Sep 2007 18:18:29
0.10
|
araujo  |
- Update to 0.10.
PR: ports/115472
Submitted by: John E. Hein <jhein@timing.com>
Approved by: stas (mentor), Alexandr Davidenko <o.davydenko@gmail.com>
(maintainer) |
28 Jan 2007 09:07:47
0.7
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
31 Jul 2006 15:09:09
0.7
|
itetcu  |
Fix build on 4.x
Submitted by: maintainer |
29 Jul 2006 20:15:51
0.7
|
itetcu  |
libftdi - A library (using libusb) to talk to FTDI's FT2232C,
FT232BM and FT245BM type chips including the popular bitbang mode.
Note: When you get a -5 error "can't claim usb device" during
ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.
WWW: http://www.intra2net.com/de/produkte/opensource/ftdi/
PR: ports/100982
Submitted by: Olexandr Davydenko <o.davydenko at gmail.com> |