| Summary: | [patch] net/csync2: update to 2.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Tijl Coosemans <tijl> | ||||
| Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | alexey | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | alexey:
maintainer-feedback+
|
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 207768 | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: tijl Date: Fri Mar 11 13:33:36 UTC 2016 New revision: 410829 URL: https://svnweb.freebsd.org/changeset/ports/410829 Log: - Update net/csync2 to version 2.0. - Prevent use of pdflatex when it's installed. - Replace patch-csync2-compare with USES=shebangfix. - Add a patch to fix use of strlcpy (pass size of destination instead of source). - Add a patch to let the compiler know csync_fatal does not return. This fixes a warning about an uninitialised variable. - Use predefined PKG_PREFIX in pkg-install and create directories from pkg-plist. PR: 207765 Approved by: alexey@renatasystems.org (maintainer) Changes: head/net/csync2/Makefile head/net/csync2/distinfo head/net/csync2/files/patch-Makefile.am head/net/csync2/files/patch-Makefile.in head/net/csync2/files/patch-configure head/net/csync2/files/patch-csync2-compare head/net/csync2/files/patch-csync2.h head/net/csync2/files/patch-rsync.c head/net/csync2/files/pkg-install.in head/net/csync2/pkg-plist |
Created attachment 167792 [details] patch - Update net/csync2 to version 2.0. - Prevent use of pdflatex when it's installed. - Replace patch-csync2-compare with USES=shebangfix. - Add a patch to fix use of strlcpy (pass size of destination instead of source). - Add a patch to let the compiler know csync_fatal does not return. This fixes a warning about an uninitialised variable. - Use predefined PKG_PREFIX in pkg-install and create directories from pkg-plist.