talsamon Jun 29, 2014 #1 If you use portmaster to build ports from source: Code: # portmaster -o java/openjdk7 openjdk6 # portmaster -R -r openjdk but Code: sudo portmaster -R -r openjdk ===>>> The argument to -r must match only one port ===>>> Aborting update What is the right syntax?
If you use portmaster to build ports from source: Code: # portmaster -o java/openjdk7 openjdk6 # portmaster -R -r openjdk but Code: sudo portmaster -R -r openjdk ===>>> The argument to -r must match only one port ===>>> Aborting update What is the right syntax?
OP talsamon Jun 29, 2014 Thread Starter #2 Re: UPDATING Sorry, I was too fast, this works (e.g): sudo portmaster -R -r openjdk6-b31_4,1
wblock@ Developer Jun 29, 2014 #3 Re: UPDATING portmaster -o java/openjdk7 openjdk6 means "make everything that depended on jdk6 depend on jdk7 now." So there is not much reason to rebuild jdk6. Instead, it could just be deleted.
Re: UPDATING portmaster -o java/openjdk7 openjdk6 means "make everything that depended on jdk6 depend on jdk7 now." So there is not much reason to rebuild jdk6. Instead, it could just be deleted.
OP talsamon Jun 29, 2014 Thread Starter #4 Re: UPDATING Yes, I know. I take this only as an example. I hope this is the right phrase in English: "I got my wires crossed"
Re: UPDATING Yes, I know. I take this only as an example. I hope this is the right phrase in English: "I got my wires crossed"