aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Also add a centos vault master sites for updatesbapt2015-11-271-0/+1
* Fix typo preventing using c6_64bapt2015-11-261-1/+1
* Indent the make logic inside the USE_GITHUB block properly.mat2015-11-251-41/+41
* keep the multi-github-magic inside of defined(USE_GITHUB)mat2015-11-251-1/+1
* Mk/Scripts/smart_makepatch.sh: Fix multi-patch file and locals bugmarino2015-11-221-10/+19
* www/seamonkey-i18n: unbreak after r401981jbeich2015-11-221-3/+3
* devel/nspr: cleanup cruft to improve stylejbeich2015-11-211-1/+1
* gecko: catch up with 2015-11-03 release trainjbeich2015-11-201-2/+2
* databases/mariadb-client,scripts,server: Removebrnrd2015-11-181-18/+8
* Currently, when bsd.port.mk outputs a message addressed to a user, it woulddanfe2015-11-181-3/+3
* Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of portsgerald2015-11-161-0/+1
* Let USES=autoreconf define AUTORECONF and use it throughout the tree.tijl2015-11-151-2/+4
* Enhance "make makepatch" to address two major deficienciesmarino2015-11-152-36/+255
* - Only consider missing dependency origins to be fatal if they were notbdrewery2015-11-141-8/+21
* Refactor the list of all excluded options so that the second place it ismat2015-11-131-3/+5
* Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, afterbdrewery2015-11-103-3/+4
* Don't use cookie for test targetamdmi32015-11-101-3/+6
* When !defined(DEVELOPER), stage-qa is not put in the stage pipeline.mat2015-11-091-0/+5
* Remove support for WANT_SDL/HAVE_SDL knobsamdmi32015-11-093-33/+6
* Don't hardcode CCACHE_DIR.bdrewery2015-11-071-1/+4
* Fix build with DOCS=off after r400846.jkim2015-11-071-2/+2
* Change the meaning of NO_WRKSUBDIR to force a WRKDIR != WRKSRC.mat2015-11-055-13/+23
* Fix a bug introduced in r399992, where creating only a user would failbrd2015-10-291-6/+6
* Mk/bsd.sites.mk: Remove non-PEP449 Python mirrors [Part III]koobs2015-10-241-3/+5
* Teach the ports framework to handle creating users/groups whenbrd2015-10-231-8/+22
* - Add shebangfix documentation bitsamdmi32015-10-221-2/+10
* Revert r399921 for now due to fallout with libclc using ninja.bdrewery2015-10-221-3/+0
* Enable verbose (compiler output) builds for autotools builds when packagebdrewery2015-10-211-0/+3
* PLIST_SUB entries need paths relative to PREFIX.mat2015-10-211-1/+1
* Rework change in r399791 for default perl to not execute it on 'make clean'bdrewery2015-10-211-2/+2
* Roll all of the commands into a loop and use the same patterns for every lang.bdrewery2015-10-201-31/+15
* Avoid redundantly looking up python command executions for dependency calcula...bdrewery2015-10-202-3/+17
* Avoid redundantly looking up perl version when looking up dependencies or in ...bdrewery2015-10-203-2/+10
* - Combine clean-depends-list.sh into depends-list.shbdrewery2015-10-203-77/+45
* The command environment from r399703 is only needed if recursing.bdrewery2015-10-201-3/+6
* Fix test-depends after r399703.bdrewery2015-10-201-0/+1
* When listing dependencies, export the common command execution results.bdrewery2015-10-201-0/+2
* Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d...bdrewery2015-10-202-2/+50
* Switch strip test to using readelf(1) instead of file(1) to identify symbols.bdrewery2015-10-201-8/+6
* Make OpenJDK 1.8 the defaultswills2015-10-201-2/+2
* Improve shebangfix frameworkamdmi32015-10-191-14/+31
* Drop 8 support.mat2015-10-152-20/+0
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedbapt2015-10-1566-405/+405
* Temporary readd ${PORTSDIR} to perl5 deps as somewhow they are triggeringbapt2015-10-151-4/+4
* Drop the necessity to add ${PORTSDIR} to dependency linebapt2015-10-1566-415/+415
* Xorg-server update to 1.17.2 with related driver updates and bumps.kwm2015-10-131-2/+2
* Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.bdrewery2015-10-132-3/+16
* Add a function to export vars that bsd.port.mk generates from fork/exec.bdrewery2015-10-131-0/+51
* Don't check for minimal Pkg version for package building.bdrewery2015-10-131-1/+1
* Name the 'uname -r' variable the same as the bsd.port.subdir.mk version, _OSR...bdrewery2015-10-131-6/+6
* Apply export handling fixes from bsd.port.mk.bdrewery2015-10-131-14/+18
* Export more sysctl(8) vars.bdrewery2015-10-131-1/+7
* Remove debugging leftover from r399160.bdrewery2015-10-131-1/+0
* Export HAVE_COMPAT_IA32_KERN to sub-makes and ensure it is not exported if em...bdrewery2015-10-131-1/+3
* Move the exported variable assignments to where they are looked-up.bdrewery2015-10-131-1/+6
* Spell 'OSREL' properly from r399155.bdrewery2015-10-131-1/+1
* Don't check for minimal pkg version in sub-makes.bdrewery2015-10-131-2/+3
* Pass result of 'uname -r' to sub-makes to avoid unneeded lookup.bdrewery2015-10-131-2/+4
* Use a loop to export vars.bdrewery2015-10-131-5/+6
* Re-apply r398953 with protection for 'make *config*'.bdrewery2015-10-131-1/+1
* Replace escaping for exported vars with :Q feature.bdrewery2015-10-131-4/+4
* Remove SYSTEMVERSION exporting, not needed since r99913.bdrewery2015-10-131-2/+1
* Use -r flag for read command, this fixes handling of paths containingamdmi32015-10-121-1/+1
* Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0pi2015-10-121-1/+4
* Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)bapt2015-10-111-1/+2
* Avoid a useless call to dirnamebapt2015-10-111-1/+1
* Remove another unused variablebapt2015-10-111-1/+0
* Remove unused variablebapt2015-10-111-1/+0
* Check if the port directory is aboslute otherwise prepend ${PORTSDIR} in FETC...bapt2015-10-111-0/+4
* Revert r398953 per bdrewery demand it breaks make configbapt2015-10-111-1/+1
* Use USESDIR macrobapt2015-10-111-1/+1
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+1
* Don't include/parse bsd.options.desc.mk if not needed (showconfig or -V *_DESC).bdrewery2015-10-101-1/+1
* Make missing argument less obscure.bdrewery2015-10-101-4/+5
* Shift any arguments eaten up from getopts. This script takes no argumentsbdrewery2015-10-101-0/+1
* Unify depends-list.sh and all-depends-list.sh into one script, depends-list.sh.bdrewery2015-10-103-40/+18
* Add LOCALBASE-based ldconfig dir to plist for non-default PREFIXamdmi32015-10-081-17/+22
* Enable TEST option if DEVELOPER is setamdmi32015-10-081-0/+4
* Add a way to cleanly handle terminfo.db file used by devel/ncursesamdmi32015-10-083-1/+43
* - Fix compatibility with fmakeamdmi32015-10-081-1/+1
* Do not provide empty do-test target for perl5-using portsamdmi32015-10-081-1/+1
* www/firefox: update to 41.0swills2015-10-071-2/+2
* Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGETamdmi32015-10-051-2/+2
* - Add NO_PERL5_TEST: allow ports with USES=perl5 to run default do-test: defi...sunpoet2015-10-041-2/+2
* Fix opt_VARS premature expansion.mat2015-10-011-8/+8
* - Fix typoamdmi32015-09-301-1/+1
* Fix qt5-multimedia with GStreamer 1.6.0.kwm2015-09-291-1/+1
* Implemented complete support for test target.amdmi32015-09-295-17/+125
* Add a message explaining how to fix poudriere build failures if theadamw2015-09-281-0/+2
* Mk/bsd.gnome.mk : remove net/linc from the component list.rene2015-09-271-5/+1
* Update gstreamer1 ports to 1.6.0.kwm2015-09-261-3/+23
* Extend @sample to accept argumentsbapt2015-09-261-10/+15
* Explicitly run some gnome commands in post (de)installbapt2015-09-261-6/+6
* Explicitly run the ocaml command in post (de)installationbapt2015-09-261-3/+3
* Explicly force runnning load-octave-pkg during post (de)installationbapt2015-09-261-2/+2
* Restore _FORCE_POST_PATTERNS, some ports are were missed in the conversionantoine2015-09-261-1/+9
* ocamlfind is not run anymore from any @exec linesbapt2015-09-261-1/+0
* update-desktop-database is not used anymore @*execbapt2015-09-261-1/+0
* Convert update-mime-database into @post*bapt2015-09-261-1/+1
* Convert load-octave-pkg to proper @postexecbapt2015-09-261-1/+0
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-3/+0
* Convert a bunch of @exec into proper @postexecbapt2015-09-261-1/+0
* mkfontscale and mkfontdir are not used anymore in @exec linesbapt2015-09-261-1/+1
* kldxref is not used anymore in any @execbapt2015-09-261-1/+1
* Bump the minimal version of pkg to 1.6.0bapt2015-09-261-1/+1
* Use @post[un]exec for ldconfig to ensure ldconfig is run when needed instead ofbapt2015-09-261-11/+10
* Add preliminary support of tlmgr.hrs2015-09-261-1/+1
* Remove another wrong commentbapt2015-09-251-1/+0
* Remove now wrong commentbapt2015-09-251-1/+0
* Allow slave ports to have a Makefile.local.bdrewery2015-09-221-0/+3
* Add description about background why arguments other thanhrs2015-09-201-0/+29
* Make all GNUstep ports install into the System domain so that the Local domai...theraven2015-09-191-0/+4
* Fixup gssapi.mk, no need to support more releases than needed, and usemat2015-09-191-3/+3
* Add a fixup for broken krb5-config script included in 9.Xhrs2015-09-191-0/+15
* Add KRB5CONFIG.hrs2015-09-181-1/+6
* Add a new sanity check for knobs not needed anymorebapt2015-09-171-0/+8
* - Update jpeg-turbo to 1.4.1 and grab maintainership after several timeoutsantoine2015-09-171-1/+6
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-72/+4
* textproc/py-xml: remove portrm2015-09-161-1/+0
* Update the Qt4 ports to 4.8.7.rakuco2015-09-162-6/+7
* - Use -isystem instead of -I to add ${LOCALBASE}/include to the list of heade...amdmi32015-09-161-3/+3
* Rewrite detection of GTK+3 supportolivierd2015-09-141-7/+14
* Since PEP 0488 and python 3.5, pyo files are eliminated and bytecode filesantoine2015-09-141-2/+7
* Make it so that the default Perl is always called perl5.mat2015-09-142-8/+29
* Uses/python.mk: Fix PYTHON_REL for pre-release Python versionskoobs2015-09-141-1/+5
* Add "fc", "fcfontsdir", "fontsdir", and "none" arguments to USES=fonts.hrs2015-09-141-5/+21
* Back-out r396454, it's broken on freebsd 9.3 (breaks at least ftp/curl)antoine2015-09-101-14/+4
* - Add KRB5CONFIG.hrs2015-09-091-4/+14
* Fix build_fs_violation for rebar3 builds.olgeni2015-09-091-1/+1
* Remove duplicate PDFTeX from the comment.jkim2015-09-091-1/+1
* - Update to 2.2.3sunpoet2015-09-091-2/+2
* - Update to 2.1.7sunpoet2015-09-091-2/+2
* - Update to 2.0.0p647sunpoet2015-09-091-2/+2
* [NEW] lang/python35: Welcome Python 3.5.x! (Note: RC3)koobs2015-09-091-1/+1
* Add PORTEXAMPLES to the options helpers.mat2015-09-081-2/+3
* - Split xpdfopen package from texlive-base. This is because it is the onlyhrs2015-09-081-4/+8
* - Move *_DEPENDS togethersunpoet2015-09-081-1/+1
* - Move *_DEPENDS togethersunpoet2015-09-081-1/+1
* - Move *_DEPENDS togethersunpoet2015-09-081-1/+1
* Remove libgnomedb component. The actualy port was removed April 2014 by bapt.kwm2015-09-061-5/+1
* Add DESKTOP_ENTRIES to the options flags.mat2015-09-051-9/+10
* http://cloud.github.com/ redirects to https.mat2015-09-051-1/+1
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-031-0/+17
* Fix error message when not finding a packagebapt2015-09-031-1/+1
* To ease up with future upgrades, move PERL_VERSION into a separate file.mat2015-08-311-5/+5
* Move one of the fallback site upperaz2015-08-301-1/+1
* Help portscout to detect a new version of the module on CPAN if the AUTHOR_IDaz2015-08-301-4/+4
* Update the USE_GNOME librsvg2 entry, which should have happened inkwm2015-08-301-1/+1
* - Add BROKEN_RUBYxx to simplify Makefilesunpoet2015-08-291-0/+8
* Use more precise wording, i.e. "set" and "append" instead of "run."adamw2015-08-291-4/+4
* Mk/bsd.port.mk: Add PKG_CREATE_VERBOSE functionalitymarino2015-08-281-0/+7
* Add generic opt_VARS/opt_VARS_OFF.mat2015-08-281-0/+29
* gecko: add INTEGER_SAMPLES optionjbeich2015-08-261-1/+11
* Make package-depends-list accept dependency entries without ${PORTSDIR}bapt2015-08-251-0/+4
* Make build-depends-list and run-depends-list accept dependency lines withoutbapt2015-08-251-6/+14
* gecko: temporarily disable bundled jemalloc3 on DragonFlyjbeich2015-08-251-0/+2
* Bump perl5-devel's PERL_VERSION.mat2015-08-241-1/+1
* Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG.mat2015-08-242-0/+5
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-17/+22
* Fix with fmake.mat2015-08-211-1/+2
* gecko: properly check OSVERSION against OPSYS [1]jbeich2015-08-211-5/+5
* Optimize opt_IMPLIES.mat2015-08-211-3/+29
* gecko: use system jemalloc on 11.0-CURRENT againjbeich2015-08-201-1/+6
* Uses/localbase.mk: Set CMAKE_PREFIX_PATH.rakuco2015-08-201-0/+4
* - Add shared PYTHON2 and PYTHON3 descriptionssunpoet2015-08-201-0/+2
* Add EXTRACT_ONLY to the options flags.mat2015-08-191-8/+8
* Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, ormat2015-08-182-1/+32
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.rakuco2015-08-181-4/+1
* Add BROKEN and IGNORE to the options flags.mat2015-08-181-4/+4
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-174-92/+30
* Rewrite the target ordering code.mat2015-08-1717-76/+127
* Update MASTER_SITE_GNUPGfeld2015-08-151-11/+16
* Add OAuth keys for importing Google contacts into Loopjbeich2015-08-121-2/+7
* bsd.gecko.mk: update DTRACE requirementsjbeich2015-08-111-3/+2
* Make baselibs QA check non recursive and activate it againantoine2015-08-111-6/+6
* Re-commit ofnetchild2015-08-104-152/+214
* www/firefox: make testing bundled cairo easier via optionjbeich2015-08-101-0/+2
* www/firefox: remove broken LOGGING optionjbeich2015-08-101-2/+4
* Disable baselibs check until it is made saner (aka non recursive)bapt2015-08-091-1/+1
* Fix a typo that made baselibs QA check run twice on some filesantoine2015-08-091-1/+1
* - editors/lazarus update to 1.4.2acm2015-08-091-0/+7
* Bump the version of clang to 3.6 when c++14-lang is specifiedbrd2015-08-091-4/+4
* - Update net/asterisk11 to 11.19.0madpilot2015-08-081-0/+1
* Previously, ncurses.mk tests for header instead of the shared librarydelphij2015-08-081-1/+1
* - Update Firefox to 40.0jbeich2015-08-071-2/+2
* security/libressl: Update to 2.2.2brnrd2015-08-071-1/+1
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-061-63/+18
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-0/+6
* White space fix.mat2015-07-301-4/+4
* Add GH_* and PORTDOCS top the make variables helpers.mat2015-07-301-7/+9
* checks $WRKSRC for all direct dependencies in the limited-clean-depends:loader2015-07-301-1/+1
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-0/+4
* Add a note about not changing MASTER_SITE_BACKUP.mat2015-07-281-1/+2
* Update MATE DE to 1.10.0.kwm2015-07-281-6/+1
* Bump here too.mat2015-07-281-1/+1
* Not all Hex package specifications start with the '~' character,olgeni2015-07-271-1/+1
* Use -nox11-suffixed ports instead of DEPENDS_ARGS.hrs2015-07-271-2/+5
* Fix build on fmake.hrs2015-07-271-1/+1
* Fix the case when X11 option is defined and not specified in the parent port.hrs2015-07-271-1/+3
* - Fix -nox11 packages and ghostscript:nox11 in ghostscript.mk.hrs2015-07-271-8/+7
* Unbreak INDEX, reverting r392921antoine2015-07-264-211/+151
* 64 bit linuxulator support (not activated by default):netchild2015-07-264-151/+211
* - Separate libsynctex from tex-web2c to devel/tex-synctex.hrs2015-07-261-3/+12
* - Fix a bug which prevented both a package version number and argumentshrs2015-07-261-2/+12
* - Allow comma-separated multiple arguments in USE_TEX like "foo:arg1,arg2".hrs2015-07-251-1/+1
* Split LIB_DEPENDS and the other _DEPENDS types.mat2015-07-241-6/+15
* - Update Thunderbird to 38.1.0jbeich2015-07-241-3/+3
* Remove minor version numbers.hrs2015-07-232-9/+4
* Fixup depends on devel/tex-libtexlua and devel/tex-libtexluajit.mat2015-07-221-1/+1
* Fix regular expressions for "./rebar" and "./rebar3".olgeni2015-07-211-1/+1
* - Remove "agpl" keyword in ghostscript arguments.hrs2015-07-211-11/+11
* - Fix an error with fmake. [*]hrs2015-07-211-6/+11
* Allow support of minor version number in GHOSTSCRIPT_DEFAULT sincehrs2015-07-212-17/+21
* Fix path of libeditbapt2015-07-201-1/+1
* Add a QA check on some base libraries (for now only libedit and libarchive)bapt2015-07-201-1/+23
* Update TeXLive to TL2015.hrs2015-07-201-7/+16
* Fix typobapt2015-07-201-1/+1
* Pass PKGBASE to qa.shbapt2015-07-191-1/+2
* Add 3 new usesbapt2015-07-193-0/+50
* Allow underscores in Elixir application names.olgeni2015-07-191-1/+1
* Remove some experiment code.kwm2015-07-171-7/+1
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-174-73/+109
* bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS in CFLAGSjbeich2015-07-161-1/+0
* In MIX_REWRITE, suppress optional dependencies too.olgeni2015-07-161-1/+1
* - Update NSS and ca_root_nss to 3.19.2jbeich2015-07-162-8/+8
* Find more instances of ":only" dependencies in MIX_REWRITE.olgeni2015-07-151-1/+1
* In elixir.mk, add MIX_REWRITE and ELIXIR_LIB_ROOT.olgeni2015-07-151-1/+8
* Fix static modules in www/apache24pgollucci2015-07-151-1/+1
* - Add /usr/sbin/dtrace to the list of allowed shebangsamdmi32015-07-151-0/+1
* Add support for USES= compiler:c++14brd2015-07-151-2/+31
* The lazarus GTK1 interface has been discontinued upstream:bapt2015-07-151-4/+2
* The correct default for ELIXIR_HIDDEN is ELIXIR_APP_NAME, whicholgeni2015-07-151-1/+1
* Add build/run depend lines for dconf.kwm2015-07-141-0/+2
* Improvements in erlang.mk:olgeni2015-07-141-3/+5
* Add support for more variables in elixir.mk.olgeni2015-07-131-1/+5
* Fix installation of ERL_DOCS directories.olgeni2015-07-101-1/+1
* Fix typo in variable name.olgeni2015-07-101-1/+1
* security/libressl: Update to 2.2.1brnrd2015-07-091-1/+1
* Improve working of comment.olgeni2015-07-081-1/+1
* In elixir.mk, replace custom targets with do-build and do-install.olgeni2015-07-081-9/+5
* - Fix dependencies on docs, plperl, pltclpgollucci2015-07-081-3/+3
* - Provide a check/warning/fix for users that upgraded from an older release a...zi2015-07-071-0/+7
* Add Uses/erlang.mk.olgeni2015-07-071-0/+143
* - Fix regression-test: TEST_ARGS and TEST_ENV should be overwritablesunpoet2015-07-071-2/+2
* Rewite CLEAN-DEPENDS*bapt2015-07-042-81/+59
* Change the default ELIXIR_HIDDEN regexp to match PORTNAME exactly.olgeni2015-07-041-1/+1
* - Instead of limiting effect of alias.mk to DragonFly, extend it to everythin...amdmi32015-07-041-2/+2
* Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) andolgeni2015-07-031-0/+112
* Remove support for distfiles in cdrombapt2015-07-031-17/+0
* Remove useless @ in ALL-DEPENDS-LISTbapt2015-07-021-1/+1