aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+8
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - Chase libprelude updatePav Lucistnik2009-09-191-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241775
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Chase security/libprelude shlib version bumpDmitry Marakasov2009-02-182-16/+3
| | | | | | | | PR: 131286, 131585 (partial) Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru> Notes: svn path=/head/; revision=228623
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.2.2Martin Wilke2008-12-254-18/+19
| | | | | | | | PR: 129925 Submitted by: Michael Josic <systemoperator@gmail.com> (maintainer) Notes: svn path=/head/; revision=224770
* - Chase libprelude shlib bumpBeech Rintoul2008-09-291-2/+2
| | | | Notes: svn path=/head/; revision=221006
* 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
* - Chase security/libprelude shlib version bumpMartin Wilke2008-05-141-2/+2
| | | | | | | | | PR: 123661 Submitted by: Robin Gruyters Pointy hat to: miwi Notes: svn path=/head/; revision=213068
* - update prelude dependencyCheng-Lung Sung2007-10-051-2/+2
| | | | | | | | | PR: ports/116113 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl> Approved by: maintainer (Michael Josic) Notes: svn path=/head/; revision=200883
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Fix build with gcc 4.2Martin Wilke2007-07-041-6/+4
| | | | | | | | Submitted by: danfe@ (thanks) Approved by: maintainer via privat mail Notes: svn path=/head/; revision=194929
* - Marked Broken does not compile with gcc 4.2Martin Wilke2007-07-041-1/+7
| | | | | | | | PR: 114225 Submitted by: Michael Josic <systemoperator@gmail.com> (maintainer) Notes: svn path=/head/; revision=194895
* - Updated dependency library libprelude.Marcelo Araujo2007-06-121-1/+2
| | | | | | | | | | - Bump PORTVERSION to force rebuild. Submitted by: Marcelo Araujo <araujo@FreeBSD.org> Approved by: stas (mentor) Notes: svn path=/head/; revision=193340
* Now appears to build on amd64, assuming it might on other arches too.Kris Kennaway2007-03-031-11/+1
| | | | | | | Remove support for 4.x. Notes: svn path=/head/; revision=186445
* - Chase libprelude updateRong-En Fan2007-01-161-1/+1
| | | | | | | | | PR: ports/107989 Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> Approved by: Michael Josic <systemoperator at gmail.com> (maintainer) Notes: svn path=/head/; revision=182534
* - Update to 2.0Martin Wilke2007-01-158-133/+54
| | | | | | | | PR: ports/107916 Submitted by: Michael Josic<systemoperator@gmail.com> (maintainer) Notes: svn path=/head/; revision=182426
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-132-2/+14
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Added WITH_PRELUDE option. Also added a patch to fix the 'missing prelude.h'Cheng-Lung Sung2006-11-272-1/+18
| | | | | | | | | | | message. PR: ports/104618 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl> Approved by: maintainer (Michael Josic) Notes: svn path=/head/; revision=178082
* - Add two critical patches for MyDoom and Bagle modulesRong-En Fan2006-08-043-1/+56
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/101321 Submitted by: Michael Josic <systemoperator at gmail.com> (new maintainer) Approved by: Ryo Okamoto <ryo at aquahill.net> (old maintainer) Notes: svn path=/head/; revision=169656
* - Update to 0.1.7Renato Botelho2006-05-124-12/+27
| | | | | | | | PR: ports/96674 Submitted by: maintainer Notes: svn path=/head/; revision=162184
* - Update port 0.1.6Marcus Alves Grando2006-04-294-26/+22
| | | | | | | | | | - Mark as BROKEN on 4.x PR: 96168 Submitted by: maintainer Notes: svn path=/head/; revision=160861
* Fix the adns library version so it matches the internal soname. This setsJoe Marcus Clarke2006-04-241-1/+1
| | | | | | | | | the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed. Notes: svn path=/head/; revision=160272
* - Bump adns library version and PORTREVISION after last dns/adns updateSergey Matveychuk2006-04-211-1/+2
| | | | | | | | | for all affected ports. Reproached by: kris Notes: svn path=/head/; revision=160087
* BROKEN on !i386: Does not compileKris Kennaway2006-01-281-1/+7
| | | | Notes: svn path=/head/; revision=154679
* New port: net/nepenthes (resend with shar)Edwin Groothuis2006-01-026-0/+292
Nepenthes can determine the malware activity on a network by deploying a nepenthes sensor (i.e. honey pot). The programm emulates different well known vulnerabilities waiting for malicious connections trying to exploit them. WWW: http://nepenthes.sourceforge.net PR: ports/90062 Submitted by: ryo <ryo@aquahill.net> Notes: svn path=/head/; revision=152606