Index: head/deskutils/menumaker/Makefile =================================================================== --- head/deskutils/menumaker/Makefile (revision 508394) +++ head/deskutils/menumaker/Makefile (revision 508395) @@ -1,23 +1,24 @@ # Created by: alepulver@FreeBSD.org # $FreeBSD$ PORTNAME= menumaker PORTVERSION= 0.99.11 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= Menu generator for X Window Managers and desktop environments LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake python shebangfix +USES= gmake python + GNU_CONFIGURE= yes NO_ARCH= yes -SHEBANG_FILES= ${WRKSRC}/mmaker +LDFLAGS+= -L${LOCALBASE}/lib INFO= mmaker .include Index: head/deskutils/menumaker/files/patch-Makefile.in =================================================================== --- head/deskutils/menumaker/files/patch-Makefile.in (revision 508394) +++ head/deskutils/menumaker/files/patch-Makefile.in (revision 508395) @@ -1,10 +1,17 @@ ---- Makefile.in.orig 2015-06-23 10:18:34 UTC +--- Makefile.in.orig 2019-07-21 13:18:07 UTC +++ Makefile.in -@@ -835,6 +835,7 @@ uninstall-am: uninstall-dist_binSCRIPTS +@@ -851,12 +851,13 @@ uninstall-am: uninstall-dist_binSCRIPTS \ install-exec-local : + -chmod u+w $(DESTDIR)/$(bindir)/mmaker echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> $(DESTDIR)/$(bindir)/mmaker echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker + + install-data-local : +- $(PYTHON) -c 'import compileall; compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")' ++ $(PYTHON_BIN) -c 'import compileall; compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")' + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Index: head/deskutils/menumaker/files/patch-configure =================================================================== --- head/deskutils/menumaker/files/patch-configure (nonexistent) +++ head/deskutils/menumaker/files/patch-configure (revision 508395) @@ -0,0 +1,11 @@ +--- configure.orig 2019-08-08 16:26:40 UTC ++++ configure +@@ -3507,7 +3507,7 @@ fi + $as_echo_n "checking for python build information... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 + $as_echo "" >&6; } +-for python in python3 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do ++for python in python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python python2.7; do + for ac_prog in $python + do + # Extract the first word of "$ac_prog", so it can be a program name with args. Property changes on: head/deskutils/menumaker/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property