aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
...
* if user has decide not to install dialog4ports, quit with a failre.Baptiste Daroussin2013-03-201-1/+1
* Convert USE_CMAKE to USES macro:Max Brazhnikov2013-03-201-4/+8
* Make the ports tree use dialog4ports for make config.Baptiste Daroussin2013-03-191-27/+39
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featureBryan Drewery2013-03-161-4/+0
* r314316 loads the features a bit too late it should be done prior to the path...Baptiste Daroussin2013-03-161-9/+9
* Load features at the end of pre.mk instead of the begonning of post.mkBaptiste Daroussin2013-03-161-9/+9
* Fix info files with pkgng.Baptiste Daroussin2013-03-141-0/+4
* - Fix fetch-urlall-list fetch-url-list fetch-url-list-int targetsBryan Drewery2013-03-131-4/+0
* - Make the config sanity check more clear that it defaultsBryan Drewery2013-03-131-1/+1
* Get rid of XAWVER option in bsd.port.mk it does not need to be specified ther...Baptiste Daroussin2013-03-101-3/+0
* Remove some dead variablesBaptiste Daroussin2013-03-101-4/+0
* Remove old USE_BISON related code from bsd.port.mkBaptiste Daroussin2013-03-081-20/+0
* - Add new knob USE_LHA [1]Martin Wilke2013-03-081-5/+14
* Convert USE_FUSE macros into USES feature.Baptiste Daroussin2013-03-071-10/+0
* New USES macros that loads "features" on demand.Baptiste Daroussin2013-03-061-0/+10
* Do not append options to pkg-plist when using pkgng given that this is alreadyBaptiste Daroussin2013-03-061-0/+2
* - Drop obsoleted USE_QT_VER=4 [1]Martin Wilke2013-03-031-3/+3
* Update DESKTOP_ENTRIES framework:Max Brazhnikov2013-01-231-65/+98
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-0/+10
* Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over fromKoop Mast2012-12-101-2/+2
* Extend the options framework providing 2 new macros:Baptiste Daroussin2012-12-101-3/+95
* PKG_DEVEL is not there yet, this shouldn't have been committed, sorryBaptiste Daroussin2012-10-261-4/+0
* Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itselfBaptiste Daroussin2012-10-261-0/+4
* - Only add GH to MASTER_SITES if not already there [1]Beat Gaetzi2012-10-111-0/+3
* Add a part forgotten in previous commit concerning switching to pkgngBaptiste Daroussin2012-10-101-0/+3
* Switching current to use pkgng by defaultBaptiste Daroussin2012-10-101-0/+8
* - add STAT to bsd.commands.mkBaptiste Daroussin2012-10-101-10/+5
* - Revert ports/171672 patch to 'do-package' dueBryan Drewery2012-09-211-5/+1
* - Remove ftp fallback as all supported FreeBSD versions provide fetch [1]Beat Gaetzi2012-09-211-10/+12
* - Fix install when PACKAGE_BUILDING is not definedBryan Drewery2012-09-071-1/+1
* - Remove obsolete USE_XLIB and MACHINE_ARCH definitions [1], [4]Mark Linimon2012-09-071-24/+15
* Add a "make pbi" and "make clean-pbi" target to the ports build system.Mark Linimon2012-09-051-0/+2
* - Add hast to USERS_BLACKLIST [1].Mark Linimon2012-09-041-2/+17
* - Partially back out r303381: readlink -f is not available on allBeat Gaetzi2012-09-021-1/+1
* - Add ccache support for building ports. [1]Beat Gaetzi2012-08-301-2/+27
* - Record the selected OPTIONS from the port build into the resultingBeat Gaetzi2012-08-221-0/+1
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-051-1/+1
* Fix typoErwin Lansing2012-08-011-1/+1
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-0/+21
* Fix config-conditionalBaptiste Daroussin2012-07-181-2/+2
* compare options loading from /var/db/port/options and make.conf against theBaptiste Daroussin2012-07-171-7/+2
* - Document new options framework in bsd.options.mkBaptiste Daroussin2012-07-161-12/+1
* - Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be usedAlberto Villa2012-07-021-3/+2
* - Revert accidental commitSunpoet Po-Chuan Hsieh2012-06-261-59/+0
* - Add shared TLS descriptionSunpoet Po-Chuan Hsieh2012-06-261-0/+59
* Fix sanity-config error when using WRKDIRPREFIX [1]Baptiste Daroussin2012-06-151-4/+4
* - Add optionsNG make config sanity check supportMartin Wilke2012-06-091-4/+26
* Fix condition where _FILE_COMPLETE_OPTIONS_LIST is not defined (introduced by...Ryan Steinmetz2012-06-091-1/+1
* Fix make config-conditional with optionsngBaptiste Daroussin2012-06-091-2/+3
* Silent rmdir after removing the optionfile, the directory might contains otherBaptiste Daroussin2012-06-061-2/+2
* Fix sanity checkong for "multi" optionsBaptiste Daroussin2012-05-311-1/+1
* Allow make config to run if description is emptyBaptiste Daroussin2012-05-311-2/+2
* Stop spawning dialog inside its own sh processBaptiste Daroussin2012-05-311-7/+7
* Show nothing if no options are defined as it used to be before optionsngBaptiste Daroussin2012-05-311-0/+2
* No more need to use double for comments containing parenthesis or simple quotesBaptiste Daroussin2012-05-311-7/+7
* Do not leave orphan /tmp/portoptions.* filesBaptiste Daroussin2012-05-311-0/+1
* Hide 'cd port && make config' command in 'config-conditional' targetBaptiste Daroussin2012-05-301-1/+1
* Fix make config when cancel is hitBaptiste Daroussin2012-05-301-4/+2
* Do not spam stdout with dialog command lineBaptiste Daroussin2012-05-291-2/+1
* Do not print an empty line after description for multi and single options in ...Baptiste Daroussin2012-05-291-2/+2
* Fix python's make config [1]Baptiste Daroussin2012-05-291-2/+2
* fix make config with no "basic options" but only single or multiBaptiste Daroussin2012-05-291-1/+1
* New options framework for the portsBaptiste Daroussin2012-05-291-134/+210
* - Add USE_QT4 to include bsd.qt.mkMartin Wilke2012-05-241-6/+11
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-7/+15
* No port installs catpages anymore, let's remove ugly code that tries to magic...Baptiste Daroussin2012-05-201-3/+0
* - Update language used in portaudit message. (cosmetic change)Ryan Steinmetz2012-03-131-1/+1
* Make bsd.port.mk not parse port audit's auditfile directly toSimon L. B. Nielsen2012-03-121-14/+5
* - only include bsd.pkgng.mk once [1]Baptiste Daroussin2012-02-231-10/+19
* Fix a regression in the default target chain introduced when pushing the new ...Baptiste Daroussin2012-02-021-1/+5
* Please welcome pkgng beta1.Baptiste Daroussin2012-01-301-11/+37
* - Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some portsBeat Gaetzi2012-01-221-1/+3
* - Fix check-already-installed target: comm expects the input to be sortedPav Lucistnik2012-01-161-2/+6
* R.I.P X11BASEEitan Adler2012-01-131-24/+14
* - Remove unused definition of MD5Pav Lucistnik2012-01-131-3/+2
* - Make WITH_FBSD10_FIX globallyMartin Wilke2011-11-091-13/+17
* - Fix typo: PKG_NAME should have been PKGNAMEPav Lucistnik2011-11-071-1/+1
* Add a workaround for ports that don't recognize FreeBSD 10.x or newer.Erwin Lansing2011-10-271-1/+19
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-0/+2
* Simplify USERS/GROUPS management, use groupmod instead of usermod to append u...Baptiste Daroussin2011-09-091-8/+7
* - Revert accidental commitSunpoet Po-Chuan Hsieh2011-09-051-14/+14
* - Remove ftp.net.ohio-state.eduSunpoet Po-Chuan Hsieh2011-09-051-14/+14
* Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk. This neverMark Linimon2011-08-131-82/+1
* - fix problem with metadata on tier-2 machines for Pascal ports. TheMark Linimon2011-08-131-13/+4
* removed unused __softMAKEFLAGS [0]Baptiste Daroussin2011-07-211-136/+33
* Fix INDEXFILE for upcoming 10.0 branch.Mark Linimon2011-07-211-4/+4
* - Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashesPav Lucistnik2011-07-151-4/+6
* Update perl to 5.12.4Erwin Lansing2011-07-031-1/+1
* Fix fetch-urlall-listBaptiste Daroussin2011-06-091-2/+2
* - Add print/ghostscript9-nox11.Hiroki Sato2011-06-071-8/+8
* - remove some old code (unsused on supported OS) [1]Baptiste Daroussin2011-06-061-27/+12
* Introduce Perl 5.14.0Sergey Skvortsov2011-05-181-1/+3
* Change default Perl version to 5.12.Sergey Skvortsov2011-05-061-1/+1
* Latest round of infrastructure changes.Florent Thoumie2011-05-051-11/+57
* Update open-motif to 2.3.3Max Brazhnikov2011-05-021-1/+1
* Mk/bsd.apache.mk was rewritten with a new logic and some new parametersOlli Hauer2011-04-241-2/+2
* Add a new macro to deal with conflict between ncurses from base and ncurses f...Baptiste Daroussin2011-04-111-0/+6
* - Disable license checking with DISABLE_LICENSES [1]Thomas Abthorpe2011-03-311-0/+2
* - Use ${UID} instead of calling ${ID} -uPav Lucistnik2011-03-201-5/+5
* - Fix spellingMartin Wilke2011-03-181-9/+1
* Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENVErwin Lansing2011-03-071-3/+4
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-261-1/+4
* - Allow using linux base 2.4 on FreeBSD 8.XPav Lucistnik2011-02-251-1/+1
* - Remove NO_SIZE supportPav Lucistnik2011-02-251-12/+2
* - make dirrmtry more friendly [1]Mark Linimon2011-02-251-4/+8
* Make actual-package-depends work with (unsupported) non-standardErwin Lansing2011-02-161-2/+7
* Remove trailing period to make fetch URL easier to copy/paste.Erwin Lansing2011-02-071-2/+2
* Drop the use of <> around portaudit URLsErwin Lansing2011-02-051-1/+1
* - Fix Conflict handling. At the moment the build conflicts are recorded inMartin Wilke2010-12-291-3/+0
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-231-4/+4
* - Add new variables to define buildtime and runtime dependencies onBeat Gaetzi2010-12-181-1/+1
* Add a temporary backstop definition of SRC_BASE. A more general solutionMark Linimon2010-12-171-2/+3
* - Upgrade -R flag to -F while fetching, to prevent "local modification time notPav Lucistnik2010-12-101-2/+2
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+6
* - Remove two checks obviated by the removal of _OPTIONSFILE in revision 1.596...Martin Wilke2010-12-011-36/+108
* - Add a hack to display pkg-message on package install on packages created withPav Lucistnik2010-12-011-0/+1
* - DESKTOP_ENTRIES: commandline is used to name installed .desktop file, thisPav Lucistnik2010-11-281-1/+1
* - Fix NO_INSTALL ports to register an entry in /var/db/pkg (ie. print/cups)Pav Lucistnik2010-11-251-17/+4
* - no-op/style: make use of an assigned variablePav Lucistnik2010-11-181-2/+2
* - Fix PLIST_DIRSTRY: swap the substitutions to the proper orderPav Lucistnik2010-11-091-5/+7
* Fix a mismerge in the previous revision and revert the reversionErwin Lansing2010-10-291-3/+4
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-291-24/+23
* - Pass CPP to CONFIGURE_ENV and MAKE_ENV [1]Erwin Lansing2010-10-261-3/+4
* - add INSTALL_LIB target [1]Erwin Lansing2010-10-131-6/+15
* - Introduce a new virtual category enlightenment, for the popular desktopPav Lucistnik2010-09-301-1/+1
* - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mkTAKATSU Tomonari2010-09-261-0/+6
* - Desupport USE_CDRTOOLS=cjkPav Lucistnik2010-09-171-8/+1
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-161-3/+10
* - Add USE_BINUTILS knob that makes the build process use binutils from portPav Lucistnik2010-09-151-0/+17
* - Fix plist leftovers when using LICENSE framework and having @cwd command inPav Lucistnik2010-08-201-138/+35
* Introduce Perl 5.12.1Sergey Skvortsov2010-07-151-1/+3
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-041-1/+11
* - Fix typo in openal sectionPav Lucistnik2010-06-031-1/+1
* - Rework "missing" target to invoke pkg_info once, running pkg_info -O for eachPav Lucistnik2010-06-021-5/+5
* - Add ports license framework, from GSoc 2008/2009.Alejandro Pulver2010-05-251-4/+13
* - Restore USE_DISPLAY functionality on xorg-7.5 worldPav Lucistnik2010-05-131-1/+3
* - Add glew to the list of supported USE_GL variablesPietro Cerutti2010-04-281-1/+2
* - Desupport RC_SUBR and RC_SUBR_SUFFIX macros, they have been replaced withPav Lucistnik2010-04-161-18/+7
* Change default Perl version to 5.10.Sergey Skvortsov2010-02-061-1/+1
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-261-0/+83
* - Use full path in depobj for archivers/unzip when USE_ZIP variable is setPav Lucistnik2010-01-071-2/+2
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-15/+14
* - Terminate support for X11BASE having different value from LOCALBASEPav Lucistnik2009-12-181-5/+2
* - Correct FORCE_MAKE_JOBS warning which could be incorrectly printed forPav Lucistnik2009-11-261-1/+1
* Format a few comment lines for ts=4 and <80 columns.Christian Weisgerber2009-09-221-7/+8
* - Introduce new GNU_CONFIGURE_PREFIX to override default --prefix valueFlorent Thoumie2009-09-171-10/+19
* Add support to create users and groups from information stored in UIDs/GIDsFlorent Thoumie2009-09-071-2/+88
* - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is bein...Martin Wilke2009-08-231-1/+1
* - Move pkg_install commands detection to bsd.commands.mkMartin Wilke2009-08-031-14/+0
* Welcome new defaults for linux ports!Boris Samorodov2009-06-271-0/+4
* Pass TMPDIR on to configure and make environments.Erwin Lansing2009-06-111-0/+13
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-16/+3
* Remove expired port lang/perl5.6Sergey Skvortsov2009-06-081-5/+3
* - Add USE_CSTD flag that adds --std=value to CFLAGSPav Lucistnik2009-06-041-4/+6
* - Add support to defined USE_FPC after of bsd.port.pre.mk includeJose Alonso Cardenas Marquez2009-05-231-0/+4
* - Add a code to drop bsd.port.options.mk into /usr/share/mk if it's missing onPav Lucistnik2009-05-121-0/+13
* - Don't check if pkg_tools support conflicts, they do on all recent FreeBSDPav Lucistnik2009-04-101-8/+0
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-291-1/+3
* - Hot fix previous commit: really bail out when make failed (fail means fail)Pav Lucistnik2009-03-271-0/+2
* Introduce multiple make jobs (parallelization) support. When enabled, -jX isPav Lucistnik2009-03-221-2/+43
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-201-0/+16
* Remove variable PERL_VER from the ports tree at all - becauseSergey Skvortsov2009-03-061-4/+2
* Add a new virtual category (docs) for forthcoming ports.Marc Fonvieille2009-02-231-1/+1
* Rename: lang/perl5 -> lang/perl5.6Sergey Skvortsov2009-02-021-1/+1
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-241-2/+2
* Set PERL_VERSION and PERL_VER to "5.8.9".Sergey Skvortsov2009-01-181-2/+2
* - Backout "fail, if recursing into a dependency failed"Pav Lucistnik2009-01-121-21/+0
* - Remove conditional checks and support for FreeBSD versions prior 6.0-RELEASEPav Lucistnik2009-01-111-25/+45
* Document 24 as being the current default for WANT_OPENLDAP_VER ifGerald Pfeifer2009-01-051-2/+2
* * print/ghostscript-* and related ports have been renamed in theHiroki Sato2008-09-061-12/+44
* - Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS)Rong-En Fan2008-08-251-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+8
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-101-1/+14
* - Add CC and CXX to MAKE_ENV for all portsPav Lucistnik2008-07-251-2/+3
* - Add an ugly kludge to strip the trailing whitespace from CFLAGS (it comesPav Lucistnik2008-07-251-0/+4
* - Separate OpenLDAP related code into bsd.ldap.mkPav Lucistnik2008-07-221-38/+14
* - Overhaul the way we handle with LDAP data directory, populateXin LI2008-07-201-1/+1
* Major optimizations for 'make index' and other recursive traversalKris Kennaway2008-07-201-30/+62
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justJeremy Messenger2008-07-011-0/+11
* - Add support for freepascal based portsJose Alonso Cardenas Marquez2008-06-241-0/+7
* - Add common code to support for cmake based ports.Martin Wilke2008-05-281-0/+4
* Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.Pav Lucistnik2008-04-151-28/+30
* - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higherPav Lucistnik2008-03-121-13/+37
* Remove support for XFree8-4.Florent Thoumie2008-03-081-60/+10
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+24
* - Fix issues with actual-package-depends, most notably fix bad list when aPav Lucistnik2007-10-041-24/+42
* Add an anti-foot-shooting measure that protects against a dependent portMark Linimon2007-09-301-0/+4
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-7/+0
* Oops. Backout some changes that shouldn't have been checked in duringFlorent Thoumie2007-09-141-6/+0
* Restore the semantics of USE_PERL and friends by moving them back toMark Linimon2007-09-141-5/+7
* - Update X.org ports to 7.3.Florent Thoumie2007-09-141-0/+6
* Revert the conditional inclusion of bsd.perl.mk and make it unconditional.Mark Linimon2007-09-091-4/+4
* Please welcome bsd.perl.mk, a refactoring of Perl-related code fromMark Linimon2007-09-081-66/+19
* * Shuffle some important variable definitions to early in the file,Kris Kennaway2007-08-081-11/+11
* - Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include toPav Lucistnik2007-08-051-4/+7
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-449/+167
* - Pass FFLAGS to make when USE_FORTRAN is set [1]Pav Lucistnik2007-07-281-58/+80
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-7/+33
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-161-1/+9
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldMaho Nakata2007-07-121-1/+1
* - 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-291-1/+1
* - Speed up recursive `make clean'Pav Lucistnik2007-06-291-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-171-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-201-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-031-12/+13
* - Overhaul bsd.tcl.mk: most importantly, change the semantics to matchPav Lucistnik2007-04-031-1/+1
* - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, somePav Lucistnik2007-04-031-90/+86
* - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in aPav Lucistnik2007-04-031-4/+29
* - Fix handling of OPTIONS default values when configuration files wasn'tPav Lucistnik2007-04-031-8/+12
* - Remove now unused tcl81 category, add new categories tcl and tkPav Lucistnik2007-04-031-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-201-1/+1
* - Force new pkg_install suite on people on systems older than January 10 2006.Pav Lucistnik2007-02-061-2/+2
* Update the USE_QT_VER switch description (allows 3 and 4 for values now).Michael Nottebrock2007-02-061-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-051-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-10-011-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-071-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-271-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-241-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-301-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-211-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