aboutsummaryrefslogtreecommitdiff
path: root/net/unison-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove WANT_GNOME and HAVE_GNOME.Mathieu Arnold2017-10-121-1/+0
| | | | | | | | | Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643 Notes: svn path=/head/; revision=451901
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-1/+0
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-4/+4
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-2/+2
| | | | | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat) Notes: svn path=/head/; revision=385413
* - Fix dependency on ocaml to avoid conflicting oringins when buildingGuido Falsi2015-03-171-6/+3
| | | | | | | | | | | | | in poudriere [1] - While here, remove an old uneeded PATCH_DEPENDS - Bump PORTREVISION also in slave port due to changes in conflicts and dependencies Submitted by: jlh@ (via email) [1] Approved by: mandree (implicit, for net/unison232) Notes: svn path=/head/; revision=381478
* - Update net/unison to 2.48.3Guido Falsi2015-01-011-1/+4
| | | | | | | | | | - Preserve unison 2.40 as net/unison240 and update to 2.40.128 - Remove uneeded USES=desktop-file-utils from unison ports [1] Approved by: mandree (implicit, for net/unison232) [1] Notes: svn path=/head/; revision=376017
* - Update to 2.48.1Guido Falsi2014-11-183-17/+15
| | | | | | | | | | - Add USES desktop-file-utils - Make install targets verbose - Remove improper use of PLIST_FILES - Cleanup plist Notes: svn path=/head/; revision=372714
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Pass MAKE_ENV to MAKE_CMD.Guido Falsi2014-06-261-1/+1
| | | | | | | Noticed by: bapt (in r359185) Notes: svn path=/head/; revision=359422
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Fix build with DOCS option disabled [1]Guido Falsi2013-11-071-9/+5
| | | | | | | | | | | | - Remove dependency on desktop-file-utils, we do not install MIME types. [2] PR: ports/183703 [1] Submitted by: Me [1] Noticed by: mandree [2] Notes: svn path=/head/; revision=333161
* Convert unison ports to stagingGuido Falsi2013-09-291-15/+10
| | | | | | | | Approved by: bsam (for net/unison-nox11) Approved by: mandree (implicit, for net/unison232) Notes: svn path=/head/; revision=328659
* 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
* Convert the ports I maintain to USES=gmake.Guido Falsi2013-07-081-1/+1
| | | | Notes: svn path=/head/; revision=322531
* update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustBrendan Fabeny2013-03-051-0/+5
| | | | | | | | | | dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch) Notes: svn path=/head/; revision=313476
* - Update to 2.45.28Guido Falsi2012-11-152-10/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307439
* - Make port convert and use icons which come with the distributionGuido Falsi2012-10-132-8/+9
| | | | | | | | | | | | | | | - Remove indefinite article from COMMENT - Trim Makefiles headers - Bump PORTREVISION PR: ports/172492 Submitted by: Boris Samorodov <bsam@FreeBSD.org> Approved by: mandree (implicit, maintainer of net/unison232) Approved by: tabthorpe (portmgr) Feature safe: yes Notes: svn path=/head/; revision=305823
* - Revert back to using the X11 knob in options [1]Guido Falsi2012-06-021-7/+7
| | | | | | | | | | | | | | - Add missing ?= to unison master port - Fix conflicts in net/unison-nox11 [2] - Bump PORTREVISION [3] Reported by: David Cecchin <dcecchin@gmail.com> [1], Sulev-Madis "ketas" Silber <madis555@hot.ee> [2] (both by email) Approved by: Boris Samorodov <bsam@FreeBSD.org> (maintainer of net/unison-nox11) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, maintainer of net/unison232) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=298033
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Convert to new options frameworkGuido Falsi2012-05-311-12/+11
| | | | | | | | | | | | | - Remove uneeded double quotes - While here fix various portlint warnings - Indent make conditionals and loop Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=297905
* Add missing file.Guido Falsi2012-05-311-0/+3
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=297903
* Change to my FreeBSD.org email address.Guido Falsi2012-04-141-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=294819
* Unignore and update to latest beta, 2.45.4.Guido Falsi2012-04-125-22/+33
| | | | | | | | PR: 166634 Approved by: crees (mentor) Notes: svn path=/head/; revision=294750
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-4/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Mark IGNORE, no new beta present yetMartin Wilke2011-02-191-0/+3
| | | | | | | | PR: 154803 Submitted by: maintainer Notes: svn path=/head/; revision=269349
* Transfer maintenance to a new person.Boris Samorodov2011-02-111-1/+1
| | | | | | | | | PR: ports/154677 Submitted by: bsam (me) Approved by: Dan Pelleg <daniel+unison at pelleg.org> (maintainer) Notes: svn path=/head/; revision=268939
* . update to version 2.40.61;Boris Samorodov2011-02-113-11/+21
| | | | | | | | | | | . set MAKE_JOBS_UNSAFE. PR: ports/152855 Submitted by: Guido Falsi <mad at madpilot.net> Approved by: Dan Pelleg <dan at pelleg.org> (maintainer) Notes: svn path=/head/; revision=268924
* Fix parallel build.Matthias Andree2010-11-292-5/+2
| | | | | | | | | Submitted by: mandree (myself) Approved by: Dan Pelleg (maintainer) PR: ports/151785 Notes: svn path=/head/; revision=265409
* Mark MAKE_JOBS_UNSAFE=yes to unbreak builds under FORCE_MAKE_JOBS.Matthias Andree2010-10-271-0/+2
| | | | Notes: svn path=/head/; revision=263653
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to the latest available beta version 2.32.52.Boris Samorodov2009-08-132-14/+13
| | | | | | | | | PR: ports/137632 Submitted by: bsam (me) Approved by: maintainer Notes: svn path=/head/; revision=239468
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add a new port net/unison-nox11 to the CONFLISTS variable;Boris Samorodov2008-09-291-2/+2
| | | | | | | bump PORTREVISION. Notes: svn path=/head/; revision=220997
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Resurrect net/unison-devel port.Alejandro Pulver2007-10-195-0/+113
| | | | | | | | | | - Add CONFLICTS to net/unison. PR: ports/116713 Submitted by: Dan Pelleg <daniel+unison@pelleg.org> Notes: svn path=/head/; revision=201656
* - Remove an unfinished repocopyPav Lucistnik2005-09-107-150/+0
| | | | Notes: svn path=/head/; revision=142385
* - Update to 2.10.2Pav Lucistnik2005-01-266-44/+70
| | | | | | | | PR: Alexander S. Usov <usov@kvi.nl> Approved by: Dan Pelleg <daniel+gnats@pelleg.org> (maintainer) Notes: svn path=/head/; revision=127446
* - Allow build with older version of ocaml tooPav Lucistnik2004-07-302-0/+24
| | | | | | | | PR: ports/69695 Submitted by: Dan Pelleg <daniel+gnats@pelleg.org> (maintainer) Notes: svn path=/head/; revision=115082
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+5
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Install documentation (both included text files and the manual availableSergei Kolobov2003-10-233-6/+29
| | | | | | | | | | | | | | separately) - Minor tweaks (use STRIP_CMD, do not redefine WRKSRC anymore) - Bump PORTREVISION as hint for users to upgrade to this version in order to take advantage of availability of the documentation PR: 52811 Submitted by: sergei Approved by: maintainer, krion Notes: svn path=/head/; revision=91961
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 2.9.20 beta which includes the "concurrency bug" fix.Ruslan Ermilov2002-08-202-5/+3
| | | | Notes: svn path=/head/; revision=64693
* Mark FORBIDDEN; can result in serious data loss.Ruslan Ermilov2002-08-081-0/+2
| | | | | | | | | | | | | | Authors have been provided with an example of how to reliably reproduce the bug in the "Losing data with unison 2.9.1" thread here: http://groups.yahoo.com/group/unison-users/ (The last message has not yet been approved by the list maintainer as of this writing.) Notes: svn path=/head/; revision=64243