| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 Dec 2011 19:25:13
2.3.12_4
|
wxs  |
Switch to using bsd.port.options.mk and cleanup unnecessary assignments.
PR: ports/162754
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
23 Sep 2011 22:26:39
2.3.12_4
|
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 |
16 Mar 2011 13:35:50
2.3.12_4
|
bapt  |
change MASTER_SITES to SF
remove MD5 |
04 Dec 2010 07:34:27
2.3.12_4
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.3.12_4
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
2.3.12_4
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
26 Oct 2009 16:51:47
2.3.12_3
|
sem  |
- Drop maintainership |
21 Aug 2008 06:18:49
2.3.12_3
|
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 00:57:32
2.3.12_3
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
19 Apr 2008 17:56:05
2.3.12_3  |
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) |
30 Sep 2007 04:47:37
2.3.12_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
14 Aug 2007 15:11:44
2.3.12_1
|
sem  |
- Remove obsolated USE_GCC=3.4+
- Add NOT_FOR_ARCHS=sparc64 (does not build) |
11 Apr 2007 13:57:28
2.3.12_1
|
sem  |
- Get rid of 4.x hacks. |
17 Sep 2006 07:17:58
2.3.12_1
|
sem  |
- Fix build on current
- Fix an issue with configure
- While I'm here: minor style changes, get rid of alpha mentioning
Submitted by: Alex Lyashkov (Umka@RusNet)
Reported by: kris mail |
10 Sep 2006 23:39:40
2.3.12
|
kris  |
BROKEN on 7.0: does not compile |
23 Jul 2006 04:00:03
2.3.12
|
sem  |
- Update to 2.3.12 |
07 Mar 2006 08:28:06
2.3.11_3
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
28 Feb 2006 06:53:37
2.3.11_2
|
sem  |
- Fix install after an additional documentation removal
Reported by: kris mail
Approved by: portmgr (marcus) |
21 Feb 2006 13:56:35
2.3.11_2
|
sem  |
- Remove old, obsoleted and unsupported documentation. |
07 Feb 2006 17:56:16
2.3.11_2
|
sem  |
- Remove USE_REINPLACE from my ports |
15 Nov 2005 06:52:12
2.3.11_2
|
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. |
11 Nov 2005 07:36:56
2.3.11_2
|
sem  |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
19 Jul 2005 16:58:16
2.3.11_2
|
kris  |
Now builds on 6.x. |
08 May 2005 09:35:37
2.3.11_2
|
sem  |
- Fix build on CURRENT (we have more math functions now)
Reported by: kris via pointyhat |
07 May 2005 02:57:00
2.3.11_2
|
kris  |
BROKEN on 6.0: Does not compile |
12 Apr 2005 03:26:57
2.3.11_2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.3.11_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
27 Mar 2005 19:32:22
2.3.11_2
|
kris  |
Previous commit was in error, the port was fixed 5 days ago
Pointy hat to: kris
Approved by: portmgr (self) |
26 Mar 2005 21:22:13
2.3.11_2
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
22 Mar 2005 08:22:31
2.3.11_2
|
sem  |
- Fix build on RELENG_5 after math.h MFC
Reported by: kris via pointyhat
Approved by: portmgr (marcus) |
29 Jan 2005 20:11:07
2.3.11_2
|
sem  |
- Fix build on CURRENT
Reported by: kris via pointyhat |
26 Dec 2004 11:50:11
2.3.11_2
|
sem  |
- Fix plist on 4.x
Submitted by: pointyhat via kris |
18 Dec 2004 17:31:58
2.3.11_2
|
sem  |
- Does not build on alpha 4.x |
24 Nov 2004 03:27:17
2.3.11_2
|
sem  |
- Fix build on 4.10. |
17 Nov 2004 09:20:41
2.3.11_2
|
sem  |
- Unbreak on 5.3+ |
30 Sep 2004 05:32:00
2.3.11_2
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
10 Aug 2004 06:53:04
2.3.11_2
|
sem  |
Mark broken while I have no work around for gcc 3.4 build |
07 Jul 2004 19:20:02
2.3.11_2
|
sem  |
Change email address for my ports.
Approved by: krion (mentor) |
12 Mar 2004 09:09:33
2.3.11_2
|
krion  |
- Fix defaults with BATCH=yes
PR: ports/64128
Submitted by: maintainer |
25 Feb 2004 05:38:13
2.3.11_2
|
linimon  |
Add missing files for lifecycle; utilize OPTIONS; add SIZE.
PR: ports/62886
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
04 Feb 2004 05:21:48
2.3.11_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
16 Nov 2003 10:10:42
2.3.11
|
sergei  |
- Remove patch not needed anymore
PR: 59270
Submitted by: maintainer |
05 Nov 2003 08:08:02
2.3.11
|
sergei  |
- Update to 2.3.11
- USE_AUTOCONF
- gcc 3.2 -> 3.3 on -stable
PR: 58014
Submitted by: maintainer |
25 Sep 2003 20:04:54
2.3.10_3
|
krion  |
- Use ${PTHREAD_LIBS}
PR: 56761
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
08 Sep 2003 09:01:17
2.3.10_3
|
edwin  |
tarball rerolled, only changes in the comments in the file doc/doc.ps.
Noticed thanks to: Sergey Matveychuk <sem@ciam.ru> |
08 Sep 2003 08:33:31
2.3.10_3
|
edwin  |
[MAINTAINER] devel/mico: fix docs fetch
Documentation has gone from master site (I hope accidently),
so I've put it on my home page to fix fetching.
Doesn't fix the checksum problem.
PR: ports/56568
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
25 Aug 2003 12:37:51
2.3.10_3
|
krion  |
- Utilize DOCSDIR and EXAMPLESDIR
- make portlint happy: move DISTFILES
- change COMMENT a little
- ${ECHO} -> ${ECHO_MSG}
PR: 55946
Submitted by: maintainer |
29 Jul 2003 13:18:34
2.3.10_3
|
krion  |
Fix build on 4.x
PR: 55010
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
14 Jul 2003 06:41:27
2.3.10_3
|
daichi  |
update devel/mico:
- fix build and enable CSL2 on -STABLE with gcc32 port
- add patch for externalize service from developers
- change WITH_GCC32 to WITH_SYSTEM_GCC. Mico builds best with gcc32,
so it's default now
- bump PORTVERSION
PR: 54350
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
11 Jul 2003 12:23:23
2.3.10_2
|
erwin  |
Fix typo USE_XLIBS -> USE_XLIB
PR: 54357
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer |
07 Jul 2003 07:24:02
2.3.10_2
|
daichi  |
fix devel/mico:
- fix and enable lifecycle service
- WITHOUT_SREVICES=yes to build only ORB
- fixes to externalize service
PR: 54117
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
02 Jul 2003 13:02:30
2.3.10_1
|
daichi  |
update devel/mico: 2.3.10 --> 2.3.10_1
- install HTML documentation
- add build options: WITH_X11, WITH_QT, TITH_GTK, WITH_TCL
- fix PLIST and make it flexible and depended on build options
- add WITH_GCC32 option to build with lang/gcc32 on -STABLE
- add patches and rename old
- many style fixes
- change COMMENT to correspond to Mico current state
- decrease pkg-descr to 24 lines
PR: 53988
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
24 Jun 2003 19:13:37
2.3.10
|
erwin  |
* Add detailed description about Mico features.
* Remove broken URL
* I'v broke mico on -STABLE accidentally. This patch fix it.
* remove dependency on gcc 3.2. it's uselessly;
* add multithread, SSL and full CORBA support;
* pass maintainership to submitter
PR: 53623
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
22 Jun 2003 18:23:31
2.3.10
|
arved  |
Update to 2.3.10
Unbreak on -CURRENT
PR: 53610
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
04 Jun 2003 22:43:38
2.3.9
|
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
18 May 2003 09:55:25
2.3.9
|
kris  |
BROKEN on 5.1: bad C++ |
09 May 2003 23:49:54
2.3.9
|
arved  |
Unbreake by using USE_GCC= 3.2
Submitted by: flynn@energyhq.homeip.net (Miguel Mendez) |
06 May 2003 21:22:36
2.3.9
|
kris  |
BROKEN: Does not compile |
07 Mar 2003 06:01:16
2.3.9
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 Feb 2003 17:21:07
2.3.9
|
arved  |
Unbreak by updating to 2.3.9
Removed most of the optional dependencies.
Reset Maintainer to ports
Note: I did not test, if the port works but at least it builds now.
PR: 37903,36838
Submitted by: arved, Alex Zykov <az@ci.nnov.ru>
Approved by: Maintainer timeout (ca. 10 months) |
31 Aug 2002 02:40:56
2.3.1
|
kris  |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
30 Aug 2002 13:31:52
2.3.1
|
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
19 Apr 2002 23:18:19
2.3.1
|
will  |
Re-add this port marked BROKEN and commenting out USE_QT_VER and related
relating to Qt1. When someone has time they can test with Qt2 and fix this.
Requested by: sobomax |
19 Apr 2002 02:30:02
2.3.1
|
will  |
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree. |
29 Jan 2002 10:16:28 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
20 Nov 2001 23:49:34 
|
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
17 Jun 2001 19:05:39 
|
steve  |
Convert to use USE_QT_VER to avoid warnings. |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
05 Oct 2000 07:36:24 
|
reg  |
Implement USE_GTK, part 1. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |
05 Jun 2000 13:22:12 
|
sobomax  |
Add missed entry in PLIST. |