aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* New options framework for the portsbapt2012-05-291-134/+210
* - Add USE_QT4 to include bsd.qt.mkmiwi2012-05-241-6/+11
* - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-05-231-7/+15
* No port installs catpages anymore, let's remove ugly code that tries to magic...bapt2012-05-201-3/+0
* - Update language used in portaudit message. (cosmetic change)zi2012-03-131-1/+1
* Make bsd.port.mk not parse port audit's auditfile directly tosimon2012-03-121-14/+5
* - only include bsd.pkgng.mk once [1]bapt2012-02-231-10/+19
* Fix a regression in the default target chain introduced when pushing the new ...bapt2012-02-021-1/+5
* Please welcome pkgng beta1.bapt2012-01-301-11/+37
* - Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some portsbeat2012-01-221-1/+3
* - Fix check-already-installed target: comm expects the input to be sortedpav2012-01-161-2/+6
* R.I.P X11BASEeadler2012-01-131-24/+14
* - Remove unused definition of MD5pav2012-01-131-3/+2
* - Make WITH_FBSD10_FIX globallymiwi2011-11-091-13/+17
* - Fix typo: PKG_NAME should have been PKGNAMEpav2011-11-071-1/+1
* Add a workaround for ports that don't recognize FreeBSD 10.x or newer.erwin2011-10-271-1/+19
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-0/+2
* Simplify USERS/GROUPS management, use groupmod instead of usermod to append u...bapt2011-09-091-8/+7
* - Revert accidental commitsunpoet2011-09-051-14/+14
* - Remove ftp.net.ohio-state.edusunpoet2011-09-051-14/+14
* Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk. This neverlinimon2011-08-131-82/+1
* - fix problem with metadata on tier-2 machines for Pascal ports. Thelinimon2011-08-131-13/+4
* removed unused __softMAKEFLAGS [0]bapt2011-07-211-136/+33
* Fix INDEXFILE for upcoming 10.0 branch.linimon2011-07-211-4/+4
* - Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashespav2011-07-151-4/+6
* Update perl to 5.12.4erwin2011-07-031-1/+1
* Fix fetch-urlall-listbapt2011-06-091-2/+2
* - Add print/ghostscript9-nox11.hrs2011-06-071-8/+8
* - remove some old code (unsused on supported OS) [1]bapt2011-06-061-27/+12
* Introduce Perl 5.14.0skv2011-05-181-1/+3
* Change default Perl version to 5.12.skv2011-05-061-1/+1
* Latest round of infrastructure changes.flz2011-05-051-11/+57
* Update open-motif to 2.3.3makc2011-05-021-1/+1
* Mk/bsd.apache.mk was rewritten with a new logic and some new parametersohauer2011-04-241-2/+2
* Add a new macro to deal with conflict between ncurses from base and ncurses f...bapt2011-04-111-0/+6
* - Disable license checking with DISABLE_LICENSES [1]tabthorpe2011-03-311-0/+2
* - Use ${UID} instead of calling ${ID} -upav2011-03-201-5/+5
* - Fix spellingmiwi2011-03-181-9/+1
* Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENVerwin2011-03-071-3/+4
* - Please welcome Xorg 7.5.1miwi2011-02-261-1/+4
* - Allow using linux base 2.4 on FreeBSD 8.Xpav2011-02-251-1/+1
* - Remove NO_SIZE supportpav2011-02-251-12/+2
* - make dirrmtry more friendly [1]linimon2011-02-251-4/+8
* Make actual-package-depends work with (unsupported) non-standarderwin2011-02-161-2/+7
* Remove trailing period to make fetch URL easier to copy/paste.erwin2011-02-071-2/+2
* Drop the use of <> around portaudit URLserwin2011-02-051-1/+1
* - Fix Conflict handling. At the moment the build conflicts are recorded inmiwi2010-12-291-3/+0
* Sync to final (for now) bsd.autotools.mkade2010-12-231-4/+4
* - Add new variables to define buildtime and runtime dependencies onbeat2010-12-181-1/+1
* Add a temporary backstop definition of SRC_BASE. A more general solutionlinimon2010-12-171-2/+3
* - Upgrade -R flag to -F while fetching, to prevent "local modification time notpav2010-12-101-2/+2
* Sync to new bsd.autotools.mkade2010-12-041-1/+6
* - Remove two checks obviated by the removal of _OPTIONSFILE in revision 1.596...miwi2010-12-011-36/+108
* - Add a hack to display pkg-message on package install on packages created withpav2010-12-011-0/+1
* - DESKTOP_ENTRIES: commandline is used to name installed .desktop file, thispav2010-11-281-1/+1
* - Fix NO_INSTALL ports to register an entry in /var/db/pkg (ie. print/cups)pav2010-11-251-17/+4
* - no-op/style: make use of an assigned variablepav2010-11-181-2/+2
* - Fix PLIST_DIRSTRY: swap the substitutions to the proper orderpav2010-11-091-5/+7
* Fix a mismerge in the previous revision and revert the reversionerwin2010-10-291-3/+4
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-24/+23
* - Pass CPP to CONFIGURE_ENV and MAKE_ENV [1]erwin2010-10-261-3/+4
* - add INSTALL_LIB target [1]erwin2010-10-131-6/+15
* - Introduce a new virtual category enlightenment, for the popular desktoppav2010-09-301-1/+1
* - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mktota2010-09-261-0/+6
* - Desupport USE_CDRTOOLS=cjkpav2010-09-171-8/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-3/+10
* - Add USE_BINUTILS knob that makes the build process use binutils from portpav2010-09-151-0/+17
* - Fix plist leftovers when using LICENSE framework and having @cwd command inpav2010-08-201-138/+35
* Introduce Perl 5.12.1skv2010-07-151-1/+3
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-041-1/+11
* - Fix typo in openal sectionpav2010-06-031-1/+1
* - Rework "missing" target to invoke pkg_info once, running pkg_info -O for eachpav2010-06-021-5/+5
* - Add ports license framework, from GSoc 2008/2009.alepulver2010-05-251-4/+13
* - Restore USE_DISPLAY functionality on xorg-7.5 worldpav2010-05-131-1/+3
* - Add glew to the list of supported USE_GL variablesgahr2010-04-281-1/+2
* - Desupport RC_SUBR and RC_SUBR_SUFFIX macros, they have been replaced withpav2010-04-161-18/+7
* Change default Perl version to 5.10.skv2010-02-061-1/+1
* - Introduce USE_OPENAL variable for OpenAL consumerspav2010-01-261-0/+83
* - Use full path in depobj for archivers/unzip when USE_ZIP variable is setpav2010-01-071-2/+2
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-15/+14
* - Terminate support for X11BASE having different value from LOCALBASEpav2009-12-181-5/+2
* - Correct FORCE_MAKE_JOBS warning which could be incorrectly printed forpav2009-11-261-1/+1
* Format a few comment lines for ts=4 and <80 columns.naddy2009-09-221-7/+8
* - Introduce new GNU_CONFIGURE_PREFIX to override default --prefix valueflz2009-09-171-10/+19
* Add support to create users and groups from information stored in UIDs/GIDsflz2009-09-071-2/+88
* - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is bein...miwi2009-08-231-1/+1
* - Move pkg_install commands detection to bsd.commands.mkmiwi2009-08-031-14/+0
* Welcome new defaults for linux ports!bsam2009-06-271-0/+4
* Pass TMPDIR on to configure and make environments.erwin2009-06-111-0/+13
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-16/+3
* Remove expired port lang/perl5.6skv2009-06-081-5/+3
* - Add USE_CSTD flag that adds --std=value to CFLAGSpav2009-06-041-4/+6
* - Add support to defined USE_FPC after of bsd.port.pre.mk includeacm2009-05-231-0/+4
* - Add a code to drop bsd.port.options.mk into /usr/share/mk if it's missing onpav2009-05-121-0/+13
* - Don't check if pkg_tools support conflicts, they do on all recent FreeBSDpav2009-04-101-8/+0
* Introduce Perl 5.10.0skv2009-03-291-1/+3
* - Hot fix previous commit: really bail out when make failed (fail means fail)pav2009-03-271-0/+2
* Introduce multiple make jobs (parallelization) support. When enabled, -jX ispav2009-03-221-2/+43
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-0/+16
* Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-061-4/+2
* Add a new virtual category (docs) for forthcoming ports.blackend2009-02-231-1/+1
* Rename: lang/perl5 -> lang/perl5.6skv2009-02-021-1/+1
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-2/+2
* Set PERL_VERSION and PERL_VER to "5.8.9".skv2009-01-181-2/+2
* - Backout "fail, if recursing into a dependency failed"pav2009-01-121-21/+0
* - Remove conditional checks and support for FreeBSD versions prior 6.0-RELEASEpav2009-01-111-25/+45
* Document 24 as being the current default for WANT_OPENLDAP_VER ifgerald2009-01-051-2/+2
* * print/ghostscript-* and related ports have been renamed in thehrs2008-09-061-12/+44
* - Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS)rafan2008-08-251-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+8
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-101-1/+14
* - Add CC and CXX to MAKE_ENV for all portspav2008-07-251-2/+3
* - Add an ugly kludge to strip the trailing whitespace from CFLAGS (it comespav2008-07-251-0/+4
* - Separate OpenLDAP related code into bsd.ldap.mkpav2008-07-221-38/+14
* - Overhaul the way we handle with LDAP data directory, populatedelphij2008-07-201-1/+1
* Major optimizations for 'make index' and other recursive traversalkris2008-07-201-30/+62
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-011-0/+11
* - Add support for freepascal based portsacm2008-06-241-0/+7
* - Add common code to support for cmake based ports.miwi2008-05-281-0/+4
* Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.pav2008-04-151-28/+30
* - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higherpav2008-03-121-13/+37
* Remove support for XFree8-4.flz2008-03-081-60/+10
* Migration from bison 1.x to 2.xade2007-10-171-2/+24
* - Fix issues with actual-package-depends, most notably fix bad list when apav2007-10-041-24/+42
* Add an anti-foot-shooting measure that protects against a dependent portlinimon2007-09-301-0/+4
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-241-7/+0