Bug 207765 - [patch] net/csync2: update to 2.0
Summary: [patch] net/csync2: update to 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords: patch
Depends on:
Blocks: 207768
  Show dependency treegraph
 
Reported: 2016-03-07 09:55 UTC by Tijl Coosemans
Modified: 2016-03-11 13:42 UTC (History)
1 user (show)

See Also:
alexey: maintainer-feedback+


Attachments
patch (12.42 KB, patch)
2016-03-07 09:55 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2016-03-07 09:55:59 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-11 13:34:37 UTC
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