On 2013/03/26 22:32, Brian Callahan wrote: > On 03/23/13 12:27, Brian Callahan wrote: > >On 3/20/2013 12:29 AM, Brian Callahan wrote: > >>Hi ports -- > >> > >>Attached is a new port, audio/solfege. It's a port of GNU Solfege, a > >>solfege and ear training program. > >> > >>Works for me on amd64. > >> > >>OK? > >> > >>~Brian > > > >Ping. > > > > Do re mi fa sol la si do... ok? > > Think of all those music students who sing really poorly! We must help them. > > But seriously, ok? > > Attached for convenience. > > ~Brian
untested, but from reading:- | +wav_player=aucat | +wav_player_options=-m play -i %s | +midi_player=timidity ... please use /usr/bin/aucat, ${LOCALBASE}/bin/timidity, etc (and add a ${SUBST_CMD} of course) so these have a full path | CONFIGURE_STYLE = gnu old | CONFIGURE_ARGS = --mandir=${PREFIX}/man \ | --sysconfdir=${PREFIX}/share/examples/solfege this ("gnu old") is the old hack to allow overriding sysconfdir; now you can set SYSCONFDIR in the port Makefile, see sysutils/nut for an example. but in this case, it seems you are overriding it for the built package too, where you really just want this to be used for "make fake". so leave CONFIGURE_ARGS alone and override in FAKE_FLAGS or similar (and @sample it in the plist).