aboutsummaryrefslogtreecommitdiff
path: root/net/cvsync/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net/cvsync: Move man pages to share/manYasuhiro Kimura2024-03-191-0/+1
| | | | Approved by: portmgr (blanket)
* Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}Alexey Dokuchaev2023-05-161-2/+1
| | | | | | | Our framework usually DTRT; sometimes it's necessary to pass it explicitly, e.g. for ports with USES+=qmake or which use exotic build systems, but these are mostly staging dawn and apparently debug leftovers, so remove them to not confuse the reader.
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Switch to options helpersDmitry Marakasov2015-09-201-7/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397391
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* Update to 0.25.0. It supports commitid.Hiroki Sato2014-07-211-3/+3
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=362490
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* Add STAGEDIR support.Hiroki Sato2013-10-161-8/+10
| | | | Notes: svn path=/head/; revision=330479
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Add MAKE_JOBS_SAFE=yes.Hiroki Sato2013-04-281-0/+1
| | | | Notes: svn path=/head/; revision=316747
* - Add LICENSE.Hiroki Sato2013-04-281-9/+11
| | | | | | | | | - Use OPTIONS_DEFINE. - Trim old-style header. - Single space after WWW:. Notes: svn path=/head/; revision=316746
* - Enable OpenSSL support by default.Hiroki Sato2009-10-141-22/+11
| | | | | | | | | | | - Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*]. - Use $PORTEXAMPLES and $PORTDOCS. Submitted by: pgollucci[*] PR: ports/136843[*] Notes: svn path=/head/; revision=242853
* Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160.Hiroki Sato2005-09-191-1/+1
| | | | Notes: svn path=/head/; revision=143171
* Update to 0.24.18. A buffer overrun which can preventHiroki Sato2004-11-261-1/+1
| | | | | | | the server and client from working has been fixed. Notes: svn path=/head/; revision=122516
* Update to 0.24.17. This will be the last release ofHiroki Sato2004-10-291-2/+2
| | | | | | | | | | | mirror-mode-only-cvsync. Changes include: - Make more friendly to userlevel POSIX thread libraries. - Improve performance to parse rcsfile(5) based files. - When -u/-g is specified, drop the privilege completely. Notes: svn path=/head/; revision=120466
* Fix variable initialization in the rc.d startup script.Hiroki Sato2004-08-191-1/+1
| | | | | | | | Obtained from: mtm Approved by: linimon (mentor) Notes: svn path=/head/; revision=116706
* Update to 0.24.16.Norikatsu Shigemura2004-06-201-2/+2
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=111869
* Add USE_RC_SUBR=yes and rcNG-style startup script.Hiroki Sato2004-05-111-0/+11
| | | | | | | Approved by: linimon (mentor) Notes: svn path=/head/; revision=108918
* Add missing manpageKris Kennaway2004-04-201-1/+2
| | | | Notes: svn path=/head/; revision=107674
* Update to 0.24.15:Hiroki Sato2004-04-191-2/+2
| | | | | | | | | | | | | | | - The cvsync2cvsup utility which converts a CVSync scanfile to one in the CVSup format, has been added. - A sample file for the FreeBSD CVS repository (cvsyncd-FreeBSD.conf) has been added. - Some reliability improvements. Approved by: linimon (mentor) Notes: svn path=/head/; revision=107542
* Update to 0.24.14: minor bugfixes (see doc/ChangeLog).Mark Linimon2004-04-101-3/+2
| | | | | | | | PR: ports/65221 Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) Notes: svn path=/head/; revision=106691
* Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISIONKris Kennaway2004-02-161-1/+2
| | | | Notes: svn path=/head/; revision=101006
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 0.24.13Sergei Kolobov2003-12-041-1/+1
| | | | | | | | | | Changes include performance improvement, a new keyword 'base', etc. PR: 59779 Submitted by: maintainer Notes: svn path=/head/; revision=94988
* - Update to version 0.24.12Kirill Ponomarev2003-11-051-1/+1
| | | | | | | | | | | * A bug which `prefix' is needed even if release type `list' is specified has been fixed PR: 58981 Submitted by: hrs Notes: svn path=/head/; revision=93193
* Update to 0.24.11. New client keyword "base-prefix" has been added.Yen-Ming Lee2003-11-031-1/+8
| | | | | | | | | | Build on bento cluster should be fixed, too. PR: 58862 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=92954
* - Update to 0.24.10:Sergei Kolobov2003-10-291-1/+1
| | | | | | | | | | A fatal bug in cvsup2cvsync has been fixed PR: 58693 Submitted by: maintainer Notes: svn path=/head/; revision=92590
* Update to 0.24.9.Norikatsu Shigemura2003-10-291-2/+2
| | | | | | | | PR: ports/58664 Submitted by: hrs (maintainer) Notes: svn path=/head/; revision=92554
* Update to 0.24.8.Sergey A. Osokin2003-10-081-1/+1
| | | | | | | | Submitted by: hrs (maintainer) PR: 57735 Notes: svn path=/head/; revision=90608
* iUpdate port: net/cvsync 0.24.7Edwin Groothuis2003-09-241-1/+1
| | | | | | | | | | Update to 0.24.7. PR: ports/57011 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=89157
* Update to 0.24.6.Norikatsu Shigemura2003-09-101-2/+3
| | | | | | | | PR: ports/56669 Submitted by: hrs (maintainer) Notes: svn path=/head/; revision=88883
* - Update to version 0.24.5Kirill Ponomarev2003-09-051-1/+1
| | | | | | | | PR: 56501 Submitted by: maintainer Notes: svn path=/head/; revision=88601
* Update to 0.24.4Sergey A. Osokin2003-08-271-1/+1
| | | | | | | | Submitted by: hrs (still without of commit-bit for ports-tree maintainer) PR: 56036 Notes: svn path=/head/; revision=87790
* Update to 0.24.3.Yen-Ming Lee2003-08-031-1/+1
| | | | | | | | | | | - New keyword: "nordiff" - a bug involving symlink update has been fixed. PR: 55204 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=86218
* Update to 0.24.2.Yen-Ming Lee2003-07-301-1/+1
| | | | | | | | PR: 55075 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=85979
* update net/cvsync: 0.24.0 -> 0.24.1Daichi GOTO2003-07-231-2/+2
| | | | | | | | PR: 54772 Submitted by: hrs Notes: svn path=/head/; revision=85412
* Update to 0.24.0. An rsync-like algorithm for regular fileChristian Weisgerber2003-07-131-1/+1
| | | | | | | | | | synchronization has been implemented. PR: 54444 Submitted by: hrs Notes: svn path=/head/; revision=84815
* Update to 0.23.8.Norikatsu Shigemura2003-07-091-1/+1
| | | | | | | | PR: ports/????? Submitted by: hrs (maintainer, in near feature, he will submit a PR) Notes: svn path=/head/; revision=84523
* Update to 0.23.7. A memory leak bug in cvsyncd is fixed.Yen-Ming Lee2003-07-081-1/+1
| | | | | | | | PR: 54222 Submitted by: Hiroki Sato <hrs@freebsd.org> Notes: svn path=/head/; revision=84483
* Update to 0.23.6.Norikatsu Shigemura2003-07-081-1/+1
| | | | | | | | PR: ports/54205 Submitted by: hrs (maintainer) Notes: svn path=/head/; revision=84426
* o Install documentations.Norikatsu Shigemura2003-07-031-3/+7
| | | | | | | | | | | | | o Remove USE_REINPLASE as it is not used anymore. o Slightly reword pkg-descr, mention that cvsync is BSD-licensed. o Add Author ans WWW tags to pkg-descr. PR: ports/53904 Submitte by: Sergei Kolobov <sergei@kolobov.com> Reviewed by: hrs (maintainer) Notes: svn path=/head/; revision=84111
* Update to 0.23.5. Another serious bug which was in the symbolDaichi GOTO2003-06-271-1/+1
| | | | | | | | | | handling code is fixed. PR: 53784 Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) Notes: svn path=/head/; revision=83708
* Update to 0.23.4.Norikatsu Shigemura2003-06-261-1/+1
| | | | | | | | PR: ports/53743 Submitted by: hrs (maintainer) Notes: svn path=/head/; revision=83615