aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix the revert...bapt2015-01-231-1/+1
* Revert wrong patch done in the wrong branch :(bapt2015-01-231-2/+2
* for gl and egl compononents of USE_GL depend on the package rather that a filebapt2015-01-231-2/+2
* Rename post-plist to ${POST_PLIST}. This will allow controlling order andbdrewery2015-01-101-3/+3
* Add 'post-plist' target which can be hooked into to modify the plist withoutbdrewery2015-01-101-2/+3
* Remove a dupplicate occurence of a target.mat2015-01-091-1/+1
* - Remove support for deprecated python bits from the portsmva2015-01-081-4/+0
* Update a comment about where ldconfig configuration files resideantoine2015-01-011-2/+2
* Simplify a bit the rmconfig targetbapt2014-12-291-2/+2
* Allow to work with options as a regular userbapt2014-12-291-15/+13
* - Remove Mk/bsd.efl.mkgblach2014-12-271-11/+0
* mtree files are not used anymore by packagesbapt2014-12-251-3/+0
* Remove now useless gnomehier, pkg handles automatically the directories wherebapt2014-12-251-1/+0
* Final removal of WITH_NEW_XORGdumbbell2014-12-231-8/+0
* Remove documentation about PLIST_DIRSTRYbapt2014-12-211-1/+1
* Add USES=fakeroot to allow packaging ports that are not stageable as a userbapt2014-12-171-1/+1
* Avoid defining do-install if NO_INSTALL is definedbapt2014-12-171-7/+1
* - Remove support for EXTRACT_PRESERVE_OWNERSHIPantoine2014-12-141-15/+4
* abi is case sensitivebapt2014-12-111-1/+1
* Fix NO_ARCH in a way compatible with both pkg 1.3 and pkg 1.4bapt2014-12-111-1/+2
* Patches go into PATCHDIR, not FILESDIR.mat2014-12-101-4/+4
* Set CentOS 6.6 as default Linux version.xmj2014-12-101-3/+2
* Force PREFIX to LINUXBASExmj2014-12-101-1/+1
* Modify run-autotools-fixup so it only prints "FreeBSD 10 autotools fixtijl2014-12-051-3/+4
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-4/+4
* Do not load anymore bsd.database.mk in case of USE_PGSQL given the migration isbapt2014-11-231-1/+0
* Do not ignore .so in manpages they are really problems for both groff and mandocbapt2014-11-221-1/+1
* Add a new check-man target that will check the manpages inside the port forbapt2014-11-211-0/+18
* - Enable SSP by default.bdrewery2014-11-031-3/+4
* bsd.port.mk: Finish update to make makepatchmarino2014-10-311-6/+24
* Move WITH_CCACHE_BUILD logic to bsd.ccache.mkbdrewery2014-10-291-40/+1
* Update Mesa ports to new default of 9.1.7 and more recent version to 10.3.0.kwm2014-10-171-0/+1
* Modern compilers have more -O* flags that enable strict aliasing. Insteadtijl2014-10-101-1/+1
* Use bsd.sanity.mk to check for INSTALLS_SHLIBbapt2014-10-081-3/+0
* Get rid of _DESKTOPDIR_REL and use DESKTOPDIR everywherebapt2014-10-081-14/+2
* Use absolute path for PORTDATA PORTDOCS and PORTEXAMPLESbapt2014-10-081-20/+6
* Use absolute patch for rc scripts in plistbapt2014-10-081-5/+2
* Make info files absolute patch in plistbapt2014-10-081-12/+1
* Remove unused configure-autotools target from Mk/bsd.autotools.mk andtijl2014-10-071-1/+1
* qa.sh now needs LINUXBASEantoine2014-10-051-0/+1
* check-plist no longer needs to check for directories owned by dependencies.bdrewery2014-10-041-3/+0
* Switch to WITH_NEW_XORG for all supported version of FreeBSD by defaultbapt2014-10-031-4/+2
* - Reinstate r369644 fully to add the OSVERSION==UNAME_r sanity check.bdrewery2014-10-031-4/+0
* Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibsbapt2014-10-021-0/+5
* Activate New Xorg for the full 10.x branch see UPDATING for detailsbapt2014-10-011-1/+1
* Partially revert r369644 temporarily (to add the OSVERSION=sysctl kern.osreld...bdrewery2014-10-011-0/+4
* If either of OSVERSION or UNAME_r is improperly set when building in abdrewery2014-10-011-4/+13
* Change the way USES is handled:tijl2014-09-291-8/+12
* Try to make this more clearbdrewery2014-09-261-1/+1
* Tell users to update the pkg PORTbdrewery2014-09-261-1/+1
* Make the fetch of PATCHFILES more quietantoine2014-09-241-1/+1
* Remove some useless @cwdbapt2014-09-231-10/+2
* - Fix check-vulerable exiting without printing message since pkg-1.3.4 fixedbdrewery2014-09-221-1/+1
* Clean out some @dirrmtrybapt2014-09-221-9/+4
* Stop emitting @dirrm* for PORTDATA and PORTEXAMPLESbapt2014-09-221-6/+0
* Update CentOS base to 6.5, add userland portsxmj2014-09-221-0/+2
* Remove @dirrmtry from PORTSDOC code it is now automaticbapt2014-09-221-3/+0
* PLIST_DIRS and PLIST_DIRSTRY are now equivalent and both emitting @dir entriesbapt2014-09-221-5/+2
* Do not set an initial value for owner/wheel pkg(8) does it by itself nowbapt2014-09-221-4/+0
* Update to 1.3.8 Changes:bapt2014-09-221-34/+3
* - Remove -a when copying package. r329130 broke this when PACKAGES was onbdrewery2014-09-191-1/+1
* - Fix minimum pkg version check when using pkg from git. Strip out everythingbdrewery2014-09-191-2/+2
* Remove dead pkg_install codebdrewery2014-09-191-15/+0
* Fix typo.bdrewery2014-09-191-1/+1
* Fix WITH_PKGNG=devel backward compatibilitybapt2014-09-181-6/+6
* Add a minimal version testing for the installed pkg to enforce people to go t...bapt2014-09-181-0/+11
* Retire MANCOMPRESSED.mat2014-09-181-13/+1
* Initial version of USES=autoreconf that can replace USE_AUTOTOOLS. Ittijl2014-09-171-2/+2
* - Fix off-by-one with 'make checksum' which caused it to not properlybdrewery2014-09-171-1/+1
* - Continue to define PKGNG_ORIGIN.bdrewery2014-09-171-3/+4
* bsd.port.mk: Fix typo found in EXTRA_PATCHES handlingmarino2014-09-081-1/+1
* Fix example in my previous attempt to document COPYTREE macrospawel2014-09-071-1/+1
* Factorize USE_CSTD and USE_CXXSTDbapt2014-09-051-12/+6
* Change INSTALL_DATA to install with mode 644antoine2014-09-051-1/+3
* This garbages collect code now useless:bapt2014-09-031-143/+2
* Fix @dirrmtry in case PREFIX != LOCALBASEbapt2014-09-031-1/+1
* Convert rmtry into regular Keywordbapt2014-09-031-9/+0
* Add home directory creation to pre-install script for USERS/GROUPSbapt2014-09-021-2/+2
* Commit non bikeshed part of Differential Revision D582antoine2014-09-021-9/+11
* Remove support for pkg_installbapt2014-09-011-380/+204
* Remove support for NO_STAGEbapt2014-09-011-165/+109
* Commit the version of the patch that was exp-runnedantoine2014-08-281-1/+1
* Fix @dirrm auto-generation for PORTDOCS/PORTEXAMPLES/PORTDATA with globs.mandree2014-08-281-3/+7
* Use CONFIGURE_SHELL and MAKE_SHELL to define SHELL and CONFIG_SHELLtijl2014-08-261-2/+2
* Remove support for NOPORTDATAantoine2014-08-261-7/+1
* Ignore ports setting NO_PACKAGE when PACKAGE_BUILDING is setantoine2014-08-241-0/+2
* - Make 'clean-restricted' tell that it is deleting the package.bdrewery2014-08-221-2/+3
* Some ports create their pkg-plist from post-install. USES=libtool removestijl2014-08-211-2/+2
* Do not use RESETPREFIX in plist suggestionsbdrewery2014-08-191-1/+1
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-191-1/+2
* Add a USES=imake:noman to make NO_INSTALL_MANPAGES go away.mat2014-08-131-8/+2
* Convert the Python framework bits to USES=python.mva2014-08-091-9/+1
* Add make missing-package that will do the same as make missing but print packagebapt2014-08-041-0/+10
* Revert another part of r361917antoine2014-08-011-2/+3
* - Reset @cwd to prefix after creating ldconfig configuration file in localbaseantoine2014-07-301-1/+7
* - Allow to make developer warnings fatalamdmi32014-07-301-0/+4
* Partially revert r361917bapt2014-07-221-5/+8
* Make sure to create the WRKDIR even is do-extract is define in the port Makefilebapt2014-07-211-2/+2
* Clean working directories earlierbapt2014-07-211-1/+1
* Now that all LIB_DEPENDS has been switched to modern version, remove supportbapt2014-07-161-38/+1
* bsd.port.mk: Define CONFIGURE_TARGET using OPSYS instead of freebsdmarino2014-07-151-2/+2
* Fix simple condition in making directoriesbapt2014-07-151-18/+15
* Be a bit more direct about pkg_install having to be replaced by pkg.mat2014-07-111-2/+2
* Add URL explaining NO_STAGE deprecationbdrewery2014-07-031-1/+1
* Deprecate all non stage ports with expiration date 2014-08-31bapt2014-07-021-0/+5
* Remove bsd.pbi.mk, it is not used anymore to produce modern PBIsbapt2014-07-021-2/+0
* Use print/indexinfo to generate index of info pagesantoine2014-06-281-10/+5
* Do not hide errors listing info pages in the pkg caseantoine2014-06-261-1/+1
* Use print/texinfo-lite to install info pagesbapt2014-06-251-10/+13
* Remove the IGNOREFILES feature: it was an unsafe feature allowing to use filesbapt2014-06-231-64/+0
* Make @dirrmtry handling in pkg_install closer to what pkg doesantoine2014-06-211-3/+2
* Fixup COPYTREE_* doc.mat2014-06-191-4/+4
* Remove support for USE_DRUPALbapt2014-06-181-4/+0
* Backout support for WITHOUT_INFO in base it triggers an infinite recursionbapt2014-06-161-6/+6
* do not overwrite RUN and BUILD DEPENDSbapt2014-06-161-2/+2
* Make ports providing info files depending on print/textinfo if base has been ...bapt2014-06-161-0/+6
* Make pkg_install aware of @fc @fcfontsdir and @fontsdirbapt2014-06-121-5/+3
* Fix USE_LDCONFIG when PREFIX!=LOCALBASE and there is no NO_MTREEantoine2014-06-121-2/+2
* Define X_SYSROOT to avoid duplicating code too muchbapt2014-06-121-7/+7
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+2
* Don't run fix-perl-bs when NO_STAGE, it's not needed.mat2014-06-111-1/+1
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-3/+3
* Kill NO_LDCONFIG_MTREE, it is long deadantoine2014-06-091-21/+9
* Fix NO_PIE env definitionbapt2014-06-071-1/+1
* - Disable PIE in ports for now until more testing can be done.bdrewery2014-06-071-0/+3
* lib-depends: Don't show "- not found" on a new line.bdrewery2014-06-051-1/+2
* Apply a band-aid on Perl ports plists for perl 5.20.mat2014-06-021-3/+3
* - Fix grammar and rewordbdrewery2014-05-311-1/+1
* - When showing vulnerability warning give an explanation that therebdrewery2014-05-311-0/+2
* - The output from PKG_INFO is actually neededbdrewery2014-05-301-1/+1
* - Stop showing pkg warnings when looking for dependencies based on packagebdrewery2014-05-301-1/+1
* - Remove USE_GMAKE support, please use USES=gmake insteadmiwi2014-05-291-4/+0
* Add a new option, INSTALL_STRIPPED,bapt2014-05-281-0/+2
* fix checking DISTDIR for writeabilitybapt2014-05-281-2/+2
* make missing distinfo file fatalbapt2014-05-281-0/+1
* Remove support for USE_DISPLAYbapt2014-05-281-4/+0
* Forgot to add fix-packlist for NEED_ROOT.mat2014-05-281-1/+1
* Drop support for USE_SCONS please use USES=scons insteadbapt2014-05-271-7/+0
* Remove bsd.lua.mk and USE_LUA support please use USES=luabapt2014-05-261-11/+0
* Drop compatibility code for USE_DOS2UNIXbapt2014-05-261-13/+0
* - When searching for lib-depends, show which file was found.bdrewery2014-05-251-1/+2
* - Add a USE_PERL5=fixpacklist to account for ports creating one when not usingmat2014-05-251-1/+1
* Point MASTER_SITES_BACKUP / MASTER_SITES_LOCAL to distcache.FreeBSD.orgpeter2014-05-241-2/+2
* Rename pathfix-pre-patch target into pathfix to be consistentbapt2014-05-221-1/+1
* Change the protocal for the default master site backup used forerwin2014-05-161-2/+2
* - Support pkg-1.3 pkg-audit not-vuln output.bdrewery2014-05-121-0/+3
* WANT_GECKO is not in used anywhere in the ports tree, let's remove itbapt2014-05-121-2/+2
* - Move security-check.awk to Mk/Scripts where it is more proper these days.bdrewery2014-05-101-1/+1
* Move updating the desktop database later to make sure it work as expected wit...bapt2014-05-071-2/+4
* Convert all :U to :tu and :L to :tlbapt2014-05-051-40/+38
* - Fix WITH_CCACHE_BUILD support (fix build) with ports that usebdrewery2014-05-031-0/+16
* Allow to append -p[0-9] to EXTRA_PATCHES to specify the patch(1) stripping levelbapt2014-04-281-6/+10
* - Fix regression from r315599: Allow pkg to install itself firstbdrewery2014-04-241-3/+0
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-11/+15
* Fix PLIST_SUB_SED when value contains =antoine2014-04-211-1/+1
* Add / to the blacklist of homedirs that should not be created or touched.mat2014-04-191-2/+2
* makepatch: don't create empty patchespawel2014-04-191-0/+1
* - Create a DO_MAKE_BUILD which will do the right thing for building, suchbdrewery2014-04-171-1/+2
* - Add PLIST_SUB_SED which is used to replace absolute paths with PLIST_SUB'dbdrewery2014-04-171-0/+9
* - Detect failure to create PREFIX for pkg_install workaround added in r351422bdrewery2014-04-171-1/+5
* - During 'make package' create PREFIX if not there to workaround a pkg_installbdrewery2014-04-171-0/+6
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
* - Make default target "make stage" if staging supported.bdrewery2014-04-171-0/+4
* Add PORTSDIR path into PKG_ENV to allow the pkg command to properly find the ...bapt2014-04-131-0/+1
* - Add a @sample plist keywordbdrewery2014-04-121-0/+3
* Only include bsd.gecko.mk when USE_GECKO or WANT_GECKO is setbapt2014-04-111-1/+1
* - Fix error handling in check-config, 'exit' is not a command.bdrewery2014-04-111-1/+1
* Allow regular make xdev to be used as a cross building envbapt2014-04-101-1/+7
* Document COPYTREE_BIN, COPYTREE_SHARE commandspawel2014-04-061-0/+10
* Fix bmake detection logicbapt2014-04-041-1/+1
* Use bmake features to easier cross building supportbapt2014-04-041-0/+6
* Revert STRIPBIN adding to INSTALL_PROGRAM and INSTALL_LIB, this breaks with l...bapt2014-04-041-2/+2
* Fix missing spacebapt2014-04-041-1/+1
* Prepend install(1) command with the STRIPBIN env defined to the proper STRIPB...bapt2014-04-041-2/+2
* Define HCC and HCXX (host cc and host cxx when cross building)bapt2014-04-041-9/+7
* Cross building is only supported for staged portsbapt2014-04-031-0/+3
* Add PKG_ENV to allow specifying the file to read the ABI from in case of cros...bapt2014-04-031-1/+2
* First bit of support to cross build the ports tree will only workbapt2014-04-031-0/+19
* - Add NO_PREFIX_RMDIR to allow not removing PREFIX at deinstall if it doesbdrewery2014-04-021-1/+2
* - Simplify main target IGNORECMD handling for now. Order does not matter here.bdrewery2014-04-011-3/+2
* - Add comments around all of the DEP/SEQ/default target code and try to makebdrewery2014-04-011-11/+25
* - The 2nd section of blocks here is the .else to requiring SU. Change itbdrewery2014-04-011-1/+3
* In the DEBUG case, do not assign INSTALL_TARGET if it is not definedantoine2014-03-291-0/+2
* Automatically convert install-strip target into install target if the debug v...bapt2014-03-281-0/+1
* Make option DEBUG work like WITH_DEBUGbapt2014-03-281-6/+3
* - Fix error running 'make stage' when NO_STAGE is set:bdrewery2014-03-281-0/+7
* Make bsd.ocaml.mk more stage friendlyantoine2014-03-271-0/+4
* - Fix USE_PACKAGE_DEPENDS to properly register packages as automatic with pkgngbdrewery2014-03-261-1/+4
* install-package: Support INSTALLS_DEPENDS to register package as automaticbdrewery2014-03-261-0/+3
* - Fix installing with pkg_install when running 'make install' due to thebdrewery2014-03-241-5/+6
* - Create package in WRKDIR/pkg/ instead of WORKDIR/ to avoid pkg-create bugbdrewery2014-03-231-6/+7
* install-package: Use WRKDIR/PKGNAME.PKG_SUFX if availablebdrewery2014-03-231-4/+8
* Using PKGREPOSITORY is more correct here since PKGFILE uses itbdrewery2014-03-191-1/+1
* USE_LHA is not used anymore in the ports treebapt2014-03-121-15/+2
* Remove the now unused USE_ZIP=yes, everyone should now use USES=zipbapt2014-03-111-14/+2
* fix removed by accident .elsebapt2014-03-071-0/+1
* extract USE_MAKESELF from bsd.port.mkbapt2014-03-071-16/+3
* KDE/FreeBSD team is happy to present Qt 5 in ports!makc2014-03-041-4/+9
* - Get rid of bsd.tcl.mk. See my CHANGES entry from 20130919.gahr2014-02-271-8/+0
* Add a new flag QUIET to make targets quiet, currently only 'checkpatch'rene2014-02-251-2/+5
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-1/+1
* Add a user warning so that everyone get a notice about the upcoming EoL of pk...bapt2014-02-041-0/+10
* Mk/bsd.port.mk:makc2014-02-031-1/+1
* Introduce USES=libtool to replace USE_AUTOTOOLS=libtool.tijl2014-01-291-1/+2
* Do not overwrite MAKE_ENV when WITH_DEBUG is definedbapt2014-01-281-1/+1
* Add DONTSTRIP to MAKE_ENV to prevent install(1) from stripping the binaries w...bapt2014-01-281-0/+1
* Use again package-noinstall now that is worksbapt2014-01-281-1/+1
* Fix make package-recursivebapt2014-01-281-2/+5
* Fix ports that passes MAKE_ARGS and are not staged yetbapt2014-01-281-1/+1
* Do not pass DESTDIR to build target (with a syntax compatible with both fmake...bapt2014-01-271-2/+2
* Add USES=desthackbapt2014-01-271-2/+3
* Add the forgotten test around the IGNOREbapt2014-01-201-0/+2
* NO_STAGEd ports will fail if STAGEDIR is defined.bapt2014-01-201-0/+5
* xz being included in all supported base system, remove code using versionbapt2014-01-131-3/+0
* New USES=uniquefiles to make files or directories uniquemva2014-01-121-5/+6
* Fix checkpatch with the new way target sequence are definedbapt2014-01-081-1/+1
* - Remove USE_FAM, it has been replaced by USES=famantoine2014-01-051-46/+0
* Reinvokes portaudit a second time in case a problem has been reported. So if ...bapt2014-01-051-0/+5
* Add the forgotten targets to _STAGE_SUSEQbapt2014-01-041-1/+3
* Properly add targets to the sequence they belong to, that now makes them pred...bapt2014-01-041-3/+6
* Add the end-user targets to .PHONYbapt2014-01-041-3/+2
* Mark all targets defines in _SEQ and .ORDER has .PHONY which they all should bebapt2014-01-041-1/+11
* Add charsetfix-post-patch to _PATCH_SEQbapt2014-01-041-1/+1
* Add pathfix-pre-path to the _PATCH_SEQ and do not anymore make it a dependenc...bapt2014-01-041-1/+1
* Mark the -message targets as PHONYbapt2014-01-041-0/+1
* extract-message target definition was moved by mistakebapt2014-01-041-2/+2
* Fix typosbapt2014-01-041-1/+1
* Remove 2 more target fallbackbapt2014-01-041-10/+0
* Rework ordering and definition of targets.bapt2014-01-041-267/+185
* Allow to follow 302 redirection when fetching from http.bapt2014-01-031-2/+2
* Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-281-6/+0
* New CFLAGS_${ARCH} and CXXFLAGS_${ARCH}bapt2013-12-271-0/+11
* - Remove USE_OPENAL codeantoine2013-12-261-83/+0
* - Replace USE_DOS2UNIX target by a wrapper for USES=dos2unixrene2013-12-241-34/+14
* Fix user belonging to multiple groups when a package is stagedbapt2013-12-181-0/+2
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-161-0/+10
* bsd.port.mk: add LEGAL_TEXT and LEGAL_PACKAGE variableeadler2013-12-111-0/+13
* Some ports install their info pages gzipped (devel/cvs or lang/gauche forantoine2013-12-061-2/+1
* - Use NO_ARCH instead of NOARCH for consistency with other NO_ knobsak2013-12-061-1/+1
* - Implement support for architecture-neutral portsak2013-12-061-9/+11
* Fix listing of info-* files when stagingantoine2013-11-291-2/+2
* Replace deprecated USE_DISPLAY code with a single inclusion of USES=displayrene2013-11-281-16/+2
* pkg audit now uses the vuln.xml file and not the auditfile anymorebapt2013-11-271-1/+1
* Expand the description of PKGNAMESUFFIX to also cover its use as agerald2013-11-251-3/+5
* Say hello to Mate 1.6.kwm2013-11-231-2/+15
* Fix handling of info files with pkgng, when dealing with .info-X files and al...bapt2013-11-231-1/+8
* Fix typobapt2013-11-211-1/+1
* Fix some typos and use modern Perl variables in comments.rene2013-11-201-4/+4
* Fix do-patchbapt2013-11-201-1/+1
* Ensure make patch fails if a patch fails to apply with bmake being the defaul...bapt2013-11-201-1/+2