aboutsummaryrefslogtreecommitdiff
path: root/net/ss5/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak the build against modern OpenSSL versionsAlexey Dokuchaev2019-03-281-1/+1
| | | | | | | | - Plug a few memory leaks in ss5_secure_dh_compute_key() - Remove no-op sed(1) call, it does not modify anything Notes: svn path=/head/; revision=497022
* Fix issues in previous commitSteve Wills2018-09-051-4/+3
| | | | | | | | | PR: 230556 Reported by: tobik Pointyhat to: swills Notes: svn path=/head/; revision=479021
* net/ss5: Update to 3.8.9Steve Wills2018-09-051-6/+8
| | | | | | | | | PR: 230556 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (raffaele.delorenzo@libero.it, >3 weeks) Notes: svn path=/head/; revision=479009
* net/ss5: add /var/log/ss5 to plistJason Unovitch2015-12-281-1/+2
| | | | | | | | | | | | - Create /var/log/ss5 to prevent segfault upon service start PR: 199516 Reported by: dewayne@heuristicsystems.com.au Approved by: maintainer timeout (8 months) MFH: 2015Q4 (plist fix blanket) Notes: svn path=/head/; revision=404611
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+2
| | | | | | | | | | | | | | 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
* net/ss5: Mark jobs unsafeJohn Marino2014-10-271-0/+2
| | | | Notes: svn path=/head/; revision=371559
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* net/ss5: Fix on clang, DragonFly, and support stageJohn Marino2014-04-211-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | I estimated it would take me 15 minutes to incorporate the PR, but boy was I wrong. After several HOURS I finally got this port staged, building on FreeBSD 10+, DragonFly too, and fix accomplished the intent of the PR (don't clobber conf files, less noisy). Staging revealed the original port was installing undocumented files. Clang was having issues with the "inline" directives and I could only get it to build on clang by removing them (this doesn't mean the functions won't be inlined, nor does the directive mean that it will.) Anyway -- a gift. I wouldn't have done this had I know how much work it was going to be. I also should have overwritten the install target instead of patch the vendor Makefile, that would have been a lot easier and faster. PR: ports/176676 Submitted by: Lawrence Chen Approved by: maintainer (Raffaele DeLorenzo) Other work by: marino MFH: 2014Q2 Notes: svn path=/head/; revision=351699
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 3.8.5Sylvio Cesar Teixeira2011-05-111-10/+13
| | | | | | | | | PR: ports/155020 Submitted by: Aleksey V. Gnezdilov <aleksey@vtrek.ru> Approved by: Raffaele De Lorenzo <raffaele.delorenzo@libero.it> (maintainer) Notes: svn path=/head/; revision=273977
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - 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
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update to 3.6.4Emanuel Haupt2008-03-041-3/+9
| | | | | | | | PR: 120839 Submitted by: Raffaele De Lorenzo <raffaele.delorenzo@libero.it> (maintainer) Notes: svn path=/head/; revision=208446
* - update to 3.6.2Martin Matuska2007-06-221-1/+3
| | | | | | | | | PR: ports/111916 Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com> Approved by: maintainer (private e-mail), garga (mentor) Notes: svn path=/head/; revision=194061
* Add ss5 3.6.1, SOCKS v4/v5 application layer gateway with many featuresRong-En Fan2007-04-161-0/+40
PR: ports/111187 Submitted by: Raffaele De Lorenzo <raffaele.delorenzo at libero.it> Notes: svn path=/head/; revision=190116