Skip to content

Commit

Permalink
Modified Files:Portfile
Browse files Browse the repository at this point in the history
I added and modified some ui_msg lines for usability.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14456 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Mark Duling committed Oct 7, 2005
1 parent 6805ebb commit e99e332
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions net/nedi/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.2 2005/10/06 05:02:31 markd Exp $ # $Id: Portfile,v 1.3 2005/10/07 01:56:00 markd Exp $


PortSystem 1.0 PortSystem 1.0


Expand Down Expand Up @@ -33,6 +33,12 @@ depends_lib port:perl5.8 \


worksrcdir ${name}-${version} worksrcdir ${name}-${version}


pre-fetch {
ui_msg "\n #### It is recommended that you pre-install ####\n"
ui_msg "\n #### port mysql4 with the +server variant. ####\n"
ui_msg "\n #### 'port install mysql4 +server' ####\n"
}

use_configure no use_configure no
build {} build {}


Expand Down Expand Up @@ -70,9 +76,9 @@ post-activate {


ui_msg "\n#### To complete the NeDi OS X installation #### ui_msg "\n#### To complete the NeDi OS X installation ####


1) Re-install MySQL using the +server variant 1) Setup MySQL
----------------------------------------------- -----------------------------------------------
-Perform these commands -If you didn't pre-install MySQL with the +server variant, re-install MySQL
sudo port -f uninstall mysql4 sudo port -f uninstall mysql4
sudo port clean --all mysql4 sudo port clean --all mysql4
sudo port install mysql4 +server sudo port install mysql4 +server
Expand Down

0 comments on commit e99e332

Please sign in to comment.