aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGSChristian Weisgerber2013-09-251-4/+4
* - Fix handling of minimum versions (e.g., USES+=tk:84+)Pietro Cerutti2013-09-241-2/+1
* Only make the pkg-plist start with @owner and @group if root is not neededBaptiste Daroussin2013-09-241-1/+1
* Allow packaging as a user for stage ready portsBaptiste Daroussin2013-09-241-1/+12
* Fix typoBaptiste Daroussin2013-09-241-1/+1
* Overwrite BINOWN/SHAREOWN/WWWOWN to allow all our INSTALL_* macros to properl...Baptiste Daroussin2013-09-241-0/+3
* Fix typoBaptiste Daroussin2013-09-241-1/+1
* In case the port is supporting staging, initialize the PLIST withBaptiste Daroussin2013-09-241-0/+4
* Define UID earlier so that it can be used by USESBaptiste Daroussin2013-09-241-4/+4
* In preparation for package as user introduce a new uidfix, which will setup a...Baptiste Daroussin2013-09-241-0/+15
* - Be explicit about prefix with @cwd for USE_LDCONFIGBryan Drewery2013-09-241-2/+2
* New target make check-orphans to help discovering the files in staged not pre...Baptiste Daroussin2013-09-241-0/+53
* Fix STAGEDIR support for ports using DESKTOP_ENTRIESBaptiste Daroussin2013-09-241-1/+1
* - Remove trailing slashSunpoet Po-Chuan Hsieh2013-09-241-1/+1
* Introduce a new MANDIRS macros to make the compress-man determine where the m...Baptiste Daroussin2013-09-243-3/+5
* Do not require root credential for make clean if the stage cookie is not presentBaptiste Daroussin2013-09-241-1/+1
* Simplify notation of perl man page path in pkg-plist when stagedBaptiste Daroussin2013-09-231-2/+4
* ZOPE option knob should be going to bsd.options.desc.mk, not KNOBS. Fixing.Ruslan Makhmatkhanov2013-09-231-0/+1
* - add new USES target: zope, and convert the tree to itRuslan Makhmatkhanov2013-09-233-91/+98
* - Fix PORTDOCS, PORTEXAMPLES and PORTDATA with staging.Bryan Drewery2013-09-231-6/+6
* Use macro when possibleBaptiste Daroussin2013-09-231-4/+4
* Sort earlier to preserver the FS orderingBaptiste Daroussin2013-09-231-2/+2
* Make the new compress-man respect LOCALBASE and PREFIXBaptiste Daroussin2013-09-231-1/+1
* - Add shared LIBLO and LIBOIL descriptionsSunpoet Po-Chuan Hsieh2013-09-231-0/+2
* Add support for staging area in the ports treeBaptiste Daroussin2013-09-236-54/+291
* Add a new PERL_MANDIR substitution pattern to PLIST_SUB to easier staging p5-...Baptiste Daroussin2013-09-231-1/+3
* - Rename public name of SSP support to WITH_SSP_PORTS as /usr/srcBryan Drewery2013-09-222-3/+4
* - Add 2 settable variablesSunpoet Po-Chuan Hsieh2013-09-211-2/+4
* - Fix typoSunpoet Po-Chuan Hsieh2013-09-201-1/+1
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-202-0/+41
* - Fix svn properties for Mk/bsd.ocaml.mkAlex Kozlov2013-09-201-1/+1
* - Fix on < 10Pietro Cerutti2013-09-191-1/+2
* - Correct typoPietro Cerutti2013-09-191-2/+2
* - Correct another typoPietro Cerutti2013-09-191-1/+1
* - Fix typoPietro Cerutti2013-09-191-1/+1
* - Revert file erroneously included in my previous commitPietro Cerutti2013-09-191-1/+1
* - Implement USES+=tcl and USES+=tkPietro Cerutti2013-09-195-1/+185
* Do not recommand to drop ltverhack because it needs to be done with cautious,Baptiste Daroussin2013-09-191-3/+3
* Fix typoBaptiste Daroussin2013-09-191-1/+1
* Introduce the one-true-way to handle multi version portsBaptiste Daroussin2013-09-193-2/+42
* Move the target for sanity checking to the end of bsd.port.mk so thatBaptiste Daroussin2013-09-192-35/+37
* - update firefox, thunderbird and libxul to 24.0Florian Smeets2013-09-191-42/+50
* Add comas, to improve grammarBaptiste Daroussin2013-09-191-14/+14
* Remove cruftBaptiste Daroussin2013-09-191-3/+0
* Do not issue warnings yet about WITHOUT_NLS and WITHOUT_X11 for the users has...Baptiste Daroussin2013-09-191-8/+8
* Comment LICENSE warning for now, license framework needs more love before adv...Baptiste Daroussin2013-09-191-3/+3
* Print one message per lineBaptiste Daroussin2013-09-191-21/+43
* Add a new bsd.sanity.mk.Baptiste Daroussin2013-09-192-5/+113
* Remove the old perl framework, that also means all the perl code is not loade...Baptiste Daroussin2013-09-182-241/+0
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
* Sqlite 3.4 is not in the ports tree anymoreBaptiste Daroussin2013-09-161-3/+0
* Mk/Uses/readline.mk: Restore functionality for DragonFlyJohn Marino2013-09-161-1/+4
* - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2Marcus von Appen2013-09-151-9/+25
* readline won't be removed in time for 10.0, let 10.0 use readline from base.Baptiste Daroussin2013-09-141-3/+3
* - Add shared COOKIE descriptionSunpoet Po-Chuan Hsieh2013-09-131-0/+1
* Introduce a new USE_CXXSTD similar to USE_CSTD to allow enforcing the C++ lan...Baptiste Daroussin2013-09-091-0/+5
* Don't rely on `file -L' to follow symlinks and find type of the fileMaxim Sobolev2013-09-091-1/+2
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-081-0/+2
* - Update comment of PYTHON_DISTFILESunpoet Po-Chuan Hsieh2013-09-081-1/+1
* - Add shared MONGO descriptionRyan Steinmetz2013-09-071-0/+1
* Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.Koop Mast2013-09-061-2/+14
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-061-0/+2
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-052-3/+15
* - Fix things after recent modbuildtiny commitAndrej Zverev2013-09-051-2/+6
* * Add devel/p5-Module-Build-Tiny support to USE_PERL5 with modbuildtiny.Mathieu Arnold2013-09-041-2/+8
* - Followup to r325807, with USE_PACKAGE_DEPENDS_ONLY, still allowBryan Drewery2013-09-031-1/+1
* - Fix regression from r325805 and allow 'make fetch' to workBryan Drewery2013-09-031-1/+1
* Do not overwrite USESBaptiste Daroussin2013-09-031-1/+1
* Two imake related changes:Tijl Coosemans2013-09-022-3/+9
* Remove pkgconfig USE_GNOME component, it not used anymore [1].Koop Mast2013-09-021-5/+1
* 1. Introduce using iconv with arguments:Boris Samorodov2013-09-021-4/+12
* - Add shared GTA descriptionSunpoet Po-Chuan Hsieh2013-09-011-0/+1
* - Fix regression with 'makesum' from r325805 by respectingBryan Drewery2013-09-011-1/+1
* Bring the Python PyPi MASTERSITES list back to the future - Part IKubilay Kocak2013-09-011-4/+0
* Fix spelling mistakeKubilay Kocak2013-09-011-1/+1
* - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependenciesBryan Drewery2013-08-311-3/+10
* - make fetch/checksum: If a fetched file does not match the expected size,Bryan Drewery2013-08-311-2/+17
* Document the LIBTOOLIZE_ARGS variableKubilay Kocak2013-08-311-0/+3
* Remove dead sites from MASTER_SITE_PERLAndrej Zverev2013-08-311-2/+0
* Update the list of SourceForge.JP official mirrors.Alexey Dokuchaev2013-08-311-1/+1
* - make checksum: When encountering a checksum mismatch, delete the fileBryan Drewery2013-08-311-0/+1
* - Fix WITH_CCACHE_BUILD support on ports that have a *PATH var in theirBryan Drewery2013-08-301-1/+1
* - Support overriding CONFIG_SITEBryan Drewery2013-08-301-1/+2
* Fix a copy-and-paste error and a reversed condition in bsd.gnustep.mkDavid Chisnall2013-08-291-2/+2
* Arts was removed:Ion-Mihai Tetcu2013-08-291-1/+0
* Update to latest GNUstep core libraries.David Chisnall2013-08-291-151/+38
* Remove gnupg.org.favoritelinks.net from GNUPG MASTER_SITE list (NXDOMAIN)Kubilay Kocak2013-08-271-1/+0
* Fix grammar in commentRaphael Kubo da Costa2013-08-261-1/+1
* - Fix a documentation typoMarcus von Appen2013-08-261-1/+1
* Remove two PyPi mirrors, one outdated [1] the other outdated/offline [2]Kubilay Kocak2013-08-251-2/+0
* - document the PYTHON_VER variable for port MakefilesMarcus von Appen2013-08-251-0/+3
* - Add shared LIBXML2 descriptionSunpoet Po-Chuan Hsieh2013-08-251-2/+3
* - Sync comment with default PERL_VERSIONSunpoet Po-Chuan Hsieh2013-08-232-4/+4
* Update to 1.0.9.Koop Mast2013-08-211-5/+5
* - Update MASTER_SITE_VIM to insure official sites are chosen as first choiceSofian Brabez2013-08-201-1/+3
* - Add lang/python as temporary RUN and BUILD dependency, if USE_PYTHON*Marcus von Appen2013-08-181-2/+4
* And actually allow people to continue using ports.Mathieu Arnold2013-08-132-2/+2
* Introduce Perl 5.18.1Mathieu Arnold2013-08-132-0/+4
* Remove www.bluestop.org from MASTER_SITE_CRITICAL. Thank you bruce for theEmanuel Haupt2013-08-091-1/+0
* - update firefox to 23.0Florian Smeets2013-08-091-22/+64
* Fix BUILD_DEPENDS line for devel/subversion builds with STATIC option.Matthias Andree2013-08-061-3/+7
* Document the new bsd.options.mk knobs.Mathieu Arnold2013-08-011-0/+32
* On HEAD fetch is now checking for https, which lead to lots of fetch failuresBaptiste Daroussin2013-07-311-0/+1
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-311-18/+24
* Do not force perl as a patch and extract dependency each time the old form of...Baptiste Daroussin2013-07-311-2/+0
* New USES= perl5Baptiste Daroussin2013-07-312-0/+235
* Define MAKE_CMD in post.mk to allow anything to overwrite itBaptiste Daroussin2013-07-304-4/+3
* do-install also needs MAKE_CMDBaptiste Daroussin2013-07-301-1/+1
* Reduce code duplication by overwriting MAKE_CMD when it is different.Baptiste Daroussin2013-07-303-37/+3
* Define a new MAKE_CMD commandBaptiste Daroussin2013-07-301-0/+1
* Use new LIB_DEPENDS formatBaptiste Daroussin2013-07-301-1/+1
* Use new LIB_DEPENDS formatBaptiste Daroussin2013-07-301-1/+1
* Update db*_DEPENDS to use new lib*.so:... LIB_DEPENDS format. [2]Matthias Andree2013-07-301-10/+10
* Remove excessive colonBaptiste Daroussin2013-07-301-1/+1
* Fix formatting when finding shared library with new LIB_DEPENDS formatBaptiste Daroussin2013-07-301-1/+1
* Add new ${OPT}_CONFIGURE_WITH option helpBaptiste Daroussin2013-07-291-0/+6
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-272-153/+1
* Remove support for Qt3/kde in preparation for full Qt3/kde3 removalBaptiste Daroussin2013-07-271-13/+0
* Quiet update-desktop-database output, like when it complaining about invalidKoop Mast2013-07-261-3/+3
* - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).Tijl Coosemans2013-07-251-5/+23
* Mk/bsd.sites.mk: Update ECLIPSE mirrorsJohn Marino2013-07-221-9/+4
* - change MASTER_SITE_APACHEOlli Hauer2013-07-211-6/+6
* Prevent MAKE_JOBS_NUMBER from being recursiveBaptiste Daroussin2013-07-161-1/+1
* Activate multiple jobs by default [1]Baptiste Daroussin2013-07-161-16/+14
* - Update devel/automake to 1.14Ade Lovett2013-07-161-3/+6
* - Switch USE_GITHUB from nodeload to codeload. nodeload is currentlyBryan Drewery2013-07-151-2/+2
* Remove support for QT 3.3 now that we have QT 4.5Rene Ladan2013-07-131-6/+1
* Add QT4 (Linux Fedora 10).Boris Samorodov2013-07-131-1/+5
* Replace John Marino email address with FreeBSD versionJohn Marino2013-07-121-1/+1
* - Add shared CYASSL, NSS and POLARSSL descriptionsSunpoet Po-Chuan Hsieh2013-07-121-0/+3
* - Update to 1.9.3-p448Steve Wills2013-07-121-1/+1
* Remove support for gnomevfs1Rene Ladan2013-07-101-8/+1
* Remove USE_MOTIF as it is not used anymoreBaptiste Daroussin2013-07-101-21/+1
* Error message when not able to create the optiondir directory.Baptiste Daroussin2013-07-101-2/+2
* New USES=motif that will handle the open-motif dependency.Baptiste Daroussin2013-07-101-0/+30
* Remove target name restriction on USES=displayBaptiste Daroussin2013-07-081-4/+1
* Move loading of USES post actions after the load of all the bsd.*.mk post act...Baptiste Daroussin2013-07-081-9/+9
* Remove all X_FONTS* macros, as they are not used anymoreBaptiste Daroussin2013-07-081-7/+0
* Remove X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT now that they are not used an...Baptiste Daroussin2013-07-071-2/+0
* Remove direct usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORTBaptiste Daroussin2013-07-072-5/+5
* Remove X_VFBSERVER_PORT now that it is not used anymoreBaptiste Daroussin2013-07-071-2/+1
* Remove X_FONTSERVER_PORT now that it is not used anymoreBaptiste Daroussin2013-07-071-1/+0
* Fix MAKE_FORCE_JOBSBaptiste Daroussin2013-07-064-6/+6
* - USE_GMAKE to USES=gmake.Stephen Montgomery-Smith2013-07-061-1/+1
* Move PKGORIGIN definition a bit later so that PKGCATEGORY defined in Makefile...Baptiste Daroussin2013-07-061-7/+7
* Add new LIB_DEPENDS syntax:Baptiste Daroussin2013-07-051-1/+29
* Import new gmake.mk and rip out USE_GMAKE from bsd.port.mkBaptiste Daroussin2013-07-052-23/+48
* Add a mechanism to allow USES to define code to be loaded after post.mkBaptiste Daroussin2013-07-051-0/+9
* - Fix pkg2ng due to UID/ID not being defined.Bryan Drewery2013-07-051-7/+1
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-051-1/+1
* - Remove edb from valid evas loaders, since it's invalid for almost a yearGrzegorz Blach2013-07-051-1/+1
* Reverting r322247 it breaks too many imake:env users while only fixing a coup...Baptiste Daroussin2013-07-041-4/+5
* LATE_INSTALL_ARGS needs to be defined either in case of imake:envBaptiste Daroussin2013-07-041-4/+4
* Better attempt to comment r322214 and fix typos.Baptiste Daroussin2013-07-041-1/+1
* Switch the default Linux DRI port to linux-f10-dri and remove supportRene Ladan2013-07-032-3/+2
* pkg2ng is calling directly bsd.pkgng.mk if present which will fail because of...Baptiste Daroussin2013-07-031-0/+5
* Update KDevelop & friends to 4.5.1 and KDevelop to 1.5.1.Raphael Kubo da Costa2013-07-031-1/+1
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-031-1/+1
* When python ports are installed that depend on the architecture/ABI of theChris Rees2013-06-291-12/+10
* Readd the YACC command definition removed by mistakeBaptiste Daroussin2013-06-291-0/+1
* This time USE_IMAKE is totally goneBaptiste Daroussin2013-06-292-9/+1
* There are still some USE_IMAKE in the ports tree, add a stub to make them con...Baptiste Daroussin2013-06-291-0/+4
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-282-27/+53
* Fix stop-display targetBaptiste Daroussin2013-06-271-1/+1
* - update firefox to 22.0Florian Smeets2013-06-261-13/+13
* Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicityBaptiste Daroussin2013-06-262-14/+60
* Replicate r321735 fix to bsd.port.subdir.mk as it suffers the same bugBaptiste Daroussin2013-06-251-1/+4
* Define UID earlier so that it can be used inside bsd.pkng.mkBaptiste Daroussin2013-06-252-3/+11
* Fix warning if compat.ia32.maxvmem sysctl does not exists and the ports tree ...Baptiste Daroussin2013-06-251-1/+4
* Welcome PHP 5.5!Alex Dupre2013-06-241-0/+4
* - Fix the value of RUBY_PROVIDED to be able to compare withTAKATSU Tomonari2013-06-231-4/+10
* Welcome SDL2 to the FreeBSD ports system!Marcus von Appen2013-06-221-36/+54
* Chase the permanent (301-code) redirects that kernel.org issues.Matthias Andree2013-06-221-1/+1
* Update MASTER_SITE_QT.Raphael Kubo da Costa2013-06-222-4/+11
* Add a new USES: fmakeBaptiste Daroussin2013-06-201-0/+39
* Remove the last remnants of PKGINSTALLVER. It hasn't been used sinceTijl Coosemans2013-06-181-10/+0
* - Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstallAntoine Brodin2013-06-181-0/+1
* Update dialog4ports to 0.1.5Baptiste Daroussin2013-06-171-0/+1
* Remove trailing @ which breaks PATCH_DEBUG_TMPBaptiste Daroussin2013-06-161-1/+1
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forFlorian Smeets2013-06-151-12/+9
* Add load-octave-pkg to _FORCE_POST_PATTERNS.Antoine Brodin2013-06-151-0/+1
* Add a forgotten helper:Baptiste Daroussin2013-06-141-0/+6
* New macros to help dealing with ports that have options:Baptiste Daroussin2013-06-141-1/+43
* - Reallign documentation for a tab width of 4.Tijl Coosemans2013-06-141-29/+55
* Sort PORT_OPTIONS only once and remove some undefines.Tijl Coosemans2013-06-141-17/+6
* Let config-conditional take options configured in make.conf into account.Tijl Coosemans2013-06-142-13/+18
* Add a USES display to replace USE_DISPLAY.Baptiste Daroussin2013-06-141-0/+42
* Yes more simplification in showconfig, pretty-print-config and pkgng manifest...Baptiste Daroussin2013-06-142-26/+6
* No need to globally define X_NESTSERVER_PORTBaptiste Daroussin2013-06-141-1/+0
* Previous attempt to fix the make patch with bmake (make it fail if a patch fa...Baptiste Daroussin2013-06-141-22/+23
* Fix patchingBaptiste Daroussin2013-06-131-5/+7
* Fails is a dependency checking failed with bmakeBaptiste Daroussin2013-06-131-2/+2
* Fail in case a checksum fails with bmakeBaptiste Daroussin2013-06-131-1/+2
* Fix make patch not stopping in case a patch does not apply cleanly with bmake.Baptiste Daroussin2013-06-131-22/+22
* - lang/perl5.12 upgrade to 5.12.5Andrej Zverev2013-06-121-10/+16
* Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.Raphael Kubo da Costa2013-06-121-1/+1
* Add Oracle Berkeley DB 6.0.Matthias Andree2013-06-111-1/+8
* Avoid corrupting the manifest when bmake is run with -dl argumentsBaptiste Daroussin2013-06-101-2/+1
* Simplify the creation of the options part of the pkgng manifestBaptiste Daroussin2013-06-101-41/+1
* Add some more comment to explain how SHEBANG_FILES worksBaptiste Daroussin2013-06-101-0/+4
* Yet more factorisationBaptiste Daroussin2013-06-101-11/+4
* Factorise codeBaptiste Daroussin2013-06-101-30/+10
* Append per arch defaults directly to OPTIONS_DEFAULT. DuplicatesTijl Coosemans2013-06-101-5/+1
* Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONSTijl Coosemans2013-06-101-21/+6
* This should not have been in eitherBaptiste Daroussin2013-06-101-27/+0
* Partial revert of r320440 some things has been committed that shouldn't have yetBaptiste Daroussin2013-06-102-44/+28
* Removed useless quotesBaptiste Daroussin2013-06-103-4/+47
* Testing COMPLETE_OPTIONS_LIST is enought to determine if there is options to ...Baptiste Daroussin2013-06-101-1/+1
* Factorize pre-configBaptiste Daroussin2013-06-101-28/+8
* Factorise make pretty-print-config codeBaptiste Daroussin2013-06-101-44/+19
* Show options group descriptions in make showconfig,Baptiste Daroussin2013-06-101-56/+18
* Remove some redundant comments.Tijl Coosemans2013-06-101-2/+0
* Eliminate _ALL_EXCLUDE temporary variable and fuse two .for loops.Tijl Coosemans2013-06-101-9/+2
* - Update ls-R after fmtutil.Hiroki Sato2013-06-081-1/+2
* Fix grammar in commentBryan Drewery2013-06-071-1/+1
* Add WRKSRC_SUBDIR to simplify overriding WRKSRC:Bryan Drewery2013-06-071-0/+6
* Eliminate ${SITE_PERL}.Hiroki Sato2013-06-071-1/+1
* Do not automatically popup dialog in case only options from global options ar...Baptiste Daroussin2013-06-072-1/+8
* Remove the OPTIONS parsing for real this timeBaptiste Daroussin2013-06-071-39/+0
* Fix exclusion of global options per portsBaptiste Daroussin2013-06-071-0/+1
* Readd the OPTIONS parser given that apparently someports still haven't been c...Baptiste Daroussin2013-06-061-0/+39
* - Use IGNORE for blocking GH_TAGNAME=master to avoid TRYBROKENBryan Drewery2013-06-061-2/+2
* Remove support for parsing the old OPTIONS macro, the compatibility code to l...Baptiste Daroussin2013-06-061-39/+0
* Fix INDEX buildBryan Drewery2013-06-061-2/+2
* Explicitly mark ports using 'master' from githubBryan Drewery2013-06-061-0/+5
* Update comments on GH_TAGNAME to note incorrectnessBryan Drewery2013-06-061-1/+3
* Remove empty radio/single/group/multi options from listsBaptiste Daroussin2013-06-061-0/+23
* Remove postgresql83-*; it expired at the beginning of March.Chris Rees2013-06-051-1/+1
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsFlorian Smeets2013-06-051-1/+0
* Fix build.Hiroki Sato2013-06-021-0/+2
* Fix pkg-plist.Hiroki Sato2013-06-011-4/+1
* - Add PS_CMDMartin Wilke2013-06-011-0/+1
* - Remove support for USE_CMAKE and KDE4_BUILDENV, they are no of use anymore.Martin Wilke2013-06-011-2/+1
* The pkg developement team is proud to announce the new 1.1.0 beta1 release ofBaptiste Daroussin2013-05-302-3/+7
* - Use pkg-static as PKG_BIN which is safer during upgrades ifBryan Drewery2013-05-301-1/+1
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andRene Ladan2013-05-302-121/+6
* - Remove support for Linux 2.4Martin Wilke2013-05-301-7/+2
* Fix build with WITH_CCACHE_BUILD with ports that override PATH viaBryan Drewery2013-05-301-2/+8
* Fix build when WITH_CCACHE_BUILD is set.Bryan Drewery2013-05-301-0/+2
* Do not leave .bak files after converting shebangsBaptiste Daroussin2013-05-291-1/+1
* - Update Ruby 2.0.0 to p195Steve Wills2013-05-281-1/+1
* - Switch default version of Ruby to 1.9Steve Wills2013-05-271-1/+1
* Rework check for threaded apache, in order to support apache 2.4.Alex Dupre2013-05-271-3/+2
* - Update to p429Steve Wills2013-05-271-1/+1
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-252-16/+36
* - Run ldconfig in post-deinstall for pkgng.Bryan Drewery2013-05-241-0/+1
* Fix regression in MLINKS handling when using bmakeBaptiste Daroussin2013-05-241-1/+1
* - Fix duplicated pkg-plist entries.Hiroki Sato2013-05-221-6/+11
* Eliminate duplicated entries in PLIST_FILES and PLIST_DIRSTRY.Hiroki Sato2013-05-221-3/+5
* - Switch default version of Tcl/Tk from 8.5 to 8.6Pietro Cerutti2013-05-211-9/+9