Re: [23139] trunk/dports/gnome/evince/Portfile
Hey Randall! One question about this commit: On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead? -jmpp
On Monday, March 26, 2007, at 01:03PM, "Juan Manuel Palacios" <jmpp@macports.org> wrote:
Hey Randall! One question about this commit:
--snip--
+ system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead?
That's in error. I copied and pasted the instruction out of the log. -- Randall Wood rhwood@mac.com "The ball is round. The game lasts ninety minutes. The rest is theory..."
the prefix is hardcoded into a couple of portfiles... aqua/LyX/Portfile: QTDIR="/opt/local" CPPFLAGS="-I/opt/local/ include/qt3"devel/glade3/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\"" devel/libedit/Portfile: reinplace "s|-lncurses\"$|-L/opt/local/ lib -lncurses\"|" \ devel/qtcsharp/Portfile: system "cd libqtsharp && ${prefix}/ bin/qmake libqtsharp.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd generator && ${prefix}/bin/ qmake generator.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd bindings && ${prefix}/bin/ qmake bindings.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile"editors/TeXmacs/Portfile:# /opt/local/share/ guile/1.6). \ games/pennmush/Portfile: reinplace "s|GAMEDIR=|GAMEDIR=/opt/ local/pennmush|g" game/restart gnome/glade/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I / opt/local/share/glade-2\"" gnome/glom/Portfile:configure.args --with-postgres-utils=/opt/ local/lib/postgresql81/bin \ gnome/gnucash-docs/Portfile: installed in /opt/local/ share/doc/gnucash. lang/guile/Portfile:# DYLD_LIBRARY_PATH to /opt/local/lib (or wherever lang/swi-prolog/Portfile:configure.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar lang/swi-prolog/Portfile:build.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ msg/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ arc/.turd_sympa" mail/sympa/Portfile: FastCgiServer /opt/local/share/sympa/cgi-bin/ wwsympa.fcgi -processes 2 mail/vm-pop3d/Portfile: sudo /opt/local/share/vm-pop3d/vm-pop3d.init start (stop|status) math/optpp/Portfile: configure.env-append MPICC=/opt/local/lib/ openmpi/bin/mpicc \ math/optpp/Portfile: MPICXX=/opt/local/ lib/openmpi/bin/mpic++ \ math/optpp/Portfile: MPILIBS='-L/opt/ local/lib' math/optpp/Portfile: build.env MPILIBS='-L/opt/local/lib' net/libipgeo/Portfile:configure.env CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ruby/rb-plruby/Portfile:configure.args-append extconf.rb --with- pgsql-include=/opt/local/include/postgresql81/ \ ruby/rb-plruby/Portfile: --with- pgsql-lib=/opt/local/lib/postgresql81/ \ security/pinentry/Portfile: configure.env-append QTDIR=/opt/ local/lib MOC=/opt/local/bin/moc security/pinentry/Portfile: --with-qt-includes=/opt/ local/include/qt3 \ security/pinentry/Portfile: --with-qt-libraries=/opt/ local/lib www/alphamail/Portfile:configure.env CXXFLAGS="-I/opt/local/ include" LDFLAGS="-L/opt/local/lib" Regards, Elias On Mar 26, 2007, at 7:02 PM, Juan Manuel Palacios wrote:
Hey Randall! One question about this commit:
On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/ hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead?
-jmpp
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
Then we should consider all of the below to have been done that way in error. -- Randall Wood rhwood@mac.com "The ball is round. The game lasts ninety minutes. The rest is theory..." On Monday, March 26, 2007, at 01:24PM, "Elias Pipping" <pipping@macports.org> wrote:
the prefix is hardcoded into a couple of portfiles...
aqua/LyX/Portfile: QTDIR="/opt/local" CPPFLAGS="-I/opt/local/ include/qt3"devel/glade3/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\"" devel/libedit/Portfile: reinplace "s|-lncurses\"$|-L/opt/local/ lib -lncurses\"|" \ devel/qtcsharp/Portfile: system "cd libqtsharp && ${prefix}/ bin/qmake libqtsharp.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd generator && ${prefix}/bin/ qmake generator.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd bindings && ${prefix}/bin/ qmake bindings.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile"editors/TeXmacs/Portfile:# /opt/local/share/ guile/1.6). \ games/pennmush/Portfile: reinplace "s|GAMEDIR=|GAMEDIR=/opt/ local/pennmush|g" game/restart gnome/glade/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I / opt/local/share/glade-2\"" gnome/glom/Portfile:configure.args --with-postgres-utils=/opt/ local/lib/postgresql81/bin \ gnome/gnucash-docs/Portfile: installed in /opt/local/ share/doc/gnucash. lang/guile/Portfile:# DYLD_LIBRARY_PATH to /opt/local/lib (or wherever lang/swi-prolog/Portfile:configure.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar lang/swi-prolog/Portfile:build.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ msg/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ arc/.turd_sympa" mail/sympa/Portfile: FastCgiServer /opt/local/share/sympa/cgi-bin/ wwsympa.fcgi -processes 2 mail/vm-pop3d/Portfile: sudo /opt/local/share/vm-pop3d/vm-pop3d.init start (stop|status) math/optpp/Portfile: configure.env-append MPICC=/opt/local/lib/ openmpi/bin/mpicc \ math/optpp/Portfile: MPICXX=/opt/local/ lib/openmpi/bin/mpic++ \ math/optpp/Portfile: MPILIBS='-L/opt/ local/lib' math/optpp/Portfile: build.env MPILIBS='-L/opt/local/lib' net/libipgeo/Portfile:configure.env CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ruby/rb-plruby/Portfile:configure.args-append extconf.rb --with- pgsql-include=/opt/local/include/postgresql81/ \ ruby/rb-plruby/Portfile: --with- pgsql-lib=/opt/local/lib/postgresql81/ \ security/pinentry/Portfile: configure.env-append QTDIR=/opt/ local/lib MOC=/opt/local/bin/moc security/pinentry/Portfile: --with-qt-includes=/opt/ local/include/qt3 \ security/pinentry/Portfile: --with-qt-libraries=/opt/ local/lib www/alphamail/Portfile:configure.env CXXFLAGS="-I/opt/local/ include" LDFLAGS="-L/opt/local/lib"
Regards,
Elias
On Mar 26, 2007, at 7:02 PM, Juan Manuel Palacios wrote:
Hey Randall! One question about this commit:
On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/ hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead?
-jmpp
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
On Mar 26, 2007, at 1:26 PM, Randall Wood wrote:
Then we should consider all of the below to have been done that way in error.
Totally, they should be fixed ASAP! One approach would be to start contacting corresponding maintainers and asking them to fix the errors, any of us volunteers taking care of those who do not respond and open/no-maintainer'd ports Also, Elias gave us this nice list of ports hardcoding the now deprecated DarwinPorts name, http://paste.lisp.org/display/38679. Albeit of less important, they should also be corrected and brought up to speed. Should we start grepping for maintainer addresses....? -jmpp
-- Randall Wood rhwood@mac.com
"The ball is round. The game lasts ninety minutes. The rest is theory..."
On Monday, March 26, 2007, at 01:24PM, "Elias Pipping" <pipping@macports.org> wrote:
the prefix is hardcoded into a couple of portfiles...
aqua/LyX/Portfile: QTDIR="/opt/local" CPPFLAGS="-I/opt/local/ include/qt3"devel/glade3/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\"" devel/libedit/Portfile: reinplace "s|-lncurses\"$|-L/opt/local/ lib -lncurses\"|" \ devel/qtcsharp/Portfile: system "cd libqtsharp && ${prefix}/ bin/qmake libqtsharp.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd generator && ${prefix}/bin/ qmake generator.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd bindings && ${prefix}/bin/ qmake bindings.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile"editors/TeXmacs/Portfile:# /opt/local/share/ guile/1.6). \ games/pennmush/Portfile: reinplace "s|GAMEDIR=|GAMEDIR=/opt/ local/pennmush|g" game/restart gnome/glade/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I / opt/local/share/glade-2\"" gnome/glom/Portfile:configure.args --with-postgres-utils=/opt/ local/lib/postgresql81/bin \ gnome/gnucash-docs/Portfile: installed in /opt/local/ share/doc/gnucash. lang/guile/Portfile:# DYLD_LIBRARY_PATH to /opt/local/lib (or wherever lang/swi-prolog/Portfile:configure.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar lang/swi-prolog/Portfile:build.env LIBRARY_PATH=/opt/local/lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ msg/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ arc/.turd_sympa" mail/sympa/Portfile: FastCgiServer /opt/local/share/sympa/cgi-bin/ wwsympa.fcgi -processes 2 mail/vm-pop3d/Portfile: sudo /opt/local/share/vm-pop3d/vm-pop3d.init start (stop|status) math/optpp/Portfile: configure.env-append MPICC=/opt/local/lib/ openmpi/bin/mpicc \ math/optpp/Portfile: MPICXX=/opt/local/ lib/openmpi/bin/mpic++ \ math/optpp/Portfile: MPILIBS='-L/opt/ local/lib' math/optpp/Portfile: build.env MPILIBS='-L/opt/local/lib' net/libipgeo/Portfile:configure.env CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ruby/rb-plruby/Portfile:configure.args-append extconf.rb --with- pgsql-include=/opt/local/include/postgresql81/ \ ruby/rb-plruby/Portfile: --with- pgsql-lib=/opt/local/lib/postgresql81/ \ security/pinentry/Portfile: configure.env-append QTDIR=/opt/ local/lib MOC=/opt/local/bin/moc security/pinentry/Portfile: --with-qt-includes=/opt/ local/include/qt3 \ security/pinentry/Portfile: --with-qt-libraries=/opt/ local/lib www/alphamail/Portfile:configure.env CXXFLAGS="-I/opt/local/ include" LDFLAGS="-L/opt/local/lib"
Regards,
Elias
On Mar 26, 2007, at 7:02 PM, Juan Manuel Palacios wrote:
Hey Randall! One question about this commit:
On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/ hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead?
-jmpp
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
That would be one way to do it. Another way would be to simply sweep through the ports and correct them all at once. That would certainly be a lot faster than waiting for n maintainers to wake up, though I suppose it also wouldn't "teach them anything" either. Either one is a combo win/lose option. - Jordan On Mar 26, 2007, at 10:37 AM, Juan Manuel Palacios wrote:
On Mar 26, 2007, at 1:26 PM, Randall Wood wrote:
Then we should consider all of the below to have been done that way in error.
Totally, they should be fixed ASAP! One approach would be to start contacting corresponding maintainers and asking them to fix the errors, any of us volunteers taking care of those who do not respond and open/no-maintainer'd ports
Also, Elias gave us this nice list of ports hardcoding the now deprecated DarwinPorts name, http://paste.lisp.org/display/38679. Albeit of less important, they should also be corrected and brought up to speed.
Should we start grepping for maintainer addresses....?
-jmpp
-- Randall Wood rhwood@mac.com
"The ball is round. The game lasts ninety minutes. The rest is theory..."
On Monday, March 26, 2007, at 01:24PM, "Elias Pipping" <pipping@macports.org> wrote:
the prefix is hardcoded into a couple of portfiles...
aqua/LyX/Portfile: QTDIR="/opt/local" CPPFLAGS="-I/opt/local/ include/qt3"devel/glade3/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\"" devel/libedit/Portfile: reinplace "s|-lncurses\"$|-L/opt/ local/ lib -lncurses\"|" \ devel/qtcsharp/Portfile: system "cd libqtsharp && ${prefix}/ bin/qmake libqtsharp.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd generator && ${prefix}/ bin/ qmake generator.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile" devel/qtcsharp/Portfile: system "cd bindings && ${prefix}/ bin/ qmake bindings.pro INSTALLDIR=/opt/local/lib CSC=cscc CLI=ilrun -o Makefile"editors/TeXmacs/Portfile:# /opt/local/share/ guile/1.6). \ games/pennmush/Portfile: reinplace "s|GAMEDIR=|GAMEDIR=/opt/ local/pennmush|g" game/restart gnome/glade/Portfile: ui_msg "Remember to set ACLOCAL_FLAGS=\"-I / opt/local/share/glade-2\"" gnome/glom/Portfile:configure.args --with-postgres-utils=/opt/ local/lib/postgresql81/bin \ gnome/gnucash-docs/Portfile: installed in /opt/local/ share/doc/gnucash. lang/guile/Portfile:# DYLD_LIBRARY_PATH to /opt/local/lib (or wherever lang/swi-prolog/Portfile:configure.env LIBRARY_PATH=/opt/local/ lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar lang/swi-prolog/Portfile:build.env LIBRARY_PATH=/opt/local/ lib \ lang/swi-prolog/Portfile: CPATH=/opt/local/include \ lang/swi-prolog/Portfile: JUNIT=/opt/local/share/java/ junit.jar mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ msg/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/spool/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ bounce/.turd_sympa" mail/sympa/Portfile: system "rm /opt/local/var/${name}/ arc/.turd_sympa" mail/sympa/Portfile: FastCgiServer /opt/local/share/sympa/cgi- bin/ wwsympa.fcgi -processes 2 mail/vm-pop3d/Portfile: sudo /opt/local/share/vm-pop3d/vm-pop3d.init start (stop|status) math/optpp/Portfile: configure.env-append MPICC=/opt/local/lib/ openmpi/bin/mpicc \ math/optpp/Portfile: MPICXX=/opt/local/ lib/openmpi/bin/mpic++ \ math/optpp/Portfile: MPILIBS='-L/opt/ local/lib' math/optpp/Portfile: build.env MPILIBS='-L/opt/local/lib' net/libipgeo/Portfile:configure.env CFLAGS="-I/opt/local/ include" LDFLAGS="-L/opt/local/lib" ruby/rb-plruby/Portfile:configure.args-append extconf.rb --with- pgsql-include=/opt/local/include/postgresql81/ \ ruby/rb-plruby/Portfile: --with- pgsql-lib=/opt/local/lib/postgresql81/ \ security/pinentry/Portfile: configure.env-append QTDIR=/opt/ local/lib MOC=/opt/local/bin/moc security/pinentry/Portfile: --with-qt-includes=/opt/ local/include/qt3 \ security/pinentry/Portfile: --with-qt-libraries=/opt/ local/lib www/alphamail/Portfile:configure.env CXXFLAGS="-I/opt/local/ include" LDFLAGS="-L/opt/local/lib"
Regards,
Elias
On Mar 26, 2007, at 7:02 PM, Juan Manuel Palacios wrote:
Hey Randall! One question about this commit:
On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/ hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead?
-jmpp
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
On Mar 26, 2007, at 11:59 AM, Jordan K. Hubbard wrote:
That would be one way to do it. Another way would be to simply sweep through the ports and correct them all at once. That would certainly be a lot faster than waiting for n maintainers to wake up, though I suppose it also wouldn't "teach them anything" either.
An observant maintainer would notice the change and learn from it (isn't revision control great?). I think sweeps across all ports to implement global policy best serves the interest of the users of MacPorts. I think it's best to view maintainers as the primary contributors to a port, and not owners with veto power. I'm speaking as the maintainer of a few ports myself, who doesn't have enough time to keep abreast of all the latest and greatest MacPorts directions. - kvv
the portfiles should be somewhat clean, now. what remains (and that's more work) is patches. they're more complicated because switching to ${prefix} requires either the use of 'reinplace' or or a combination of the two. i've pasted a list[1]. it's the result of grepping through */*/files/* so file likes e.g.[2] are included, too. [1] http://rafb.net/p/HXnlzH86.html [2] mail/imap-uw/files/README-MACOSX Regards, Elias On Mar 26, 2007, at 9:18 PM, Kevin Van Vechten wrote:
On Mar 26, 2007, at 11:59 AM, Jordan K. Hubbard wrote:
That would be one way to do it. Another way would be to simply sweep through the ports and correct them all at once. That would certainly be a lot faster than waiting for n maintainers to wake up, though I suppose it also wouldn't "teach them anything" either.
An observant maintainer would notice the change and learn from it (isn't revision control great?).
I think sweeps across all ports to implement global policy best serves the interest of the users of MacPorts. I think it's best to view maintainers as the primary contributors to a port, and not owners with veto power. I'm speaking as the maintainer of a few ports myself, who doesn't have enough time to keep abreast of all the latest and greatest MacPorts directions.
- kvv _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
participants (5)
-
Elias Pipping
-
Jordan K. Hubbard
-
Juan Manuel Palacios
-
Kevin Van Vechten
-
Randall Wood