aboutsummaryrefslogtreecommitdiff
path: root/irc/thales
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak the build with -fno-common (Clang 11, GCC 10).Alexey Dokuchaev2020-09-011-0/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=547248
* irc/thales remove expired optional dependency on irc/ircd-ruRene Ladan2020-05-051-4/+1
| | | | Notes: svn path=/head/; revision=534069
* irc/thales: Unbreak MODES optionTobias Kortkamp2019-01-081-26/+12
| | | | | | | | | | - Convert to options helpers - Switch to USES=mysql - Remove obsolete comment that no longer seems to be relevant - Fix CONFIGURE_ARGS assignment Notes: svn path=/head/; revision=489674
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add LICENSEDmitry Marakasov2015-06-171-2/+6
| | | | | | | - Fix shebangs Notes: svn path=/head/; revision=389916
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2014-10-271-22/+0
| | | | Notes: svn path=/head/; revision=371570
* Add DOCS option where PORTDOCS appears in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362018
* - Convert USE_GMAKE to USESMartin Wilke2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348342
* - NOPORTDOCS -> PORT_OPTIONS:MDOCSAdam Weinberger2013-12-092-137/+131
| | | | | | | | | - Staging - Use OPTIONS where appropriate - Rename old-style patch files Notes: svn path=/head/; revision=335950
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Reset maintainership for ports maintained by Gerrit Beine.Chris Rees2012-07-111-1/+1
| | | | | | | | | | | | He had requested this some time ago, so any past timeouts should not be held against him. Your work in the past has been much appreciated, thank you. Submitted by: maintainer, via private email Notes: svn path=/head/; revision=300778
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove no longer needed patchMartin Wilke2007-01-031-11/+0
| | | | | | | | PR: ports/107451 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=181337
* - Fix path in rc scriptMartin Wilke2006-09-071-1/+1
| | | | | | | | PR: ports/102949 Submitted by: Gerrit Beine <gerrit.beine(at)gmx.de> (maintainer) Notes: svn path=/head/; revision=172516
* remove USE_REINPLACE for all categories starting with IEdwin Groothuis2006-05-081-1/+0
| | | | Notes: svn path=/head/; revision=161690
* Maintainer mailaddress mass changeEdwin Groothuis2006-04-151-1/+1
| | | | | | | | | | Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=159577
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Honors LOCALBASE.Florent Thoumie2005-11-295-3/+65
| | | | | | | | | | | | | - Executable moved to ${PREFIX}/sbin - Add rcNG script. - Logfile is placed under /var/log. - Pidfile is placed under /var/pid. PR: ports/88177 Submitted by: maintainer Notes: svn path=/head/; revision=149963
* Fix RUN_DEPENDS and thus package building.Alexey Dokuchaev2005-04-281-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=134301
* - Put period at the end of sentenceAlexey Dokuchaev2005-04-261-1/+3
| | | | | | | | | - Explain a case of assignment logic for future reference Make magic lessons by: fjoe Notes: svn path=/head/; revision=134176
* Add thales 1.0, GNU Thales -- An IRC to MySQL gateway.Alexey Dokuchaev2005-04-264-0/+213
PR: ports/67500 Submitted by: Gerrit Beine <tux(at)pinguru.net> Notes: svn path=/head/; revision=134174