aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* - Fix make clean, broken in previous rev. 1.571Pav Lucistnik2007-06-291-2/+2
* - Add a new virtual category `kld' for ports that install kernel loadablePav Lucistnik2007-06-281-1/+1
* - Speed up recursive `make clean'Pav Lucistnik2007-06-281-4/+102
* - Correct and extend actual-package-depends target, introduced in previousPav Lucistnik2007-06-281-10/+7
* - Provide actual-package-depends target, which prints actual dependencies ofPav Lucistnik2007-06-161-4/+44
* * Make 'make-deinstall-all' check for moved ports. [1]Mark Linimon2007-05-251-22/+219
* Fix USE_XLIB to depend on stub file rather than libX11.Florent Thoumie2007-05-211-0/+5
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-26/+92
* - Fix regression in makesum target introduced with rev. 1.561Pav Lucistnik2007-04-071-2/+2
* - Commit the correct version of mi's patch from ports/109896 as tested onPav Lucistnik2007-04-051-3/+5
* - Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu toPav Lucistnik2007-04-021-12/+13
* - Overhaul bsd.tcl.mk: most importantly, change the semantics to matchPav Lucistnik2007-04-021-1/+1
* - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, somePav Lucistnik2007-04-021-90/+86
* - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in aPav Lucistnik2007-04-021-4/+29
* - Fix handling of OPTIONS default values when configuration files wasn'tPav Lucistnik2007-04-021-8/+12
* - Remove now unused tcl81 category, add new categories tcl and tkPav Lucistnik2007-04-021-2/+2
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrosPav Lucistnik2007-03-241-59/+97
* * Add bsd.ocaml.mk to support OCaml packages [1]Mark Linimon2007-03-141-13/+43
* * Refine some comments about Linux emulation [1]Mark Linimon2007-03-061-115/+7
* Update to OpenLDAP 2.4.4a.Xin LI2007-02-211-1/+1
* - Fix WITH_DEBUG for ports that use STRIP_CMDPav Lucistnik2007-02-201-1/+1
* - Correct recently added WITH_DEBUG knob to not overzealously eat all -fPav Lucistnik2007-02-191-1/+1
* - Force new pkg_install suite on people on systems older than January 10 2006.Pav Lucistnik2007-02-051-2/+2
* Update the USE_QT_VER switch description (allows 3 and 4 for values now).Michael Nottebrock2007-02-051-5/+6
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-3/+3
* Drop PORTOBJFORMAT now that it is entirely unused.Kris Kennaway2007-02-041-11/+2
* bsd.port.mkPav Lucistnik2007-01-311-119/+107
* * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)Kris Kennaway2007-01-301-13/+2
* - Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCLPav Lucistnik2007-01-081-2/+2
* * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, toMark Linimon2006-09-301-18/+20
* Remove PARALLEL_PACKAGE_BUILD check from MANUAL_PACKAGE_BUILD, it isKris Kennaway2006-09-201-1/+1
* * Add missing '|| true' to silence an @unexec rmdir [1]Kris Kennaway2006-09-201-9/+13
* * Add PKGVERSION to bsd.port.mk [1]Mark Linimon2006-09-151-2/+22
* - s/${DESTDIR}${PREFIX}/${TARGETDIR}/Erwin Lansing2006-08-141-16/+18
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-119/+384
* * Introduce IA32_BINARY_PORT for certain cases where a given port fetchesMark Linimon2006-07-181-4/+30
* Fix comments about LDAP versions.Mark Linimon2006-07-061-2/+2
* * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*Mark Linimon2006-07-051-28/+70
* Revert ports/95841. It breaks kdelibs3. I didn't spot this because kdelibs3Mark Linimon2006-06-261-0/+6
* * Update default MySQL version from 4.1 to 5.0 [1]Mark Linimon2006-06-161-22/+96
* * Avoid .if syntax that causes syntax error on old 4.x make [1]Kris Kennaway2006-05-231-41/+219
* Revert previous commit to this file (the commit message belongs toAlexander Leidinger2006-05-021-5/+1
* Extract only the binary RPM's.Alexander Leidinger2006-05-021-1/+5
* Add support for gstreamer-0.10 along side legacy support for 0.8.Joe Marcus Clarke2006-04-291-2/+2
* Clean up spurious "true" in the case of a non-autotools run-autotoolsAde Lovett2006-02-231-1/+1
* Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested asAde Lovett2006-02-231-8/+6
* * Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplementedKris Kennaway2006-02-231-69/+20
* Perl 5.8.8 is the default now.Anton Berezin2006-02-201-2/+2
* - Remove the use of .error in favour of BROKEN to fail more gracefullyKris Kennaway2006-02-111-7/+26
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-39/+42