summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 21.5-b28 "fuki"anray2007-05-271-3/+3
|
* * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-252-26/+252
| | | | | | | | | | | | | | | | | | | | | | | * Defined the installation directories PORTEXAMPLES and PORTDATA. [2] * Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3] * Update the description of fetch-list; add targets fetch-required-list, fetch-url-list, and fetch-urlall-list. [4] * Make 'make search' also search in ports/MOVED. [5] * Move several Makevar definitions to the pre-makefile section: DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6] * The target 'ignorelist-verbose' was added for portsmon. [7] PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6] Submitted by: Dancho Penev <dpenev at mnet dot bg> [1], mnag [2], jylefort [3], edwin [4], Lars Engels <lars dot engels at 0x20 dot net> [5], Alexander Logvinov <ports at logvinov dot com> [6], linimon [7]
* - Fix comments to match realitypav2007-05-241-2/+2
|
* Fix USE_XLIB to depend on stub file rather than libX11.flz2007-05-211-0/+5
| | | | | Submitted by: marcus Approved by: portmgr (blanket)
* Recognize gcc42 in 7-CURRENT basepav2007-05-191-2/+2
| | | | Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-192-26/+354
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try tomezz2007-04-291-1/+1
| | | | | fix it with future update of libcaca. All of gstreamer*80 will be remove in May anyway.
* - Update to 22.0.99clsung2007-04-291-2/+2
| | | | | PR: ports/112168 Submitted by: matainer (keramida)
* downloads.planetmirror.com and public.planetmirror.com force Temporaryshaun2007-04-281-12/+2
| | | | | | | | | | | | | Redirects unless you've visited both sites. They're designed for interactive browser use, and there doesn't seem to be a reasonable work-around. python.planetmirror.com no longer mirrors python packages. Therefore, remove all of the above. PR: ports/112092 Submitted by: Marcin Simonides <marcin@studio4plus.com>
* bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPGedwin2007-04-231-1/+0
| | | | | | | | | | | | when building packages such as libgcrypt, the first site the source is downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/ which results in a 404 On closer inspection, it appears that everything below http://ftp.sunsite.dk/pub/security/ has been deleted. PR: ports/112041 Submitted by: Steven Kreuzer<skreuzer@f2o.org>
* - Update editors/emacs-devel to 22.0.98.clsung2007-04-231-2/+2
| | | | | | PR: ports/111813 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (keramida)
* Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-192-4/+4
| | | | | | | qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages.
* Another typo of mine.lofi2007-04-122-4/+4
| | | | Discovered by: Diego Depaoli <trebestie@gmail.com>
* update xfce to 4.4.1oliver2007-04-111-11/+17
| | | | bump PORTREVISION where needed
* - Add the only cheeseshop download site for the sake of asat2007-04-111-0/+6
| | | | | universal macro (works for 34 out of 35 cheeseshop ports) - Mirrors will appear later
* - Don't override the DEPTYPE of a component (accidentally introduced inalepulver2007-04-111-0/+2
| | | | | | version 1.11). Obtained from: Andrew Turner <andrew@fubar.geek.nz>
* - Change some spaces into tabs.alepulver2007-04-091-3/+3
|
* - Make autodetection work properly.alepulver2007-04-091-12/+12
|
* - Fix regression in makesum target introduced with rev. 1.561pav2007-04-071-2/+2
| | | | Tested by: kris on pointyhat
* - Commit the correct version of mi's patch from ports/109896 as tested onpav2007-04-051-3/+5
| | | | | | pointyhat Reported by: kris
* - Add forgotten RUBY_PORTEPOCH variable [1]stas2007-04-041-0/+3
| | | | | | | - Document new variables. PR: ports/111209 [1] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
* * Update to 22.0.97.clsung2007-04-041-2/+2
| | | | | | | | | * Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined. * Use "bootfast" target to recompile necessary emacs lisp files before dump. PR: ports/111218 Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net> Approved by: maintainer (timeout)
* - Update ruby mirrors list.stas2007-04-031-2/+2
|
* - Update ruby to 1.8.6stas2007-04-031-4/+9
| | | | | - Synchronise portversions and portepochs in all ruby subports - Take maintainerships of all ruby subports.
* - Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu topav2007-04-021-12/+13
| | | | | | | ghostscript-gpl, which is a new preferred vendor platform Submitted by: rafan Tested on: pointyhat exp-run
* - Overhaul bsd.tcl.mk: most importantly, change the semantics to matchpav2007-04-022-111/+385
| | | | | | | | | | | | | | USE_PERL5* macros: USE_TCL, USE_TK: lib depends USE_TCL_BUILD, USE_TK_BUILD: build depends USE_TCL_RUN, USE_TK_RUN: run depends See comment block in bsd.tcl.mk for details PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, somepav2007-04-021-90/+86
| | | | | | | | | | redundant sub-shells avoided - Unify access to MD5_FILE data - Deinstall bzip compressed man pages in addition to gzip compressed ones PR: ports/109896 Submitted by: mi Tested on: pointyhat exp-run
* - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in apav2007-04-021-4/+29
| | | | | | | | port changes. The end user inpact of this is more blue screens. PR: ports/97125 Submitted by: pav Tested on: pointyhat exp-run
* - Fix handling of OPTIONS default values when configuration files wasn'tpav2007-04-021-8/+12
| | | | | | | | | written yet (make depends, make describe), and for options missing from existing configuration files PR: ports/96777 Submitted by: rafan (in follow-up) Tested on: pointyhat exp-run
* - Remove now unused tcl81 category, add new categories tcl and tkpav2007-04-021-2/+2
| | | | Tested on: pointyhat exp-run
* - Fix build with drupal modulesmiwi2007-03-271-2/+8
| | | | | | | - Bump PORTREVISION PR 110864 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* I do not appreciate the attempt to play politics with the reassignment oflinimon2007-03-271-1/+1
| | | | | | | maintainership of these two files. I insist that further commits be run through portmgr@ first. Hat: portmgr
* Take maintainership.jylefort2007-03-271-1/+1
| | | | Approved by: maintainer timeout (16 days)
* - Add drupal5 supportrafan2007-03-251-6/+47
| | | | | | | | - Fix SUB_LIST quoting - Reflect drupal -> drupal4 rename PR: ports/110412 Submitted by: Nick Hilliard <nick at foobar.org> (maintainer)
* Update to 4.2.3lofi2007-03-252-2/+2
|
* Remove the ftp:// URL for ftp.scarlet.be from MASTER_SITE_KDE, their ftplofi2007-03-241-1/+0
| | | | server is closed for anonymous access too often.
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-244-71/+420
| | | | | | | | | | | | | [2] Fix ECHO_CMD/ECHO_MSG usage in bsd.port.mk [3] Move bsd.efl.mk to ports/Mk [4] Change LIBTOOLFILES default to ${CONFIGURE_SCRIPT} [5] Whitespace sweep [6] Add WWWDIR variable with default value of ${PREFIX}/www/${PORTNAME} PR: ports/100996 [1], ports/100556 [2], ports/100497 [3], ports/104009 and ports/104018 [5], ports/105529 [6] Submitted by: stass [1] [3], gabor [2], pav [4], edwin [5], laszlof [6] Approved by: ade [4]
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-191-8/+13
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* * Add bsd.ocaml.mk to support OCaml packages [1]linimon2007-03-141-13/+43
| | | | | | | | | | | | | | | * Move x11-wm/xfce4/bsd.xfce.mk to Mk/ [2] * Refactoring of FETCH_CMD to allow parameters to be overridden separately from commands [3] PR: 101029 [1], 108862 [2], 109966 [3] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2], edwin [3], linimon [3] Note: this patch also adds 108738 and 108739 which the previous commit claimed were committed, but were not. These are comment-only changes.
* Move x11-wm/xfce4/bsd.xfce.mk to Mk/.linimon2007-03-141-0/+61
| | | | | PR: ports/108862 Submitted by: oliver
* Add bsd.ocaml.mk to support OCaml packages.linimon2007-03-141-0/+195
| | | | | PR: ports/101029 Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru>
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-132-2/+2
|
* - Add Get-E mirrors for e17 stuff.stas2007-03-111-0/+10
|
* Retire jpeg-mmxahze2007-03-081-3/+1
|
* Add php5 oci8 extensions.ale2007-03-081-1/+2
| | | | | PR: ports/109962 Submitted by: chinsan
* - Update and rename my mirrorssat2007-03-071-4/+9
| | | | | - Keep the old name around for a smooth transition instead of a sweeping commit
* * Fix 'make search' with non-default ${PORTSDIR}linimon2007-03-061-0/+2
| | | | | PR: ports/105917 Submitted by: shaun
* * Refine some comments about Linux emulation [1]linimon2007-03-063-126/+17
| | | | | | | | | | | | | | | | | | | | | | | * Fix 'make search' with non-default ${PORTSDIR} [2] * Fix typo in USE_LDCONFIG32 message [3] * Allow USE_PHP after inclusion of bsd.port.pre.mk [4] * Document NO_LDCONFIG_MTREE [5] * Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6] * Remove obsolete code in bsd.port.mk dealing with 4.X and other, even older, releases [7] * Remove references to obsolete ports from bsd.java.mk [8] PR: 105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5], 108739 [6], 108782 [7], 103357 [8] Submitted by: bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6], linimon [7], kris [7], gabor [4]
* - add PYTHON to CONFIGURE_ENV so that ports using auto* for python will bealexbl2007-02-261-0/+3
| | | | | | able to detect it if it's not installed as bin/python Prodded by: 104560, and others
* - (Re)add the sql dependency trigger. [1]lofi2007-02-232-4/+6
| | | | | | - Don't clobber BUILD/RUN_DEPENDS if no QT4_COMPONENTS are specified. [2] Submitted by: [1] Danny Pansters <danny@ricin.com>, [2] nivit
OpenPOWER on IntegriCloud