aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* And remember to bump versions here too.mat2014-10-181-2/+2
* Update Mesa ports to new default of 9.1.7 and more recent version to 10.3.0.kwm2014-10-171-0/+1
* - Update Firefox to 33.0beat2014-10-152-21/+8
* Modern compilers have more -O* flags that enable strict aliasing. Insteadtijl2014-10-101-1/+1
* Switch default Ruby to 2.0swills2014-10-091-1/+1
* - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsak2014-10-091-0/+7
* Comment out, it is not ready for primebapt2014-10-091-8/+8
* Check CATEGORIES sanity directly from bsd.sanity.mkbapt2014-10-091-0/+9
* Use bsd.sanity.mk to check for INSTALLS_SHLIBbapt2014-10-082-4/+3
* info keyword now handles full pathsantoine2014-10-081-1/+4
* 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
* - Do not blindly assume PREFIX to be the same as PYTHONBASE, when creating themva2014-10-081-1/+1
* Fix typoantoine2014-10-081-1/+1
* Add a master site for libreoffice dev hosting abbreviated as LODEVbapt2014-10-071-0/+7
* Add a use to handle gperf dependencybapt2014-10-071-0/+35
* Remove unused configure-autotools target from Mk/bsd.autotools.mk andtijl2014-10-072-24/+1
* graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLUxmj2014-10-071-0/+1
* Replace @dirrm/@dirrmtry with @dir in makeplist and leftovers checkantoine2014-10-072-12/+12
* Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.lme2014-10-061-1/+5
* - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-061-0/+2
* qa.sh now needs LINUXBASEantoine2014-10-051-0/+1
* - fix documentation of user controlled parameters for usage in /etc/make.conf.ohauer2014-10-041-10/+17
* - Allow LINUXBASE for shebangs.bdrewery2014-10-041-0/+1
* check-plist no longer needs to check for directories owned by dependencies.bdrewery2014-10-042-54/+2
* Garbage collect dependency mtree check removed in r368803bdrewery2014-10-041-31/+0
* Autoreconf runs automake in GNU mode which requires files like AUTHORS,tijl2014-10-031-0/+4
* Remove eel and ports that use it.kwm2014-10-031-5/+1
* 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
* Also update gnomesharp dependacy in bsd.gnome.mkkwm2014-10-021-1/+1
* Retire gnome-desktop-sharp20 it depends gnome-panel which is going awaykwm2014-10-021-7/+1
* - Mark INSTALLS_EGGINFO as unsupportedmva2014-10-022-2/+2
* - Fix WITH_DEBUG with USES=cmake. bsd.ports.mk sets STRIP= after all Usesmva2014-10-021-1/+1
* Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibsbapt2014-10-021-0/+5
* Remove support for old autoconf and automake versions from USE_AUTOTOOLS:tijl2014-10-011-66/+2
* lang/ruby2*: fix dtrace supportswills2014-10-011-2/+2
* - Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror)tijl2014-10-011-4/+14
* Activate New Xorg for the full 10.x branch see UPDATING for detailsbapt2014-10-011-1/+1
* Remove obsolete PEAR_AUTOINSTALLantoine2014-10-011-1/+0
* Convert bsd.horde.mk into USES=hordebapt2014-10-011-0/+162
* 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
* Add x11/qt5-x11extras.rakuco2014-09-301-1/+4
* Change the way USES is handled:tijl2014-09-2953-186/+122
* - Fix awk issue in add-plist-post, if python 3.x is the defaultmva2014-09-271-1/+0
* Depend on lang/gccXY if users wish to use a different version of gcc bytijl2014-09-272-2/+8
* Try to make this more clearbdrewery2014-09-261-1/+1
* Tell users to update the pkg PORTbdrewery2014-09-261-1/+1
* - Resolve relative paths, such as path/./file.py or path/../file.py formva2014-09-261-27/+6
* Fix shell commands in fix-packlist,mandree2014-09-261-1/+1
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-252-9/+8
* lang/ruby21: update to 2.1.3swills2014-09-241-2/+2
* lang/ruby20: update to 2.0.0p576swills2014-09-241-2/+2
* - remove SLAVE_PORT_MODULES (no longer required since apache >= 20)ohauer2014-09-241-7/+0
* Make the fetch of PATCHFILES more quietantoine2014-09-241-1/+1
* - fix bad warning example, s/DEFAULT_VERSIONS=/DEFAULT_VERSIONS+=/ohauer2014-09-241-1/+1
* Introduce USES=pearbapt2014-09-231-0/+151
* Remove dirrm from documentation in headerbapt2014-09-231-2/+0
* Register license files with absolute pathbapt2014-09-231-6/+4
* Simplify USES=webpluginbapt2014-09-231-7/+6
* 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
* Use keywords to control exactly when is excutiedbapt2014-09-222-14/+2
* Stop emitting @dirrm* for PORTDATA and PORTEXAMPLESbapt2014-09-221-6/+0
* Spellingbapt2014-09-221-1/+1
* Update CentOS base to 6.5, add userland portsxmj2014-09-224-70/+240
* Remove @dirrmtry from PORTSDOC code it is now automaticbapt2014-09-221-3/+0
* Do not report directories in plist as orphansantoine2014-09-221-1/+0
* PLIST_DIRS and PLIST_DIRSTRY are now equivalent and both emitting @dir entriesbapt2014-09-221-5/+2
* Let pkg(8) track license directories by itselfbapt2014-09-221-7/+0
* Do not set an initial value for owner/wheel pkg(8) does it by itself nowbapt2014-09-221-4/+0
* adjust check_stagedir.sh to take in account %%KEY%%@dirrm*bapt2014-09-221-1/+1
* Update to 1.3.8 Changes:bapt2014-09-223-38/+8
* - change check for httpd version s/-V/-v/ohauer2014-09-211-1/+1
* - Remove -a when copying package. r329130 broke this when PACKAGES was onbdrewery2014-09-191-1/+1
* Improve the autoreconf documentation:tijl2014-09-191-16/+19
* - 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-183-23/+3
* Fix typoantoine2014-09-181-1/+1
* Initial version of USES=autoreconf that can replace USE_AUTOTOOLS. Ittijl2014-09-172-2/+83
* - Remove last uses of USE_AUTOTOOLS=libtool from bsd.gnome.mktijl2014-09-173-137/+11
* - 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
* Turn the installation of *.la files, without some form of USES=libtool intijl2014-09-162-9/+6
* Tell realpath to stay quiet if it cannot resolve a linktijl2014-09-151-1/+1
* lang/ruby*: bump portrevision for libexecinfo changeswills2014-09-151-3/+3
* Allow this to work on DragonFly which does not have the -f param for readlink(1)bdrewery2014-09-141-1/+1
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-4/+4
* - fix DEFAULT_APACHE_VERSION,ohauer2014-09-111-36/+57
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Update bsd.mate.mk has it should have beenbapt2014-09-101-78/+10
* zenoss is gone from the ports tree, no zenpack are left as wellbapt2014-09-101-83/+0
* Finish bringing 32.0bapt2014-09-091-1/+1
* Really update to firefox 32.0 releasebapt2014-09-091-1/+1
* Mozilla upgrades:bapt2014-09-092-35/+13
* - revert to r366839ohauer2014-09-091-3/+2
* - Fix DESTDIR support.bdrewery2014-09-091-1/+1
* - Update to 0.038sunpoet2014-09-091-1/+1
* Let USES=libtool also delete links to .la files (and links to links to...)tijl2014-09-081-0/+4
* bsd.port.mk: Fix typo found in EXTRA_PATCHES handlingmarino2014-09-081-1/+1
* - fix build for ports defining USE_APACHE=22, USE_APACHE_(BUILD|RUN)=22ohauer2014-09-071-2/+3
* Fix example in my previous attempt to document COPYTREE macrospawel2014-09-071-1/+1
* Removed unstaged database/firebird21-* portsmarino2014-09-071-3/+1
* After patching configure restore the original modification time. Thistijl2014-09-051-4/+6
* Factorize USE_CSTD and USE_CXXSTDbapt2014-09-051-12/+6
* Change INSTALL_DATA to install with mode 644antoine2014-09-051-1/+3
* Make descriptions for TTA (The True Audio) lossless audio and TooLAME MP2danfe2014-09-041-0/+2
* Import PHP 5.6 branch!ale2014-09-041-1/+5
* Fix typo in pkg-plist generation.mandree2014-09-041-1/+1
* Fix man pages in ports using python autoplist after MANEXT removalantoine2014-09-031-1/+1
* This garbages collect code now useless:bapt2014-09-031-143/+2
* Remove extra %Dbapt2014-09-031-1/+1
* Convert some @unexec to their proper equivalent in keywordbapt2014-09-034-13/+10
* Fix @dirrmtry in case PREFIX != LOCALBASEbapt2014-09-031-1/+1
* Convert rmtry into regular Keywordbapt2014-09-031-9/+0
* Complain properly about invalid pgsql default versions.crees2014-09-031-0/+6
* Add home directory creation to pre-install script for USERS/GROUPSbapt2014-09-021-2/+2
* Make check-stagedir.sh aware of (owner,group,perm) syntax for keywordsantoine2014-09-021-0/+4
* Update CMake to 3.0.1.rakuco2014-09-021-10/+0
* lang/ruby*: remove obsolete patchesswills2014-09-021-3/+3
* Commit non bikeshed part of Differential Revision D582antoine2014-09-021-9/+11
* - Make it possible to use sample keyword with a full pathantoine2014-09-021-3/+9
* Remove support for pkg_installbapt2014-09-017-755/+214
* Remove support for NO_STAGEbapt2014-09-0116-357/+115
* Split print/texlive-texmf into two ports, texlive-texmf andhrs2014-09-011-2/+6
* lang/ruby*: fix docs handlingswills2014-08-311-3/+3
* Ignore references to stagedir in .fmt and .log files generated for tex formatsantoine2014-08-301-0/+2
* 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
* Check that the plist doesn't reference the stage dir during stage-qaantoine2014-08-262-2/+3
* Remove support for NOPORTDATAantoine2014-08-261-7/+1
* Please stop using USE_PGSQL and follow my friendly hints, thanks.crees2014-08-261-0/+9
* Allow ports using ruby extconf to be built as non rootantoine2014-08-261-0/+1
* Convert pgsql ports to use USES+=pgsqlcrees2014-08-261-2/+2
* Ignore ports setting NO_PACKAGE when PACKAGE_BUILDING is setantoine2014-08-241-0/+2
* Fix a typo.hrs2014-08-241-1/+1
* - Add capability to specify package dependency in USE_TEX.hrs2014-08-241-24/+78
* - Add shared JSON_C descriptionsunpoet2014-08-221-0/+1
* Update TeXLive to 2014.hrs2014-08-221-90/+105
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-143/+139
* - Make 'clean-restricted' tell that it is deleting the package.bdrewery2014-08-222-3/+4
* - Add a comment to clean-restricted. This code has confused me every timebdrewery2014-08-221-0/+2
* Add an option helper for PLIST_SUBantoine2014-08-222-5/+5
* Some ports create their pkg-plist from post-install. USES=libtool removestijl2014-08-211-2/+2
* - Add the same workaround for ignoring PREFIX/info removal when PREFIX !=bdrewery2014-08-191-0/+8
* Do not use RESETPREFIX in plist suggestionsbdrewery2014-08-191-1/+1
* Remove a few remaining NOPORTDATAantoine2014-08-191-4/+0
* Add ksh support to USES=shebangfixantoine2014-08-191-1/+3
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-191-1/+2
* - Fix typosunpoet2014-08-181-1/+1
* Module::Build installs the empty bootstrap files, even with Perl 5.20, somat2014-08-181-4/+3
* revert r365227 to allow discussionpi2014-08-181-1/+1
* Mk/Uses/perl5.mk: Fix logic for removal of empty .bs filespi2014-08-181-1/+1
* Advise trying INSTALL_TARGET=install-strip before ${STRIP_CMD}antoine2014-08-181-1/+1
* - Deprecate INSTALLS_EGGINFOmva2014-08-172-7/+5
* - Remove obsolete mirrors for MASTER_SITE_PYTHONmva2014-08-171-11/+1
* No need to expand CFLAGS/LDFLAGS here.bdrewery2014-08-171-3/+3
* Add some additional fedora-core master sites, remove some which cause timeouts.netchild2014-08-161-3/+6
* - Fix USE_PYTHON knob handling. Features are to be separated with spaces, notmva2014-08-161-1/+1
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-152-35/+67
* Add a USES=imake:noman to make NO_INSTALL_MANPAGES go away.mat2014-08-133-18/+19
* - Fix 'make check-plist' incorrectly considering all installed packages asbdrewery2014-08-121-5/+7
* Add support for USES=libtool:build. It adds a build dependency ontijl2014-08-101-2/+9
* - Only print the python version mismatch warning, if a dependency or user setmva2014-08-101-1/+4
* - add some additional SUB_LIST hintsohauer2014-08-101-3/+9
* Convert the Python framework bits to USES=python.mva2014-08-096-687/+714
* Allow installing ports with the same origin but a different pkgnameantoine2014-08-091-8/+8
* Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin iskwm2014-08-091-2/+2
* - If USES=uniquefiles is used without another .mk file incorporating it, themva2014-08-081-1/+3
* Do not override _USES_POSTantoine2014-08-072-2/+2
* Mk/bsd.python.mk: fix error message for python34 worldpi2014-08-061-1/+1
* Fix typo.mat2014-08-051-1/+1
* Revert 363995 this is making portmaster and portupgrade die in circular depen...bapt2014-08-051-2/+0
* Add USES=execinfo to handle dependency on libexecinfo avoiding pull a uselessbapt2014-08-051-0/+17
* Only pulls gmake-lite is not yet existingbapt2014-08-041-0/+2
* Add make missing-package that will do the same as make missing but print packagebapt2014-08-041-0/+10
* Add txz and bz2 arguments to USES=tarbapt2014-08-041-1/+3
* Update mozilla ports:bapt2014-08-042-7/+28
* - Update USE_PHP=igbinarysunpoet2014-08-011-1/+1
* Revert another part of r361917antoine2014-08-011-2/+3
* Ensure noone set anything else that texlive as TEX_DEFAULT for nowbapt2014-08-011-0/+4
* Honor PKG_SUFX with pkgngantoine2014-08-011-1/+1
* Simplify manifest generation and make it ucl compliant so pkg(8) does not hav...bapt2014-08-011-42/+23
* Add descriptions for Nagios/Monitoring Plugins from {nagios,monitoring}-plugi...lme2014-07-311-0/+2
* - 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
* bsd.options.desc.mk: Correct spelling in two languagesmarino2014-07-291-2/+2
* Add quickcontrols to the list of Qt5 components.rakuco2014-07-291-2/+5
* - Update to 0.037sunpoet2014-07-281-1/+1
* Prevent overlinking of libreadlinebapt2014-07-281-1/+1
* lang/ruby21: Update to Ruby 2.1.2swills2014-07-271-2/+2
* lang/ruby20: Update to Ruby 2.0.0-p481swills2014-07-271-2/+2
* - fix typo in RUN_DEPENDS s/POTSDIR/PORTSDIR/ohauer2014-07-271-1/+1
* lang/ruby19: update to Ruby 1.9.3-p547swills2014-07-271-2/+2
* Upate the target_sw field to use ${OPSYS} instead of hardcodingdes2014-07-261-30/+17
* - Fix check-plist so that its 'files in plist but missing from STAGEDIR' checkbdrewery2014-07-251-5/+12
* qt4: Do not apply the patch from r362770 if EXTRA_PATCHES is unset.rakuco2014-07-251-1/+2
* net/openldap24-*:tijl2014-07-251-4/+4
* Activate NO_ARCH supportbapt2014-07-251-3/+3
* Only use libevent2bapt2014-07-241-1/+1
* Backport my patch to make Qt correctly detect clang's support for C++11 featu...rakuco2014-07-241-0/+2
* - Fix _TWISTED_COMPONENTS: add missing "pair"sunpoet2014-07-241-1/+1
* Remove teTeX supportbapt2014-07-231-32/+11
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always worktijl2014-07-231-4/+0
* Switch to texlive by defaultbapt2014-07-231-2/+2
* Partially revert r361917bapt2014-07-221-5/+8
* Add INFO macro to the helpersbapt2014-07-221-2/+2
* Handle gbklatex componentbapt2014-07-221-0/+4
* Deprecate GGI ports, they are unmaintained upstream since several yearsantoine2014-07-221-2/+1
* Switch from CPE 2.2 URIs to CPE 2.3 formatted strings.des2014-07-211-7/+6
* 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
* bsd.gnome.mk: remove unused libgailgnome componentrene2014-07-211-5/+1
* Fix reression after r361263, more than 200 python modules usingantoine2014-07-211-1/+1
* Fix stage violation for ports using USE_TEX=updmapantoine2014-07-211-0/+2
* - Always pass '-f' with ${RM}. This fixes many ports when building as a userbdrewery2014-07-211-1/+1
* Improve default OPTIONS descriptions a bit:danfe2014-07-211-13/+13
* Remove libtool .la files from all Qt portstijl2014-07-191-1/+2
* Now that all LIB_DEPENDS has been switched to modern version, remove supportbapt2014-07-162-39/+2
* - improve commentsdinoex2014-07-161-18/+10
* Really modernize LIB_DEPENDSbapt2014-07-151-1/+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
* Fix db6_DEPENDS and the corresponding BDB_LIB[_CXX]_NAME for db6.1 upgrade.mandree2014-07-151-3/+3
* - update Module-Build to 0.4206leeym2014-07-151-1/+1
* Modernize LIB_DEPENDSbapt2014-07-151-1/+1
* Fix typo and adjust whitespace in comments.rm2014-07-141-1/+1
* lang/python27: Update to 2.7.8koobs2014-07-141-2/+2
* - reflect new preferred apache versionohauer2014-07-131-1/+1
* - set www/apache24 as the default apache versionohauer2014-07-131-1/+1
* Be a bit more direct about pkg_install having to be replaced by pkg.mat2014-07-111-2/+2
* Add a global OPUS_DESCtijl2014-07-111-0/+1
* Use modern LIB_DEPENDSbapt2014-07-111-3/+3
* Support for installations based on the easy_install setup.py target hasmva2014-07-092-108/+20
* Mk/bsd.wx.mk: add wxPython 3.0 supportwg2014-07-061-0/+3
* - Remove contiguous blank linessunpoet2014-07-061-1/+0
* Support stage for texlive, given it is impossible to rebuild the fmt files intobapt2014-07-051-30/+42
* Use modern LIB_DEPENDSbapt2014-07-031-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-022-58/+0