[MacPorts] #14046: Remove "platform darwin 8 { configure.compiler gcc-4.0 }" from all ports
#14046: Remove "platform darwin 8 { configure.compiler gcc-4.0 }" from all ports -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- Many ports have used this construct: {{{ platform darwin 8 { configure.compiler gcc-4.0 } }}} This is no longer necessary since MacPorts 1.6 already uses GCC 4.0 by default on Tiger. See [http://lists.macosforge.org/pipermail/macports- dev/2007-December/003979.html this message on the macports-users]. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "platform darwin 8 { configure.compiler gcc-4.0 }" from all ports --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): I removed the unnecessary `darwin 8` platform from all nomaintainer and openmaintainer ports in r33297 and for all my ports in r33298. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "platform darwin 8 { configure.compiler gcc-4.0 }" from all ports --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): The above changes were made by doing a multi-file find and replace in TextWrangler. The search regular expression was {{{ (?s)\s*platform\s+darwin\s+8\s*{\s+configure\.compiler\s+gcc-4\.0\s+} }}} The replacement string was the empty string. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * summary: Remove "platform darwin 8 { configure.compiler gcc-4.0 }" from all ports => Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections Comment: Occurrences of "`configure.compiler gcc-4.0`" inside remaining `platform darwin 8` sections were removed for all nomaintainer and openmaintainer ports in r33301 and for my ports in r33302. These changes were made by doing a multi-file find and replace using the search regular expression {{{ (?s)(platform\s+darwin\s+8\s*{[^}]*?)\s+configure\.compiler\s+gcc-4\.0([^}]*}) }}} and the replacement string {{{ \1\2 }}} One remaining occurrence in the portfile for shells/fish was fixed by hand. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): There now remain a number of ports maintained by a number of different people which still contain the unnecessary `configure.compiler gcc-4.0` directive. Ports: {{{ apple-gcc33 apple-gcc40 aria2 autogen boehmgc bogofilter bonniexx chicken clucene cmatrix couchdb couchdb-devel cyclone dialog elinks emacs emacs- devel esniper euchre gambit-c gcc40 gcc42 gdal gdc geos gpsbabel gsoap gzip icu libartnet libgdiplus libidn libmrss libnxml libuninum libxmlxx lighttpd lighttpd-devel litmus log4cpp lzo2 mecab midgard-apache2 midgard-core midgard-data midgard-php4 mjpegtools mono mpfr mpop msmtp muparser ncurses ncursesw nwntools objc openbabel openvpn2 palm-db-tools pdnsd pgpool pilot-link postgis pound proftpd python25 python30 rsync rsync-devel scheme48 sqlite3 squid stklos streamripper swi-prolog-lite swig tiff tivodecode treecc wgetpro wxWidgets wxWidgets-devel wxWidgets26 xcc xscreensaver yap zsh-devel }}} Maintainers: {{{ 1 abender@gmail.com 3 arto.bendiken@gmail.com 1 beatrupp@gmail.com 1 chenggao@gmail.com 4 css@macports.org 1 darren.bane@gmail.com 1 denis.defreyne@ugent.be 1 dhaines@gmail.com 1 dinh.viet.hoa@free.fr 1 filippo.natali@gmail.com 1 frank-lists@auroralux.net 2 imajes@macports.org 1 jenix@jinhyung.org 1 jordiyeh@gmail.com 11 jwa@macports.org 1 kevin@macports.org 1 lomion@mac.com 1 macports@michael-behrendt.net 34 mww@macports.org 3 nox@macports.org 1 olaf@foellinger.de 1 opendarwin@gaige.net 2 pguyot@kallisys.net 2 pmoura@mac.com 1 pmq@macports.org 1 rcavanaugh@gmail.com 1 reiffert@macports.org 1 rsky0711@gmail.com 1 seanasy@gmail.com 1 simon@macports.org 3 stechert@macports.org 1 sumpfork@users.sf.net 1 vincent-opdarw@vinc17.org 4 waqar@macports.org 1 yunzheng.hu@gmail.com }}} I would like to remove the directive from these portfiles as well. I already have the necessary changes made in a working copy on my machine. I intend to commit them after allowing 72 hours for any objections to be voiced. I'll send an email to these maintainers informing them of this plan. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): jwa removed it from his ports in r33309. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:5> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): pguyot fixed his ports in r33328 and r33329. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:6> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): vinc17 fixed his port in r33345. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:7> MacPorts </projects/macports> Ports system for Mac OS
#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: I fixed the remaining ports in r33441. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:8> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts