Re: Patches for a slave port

2017-12-16 Thread Chris H

On Sat, 16 Dec 2017 01:17:29 -0800  said


On Sat, 16 Dec 2017 00:16:39 -0800 "Kevin Oberman" 
said

> On Fri, Dec 15, 2017 at 7:19 AM, Chris H  wrote:
> 
> > On Thu, 14 Dec 2017 20:53:38 -0800 "Kevin Oberman" 

> > said
> >
> > I am attempting to submit a fix for a slave port,
> >> multimedia/avidemux_plugins. All of the patches are in the master port,
> >> avidemux. So I make all of the fixes and run "make makepatch". All of the
> >> patches are generated into avidemux/files. I then ran "svn diff" in
> >> avidemux_plugins and the only thing generated is the removal of BROKEN.
> >> OK.
> >> The patches are in the master port, so I run "svn diff" there and no
> >> differences are shown. Huh?
> >>
> >> Why does "svn diff" not see the new files? How do I get the diffs? Or am
> I
> >> going to have to manually generate the diff the old fashioned way.
> >>
> > svn add, before running the diff?
> >
> >
> How many years (or decades) have I been using and even hacking CVS and
> Subversion? Oh, this is embarrassing!
Heh. Want to know that why that answer came so quickly to me?
Because, I too for get that. :-) It used to be so easy, back in the CVS
days. Those commands were the only ones you had to remember. Well, unless
you count RCS. Adding SVN, GIT, DARCS, ... -- enough, already!

There's *no* shame in forgetting, Kevin. :-)

OH. One more thing -- pro tip;

svn status

anytime something doesn't act the way you think it should.



--Chris
> 
> Thanks, Chris

> --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkober...@gmail.com
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


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



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


Re: Patches for a slave port

2017-12-16 Thread Chris H

On Sat, 16 Dec 2017 00:16:39 -0800 "Kevin Oberman"  said


On Fri, Dec 15, 2017 at 7:19 AM, Chris H  wrote:

> On Thu, 14 Dec 2017 20:53:38 -0800 "Kevin Oberman" 
> said
>
> I am attempting to submit a fix for a slave port,
>> multimedia/avidemux_plugins. All of the patches are in the master port,
>> avidemux. So I make all of the fixes and run "make makepatch". All of the
>> patches are generated into avidemux/files. I then ran "svn diff" in
>> avidemux_plugins and the only thing generated is the removal of BROKEN.
>> OK.
>> The patches are in the master port, so I run "svn diff" there and no
>> differences are shown. Huh?
>>
>> Why does "svn diff" not see the new files? How do I get the diffs? Or am I
>> going to have to manually generate the diff the old fashioned way.
>>
> svn add, before running the diff?
>
>
How many years (or decades) have I been using and even hacking CVS and
Subversion? Oh, this is embarrassing!

Heh. Want to know that why that answer came so quickly to me?
Because, I too for get that. :-) It used to be so easy, back in the CVS
days. Those commands were the only ones you had to remember. Well, unless
you count RCS. Adding SVN, GIT, DARCS, ... -- enough, already!

There's *no* shame in forgetting, Kevin. :-)

--Chris


Thanks, Chris
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683



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


Re: Patches for a slave port

2017-12-16 Thread Kevin Oberman
On Fri, Dec 15, 2017 at 7:19 AM, Chris H  wrote:

> On Thu, 14 Dec 2017 20:53:38 -0800 "Kevin Oberman" 
> said
>
> I am attempting to submit a fix for a slave port,
>> multimedia/avidemux_plugins. All of the patches are in the master port,
>> avidemux. So I make all of the fixes and run "make makepatch". All of the
>> patches are generated into avidemux/files. I then ran "svn diff" in
>> avidemux_plugins and the only thing generated is the removal of BROKEN.
>> OK.
>> The patches are in the master port, so I run "svn diff" there and no
>> differences are shown. Huh?
>>
>> Why does "svn diff" not see the new files? How do I get the diffs? Or am I
>> going to have to manually generate the diff the old fashioned way.
>>
> svn add, before running the diff?
>
>
How many years (or decades) have I been using and even hacking CVS and
Subversion? Oh, this is embarrassing!

Thanks, Chris
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Patches for a slave port

2017-12-15 Thread Chris H

On Thu, 14 Dec 2017 20:53:38 -0800 "Kevin Oberman"  said


I am attempting to submit a fix for a slave port,
multimedia/avidemux_plugins. All of the patches are in the master port,
avidemux. So I make all of the fixes and run "make makepatch". All of the
patches are generated into avidemux/files. I then ran "svn diff" in
avidemux_plugins and the only thing generated is the removal of BROKEN. OK.
The patches are in the master port, so I run "svn diff" there and no
differences are shown. Huh?

Why does "svn diff" not see the new files? How do I get the diffs? Or am I
going to have to manually generate the diff the old fashioned way.

svn add, before running the diff?


--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683



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


Re: Patches for a slave port

2017-12-14 Thread Franco Fichtner
Hi Kevin,

> On 15. Dec 2017, at 5:53 AM, Kevin Oberman  wrote:
> 
> Why does "svn diff" not see the new files? How do I get the diffs? Or am I
> going to have to manually generate the diff the old fashioned way.

Use "svn add" on these files beforehand.


Cheers,
Franco
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"