OpenBSD CVS

CVS log for ports/net/synergy/Makefile


[BACK] Up to [local] / ports / net / synergy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Fri Mar 11 19:47:38 2022 UTC (2 years, 3 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.36: +0 -2 lines
Diff to previous 1.36 (unified)

drop RCS Ids

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jul 12 20:48:49 2019 UTC (4 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 15 17:32:47 2019 UTC (5 years, 1 month ago) by cwen
Branch: MAIN
Changes since 1.34: +3 -6 lines
Diff to previous 1.34 (unified)

synergy: build with -std=c++03 for all compilers
This unbreaks the build with gcc-8. Also move HOMEPAGE to https.

OK sthen@ phessler@

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:09 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.33: +4 -1 lines
Diff to previous 1.33 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 11 12:59:00 2018 UTC (6 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.32: +11 -7 lines
Diff to previous 1.32 (unified)

update to synergy-1.7.6, move to new upstream location (different github
account) and add a dumb build fix with --std=c++03 on clang arches.

upstream has much newer branches (e.g. 1.9.1 released yesterday, 2.0.0
released a few months ago) but too much churn for a quick fix, and at
least they'll now be on the portroach radar.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:28 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 16 19:18:58 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.30 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:32 2017 UTC (7 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

use LIBCXX

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 21 19:51:28 2015 UTC (8 years, 7 months ago) by jturner
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.28: +6 -7 lines
Diff to previous 1.28 (unified)

Update synergy to 1.7.4.

Tested by Michael Lesniewski <lesniewskister at gmail dot com>. ok abieber@

Revision 1.28 / (download) - annotate - [select for diffs], Sun Apr 5 13:31:14 2015 UTC (9 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (unified)

drop GH_COMMIT lines which are hidden behind GH_TAGNAME,
discussed with a few in the room.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Mar 23 19:05:48 2015 UTC (9 years, 2 months ago) by bcallah
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

Drop maintainer of this. I don't use it anymore. And I couldn't give it
away to anyone ;-)

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 3 04:59:27 2015 UTC (9 years, 5 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.25: +9 -15 lines
Diff to previous 1.25 (unified)

Update to 1.6.2 - tarballs moved to GitHub

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 3 13:45:41 2014 UTC (10 years ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.24: +5 -5 lines
Diff to previous 1.24 (unified)

Update to 1.5.0.
ok abieber@

Revision 1.24 / (download) - annotate - [select for diffs], Thu May 1 14:46:53 2014 UTC (10 years, 1 month ago) by bcallah
Branch: MAIN
Changes since 1.23: +8 -10 lines
Diff to previous 1.23 (unified)

Update Synergy to 1.4.17
ok abieber@

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 5 15:53:14 2013 UTC (10 years, 6 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (unified)

Don't compile the internal tests; we don't use them and they only seemed to
have compiled by luck anyway.
ok dcoppa@

Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 18 23:56:35 2013 UTC (10 years, 6 months ago) by bcallah
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (unified)

Update synergy to 1.4.15
testing and ok okan@

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 7 21:32:27 2013 UTC (10 years, 10 months ago) by naddy
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 17 18:53:24 2013 UTC (11 years ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.19: +7 -8 lines
Diff to previous 1.19 (unified)

Link synergy with the libcryptopp shared library from devel/cryptopp
instead of linking statically against a local copy. This also
unbreaks the build on i386.

ok bcallah@ (maintainer)

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 16 00:09:05 2013 UTC (11 years, 1 month ago) by bcallah
Branch: MAIN
Changes since 1.18: +6 -5 lines
Diff to previous 1.18 (unified)

Synergy includes a .zip of cryptopp. We have the same version of cryptopp
in ports. So add a BUILD_DEPENDS on devel/cryptopp:patch and symlink it
into the build so we get all the patches of our ports version. Also drops
the BUILD_DEPENDS on archivers/unzip.
Bump REVISION.
Still does not fix the build error on i386 though...
Suggested by and ok sthen@

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 12 16:09:04 2013 UTC (11 years, 1 month ago) by bcallah
Branch: MAIN
Changes since 1.17: +9 -6 lines
Diff to previous 1.17 (unified)

Update net/synergy to 1.4.12
ok abieber@

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 11 11:35:57 2013 UTC (11 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.16: +2 -5 lines
Diff to previous 1.16 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 5 10:39:29 2013 UTC (11 years, 4 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

Set the full path to gtar and do not hardcode /usr/local.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 8 20:35:36 2013 UTC (11 years, 5 months ago) by bcallah
Branch: MAIN
Changes since 1.14: +16 -4 lines
Diff to previous 1.14 (unified)

Update to synergy 1.4.10 and take MAINTAINERSHIP.
CMakeLists.txt patch done by dcoppa@
ok landry@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 8 09:30:52 2011 UTC (12 years, 7 months ago) by dcoppa
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (unified)

SEPARATE_BUILD by default for CMake

from Vadim Zhukov

OK jasper@, espie@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 18 18:37:48 2011 UTC (13 years, 1 month ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.12: +18 -20 lines
Diff to previous 1.12 (unified)

- update to 1.4.2

joint work with dcoppa@ who fixed some cmake-beginners mistakes
  from the synergy devs

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 24 21:30:01 2010 UTC (13 years, 7 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (unified)

Remove USE_X11.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 12 22:07:42 2010 UTC (13 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 23 09:08:44 2009 UTC (14 years, 5 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

revert server to old behaviour of blocking in case no client is
connected, this was introduced with the xcb fix and would result in
the server eating 100% cpu while waiting for clients
bump PKGNAME
ok dim@ (maintainer)

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 3 18:05:35 2009 UTC (14 years, 9 months ago) by pvalchev
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Unbreak synergy after the X11 Xlib -> XCB switch, which
caused multi-second pauses for each event rendering it useless,
due to queueing in xcb buffers not triggering X file descriptor
changes.
Patch from http://bugs.gentoo.org/show_bug.cgi?id=257794

OK & hint in the right direction from maintainer dim@ :)

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 10 06:33:43 2009 UTC (14 years, 10 months ago) by kili
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (unified)

WANTLIB changes after xcb addition and bump.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 21 05:46:26 2007 UTC (16 years, 8 months ago) by bernd
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.6: +8 -5 lines
Diff to previous 1.6 (unified)

- Install a sample synergy.conf file.
- Simplify the post-install target.

ok dim@ (MAINTAINER)

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 15 22:36:59 2007 UTC (16 years, 9 months ago) by merdely
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS

Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 9 10:41:27 2006 UTC (17 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (unified)

fix ownership of documentation.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 17 22:57:01 2006 UTC (18 years ago) by dim
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Update to synergy 1.3.1.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 5 20:59:54 2006 UTC (18 years, 2 months ago) by dim
Branch: MAIN
Changes since 1.2: +3 -13 lines
Diff to previous 1.2 (unified)

Update to synergy 1.3.0.  Also cleanup Makefile a bit, and take over
maintainership.

ok sturm

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 12 16:24:18 2006 UTC (18 years, 4 months ago) by aanriot
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.1: +11 -9 lines
Diff to previous 1.1 (unified)

- use ${LOCALBASE} and ${SYSCONFDIR}.
- USE_X11.
- bump PKGNAME.

ok alek@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jan 25 03:58:23 2005 UTC (19 years, 4 months ago) by mbalmer
Branch: mbalmer
CVS Tags: synergy_20050125, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

synergy: mouse and keyboard sharing utility

ok kevlo@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 25 03:58:23 2005 UTC (19 years, 4 months ago) by mbalmer
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.