non port: x11-toolkits/qt23/Makefile |
Number of commits found: 39 |
Friday, 23 Jul 2004
|
14:53 arved
Retire QT2. QT3 was released a few years ago and QT4 will be released soon.
 |
Monday, 17 May 2004
|
09:30 arved
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik
 |
Tuesday, 16 Mar 2004
|
22:54 marcus
Chase the new location of libXft.
 |
Friday, 6 Feb 2004
|
13:00 arved
Add NO_LATEST_LINK
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Friday, 23 Jan 2004
|
19:28 will
No member of the kde@ team has touched anything related to Qt2 in ages, so
stop pretending to maintain these ports.
 |
Thursday, 20 Nov 2003
|
15:06 trevor
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
 |
13:51 trevor
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
 |
Sunday, 26 Oct 2003
|
22:07 lofi
Make WRKSRC overridable by slave-ports.
 |
Friday, 17 Oct 2003
|
06:09 lofi
Declare (or resolve) conflicts for KDE and QT.
 |
Friday, 7 Mar 2003
|
00:16 ade
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly)
 |
Tuesday, 18 Feb 2003
|
04:51 anholt
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
 |
Sunday, 1 Dec 2002
|
00:54 kris
Protect targets with .if target(...) ... .endif for targets that are
redefined in slave ports. Slave port maintainers need to check that
they aren't actually relying on the master port target to be executed.
 |
Wednesday, 11 Sep 2002
|
13:33 alane
Exorcise the ghost of objprelink, which was killed and buried with kde2.
This should unbreak some things, like some errors from portsdb -Uu, as well
as the port build itself.
 |
Saturday, 31 Aug 2002
|
02:44 kris
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
 |
Thursday, 20 Jun 2002
|
21:19 will
Block installation if Qt3 is already installed to prevent people from
clobbering the installations.
Submitted by: lioux
 |
Monday, 29 Apr 2002
|
16:27 knu
Assign PORTREVISION using `?=' instead of `=' so that slave ports can
override it.
PR: ports/34779
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(MAINTAINER of ja-{qt23,kde*2} ports)
Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here.
 |
Saturday, 27 Apr 2002
|
11:39 sobomax
Use correct -soname for qtgl shared library, so that libqtgl actually works.
Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that
when you link application with -lqtgl you are fine, but when you are trying
to run resulting application it dies because libqt2 (which has no GL code)
is dynamically linked instead.
Not objected by: will
 |
Tuesday, 19 Feb 2002
|
16:51 kevlo
fix Makefile, thanks to roam@
 |
03:27 kevlo
Fix OSVERSION, bad me. Pointed out by will.
 |
02:15 kevlo
Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly.
 |
Sunday, 10 Feb 2002
|
04:25 will
Remove -frerun-cse-after-loop, a vestige from the days when our compiler was
slightly broken [1].
 |
Tuesday, 29 Jan 2002
|
12:14 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.
 |
Saturday, 5 Jan 2002
|
03:16 will
Apply objprelink patch and use it only if MACHINE_ARCH=i386 *and*
NO_QT_OBJPRELINK isn't defined. This was a little trickier than fixing the
KDE stuff, but I think this will work ok.
 |
Tuesday, 1 Jan 2002
|
19:35 sada
Enable to build this ports when you set MAKE_ENV on your shell environment.
 |
Thursday, 6 Dec 2001
|
03:24 will
Preemptive note to keep people from asking me questions about AA support.
 |
Tuesday, 4 Dec 2001
|
03:47 will
Upgrade KDE to 2.2.2: * General: - Support for objprelink.
- Hack for autoconf 2.13/automake 1.4. Note that we can't use the
standard USE_AUTO* because they change things in work/*; KDE has its
own way of doing that. - Light cleanup of extra dirs in the PLISTs
provided by my mkplistpkg[1] script. - Speedups of both
compile and runtime through the usage of --disable-debug and
--enable-final. The latter did not work with the kdemultimedia
package, unfortunately. - Patch updates. * audio/kdemultimedia2:
- Patch to fix KSCD on FreeBSD[2]. It works very well now. *
deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link
stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes.
* devel/qt-designer: - Make this port depend almost entirely on qt23
to make it more maintainable, so I don't have to keep hacking the
patches to get them to apply. * editors/koffice, *
games/kdegames, * graphics/kdegraphics: - No specific changes. *
misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such.
- Fix breakage from hardcoding "sdl-config". * misc/kdeutils2:
- Fix problem with klaptopdaemon[4] where it didn't properly
display the battery time. This patch is untested, but applied. *
net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd
from the build. It requires some weird thing in the configure
script that I don't have time to look at. * sysutils/kdeadmin: - No
specific changes. * textproc/kdoc: - Remove bogus requirement that
kdoc requires Perl 5.6.0; it sure seems to operate fine with >=
5.005. But I'll let time tell. * www/quanta: - No specific changes
(--disable-debug support only). * x11/kde2: - No specific changes.
* x11/kdebase2: - Fix ksysguard compile by merging the files from
the HEAD branch of KDE CVS that were missing at release time for
FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7].
- Add libxslt dependency since it was removed from kdelibs. - Fix
libxml compile problems[8] (accomplished by upgrading). - Remove
libkformula from port Makefile; this library has been spun off into
koffice. - Fix mode problems with DCOP[9]. This allows you to save
files properly. It also seems to be a FreeBSD specific problem.
- Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2:
- No specific changes. * x11-toolkits/qt23: - Do NOT
upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this
port entirely for the patches by adding a perlre to accomplish this.
* x11-wm/kdeartwork: - No specific changes.
 |
Tuesday, 11 Sep 2001
|
04:32 ache
Bump png major
 |
Monday, 10 Sep 2001
|
21:22 demon
Set DIST_SUBDIR=KDE
 |
Saturday, 1 Sep 2001
|
03:45 knu
Make MAINTAINER overridable for japanese/qt23. (I forgot to commit this along
with other kde* ports)
 |
Saturday, 25 Aug 2001
|
03:17 will
Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD. This group (at this time) consists
of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.
 |
Thursday, 5 Jul 2001
|
20:09 will
Remove -xft since it doesn't work with older X11. Now will people stop
bothering me about putting that in, 'cause I'm not doing it again! Even if
you do a patch that checks XFREE86_VERSION!
 |
Wednesday, 4 Jul 2001
|
10:07 demon
Add one more MASTER_SITE.
 |
Tuesday, 3 Jul 2001
|
03:47 will
Update to 2.3.1.
 |
Friday, 22 Jun 2001
|
09:46 nik
Support building QT with debugging turned, keyed off the QT_DEBUG variable.
 |
Thursday, 29 Mar 2001
|
16:35 sobomax
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
 |
Tuesday, 27 Mar 2001
|
02:19 will
Fix last-minute change to avoid broken packaging for qt2-static.
 |
Saturday, 24 Mar 2001
|
22:15 will
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what this
involves is this: Cull GL from Qt by default, but still provide a Qt+GL
library that may or may not have threads. Then also provide a Qt library that
has threads but not GL. This allows us to make KDE2 depend on a library that
will *not* have threads, ever. Threads will be revisited at a later date.
Ports that require GL support need to be updated to use the hacked library,
libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB
for compatability. Also, static qt will not have GL support.
 |
Wednesday, 14 Mar 2001
|
01:29 des
Ladies and gentlemen, I give you QT 2.3.0!
 |
Number of commits found: 39 |