aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the ability to build specific ports with WITH_DEBUGeadler2013-11-191-0/+8
* Define EXTRACT_SUFX at the very end of the pre section to allowbapt2013-11-121-13/+14
* - Fix user users-groups script ('-e')ohauer2013-11-071-1/+1
* - Fix 'make package-recursive' with stagingbdrewery2013-11-021-1/+1
* - Fix 'make package' when using pkg_install. Broken in r332158 due to syntaxbdrewery2013-10-311-0/+2
* Staging showed that user/groups creation from plist are done inbapt2013-10-311-11/+43
* - Fix COPYTREE_BIN and COPYTREE_SHARE so that installed symlinksbdrewery2013-10-281-2/+2
* - Don't create share/applications as it is part of BSD.local.dist nowbdrewery2013-10-231-2/+0
* Don't add "@unexec rmdir ${DESKTOPDIR} ..." to pkg-plist for ports thattijl2013-10-231-1/+0
* really apply the fix provided by ohauerbapt2013-10-211-1/+1
* Fix restage targetbapt2013-10-211-1/+1
* - Fix patch fetching so it tries the next site if one has the wrong size.bdrewery2013-10-201-2/+17
* Readd forgotten port-install-script in the stage seq.bapt2013-10-171-2/+2
* - Fix USE_LDCONFIG32 for stage ready portsak2013-10-151-1/+1
* - Update comments to reflect the new "stage" targetculot2013-10-111-6/+7
* - WITH_CCACHE_BUILD: Respect NOCCACHE as well since that is what devel/ccachebdrewery2013-10-111-1/+1
* - Try to clarify USE_PACKAGE_DEPENDS_ONLY failure messagebdrewery2013-10-101-1/+1
* - Move dialog4ports.sh to more appropriate new directory Mk/Scripts asbdrewery2013-10-101-1/+1
* First set of Q/A for staged ports.bapt2013-10-091-0/+7
* - Fix 'USE_DOS2UNIX= file list' not printing file names since r183768bdrewery2013-10-091-1/+1
* - Fix not being able to use :DEFAULT group in MASTER_SITES and PATCH_SITES.bdrewery2013-10-071-5/+6
* - PATCHFILES now support an optional :-pX flag that notes which patch stripbdrewery2013-10-051-15/+35
* Allow to mark a port as broken on some given arches without having to add pre...bapt2013-10-041-3/+10
* - Fix 'package' with staging+pkg_install when ports are read-only by creatingbdrewery2013-10-031-4/+12
* - Fix staging not checking if a port is already installed when installingbdrewery2013-10-011-2/+2
* - pkg_install+staging: Fix installing package as non-root to call su.bdrewery2013-10-011-2/+2
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-301-6/+8
* - Don't needlessly depend on ccache with WITH_CCACHE_BUILD when NO_BUILD is setbdrewery2013-09-271-1/+2
* - Fix FORCE_PKG_REGISTER with pkg_install with stagingbdrewery2013-09-271-0/+4
* Only make the pkg-plist start with @owner and @group if root is not neededbapt2013-09-241-1/+1
* Allow packaging as a user for stage ready portsbapt2013-09-241-1/+12
* Fix typobapt2013-09-241-1/+1
* In case the port is supporting staging, initialize the PLIST withbapt2013-09-241-0/+4
* Define UID earlier so that it can be used by USESbapt2013-09-241-4/+4
* - Be explicit about prefix with @cwd for USE_LDCONFIGbdrewery2013-09-241-2/+2
* Fix STAGEDIR support for ports using DESKTOP_ENTRIESbapt2013-09-241-1/+1
* Introduce a new MANDIRS macros to make the compress-man determine where the m...bapt2013-09-241-1/+2
* Do not require root credential for make clean if the stage cookie is not presentbapt2013-09-241-1/+1
* - Fix PORTDOCS, PORTEXAMPLES and PORTDATA with staging.bdrewery2013-09-231-6/+6
* Add support for staging area in the ports treebapt2013-09-231-28/+131
* - Rename public name of SSP support to WITH_SSP_PORTS as /usr/srcbdrewery2013-09-221-2/+3
* - Add 2 settable variablessunpoet2013-09-211-2/+4
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+11
* Fix typobapt2013-09-191-1/+1
* Move the target for sanity checking to the end of bsd.port.mk so thatbapt2013-09-191-0/+37
* Remove cruftbapt2013-09-191-3/+0
* Add a new bsd.sanity.mk.bapt2013-09-191-5/+4
* Remove the old perl framework, that also means all the perl code is not loade...bapt2013-09-181-4/+0
* Introduce a new USE_CXXSTD similar to USE_CSTD to allow enforcing the C++ lan...bapt2013-09-091-0/+5
* Don't rely on `file -L' to follow symlinks and find type of the filesobomax2013-09-091-1/+2
* - Followup to r325807, with USE_PACKAGE_DEPENDS_ONLY, still allowbdrewery2013-09-031-1/+1
* - Fix regression from r325805 and allow 'make fetch' to workbdrewery2013-09-031-1/+1
* - Fix regression with 'makesum' from r325805 by respectingbdrewery2013-09-011-1/+1
* - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependenciesbdrewery2013-08-311-3/+10
* - make fetch/checksum: If a fetched file does not match the expected size,bdrewery2013-08-311-2/+17
* - make checksum: When encountering a checksum mismatch, delete the filebdrewery2013-08-311-0/+1
* - Fix WITH_CCACHE_BUILD support on ports that have a *PATH var in theirbdrewery2013-08-301-1/+1
* - Support overriding CONFIG_SITEbdrewery2013-08-301-1/+2
* On HEAD fetch is now checking for https, which lead to lots of fetch failuresbapt2013-07-311-0/+1
* Define MAKE_CMD in post.mk to allow anything to overwrite itbapt2013-07-301-0/+1
* do-install also needs MAKE_CMDbapt2013-07-301-1/+1
* Reduce code duplication by overwriting MAKE_CMD when it is different.bapt2013-07-301-1/+1
* Remove excessive colonbapt2013-07-301-1/+1
* Fix formatting when finding shared library with new LIB_DEPENDS formatbapt2013-07-301-1/+1
* Remove support for Qt3/kde in preparation for full Qt3/kde3 removalbapt2013-07-271-13/+0
* Prevent MAKE_JOBS_NUMBER from being recursivebapt2013-07-161-1/+1
* Activate multiple jobs by default [1]bapt2013-07-161-16/+14
* Remove USE_MOTIF as it is not used anymorebapt2013-07-101-21/+1
* Error message when not able to create the optiondir directory.bapt2013-07-101-2/+2
* Move loading of USES post actions after the load of all the bsd.*.mk post act...bapt2013-07-081-9/+9
* Remove all X_FONTS* macros, as they are not used anymorebapt2013-07-081-7/+0
* Remove X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT now that they are not used an...bapt2013-07-071-2/+0
* Remove direct usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORTbapt2013-07-071-3/+3
* Remove X_VFBSERVER_PORT now that it is not used anymorebapt2013-07-071-2/+1
* Remove X_FONTSERVER_PORT now that it is not used anymorebapt2013-07-071-1/+0
* Fix MAKE_FORCE_JOBSbapt2013-07-061-2/+2
* Move PKGORIGIN definition a bit later so that PKGCATEGORY defined in Makefile...bapt2013-07-061-7/+7
* Add new LIB_DEPENDS syntax:bapt2013-07-051-1/+29
* Import new gmake.mk and rip out USE_GMAKE from bsd.port.mkbapt2013-07-051-23/+6
* Add a mechanism to allow USES to define code to be loaded after post.mkbapt2013-07-051-0/+9
* Switch the default Linux DRI port to linux-f10-dri and remove supportrene2013-07-031-2/+1
* This time USE_IMAKE is totally gonebapt2013-06-291-8/+1
* There are still some USE_IMAKE in the ports tree, add a stub to make them con...bapt2013-06-291-0/+4
* New USES imake to handle the dependency on imake.bapt2013-06-281-27/+1
* Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicitybapt2013-06-261-14/+33
* Define UID earlier so that it can be used inside bsd.pkng.mkbapt2013-06-251-3/+4
* Fix warning if compat.ia32.maxvmem sysctl does not exists and the ports tree ...bapt2013-06-251-1/+4
* Update dialog4ports to 0.1.5bapt2013-06-171-0/+1
* Remove trailing @ which breaks PATCH_DEBUG_TMPbapt2013-06-161-1/+1
* Let config-conditional take options configured in make.conf into account.tijl2013-06-141-5/+3
* Yes more simplification in showconfig, pretty-print-config and pkgng manifest...bapt2013-06-141-21/+5
* No need to globally define X_NESTSERVER_PORTbapt2013-06-141-1/+0
* Previous attempt to fix the make patch with bmake (make it fail if a patch fa...bapt2013-06-141-22/+23
* Fix patchingbapt2013-06-131-5/+7
* Fails is a dependency checking failed with bmakebapt2013-06-131-2/+2
* Fail in case a checksum fails with bmakebapt2013-06-131-1/+2
* Fix make patch not stopping in case a patch does not apply cleanly with bmake.bapt2013-06-131-22/+22
* Removed useless quotesbapt2013-06-101-3/+3
* Testing COMPLETE_OPTIONS_LIST is enought to determine if there is options to ...bapt2013-06-101-1/+1
* Factorize pre-configbapt2013-06-101-28/+8
* Factorise make pretty-print-config codebapt2013-06-101-44/+19
* Show options group descriptions in make showconfig,bapt2013-06-101-56/+18
* Fix grammar in commentbdrewery2013-06-071-1/+1
* Add WRKSRC_SUBDIR to simplify overriding WRKSRC:bdrewery2013-06-071-0/+6
* Do not automatically popup dialog in case only options from global options ar...bapt2013-06-071-1/+1
* The pkg developement team is proud to announce the new 1.1.0 beta1 release ofbapt2013-05-301-2/+6
* - Remove support for Linux 2.4miwi2013-05-301-7/+2
* Fix build with WITH_CCACHE_BUILD with ports that override PATH viabdrewery2013-05-301-2/+8
* The FreeBSD x11 team proudly presentszeising2013-05-251-0/+10
* Fix regression in MLINKS handling when using bmakebapt2013-05-241-1/+1
* - Follow-up to r317320: fix MAKE_JOBS_NUMBER not being setbdrewery2013-05-081-1/+4
* USE_GETTEXT has totally been replaced by USES=gettext thanks, jgh and akbapt2013-05-071-37/+0
* TeXLive mega commit. The following ports have been added:hrs2013-05-061-0/+7
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-0/+1
* ghostscript 7 has been resurrected (this fix package building of ghostscript7...bapt2013-05-041-4/+4
* Preliminary support for bmakebapt2013-05-021-12/+17
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-10/+4
* Remove any reference to USE_ICONV now that it has been totally replace by USE...bapt2013-04-281-5/+0
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-8/+0
* Remove USE_FREETYPE from bsd.port.mkbapt2013-04-261-5/+0
* Remove the now useless compatibility bits for USE_CMAKEbapt2013-04-251-8/+0
* Remove now unused USE_PKGCONFIG codebapt2013-04-231-16/+0
* - Add WITH_CCACHE_BUILD support during 'configure' phasebdrewery2013-04-231-1/+8
* Use simple glob matching instead of a regex to test if PREFIX defined as an a...bapt2013-04-231-1/+1
* Add a global config.site cache.bapt2013-04-231-1/+1
* - Fix check-vulnerable failing when pkg(8) is not installedbdrewery2013-03-301-1/+8
* ghostscript7 is very very outdated consider using newer version like print/gh...bapt2013-03-261-4/+4
* Fix displaying multi descriptionbapt2013-03-211-1/+1
* - Fix dialog4ports missing when PREFIX!=LOCALBASEbdrewery2013-03-211-0/+2
* - Ports that use alternative targets to depend on others, for example:miwi2013-03-211-1/+10
* - Remove prompt for dialog4ports. Dialog4Ports is abdrewery2013-03-211-16/+15
* Make config-depends target respect NO_DIALOGbapt2013-03-201-2/+2
* if user has decide not to install dialog4ports, quit with a failre.bapt2013-03-201-1/+1
* Convert USE_CMAKE to USES macro:makc2013-03-201-4/+8
* Make the ports tree use dialog4ports for make config.bapt2013-03-191-27/+39
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featurebdrewery2013-03-161-4/+0
* r314316 loads the features a bit too late it should be done prior to the path...bapt2013-03-161-9/+9
* Load features at the end of pre.mk instead of the begonning of post.mkbapt2013-03-161-9/+9
* Fix info files with pkgng.bapt2013-03-141-0/+4
* - Fix fetch-urlall-list fetch-url-list fetch-url-list-int targetsbdrewery2013-03-131-4/+0
* - Make the config sanity check more clear that it defaultsbdrewery2013-03-131-1/+1
* Get rid of XAWVER option in bsd.port.mk it does not need to be specified ther...bapt2013-03-101-3/+0
* Remove some dead variablesbapt2013-03-101-4/+0
* Remove old USE_BISON related code from bsd.port.mkbapt2013-03-081-20/+0
* - Add new knob USE_LHA [1]miwi2013-03-081-5/+14
* Convert USE_FUSE macros into USES feature.bapt2013-03-071-10/+0
* New USES macros that loads "features" on demand.bapt2013-03-061-0/+10
* Do not append options to pkg-plist when using pkgng given that this is alreadybapt2013-03-061-0/+2
* - Drop obsoleted USE_QT_VER=4 [1]miwi2013-03-031-3/+3
* Update DESKTOP_ENTRIES framework:makc2013-01-231-65/+98
* - introduce a USE_FUSE macroflo2012-12-141-0/+10
* Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over fromkwm2012-12-101-2/+2
* Extend the options framework providing 2 new macros:bapt2012-12-101-3/+95
* PKG_DEVEL is not there yet, this shouldn't have been committed, sorrybapt2012-10-261-4/+0
* Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itselfbapt2012-10-261-0/+4
* - Only add GH to MASTER_SITES if not already there [1]beat2012-10-111-0/+3
* Add a part forgotten in previous commit concerning switching to pkgngbapt2012-10-101-0/+3
* Switching current to use pkgng by defaultbapt2012-10-101-0/+8
* - add STAT to bsd.commands.mkbapt2012-10-101-10/+5
* - Revert ports/171672 patch to 'do-package' duebdrewery2012-09-211-5/+1
* - Remove ftp fallback as all supported FreeBSD versions provide fetch [1]beat2012-09-211-10/+12
* - Fix install when PACKAGE_BUILDING is not definedbdrewery2012-09-071-1/+1
* - Remove obsolete USE_XLIB and MACHINE_ARCH definitions [1], [4]linimon2012-09-071-24/+15
* Add a "make pbi" and "make clean-pbi" target to the ports build system.linimon2012-09-051-0/+2
* - Add hast to USERS_BLACKLIST [1].linimon2012-09-041-2/+17
* - Partially back out r303381: readlink -f is not available on allbeat2012-09-021-1/+1
* - Add ccache support for building ports. [1]beat2012-08-301-2/+27
* - Record the selected OPTIONS from the port build into the resultingbeat2012-08-221-0/+1
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
* Fix typoerwin2012-08-011-1/+1
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-0/+21
* Fix config-conditionalbapt2012-07-181-2/+2
* compare options loading from /var/db/port/options and make.conf against thebapt2012-07-171-7/+2
* - Document new options framework in bsd.options.mkbapt2012-07-161-12/+1
* - Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be usedavilla2012-07-021-3/+2
* - Revert accidental commitsunpoet2012-06-261-59/+0
* - Add shared TLS descriptionsunpoet2012-06-261-0/+59
* Fix sanity-config error when using WRKDIRPREFIX [1]bapt2012-06-151-4/+4
* - Add optionsNG make config sanity check supportmiwi2012-06-091-4/+26
* Fix condition where _FILE_COMPLETE_OPTIONS_LIST is not defined (introduced by...zi2012-06-091-1/+1
* Fix make config-conditional with optionsngbapt2012-06-091-2/+3
* Silent rmdir after removing the optionfile, the directory might contains otherbapt2012-06-061-2/+2
* Fix sanity checkong for "multi" optionsbapt2012-05-311-1/+1
* Allow make config to run if description is emptybapt2012-05-311-2/+2
* Stop spawning dialog inside its own sh processbapt2012-05-311-7/+7
* Show nothing if no options are defined as it used to be before optionsngbapt2012-05-311-0/+2
* No more need to use double for comments containing parenthesis or simple quotesbapt2012-05-311-7/+7
* Do not leave orphan /tmp/portoptions.* filesbapt2012-05-311-0/+1
* Hide 'cd port && make config' command in 'config-conditional' targetbapt2012-05-301-1/+1
* Fix make config when cancel is hitbapt2012-05-301-4/+2
* Do not spam stdout with dialog command linebapt2012-05-291-2/+1
* Do not print an empty line after description for multi and single options in ...bapt2012-05-291-2/+2
* Fix python's make config [1]bapt2012-05-291-2/+2
* fix make config with no "basic options" but only single or multibapt2012-05-291-1/+1