Skip to content

Commit

Permalink
Add commands/command procedures.
Browse files Browse the repository at this point in the history
Implement standardization of command options and command execution.
Update trace code to work properly with variable name mangling by upvar
Update Portfiles to support renamed options

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@521 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
landonf committed Sep 5, 2002
1 parent da50c63 commit d5a8ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions audio/bladeenc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ master_sites http://bladeenc.mp3.no/source/ http://www.physik.TU-Berlin.DE/~ibex
distname ${portname}-${portversion}-src-stable
checksums ${distfiles} md5 9b9f6eafe1637a48a67f0a0f8f6e71ad
worksrcdir ${portname}-${portversion}
extract.after_args | tar -x [email protected]/other_makefiles/BladeEnc..@@p -f -
configure.type gnu
extract.post_args | tar -x [email protected]/other_makefiles/BladeEnc..@@p -f -

contents bin/bladeenc
4 changes: 2 additions & 2 deletions editors/vim/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ distname $portname-[strsed $portversion {s/\.[0-9]*$//}]
use_bzip2 yes
configure.type gnu
configure.args --enable-gui=no --without-x
autoconf yes
autoconf.dir src
use_autoconf yes
autoconf.dir ${workpath}/${worksrcdir}/src

set vim_badpatches "002 016 019 023 035 044 049 050 066 073 076 083 086 088 093 100 119 147 148 149 151 154 151 154 155 156 163"

Expand Down

0 comments on commit d5a8ba6

Please sign in to comment.