| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 08:57:13
3.3.8_1
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
14 Feb 2013 09:42:13
3.3.8_1
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
12 Feb 2013 02:24:37
3.3.8_1
|
mi  |
Change NOMAN to NO_MAN:
PR: ports/176041
Submitted by: Gavin Atkinson
Also, change to use the MAKE_JOBS_SAFE knob from the old-fashioned
adding of -j to make's command-line. |
03 Jul 2011 14:59:23
3.3.8_1
|
ohauer  |
-remove MD5 |
04 Aug 2009 22:27:55
3.3.8_1
|
miwi  |
- Fix INDEX (really sorry for this mistake :() |
04 Aug 2009 20:04:38
4.5.2
|
miwi  |
- Update Qt4 to 4.5.2
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (pav/miwi) |
01 Jun 2008 09:42:37
3.3.8_1
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
19 Apr 2008 17:56:05
3.3.8_1  |
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) |
22 Aug 2007 16:43:57
3.3.8_1
|
mi  |
Use make's `-j' flag to build (but not install) on all available CPUs.
Tested on a four CPU system. The same trick may/should be used when
building other large ports (Qt, KDE components)... |
19 May 2007 20:32:57
3.3.8_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Mar 2007 21:06:59
3.3.8
|
lofi  |
Update to 3.3.8 |
05 Feb 2007 17:29:49
3.3.7
|
lofi  |
Update checksum as well. Oops. |
05 Feb 2007 14:06:20
3.3.7
|
lofi  |
Update to 3.3.7 |
04 May 2006 21:41:12
3.3.6
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
21 Mar 2006 20:29:52
3.3.6
|
lofi  |
Update to 3.3.6 |
22 Jan 2006 08:30:12
3.3.5
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Nov 2005 06:27:18
3.3.5
|
lofi  |
Update to 3.3.5 |
07 Feb 2005 11:31:46
3.3.4
|
lofi  |
Forgotten in last commit: Use MASTER_SITE_QT. |
06 Feb 2005 11:58:19
3.3.4
|
lofi  |
Update to Qt 3.3.4, introduce MASTER_SITE_QT.
Approved by: maintainer (for qmake) |
08 Nov 2004 20:23:55
3.3.3_1
|
mi  |
Use vertical bars (``|'') instead of comas (``,'') for sed's replacements.
Comas can, actually, happen in CFLAGS... |
08 Nov 2004 00:34:12
3.3.3_1
|
lofi  |
Update to KDE 3.3.1 |
13 Aug 2004 22:47:32
3.3.3
|
lofi  |
Forced commit to note that the previous commit was
Approved by: Maintainer |
13 Aug 2004 22:46:52
3.3.3
|
lofi  |
Update to 3.3.3 |
15 May 2004 14:57:58
3.3.2
|
mi  |
Update from 3.2.1 to 3.2.2 (released at the end of April). Add a an
explicit ``-mieee'' for Alphas, which seems to be required. According
to lofi (the source for the fix), this flag is implicitly on on all
Linux/axp distros. |
13 May 2004 04:11:06
3.3.1
|
marcus  |
Revert previous commit now that it has been tagged for 4.10-RELEASE. |
13 May 2004 04:09:45
3.3.1
|
marcus  |
Append -mieee to CXXFLAGS when building on Alpha to avoid a segmentation fault
when building Qt. This is being added for 4.10-RELEASE, and will be removed
immediately after tagging pending a qmake update to 3.3.2.
Submitted by: lofi
Approved by: portmgr (implicit)
re (scottl) |
30 Mar 2004 04:15:21
3.3.1
|
adamw  |
Update to 3.3.1.
Approved by: maintainer and lofi (kde) |
19 Nov 2003 04:23:21
3.2.3_1
|
mi  |
Fix a long standing bug, uncovered by the KDE-team's attempt to use this
port to build x11-toolkits/qt32 -- the qmake.conf installed did not have
any thread flags set at all. Bump portrevision. |
18 Nov 2003 02:10:26
3.2.3
|
mi  |
Upgrade QMake to Qt-3.2.3. For the record, the patches to make
x11-toolkits/qt32 use this port instead of building its own qmake
were submitted to the KDE team over a month ago. |
26 Oct 2003 16:01:47
3.2.1
|
mi  |
Borrow the -pthread substitution magic from x11-toolkits/qt32. |
05 Sep 2003 19:21:30
3.2.1
|
mi  |
This is first step in an attempt to break the Qt port into pieces.
This port installs qmake, which is only needed to build Qt -- not
to use it. It should also help futute work on the Qt port, by not
requiring the developer to recompile qmake as frequently as at
present. This port uses Qt-3.2.1, which is not committed yet.
Discussed with: kde@ |