/mail/squirrelmail-notify-plugin/

nome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/catgirl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* irc/catgirl: Update to 1.8Neel Chauhan2021-05-301-1/+1
| | | | | | | Changes: https://git.causal.agency/catgirl/tag/?h=1.8 PR: 256247 Submitted by: june@causal.agency (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/catgirl: update to 1.7Neel Chauhan2021-03-251-1/+1
| | | | | PR: 254528 Submitted by: june AT causal DOT agency (maintainer)
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2021-02-211-1/+1
| | | | | | | | | cc1: error: unrecognized command line option "-Wpedantic" cc1: error: unrecognized command line option "-Wno-gnu-case-range" cc1: error: unrecognized command line option "-Wno-gnu-conditional-omitted-operand" cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)