aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc
Commit message (Collapse)AuthorAgeFilesLines
* - Support stagingDmitry Marakasov2014-03-072-10/+11
| | | | | | | | | | | - Use new LIB_DEPENDS syntax PR: 187333 Submitted by: amdmi3 Approved by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=347353
* Set maintainer to Koichiro IWAO.Xin LI2014-01-211-1/+1
| | | | Notes: svn path=/head/; revision=340541
* - Reassign to the heapThomas Abthorpe2014-01-161-1/+1
| | | | Notes: svn path=/head/; revision=339959
* 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 to the new perl5 frameworkAndrej Zverev2013-09-161-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327365
* remove GCC requirementChris Rees2013-07-271-9/+5
| | | | | | | | | | | | | | | | PR: ports/179519 Submitted by: Kenta Suzumoto <kentas@hush.com> (also by 4721 below) add LICENSE remove shared library version from depends remove stale comment PR: ports/180063 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (itetcu, 5 weeks) Notes: svn path=/head/; revision=323793
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-5/+6
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323711
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Convert to new options frameworkBaptiste Daroussin2013-06-041-3/+4
| | | | | | | While here trim parts related to unsupported FreeBSD versions Notes: svn path=/head/; revision=319824
* - Unbreak build for clangMartin Wilke2013-02-141-6/+2
| | | | | | | | | | | - While here trim header PR: 175298 Submitted by: Simon <sib@tormail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=312197
* - fix build on non-default LOCALBASEIon-Mihai Tetcu2011-08-043-8/+22
| | | | | | | | | | | | | | | - use global CFLAGS picking up any += modifications from make.conf / etc. - strip binaries based on STRIP either explicitly or as part of WITH_DEBUG|DEBUG_FLAGS - silence warning about ServerExtraDefines redefinition on amd64 - regen newline in vnclibs.def patch (fixes editing in emacs) - pet portlint PR: 157930 Submitted by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=278909
* Allow the tightvnc and vnc ports to be installed in alternate locationsCy Schubert2011-04-291-2/+6
| | | | | | | | | thereby allowing them to be installed on the same system. Approved by: each port's maintainer (itetcu & m.tsatsenko@gmail.com) Notes: svn path=/head/; revision=273312
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Mark MAKE_JOBS_UNSAFEMartin Wilke2009-12-251-0/+1
| | | | | | | | | PR: 141190 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: itetcu (maintainer implicit) Notes: svn path=/head/; revision=246646
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - RUN_DEPENDS on x11/rgbIon-Mihai Tetcu2009-03-151-2/+4
| | | | | | | | | - bump PORTREVISION Submitted by: Christian Laursen on IRC Notes: svn path=/head/; revision=230126
* Update to 1.3.10 [1]Ion-Mihai Tetcu2009-03-153-13/+22
| | | | | | | | | | | | | Changelog: http://www.tightvnc.com/whatsnew.html - use bsdoptions.mk :-) PR: ports/132438 [1] Submitted by: Tsurutani Naoki [1] Tested by: jonathan@kc8onw.net Notes: svn path=/head/; revision=230125
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-231-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=217356
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Back-out using the nice bsd.port.options.mk because 5.5, 6.1 and 6.2 R don'tIon-Mihai Tetcu2007-10-291-3/+4
| | | | | | | | | have support for it. Submitted by: portsnap buildbox and freshports Notes: svn path=/head/; revision=202366
* - RUN_DEPEND on xauth and xorg-fonts [1]Ion-Mihai Tetcu2007-10-295-30/+81
| | | | | | | | | | | | | - OPTIONify Java-based vnc viewer and depend on Java in this case (first use of bsd.port.options.mk YAY!) - add patches for core-dumps on amd64 [2] - bump PORTREVISION for above PR: ports/113854 [1], ports/108414 [2] Submitted by: Michael Scheidell [1], Tsurutani Naoki [2] Notes: svn path=/head/; revision=202281
* - Update to 1.3.9Martin Wilke2007-10-083-7/+9
| | | | | | | | | | | - Use SF macro PR: 116604 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer implicit Notes: svn path=/head/; revision=201093
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* (finish interruped update)Ion-Mihai Tetcu2007-01-301-0/+1
| | | | | | | | | | | - - CONFLICT with other vnc ports [1] - tke maintainership since I'm using it PR: ports/108412 [1] Submitted by: Tsurutani Naoki [1] Notes: svn path=/head/; revision=183740
* - CONFLICT with other vnc ports [1]Ion-Mihai Tetcu2007-01-301-1/+3
| | | | | | | - tke maintainership since I'm using it ( Notes: svn path=/head/; revision=183739
* - Update to 1.3.8Michael Johnson2006-09-267-67/+49
| | | | | | | | | | | - Fix build on !i386 (sparc64 atleast anyways) [1] PR: 103693 Subbmitted by: Nils Vogels ahze (me) [1] Notes: svn path=/head/; revision=173930
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Bugfix: Desktop switch on local machine causes vncviewer to terminateVolker Stolz2005-09-202-1/+16
| | | | | | | | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1202622&group_id=14067&atid=114067 PR: ports/86315 Submitted by: Li-Lun Wang (Leland Wang) Notes: svn path=/head/; revision=143207
* Replace PERL regexp separator: from "," to "|" for tricky CFLAGS,Mario Sergio Fujikawa Ferreira2005-05-281-1/+1
| | | | | | | | | | e.g., -O -pipe -pipe -funit-at-a-time -m3dnow -msse -mfpmath=sse,387 -O3 -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fomit-frame-pointer -freorder-blocks -frerun-cse-after-loop -fschedule-insns2 -fthread-jumps -funroll-loops -march=athlon-xp Notes: svn path=/head/; revision=136355
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-4/+1
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* BROKEN on !i386: Does not compileKris Kennaway2004-03-131-0/+4
| | | | Notes: svn path=/head/; revision=103859
* - Make portlint happyClement Laforet2004-02-271-2/+2
| | | | Notes: svn path=/head/; revision=102257
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* update net/tightvnc: 1.2.8 -> 1.2.9Daichi GOTO2003-08-053-6/+14
| | | | | | | | PR: 55248 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=86329
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Update to 1.2.8.Adam Weinberger2003-02-012-2/+2
| | | | | | | | PR: 47759 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=74400
* upgrade to 1.2.7Ying-Chieh Liao2003-01-026-20/+45
| | | | | | | | PR: 46143 Submitted by: Ports Fury Notes: svn path=/head/; revision=72282
* Port needs x11-fonts/XFree86-4-fontDefaultBitmaps at runtime.Edwin Groothuis2002-12-171-0/+1
| | | | | | | | PR: ports/46318 Submitted by: Kurt Werle <kwerle@pobox.com> Notes: svn path=/head/; revision=71685
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Allow vncserver to bind to an address and bump PORTREVISION.Patrick Li2002-11-022-0/+19
| | | | | | | | PR: ports/44811 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=69302
* upgrade to 1.2.6Ying-Chieh Liao2002-10-075-11/+25
| | | | | | | | PR: 43393 Submitted by: Marco Molteni <molter@tin.it> Notes: svn path=/head/; revision=67533
* Fix build fault on -CURRENT.Clive Lin2002-07-121-0/+10
| | | | Notes: svn path=/head/; revision=62873
* Add USE_PERL5Patrick Li2002-06-231-0/+1
| | | | | | | | PR: 39672 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61760
* Install manpagesPatrick Li2002-06-011-1/+4
| | | | | | | | PR: 38742 Submitted by: Martijn Koster <mak-freebsd-bugs@greenhills.co.uk> Notes: svn path=/head/; revision=60418
* Update to 1.2.4Patrick Li2002-05-234-20/+22
| | | | Notes: svn path=/head/; revision=59757
* Fix wrong path where Xvnc looks for fontsPatrick Li2002-03-292-0/+31
| | | | Notes: svn path=/head/; revision=56861