aboutsummaryrefslogtreecommitdiff
path: root/devel/efivar
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-303-3/+37
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Drop maintainership for some of my ports.Edward Tomasz Napierala2016-06-221-1/+1
| | | | Notes: svn path=/head/; revision=417298
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* devel/efivar: unbreak build on DragonFlyJan Beich2015-12-051-1/+1
| | | | | | | | | | | | Don't rely on USE_GCC using implicit -isystem/usr/local/include to fix efivar.c:20:18: fatal error: popt.h: No such file or directory Approved by: portmgr blanket Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/efivar/ Notes: svn path=/head/; revision=403070
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yesJohn Marino2015-03-211-1/+1
| | | | | | | Approved by: just fix it Notes: svn path=/head/; revision=381793
* Mark as not for powerpc/sparc64: EFI specification not defined for these archs.Mark Linimon2015-02-231-0/+3
| | | | | | | | | IMHO it doesn't make sense to try to build this there. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=379683
* Fix fetch. Looks like the distfile was rerolled somehow; there areEdward Tomasz Napierala2015-02-112-3/+3
| | | | | | | no differences in the actual source code. Notes: svn path=/head/; revision=378849
* New port: devel/efivarEdward Tomasz Napierala2015-01-1913-0/+339
Tools and library to manipulate EFI variables. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=377450