stupid portmaster question

2013-03-25 Thread Aryeh Friedman
How do I tell portmaster -ad to ignore certain ports because they are
broken such as editors/libreoffice is currently marked as (I am sure this
will change soon)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread David Demelier
Just use -x switch

portmaster -ad -x libreoffice

2013/3/25 Aryeh Friedman aryeh.fried...@gmail.com:
 How do I tell portmaster -ad to ignore certain ports because they are
 broken such as editors/libreoffice is currently marked as (I am sure this
 will change soon)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
Demelier David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread Julien Cigar

On 03/25/2013 10:40, Aryeh Friedman wrote:

How do I tell portmaster -ad to ignore certain ports because they are
broken such as editors/libreoffice is currently marked as (I am sure this
will change soon)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-x libreoffice

--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread Leslie Jensen



2013-03-25 10:40, Aryeh Friedman skrev:

How do I tell portmaster -ad to ignore certain ports because they are
broken such as editors/libreoffice is currently marked as (I am sure this
will change soon)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



Create the file +IGNOREME for all ports you want to ignore ;-)

Example

Touch /var/db/pkg/libreoffice-4.0.1_1/+IGNOREME

/Leslie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread Anton Shterenlikht
How do I tell portmaster -ad to ignore certain ports because they are
broken such as editors/libreoffice is currently marked as (I am sure 
this
will change soon)

 -x  avoid building or updating ports that match this pattern.  Can be
 specified more than once.  If a port is not already installed the
 exclude pattern will be run against the directory name from
 /usr/ports.

Is that what you are looking for?

Anton
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread Lowell Gilbert
Aryeh Friedman aryeh.fried...@gmail.com writes:

 How do I tell portmaster -ad to ignore certain ports because they are
 broken such as editors/libreoffice is currently marked as (I am sure this
 will change soon)

Your direct question was already answered, but note that libreoffice is
not broken overall, just with certain options that probably won't affect
its operation for you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: stupid portmaster question

2013-03-25 Thread Walter Hurry
On Mon, 25 Mar 2013 09:53:00 -0400, Lowell Gilbert wrote:

 Aryeh Friedman aryeh.fried...@gmail.com writes:
 
 How do I tell portmaster -ad to ignore certain ports because they are
 broken such as editors/libreoffice is currently marked as (I am sure
 this will change soon)
 
 Your direct question was already answered, but note that libreoffice is
 not broken overall, just with certain options that probably won't affect
 its operation for you.

To amplify, the (main?) culprit is MERGELIBS. OP: If you are trying to 
upgrade, just do a 'make config' first and uncheck the option.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org