svn commit: r204460 - head/tools/build/mk
Pawel Worach
pawel.worach at gmail.com
Sun Feb 28 20:31:37 UTC 2010
It looks like phttpget is used by freebsd-update too.
0>pwo at one ~$ grep -ic phttpget /usr/sbin/freebsd-update
7
--
Pawel
On Feb 28, 2010, at 15:41, Antoine Brodin wrote:
> Author: antoine
> Date: Sun Feb 28 14:41:28 2010
> New Revision: 204460
> URL: http://svn.freebsd.org/changeset/base/204460
>
> Log:
> Add files to remove when MK_PORTSNAP=no.
>
> Modified:
> head/tools/build/mk/OptionalObsoleteFiles.inc
>
> Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
> ==============================================================================
> --- head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:39:39 2010 (r204459)
> +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:41:28 2010 (r204460)
> @@ -1779,6 +1779,15 @@ OLD_FILES+=usr/share/man/man1/pkg_updati
> OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
> .endif
>
> +.if ${MK_PORTSNAP} == no
> +OLD_FILES+=etc/portsnap.conf
> +OLD_FILES+=usr/libexec/make_index
> +OLD_FILES+=usr/libexec/phttpget
> +OLD_FILES+=usr/sbin/portsnap
> +OLD_FILES+=usr/share/examples/etc/portsnap.conf
> +OLD_FILES+=usr/share/man/man8/portsnap.8.gz
> +.endif
> +
> .if ${MK_PROFILE} == no
> OLD_FILES+=usr/lib/libalias_cuseeme_p.a
> OLD_FILES+=usr/lib/libalias_dummy_p.a
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the svn-src-all
mailing list