FreshPorts -- The Place For Ports Tue, 6 Jan 2009 5:05 AM GMT
non port: Mk/bsd.qt.mk
CVSWeb

Number of commits found: 9

Tue, 5 Aug 2008
[ 00:30 miwi ] Original commit 
1.12 accessibility/qt4-accessible/Makefile
1.9 chinese/qt4-codecs-cn/Makefile
1.10 chinese/qt4-codecs-tw/Makefile
1.11 databases/qt4-ibase-plugin/Makefile
1.10 databases/qt4-mysql-plugin/Makefile
1.10 databases/qt4-odbc-plugin/Makefile
1.10 databases/qt4-pgsql-plugin/Makefile
1.12 databases/qt4-sql/Makefile
1.10 databases/qt4-sqlite-plugin/Makefile
1.10 databases/qt4-sqlite3-plugin/Makefile

(Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
- Update to qt 4.4.1

Note:
        With this update several ports specific problems
        have been fixed. Qt4 headers and libraries have
        been moved to include/qt4 and lib/qt4. bsd.qt.mk
        defines QT_INCDIR and QT_LIBDIR now, which could
        be used in qt4-dependent ports if required.

Thanks to:      Max Brazhnikov Danny Pansters
Thu, 13 Mar 2008
[ 17:57 lofi ] Original commit 
1.10 accessibility/qt4-accessible/Makefile
1.8 chinese/qt4-codecs-cn/Makefile
1.9 chinese/qt4-codecs-tw/Makefile
1.9 databases/qt4-ibase-plugin/Makefile
1.8 databases/qt4-mysql-plugin/Makefile
1.8 databases/qt4-odbc-plugin/Makefile
1.8 databases/qt4-pgsql-plugin/Makefile
1.10 databases/qt4-sql/Makefile
1.8 databases/qt4-sqlite-plugin/Makefile
1.8 databases/qt4-sqlite3-plugin/Makefile

(Only the first 10 of 121 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.4
Sun, 2 Sep 2007
[ 07:23 lofi ] Original commit 
1.9 accessibility/qt4-accessible/Makefile
1.7 chinese/qt4-codecs-cn/Makefile
1.8 chinese/qt4-codecs-tw/Makefile
1.12 databases/qt-ibase-plugin/Makefile
1.15 databases/qt-mysql-plugin/Makefile
1.10 databases/qt-odbc-plugin/Makefile
1.14 databases/qt-pgsql-plugin/Makefile
1.11 databases/qt-sqlite-plugin/Makefile
1.11 devel/qmake4/Makefile
1.12 devel/qt4-assistant/Makefile

(Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.1.
Sat, 11 Aug 2007
[ 11:27 lofi ] Original commit 
1.10 devel/qmake4/Makefile
1.6 devel/qmake4/files/Makefile.bsd
1.6 Mk/bsd.qt.mk
Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
the rest of the qt4 ports and avoiding dependency resolution troubles
if devel/qmake is installed on the same system.

While here, change NOMAN to NO_MAN in Makefile.bsd.

PR: ports/115352
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Fri, 3 Aug 2007
[ 20:11 lofi ] Original commit 
1.5 Mk/bsd.qt.mk
Add a QMAKEFLAGS variable that contains some useful mappings of
standard make and environment variables to their qmake counterparts:

QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}"
QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}"
QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}"
QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}"

This is mostly useful for ports which call ${QMAKE} directly in some
target and want to override some of the defaults in qmake.conf.
Thu, 2 Aug 2007
[ 23:57 lofi ] Original commit 
1.4 Mk/bsd.qt.mk
Forced commit to note another change:

The Qt4 ports are now build without debugging support by default. To enable
it, define WANT_QT_DEBUG.
[ 23:37 lofi ] Original commit 
1.8 accessibility/qt4-accessible/Makefile
1.6 chinese/qt4-codecs-cn/Makefile
1.7 chinese/qt4-codecs-tw/Makefile
1.8 databases/qt4-ibase-plugin/Makefile
1.7 databases/qt4-mysql-plugin/Makefile
1.7 databases/qt4-odbc-plugin/Makefile
1.7 databases/qt4-pgsql-plugin/Makefile
1.9 databases/qt4-sql/Makefile
1.7 databases/qt4-sqlite-plugin/Makefile
1.7 databases/qt4-sqlite3-plugin/Makefile

(Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.

- Convert Qt core ports to use the new dependency switches.

- Add a patch to corelib to fix Qt4 on ARM, submitted by:
  Björn König <bkoenig@alpha-tierchen.de>
Fri, 27 Jul 2007
[ 11:31 lofi ] Original commit 
1.7 devel/qmake4/Makefile
1.10 devel/qt4-designer/Makefile
1.11 x11-toolkits/qt4-gui/Makefile
1.2 Mk/bsd.qt.mk
The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
Mon, 16 Jul 2007
[ 11:12 lofi ] Original commit 
1.7 accessibility/qt4-accessible/Makefile
1.5 chinese/qt4-codecs-cn/Makefile
1.6 chinese/qt4-codecs-tw/Makefile
1.6 databases/qt4-ibase-plugin/Makefile
1.6 databases/qt4-mysql-plugin/Makefile
1.6 databases/qt4-odbc-plugin/Makefile
1.6 databases/qt4-pgsql-plugin/Makefile
1.8 databases/qt4-sql/Makefile
1.6 databases/qt4-sqlite-plugin/Makefile
1.6 databases/qt4-sqlite3-plugin/Makefile

(Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)

Number of commits found: 9

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19566
Broken 137
Deprecated 97
Ignore 546
Forbidden 8
Restricted 237
No CDROM 130
Vulnerable 55
Expired 17
Set to expire 79
Interactive 77
new 24 hours 1
new 48 hours7
new 7 days19
new fortnight63
new month119

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.044 seconds.