[57551] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 12 15:18:13 PDT 2009
Revision: 57551
http://trac.macports.org/changeset/57551
Author: ryandesign at macports.org
Date: 2009-09-12 15:18:08 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
Remove cups-headers and all references to it because it is only useful on Mac OS X 10.3.x and MacPorts 1.8 requires Mac OS X 10.4.x or greater.
Modified Paths:
--------------
trunk/dports/net/netatalk/Portfile
trunk/dports/net/samba3/Portfile
trunk/dports/print/scribus/Portfile
trunk/dports/x11/gtk2/Portfile
trunk/dports/x11/qt3/Portfile
trunk/dports/x11/qt4-x11/Portfile
Removed Paths:
-------------
trunk/dports/devel/cups-headers/
Modified: trunk/dports/net/netatalk/Portfile
===================================================================
--- trunk/dports/net/netatalk/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/net/netatalk/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -33,7 +33,6 @@
path:bin/perl:perl5 \
port:cracklib \
port:libiconv
-depends_build path:include/cups/cups.h:cups-headers
post-patch {
reinplace "s|__PREFIX__|${prefix}|g" \
Modified: trunk/dports/net/samba3/Portfile
===================================================================
--- trunk/dports/net/samba3/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/net/samba3/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -57,10 +57,6 @@
patchfiles-append patch-source_smbd_utmp_c.diff
}
-platform darwin 8 {
- depends_build port:cups-headers
-}
-
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/etc/samba3/ \
${destroot}${prefix}/var/db/smb/
Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/print/scribus/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -36,11 +36,6 @@
configure.args --with-qt-dir=${prefix}/lib/qt3 --without-python --enable-cairo \
--with-extra-includes=${prefix}/include --with-extra-libs=${prefix}/lib \
--disable-dependency-tracking --mandir=${prefix}/share/man
-pre-configure {
- if {[file exists ${prefix}/bin/cups-config]} {
- return -code error "port:cups-headers may prevent building this port. Please uninstall (or deactivate) cups-headers and restart the build."
- }
-}
build.env HOME=${worksrcpath}
use_parallel_build yes
Modified: trunk/dports/x11/gtk2/Portfile
===================================================================
--- trunk/dports/x11/gtk2/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/x11/gtk2/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -39,11 +39,6 @@
error "Either +x11 or +quartz is required"
}
- if {[rpm-vercomp ${os.version} 8.0] >= 0 && [file exists ${prefix}/bin/cups-config]} {
- ui_error "You are running Darwin 8.0, cups-headers should not be installed on your system. Please uninstall or deactivate it."
- error "Please uninstall or deactivate cups-headers."
- }
-
if {[rpm-vercomp ${os.version} 9.0] >= 0} {
set minimum_xcodeversion 3.1
set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
Modified: trunk/dports/x11/qt3/Portfile
===================================================================
--- trunk/dports/x11/qt3/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/x11/qt3/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -118,11 +118,7 @@
-sm -xinerama -xrender -xft -xkb \
-plugin-sql-sqlite -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql
-configure {
- if {[file exists ${prefix}/bin/cups-config]} {
- return -code error "port:cups-headers may prevent building this port. Please uninstall (or deactivate) cups-headers and restart the build."
- }
-}
+use_configure no
#workaround for upgrade problem.
pre-build {
Modified: trunk/dports/x11/qt4-x11/Portfile
===================================================================
--- trunk/dports/x11/qt4-x11/Portfile 2009-09-12 21:53:47 UTC (rev 57550)
+++ trunk/dports/x11/qt4-x11/Portfile 2009-09-12 22:18:08 UTC (rev 57551)
@@ -106,10 +106,6 @@
destroot.destdir INSTALL_ROOT="${destroot}"
-platform darwin 7 {
- depends_build-append port:cups-headers
-}
-
post-patch {
reinplace -E "s|^I_FLAGS=\$|I_FLAGS=-isystem${prefix}/include|" \
${worksrcpath}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/8e325929/attachment.html>
More information about the macports-changes
mailing list