To use shujit, set JAVA_COMPILER to 'shujit': - if you are using csh or tcsh, add the following line to ~/.cshrc: setenv JAVA_COMPILER shujit - if you are using sh, bash, zsh or some other Bourne or Korn shell derivative, add the following line to ~/.profile: JAVA_COMPILER=shujit; export JAVA_COMPILER ref='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/catgirl
Commit message (Collapse)AuthorAgeFilesLines
* irc/catgirl: Update to 1.8Neel Chauhan2021-05-302-4/+4
| | | | | | | 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-252-4/+4
| | | | | 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)