miwi@FreeBSD.org wrote:> Synopsis: [maintainer-update] www/xpi-modify_headers > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Thu Apr 9 18:19:08 UTC 2009 > State-Changed-Why: > > Howdy, > > Patch rejected: > http://64bit.miwibox.org/index.php?action=describe_port&id=2152 > http://32bit.miwibox.org/index.php?action=describe_port&id=2042 >OK, this really sucks. diff has lost the -P option, that I've been relying on. Compare: http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+6.0-RELEASE http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+7.1-RELEASE It used to say: -P When comparing directories, if a file appears only in the second directory of the two, treat it as present but empty in the other. Now it's gone. Regression?> > http://www.freebsd.org/cgi/query-pr.cgi?pr=133541 >_______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominic Fandrey wrote: | miwi@FreeBSD.org wrote: |> Synopsis: [maintainer-update] www/xpi-modify_headers |> |> State-Changed-From-To: open->feedback |> State-Changed-By: miwi |> State-Changed-When: Thu Apr 9 18:19:08 UTC 2009 |> State-Changed-Why: |> |> Howdy, |> |> Patch rejected: |> http://64bit.miwibox.org/index.php?action=describe_port&id=2152 |> http://32bit.miwibox.org/index.php?action=describe_port&id=2042 |> | | OK, this really sucks. diff has lost the -P option, that I've been | relying on. Compare: | http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+6.0-RELEASE | http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+7.1-RELEASE | | It used to say: | -P When comparing directories, if a file appears only in the second | directory of the two, treat it as present but empty in the | other. | | Now it's gone. Regression? What's wrong with -N? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkngkEUACgkQOfuToMruuMB4MwCdGvD/nC/YGkq0hYeqyq06dyPY 3JUAn399negHDECAUmTQFM/5KpmBP8Q1 =pRzw -----END PGP SIGNATURE-----
On Sat, Apr 11, 2009 at 6:49 AM, Dominic Fandrey <kamikaze@bsdforen.de> wrote:> OK, this really sucks. diff has lost the -P option, that I've been > relying on. Compare: > http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+6.0-RELEASE > http://www.freebsd.org/cgi/man.cgi?query=diff&manpath=FreeBSD+7.1-RELEASE > > It used to say: > ? ? ? -P ? ? When comparing directories, if a file appears only in the second > ? ? ? ? ? ? ?directory of the two, treat it ?as ?present ?but ?empty ?in ?the > ? ? ? ? ? ? ?other. > > Now it's gone. Regression? > >>It looks like the -P option was removed from diff between FreeBSD 6.2-Release and FreeBSD 6.3-Release (diffutils 2.8.7). You can use --unidirectional-new-file instead. Scot