Hello. Before, I have asked about this problem, but no one answered.. was there any problem about my question? If it was, please let me know. and.. my problem is below: I have configured in /opt/local/etc/ports/ports.conf like 20 # Where to find global variants definition file (optional) 21 variants_conf /opt/local/etc/ports/variants.conf And, I added two variants, +multibyte, +ruby in /opt/local/etc/ports/ variants.conf 12 # Example: 13 # +ipv6 +no_x11 14 +multibyte +ruby BUT, I cannot see that variants are used. For example, when I try to build VIM, if i type "port -vd install vim", the result is --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim Password: DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant darwin_i386 provides darwin_i386 DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/devel/gettext --------------------------------------- there is no any variants used as you can see. BUT, when I try to build VIM with "port -vd install vim +multibyte +ruby", --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim +multibyte +ruby DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant multibyte provides multibyte DEBUG: Executing variant ruby provides ruby DEBUG: Executing variant darwin_i386 provides darwin_i386 --------------------------------------- You can see that ruby and multibyte variants have been activated. What's wrong with me? Could you give me any advice? --------------------------------------- Park, Jin Hyung jenix@jinhyung.org http://jinhyung.org
All I can say is that now that you have prompted me to look is that I am seeing the same behavior. On 6 Mar 2007, at 21:04, Park Jin Hyung wrote:
Hello.
Before, I have asked about this problem, but no one answered.. was there any problem about my question? If it was, please let me know.
and.. my problem is below:
I have configured in /opt/local/etc/ports/ports.conf like
20 # Where to find global variants definition file (optional) 21 variants_conf /opt/local/etc/ports/variants.conf
And, I added two variants, +multibyte, +ruby in /opt/local/etc/ ports/variants.conf
12 # Example: 13 # +ipv6 +no_x11 14 +multibyte +ruby
BUT, I cannot see that variants are used. For example, when I try to build VIM, if i type "port -vd install vim", the result is --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim Password: DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant darwin_i386 provides darwin_i386 DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/devel/gettext ---------------------------------------
there is no any variants used as you can see.
BUT, when I try to build VIM with "port -vd install vim +multibyte +ruby", --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim +multibyte +ruby DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant multibyte provides multibyte DEBUG: Executing variant ruby provides ruby DEBUG: Executing variant darwin_i386 provides darwin_i386 ---------------------------------------
You can see that ruby and multibyte variants have been activated.
What's wrong with me? Could you give me any advice?
--------------------------------------- Park, Jin Hyung jenix@jinhyung.org http://jinhyung.org
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
participants (2)
-
Park Jin Hyung
-
Randall Wood