aboutsummaryrefslogtreecommitdiff
path: root/net/echoping
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Strip libraryDmitry Marakasov2015-11-252-30/+20
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=402386
* - Reassign sumikawa@'s ports after his commit bit was taken in for safekeepingFrederic Culot2015-11-211-1/+1
| | | | Notes: svn path=/head/; revision=402158
* - Add CPE infoDmitry Marakasov2015-05-161-1/+5
| | | | | | | | | - Add LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=386565
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373063
* Port uses sqrt(3) so link with libmTijl Coosemans2014-09-221-6/+3
| | | | | | | Reported by: sbruno Notes: svn path=/head/; revision=368948
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* 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
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Fix plist.Munechika SUMIKAWA2014-05-212-0/+6
| | | | Notes: svn path=/head/; revision=354736
* Upgrade to 6.0.2Munechika SUMIKAWA2014-05-194-19/+13
| | | | | | | | PR: ports/189418 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Notes: svn path=/head/; revision=354494
* - Stage supportMartin Wilke2014-03-092-3/+5
| | | | Notes: svn path=/head/; revision=347634
* 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 OptionsNGMartin Wilke2013-03-051-16/+13
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301494
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Bump PORTREVISION to chase the update of dns/libidnWen Heping2011-03-141-2/+2
| | | | Notes: svn path=/head/; revision=270856
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Mark as broken on ia64 and powerpc.Mark Linimon2010-04-011-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251963
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* 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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to 6.0.0.Munechika SUMIKAWA2007-04-032-8/+6
| | | | Notes: svn path=/head/; revision=189064
* - Fix after objformat removalPav Lucistnik2007-03-271-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188586
* Make OPTIONify.Munechika SUMIKAWA2006-11-302-8/+38
| | | | | | | | PR: ports/106060 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Notes: svn path=/head/; revision=178331
* - Use USE_OPENLDAPMunechika SUMIKAWA2006-11-091-3/+4
| | | | | | | | | | - Fix portlint warning about order of DISTNAME PR: ports/105294 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=176891
* Fix pkg-plist.Munechika SUMIKAWA2006-06-152-1/+2
| | | | Notes: svn path=/head/; revision=165490
* Fix dependency.Munechika SUMIKAWA2006-06-121-1/+2
| | | | Notes: svn path=/head/; revision=165164
* Upgrade to 6.0-BETA.Munechika SUMIKAWA2006-06-073-9/+26
| | | | | | | | PR: ports/95877 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=164672
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-121-1/+1
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* Chase libraries for new devel/libidn version.Kirill Ponomarev2004-10-261-2/+2
| | | | Notes: svn path=/head/; revision=120238
* Chase libraries for new devel/libidn versionKirill Ponomarev2004-06-281-1/+1
| | | | Notes: svn path=/head/; revision=112449
* - Chase libraries for new devel/libidn versionKirill Ponomarev2004-05-221-1/+2
| | | | Notes: svn path=/head/; revision=109689
* Upgrade to 5.2.0Munechika SUMIKAWA2004-03-072-3/+6
| | | | | | | Noticed by: Stephane Bortzmeyer <bortz@users.sourceforge.net> Notes: svn path=/head/; revision=103242
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Upgrade to 5.1.0.Munechika SUMIKAWA2003-12-132-3/+3
| | | | Notes: svn path=/head/; revision=95719
* Chaged MASTER_SITES.Munechika SUMIKAWA2003-05-221-1/+2
| | | | Notes: svn path=/head/; revision=81744
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 5.0.1.Munechika SUMIKAWA2003-01-092-2/+2
| | | | Notes: svn path=/head/; revision=72824
* Upgrade to 5.0.0. IPv6 was newly supported.Munechika SUMIKAWA2002-10-122-4/+4
| | | | Notes: svn path=/head/; revision=67908
* update to 4.2.0.FUJISHIMA Satsuki2001-09-222-4/+5
| | | | | | | | PR: 30723 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48063
* Fix mismatch checksum, the author change the content of tarballVanilla I. Shu2001-03-102-1/+2
| | | | | | | | | without bump version. Submitted by: bento. Notes: svn path=/head/; revision=39399
* Upgrade to 4.1.0Munechika SUMIKAWA2001-02-142-3/+3
| | | | Notes: svn path=/head/; revision=38339
* Update to echoping 3.0.1 and reset maintainer to ports withKris Kennaway2001-01-144-43/+7
| | | | | | | permission of old maintainer. Notes: svn path=/head/; revision=37185
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Use 'install -c' to make this reinstall friendly.Steve Price1999-07-041-2/+11
| | | | Notes: svn path=/head/; revision=20015