Details
Details
- Reviewers
tcberner adamw - Commits
- rP453986: New port: audio/abgate-lv2: Noise gate LV2 plugin
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12583 Build 12858: arc lint + arc unit
Event Timeline
audio/abgate-lv2/Makefile | ||
---|---|---|
21 | Change PORTNAME to aBGate and remove the GH_PROJECT line. |
Comment Actions
Maybe also rename the directory to abGate-lv2 -- I personally like it if it is matching, but I think there are others that are very opposed to capital letters :)
Comment Actions
I also would like directory to be abGate, but I named one port's directory qTox once, and I remember getting unhappy e-mails about this.
I will ask for extra-opinions on ports@.
audio/abgate-lv2/Makefile | ||
---|---|---|
31 | you should not use ${LOCALBASE}/llib/qt4/bin/qmake -- qmake should work. [QT_SELECT=qt4 is in both CONFIGURE_ENV and MAKE_ENV]. If you need the path to qmake, you should ask bsd.qt.mk for it, and use ${QMAKE}, or ${QT_BINDIR}/qmake. |