| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Jan 2010 06:46:44
0.1.7_5
|
pgollucci  |
- remove broken/expired ports@ ports
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months (Only the first 15 lines of the commit message are shown above ) |
21 Dec 2009 02:19:12
0.1.7_5
|
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. |
08 Dec 2009 14:30:09
0.1.7_5
|
pav  |
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr |
30 Aug 2009 08:20:59
0.1.7_5
|
erwin  |
Mark BROKEN on all branches: does not build |
02 Aug 2009 20:36:34
0.1.7_5
|
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 |
21 Aug 2008 07:18:49
0.1.7_5
|
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 ) |
20 Aug 2008 01:57:32
0.1.7_5
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
21 Apr 2008 15:31:47
0.1.7_5
|
miwi  |
- Fix build after xorg cleanup
Submitted by: pointyhat |
19 Apr 2008 18:56:05
0.1.7_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
10 Feb 2008 20:40:40
0.1.7_4
|
erwin  |
Extend BROKEN to 7.x as well. |
30 Jan 2008 11:45:06
0.1.7_4
|
erwin  |
Mark BROKEN on 8.0: does not build. |
30 Sep 2007 05:47:37
0.1.7_4
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
19 May 2007 21:32:57
0.1.7_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Sep 2006 13:49:48
0.1.7_2
|
rafan  |
- Drop maintainership due to no active use of these ports
Submitted by: Kuang-che Wu (maintainer) |
04 May 2006 00:38:41
0.1.7_2
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
23 Feb 2006 10:40:45
0.1.7_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:21:06
0.1.7_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:27:08
0.1.7_1
|
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.1.7_1
|
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. |
27 May 2005 08:18:16
0.1.7_1
|
daichi  |
- put files under /usr/local/lib/iiim instead of /usr/local/lib/im.
- fix build fail
PR: ports/81490
Submitted by: David Yu <davidyu@ucsd.edu>
Reviewed by: maintainer
Pointed out by: pointyhat via kris |
12 Apr 2005 04:26:57
0.1.7
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
0.1.7
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
04 Dec 2004 09:19:32
0.1.7
|
leeym  |
- correct the path of MASTER_SITES, update to 0.1.7-11, and unbreak this port. |
04 Dec 2004 01:29:35
0.1.7
|
kris  |
BROKEN: Unfetchable |
14 Oct 2004 00:09:45
0.1.7
|
pav  |
Add iiimf-le-xcin, a IIIMF language engine which ported from a popular
traditional chinese input method, xcin, which was written using XIM protocol.
PR: ports/72627
Submitted by: Kuang-che Wu <kcwu@csie.org>
Dedicated to: Mavvie (vaccinating!) |