FreeBSD Bugzilla – Attachment 143591 Details for
Bug 190845
[MAINTAINER] net/nph: Update Makefile to support STAGEDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
nph.patch
nph.diff (text/plain), 3.35 KB, created by
Danilo Egea Gondolfo
on 2014-06-10 03:23:38 UTC
(
hide
)
Description:
nph.patch
Filename:
MIME Type:
Creator:
Danilo Egea Gondolfo
Created:
2014-06-10 03:23:38 UTC
Size:
3.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 357212) >+++ Makefile (working copy) >@@ -13,60 +13,14 @@ > HAS_CONFIGURE= YES > CONFIGURE_ARGS= --disable-encap --disable-epkg-install > >-MANCOMPRESSED= no >- >-MAN1= nph.1 >-MAN3= ph_add.3 \ >- ph_advertised_email.3 \ >- ph_advertised_www.3 \ >- ph_change.3 \ >- ph_close.3 \ >- ph_decode_field_attributes.3 \ >- ph_delete.3 \ >- ph_email_resolve.3 \ >- ph_encode_selector.3 \ >- ph_external.3 \ >- ph_fieldinfo_iterate.3 \ >- ph_free_entries.3 \ >- ph_free_selectors.3 \ >- ph_free_serverlist.3 \ >- ph_get_fieldinfo.3 \ >- ph_get_option.3 \ >- ph_get_siteinfo.3 \ >- ph_id.3 \ >- ph_login.3 \ >- ph_logout.3 \ >- ph_open.3 \ >- ph_option_iterate.3 \ >- ph_passwd.3 \ >- ph_query.3 \ >- ph_retrieve_fieldinfo.3 \ >- ph_retrieve_options.3 \ >- ph_retrieve_siteinfo.3 \ >- ph_rfd.3 \ >- ph_serverlist_add.3 \ >- ph_serverlist_iterate.3 \ >- ph_serverlist_merge.3 \ >- ph_set_hookdata.3 \ >- ph_set_option.3 \ >- ph_set_recvhook.3 \ >- ph_set_sendhook.3 \ >- ph_siteinfo_iterate.3 \ >- ph_status.3 \ >- ph_suser.3 \ >- ph_wfd.3 \ >- ph_whoami.3 \ >- ph_www_resolve.3 >- >-NO_STAGE= yes > do-install: > @(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-recurse) > >- -@${MKDIR} ${PREFIX}/etc >- @${CP} ${WRKSRC}/nphrc ${PREFIX}/etc/nphrc.sample >- PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >+ -@${MKDIR} ${STAGEDIR}${PREFIX}/etc >+ @${CP} ${BUILD_WRKSRC}/nphrc ${STAGEDIR}${PREFIX}/etc/nphrc.sample >+ PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > > post-clean: >- @${RM} -f ${PREFIX}/etc/ph_server >+ @${RM} -f ${STAGEDIR}${PREFIX}/etc/ph_server > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 357212) >+++ pkg-plist (working copy) >@@ -1,7 +1,47 @@ >-@unexec cmp %D/etc/nphrc.sample %D/etc/nphrc && rm %D/etc/nphrc >-@unexec cmp %D/etc/ph_server.sample %D/etc/ph_server && rm %D/etc/ph_server >+@sample etc/nphrc.sample >+@sample etc/ph_server.sample > bin/nph >-etc/nphrc.sample >-etc/ph_server.sample > include/phclient.h > lib/libphclient.a >+man/man1/nph.1.gz >+man/man3/ph_add.3.gz >+man/man3/ph_advertised_email.3.gz >+man/man3/ph_advertised_www.3.gz >+man/man3/ph_change.3.gz >+man/man3/ph_close.3.gz >+man/man3/ph_decode_field_attributes.3.gz >+man/man3/ph_delete.3.gz >+man/man3/ph_email_resolve.3.gz >+man/man3/ph_encode_selector.3.gz >+man/man3/ph_external.3.gz >+man/man3/ph_fieldinfo_iterate.3.gz >+man/man3/ph_free_entries.3.gz >+man/man3/ph_free_selectors.3.gz >+man/man3/ph_free_serverlist.3.gz >+man/man3/ph_get_fieldinfo.3.gz >+man/man3/ph_get_option.3.gz >+man/man3/ph_get_siteinfo.3.gz >+man/man3/ph_id.3.gz >+man/man3/ph_login.3.gz >+man/man3/ph_logout.3.gz >+man/man3/ph_open.3.gz >+man/man3/ph_option_iterate.3.gz >+man/man3/ph_passwd.3.gz >+man/man3/ph_query.3.gz >+man/man3/ph_retrieve_fieldinfo.3.gz >+man/man3/ph_retrieve_options.3.gz >+man/man3/ph_retrieve_siteinfo.3.gz >+man/man3/ph_rfd.3.gz >+man/man3/ph_serverlist_add.3.gz >+man/man3/ph_serverlist_iterate.3.gz >+man/man3/ph_serverlist_merge.3.gz >+man/man3/ph_set_hookdata.3.gz >+man/man3/ph_set_option.3.gz >+man/man3/ph_set_recvhook.3.gz >+man/man3/ph_set_sendhook.3.gz >+man/man3/ph_siteinfo_iterate.3.gz >+man/man3/ph_status.3.gz >+man/man3/ph_suser.3.gz >+man/man3/ph_wfd.3.gz >+man/man3/ph_whoami.3.gz >+man/man3/ph_www_resolve.3.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 190845
:
143580
| 143591