diff options
Diffstat (limited to 'distribute.mk.in')
| -rw-r--r-- | distribute.mk.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/distribute.mk.in b/distribute.mk.in index cab74ae..c3fb0e0 100644 --- a/distribute.mk.in +++ b/distribute.mk.in @@ -94,10 +94,11 @@ ppa : debian-source # We do nothing to sync the ports tree with our mirror of # the FreeBSD port's Makefile (freebsd/Makefile) or to supply Poudriere # with a recent tarball of SciTECO. -POUDRIERE_JAIL ?= 141amd64 +POUDRIERE_JAIL ?= 142amd64 +POUDRIERE_BRANCH ?= quarterly poudriere: - poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@curses - poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@gtk + poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@curses + poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@gtk # Create Windows release. # Assumes a correctly installed glib (with pkgconfig script) @@ -111,7 +112,7 @@ poudriere: # we should include gspawn-win32-helper.exe instead. # # When linking in PDCursesMod/WinGUI statically, the -# environment variable PDCURSES_LIBS should be set to +# environment variable CURSES_LIBS should be set to # "-lpdcurses -lgdi32 -lcomdlg32 -lwinmm" # Also, don't forget to set MINGW_UI=pdcurses-gui. MINGW_UI=pdcurses |
