FreeBSD Bugzilla – Attachment 191959 Details for
Bug 227095
sysutils/synergy: Install sample conf and make it read from ${PREFIX}/etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
sysutils_synergy.diff (text/plain), 1.96 KB, created by
Vidar Karlsen
on 2018-03-29 21:56:32 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2018-03-29 21:56:32 UTC
Size:
1.96 KB
patch
obsolete
>Index: sysutils/synergy/Makefile >=================================================================== >--- sysutils/synergy/Makefile (revision 465875) >+++ sysutils/synergy/Makefile (working copy) >@@ -4,7 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 2.0.0 > DISTVERSIONSUFFIX= -stable >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= yuri@FreeBSD.org >@@ -28,13 +28,17 @@ > > MAKE_JOBS_UNSAFE=yes > >-PLIST_FILES= bin/synergyc bin/synergys bin/synergy-core \ >- man/man1/synergyc.1.gz man/man1/synergys.1.gz > PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ > synergy.conf.example-advanced > > OPTIONS_DEFINE= EXAMPLES > >+post-patch: >+ ${REINPLACE_CMD} -e 's|/etc/synergy/synergyd.conf|${PREFIX}/etc/synergy/synergyd.conf|' \ >+ ${WRKSRC}/src/lib/arch/unix/ArchDaemonUnix.h >+ ${REINPLACE_CMD} -e 's|return "/etc"|return "${PREFIX}/etc"|' \ >+ ${WRKSRC}/src/lib/arch/unix/ArchFileUnix.cpp >+ > do-install: > .for f in synergyc synergys synergy-core > ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin >@@ -43,6 +47,7 @@ > ${INSTALL_MAN} ${WRKSRC}/doc/${f}.man \ > ${STAGEDIR}${MANPREFIX}/man/man1/${f}.1 > .endfor >+ ${INSTALL_DATA} ${WRKSRC}/doc/synergy.conf.example-basic ${STAGEDIR}${PREFIX}/etc/synergy.conf.sample > > do-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >Index: sysutils/synergy/pkg-plist >=================================================================== >--- sysutils/synergy/pkg-plist (nonexistent) >+++ sysutils/synergy/pkg-plist (working copy) >@@ -0,0 +1,6 @@ >+bin/synergyc >+bin/synergys >+bin/synergy-core >+man/man1/synergyc.1.gz >+man/man1/synergys.1.gz >+@sample etc/synergy.conf.sample > >Property changes on: sysutils/synergy/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227095
: 191959