aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix mysql embedded dependency for MySQL 5.5.Alex Dupre2010-12-291-1/+1
| | | | | | | Spotted by: fluffy Notes: svn path=/head/; revision=267120
* - Fix Conflict handling. At the moment the build conflicts are recorded inMartin Wilke2010-12-291-3/+0
| | | | | | | | | | the packages which is not necessary. Reported by: makc@ via cvs-ports@, #bsdports Submitted by: beat@ Notes: svn path=/head/; revision=267114
* Update KDE PIM to 4.4.9Max Brazhnikov2010-12-241-1/+1
| | | | Notes: svn path=/head/; revision=266860
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-221-4/+4
| | | | Notes: svn path=/head/; revision=266737
* As the final (for now) cleanup of autotools, in order to reduce treeAde Lovett2010-12-221-15/+28
| | | | | | | | | | | | | | | | | | churn on new versions, a new target has been introduced to allow PLIST_SUB-style patching of files. For example, rather than patching "foo/bar/baz" to tweak some random occurance of an autoconf version number to the latest, the patch should now replace it with %%AUTOCONF_VERSION%% A new Makefile variable, AUTOTOOLSFILES has been introduced, which when populated will automatically go through and patch %%AUTOCONF_VERSION%% to the contents of ${AUTOCONF_VERSION} (and likewise for all other known autotools variables -- "make -V AUTOTOOLS_VARS" to see the list for a specific port. Tested by: pav (-exp run, since it touches bsd.port.mk also) Notes: svn path=/head/; revision=266736
* - Add support for firebird 2.1 and 2.5Jose Alonso Cardenas Marquez2010-12-201-1/+5
| | | | | | | - Change FIREBIRD_VER default to 25 Notes: svn path=/head/; revision=266668
* Properly escape shell metacharacters in some JAVA_* macros.Erwin Lansing2010-12-201-3/+3
| | | | | | | | PR: 153033 Submitted by: steve Notes: svn path=/head/; revision=266648
* - Add new variables to define buildtime and runtime dependencies onBeat Gaetzi2010-12-182-1/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mozilla ports: USE_FIREFOX: Add runtime dependency on Firefox. Available values: yes 36+ 35+ 36 35 NOTE: Default value 36 is used in case of USE_FIREFOX=yes USE_FIREFOX_BUILD: Add buildtime dependency on Firefox. Available values: see USE_FIREFOX USE_SEAMONKEY: Add runtime dependency on SeaMonkey. Available values: yes 11+ 20+ 11 20 NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey 1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon. USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey. Available values: see USE_SEAMONKEY USE_THUNDERBIRD: Add runtime dependency on Thunderbird. Available values: yes 31+ 30+ 31 30 NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird. Available values: see USE_THUNDERBIRD PR: ports/153018 Exp-run by: erwin Approved by: portmgr (erwin) Notes: svn path=/head/; revision=266550
* Add a temporary backstop definition of SRC_BASE. A more general solutionMark Linimon2010-12-171-2/+3
| | | | | | | | | is forthcoming. While here, remove a stale comment. Notes: svn path=/head/; revision=266463
* - Update e17 applications suite to the recent snapshot.Stanislav Sedov2010-12-141-34/+75
| | | | | | | | | | | Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work preparing the initial version of the update! PR: ports/148038 Submitted by: Grzegorz Blach <magik@roorback.net> (based on) Notes: svn path=/head/; revision=266276
* - Update to 3.1.3Wen Heping2010-12-141-2/+2
| | | | Notes: svn path=/head/; revision=266272
* - site no longer carries these bitsPhilip M. Gollucci2010-12-111-2/+0
| | | | | | | Reported by: distilator Notes: svn path=/head/; revision=266062
* - site is toastPhilip M. Gollucci2010-12-111-1/+0
| | | | | | | Reported by: distilator, confirmed from several geo-disperse locations Notes: svn path=/head/; revision=266061
* this site only carries the ubuntu bits nowPhilip M. Gollucci2010-12-111-3/+0
| | | | | | | Reported by: distilator Notes: svn path=/head/; revision=266060
* - Added PHP license - versions 2.02, 3.0 and 3.01Greg Larkin2010-12-101-1/+10
| | | | | | | | | PR: ports/152927 Submitted by: Tom Judge <tom at tomjudge dot com> Approved by: alepulver (maintainer) Notes: svn path=/head/; revision=266000
* - Upgrade -R flag to -F while fetching, to prevent "local modification time notPav Lucistnik2010-12-091-2/+2
| | | | | | | | | | matching the remote" situation PR: ports/152620 Submitted by: Tijl Coosemans <tijl@coosemans.org> Notes: svn path=/head/; revision=265938
* Clean up "current" versions of autotools components to further reduceAde Lovett2010-12-081-4/+4
| | | | | | | tree-churn on updates. Notes: svn path=/head/; revision=265861
* Update KDE PIM ports to 4.4.8Max Brazhnikov2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265687
* Sync to new bsd.autotools.mkAde Lovett2010-12-043-3/+8
| | | | Notes: svn path=/head/; revision=265663
* Rework bsd.autotools.mk now that we have a single legacy autoconf/automakeAde Lovett2010-12-041-184/+256
| | | | | | | | | | | | | | | | | | | | | (2.13/1.4) and an up-to-date version. USE_AUTOTOOLS stanzas have now been changed to remove the specific version number of the current version, for example: autoconf:213 -> autoconf213 automake:14 -> automake14 autoconf:268 -> autoconf automake:111 -> automake This will considerably reduce tree-churn when it comes to new versions of the "current" autotools, allowing for quicker deployment. Tested by: -exp runs (pav) Hatemail to: ade Notes: svn path=/head/; revision=265661
* - Update KDE mirror address of Computer Science Dept., NCTULi-Wen Hsu2010-12-031-1/+2
| | | | | | | - Add KDE mirror of TWAREN Notes: svn path=/head/; revision=265613
* KDE FreeBSD team presents KDE SC 4.5.4.Max Brazhnikov2010-12-021-1/+1
| | | | Notes: svn path=/head/; revision=265601
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.Max Brazhnikov2010-12-021-19/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run. Notes: svn path=/head/; revision=265592
* - Remove two checks obviated by the removal of _OPTIONSFILE in revision ↵Martin Wilke2010-12-011-36/+108
| | | | | | | | | | | | | | | | | | | | | | | | 1.596 [1] - Remove Legacy USE_BISON in bsd.port.mk [2] - Remove Legacy 2004 Hack in bsd.port.mk [3] - CONFLICT handling in has been reworked. There are two new variables in bsd.ports.mk: - CONFLICTS_BUILDS: Check for conflicts prior to build - CONFLICTS_INSTALL: Check for conflicts prior to installation stage The existing CONFLICTS checks for conflicts prior to build and installation stage. Users could defer the conflict check of CONFLICTS_BUILDS and CONFLICTS to the installation stage by using DEFER_CONFLICTS_CHECK. As already possible with CONFLICTS the new conflict checks could be disabled by using DISABLE_CONFLICTS. This patch was submitted by beat@ PR: ports/149670 [1] ports/151806 [2] [3] Subitted by: bf <bf1783@gmail.com> [1] Eitan Adler <lists@eitanadler.com> [2] [3] Notes: svn path=/head/; revision=265503
* - Add a hack to display pkg-message on package install on packages created withPav Lucistnik2010-11-301-0/+1
| | | | | | | | | | pkg_create -b PR: ports/152626 Reported by: ohauer Notes: svn path=/head/; revision=265469
* - Change gecko master port from www/mozilla to www/seamonkey.Beat Gaetzi2010-11-301-6/+6
| | | | | | | | | - Switch substitution example to libxul-devel<->libxul although this functionality is not used as the ports tree does not have libxul-devel at the moment. Notes: svn path=/head/; revision=265447
* - Update to 2.7.1Wen Heping2010-11-291-2/+2
| | | | Notes: svn path=/head/; revision=265362
* - DESKTOP_ENTRIES: commandline is used to name installed .desktop file, thisPav Lucistnik2010-11-271-1/+1
| | | | | | | | | | | can lead to files containing whitespace and funny characters; thus strip all non-alphanumeric characters PR: ports/147701 (adapted) Submitted by: Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=265288
* Add an entry for pecl-intl.Alex Dupre2010-11-261-1/+2
| | | | | | | | PR: ports/152588 Submitted by: wen Notes: svn path=/head/; revision=265178
* - Fix NO_INSTALL ports to register an entry in /var/db/pkg (ie. print/cups)Pav Lucistnik2010-11-241-17/+4
| | | | | | | | | | | - Change package-noinstall target to create package with pkg_create -b instead of specifying all the arguments PR: ports/144164 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=265113
* - Remove obsolete gecko providers. There are only two valid gecko backendsBeat Gaetzi2010-11-231-17/+13
| | | | | | | | left: libxul and seamonkey. Nevertheless the seamonkey provider is also obsolete and will be removed once www/seamonkey is updated to 2.1. Notes: svn path=/head/; revision=265020
* - Respect STRIP to allow for debugging builds [1]Beat Gaetzi2010-11-231-4/+7
| | | | | | | | | | - Fix build of upcoming Firefox 4 with recent gcc versions [2] PR: ports/152043 [1] Submitted by: Anonymous <swell.k AT gmail.com> [1,2] Notes: svn path=/head/; revision=265011
* - Update ruby 1.8 to p302.Stanislav Sedov2010-11-221-2/+2
| | | | | | | | PR: ports/151712 Reported by: Pavel Argentov <argentoff@gmail.com> Notes: svn path=/head/; revision=264904
* Also add USE_GNOME=dconf hook.Koop Mast2010-11-201-0/+7
| | | | Notes: svn path=/head/; revision=264847
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-20/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* - no-op/style: make use of an assigned variablePav Lucistnik2010-11-171-2/+2
| | | | | | | | PR: ports/152090 Submitted by: Eitan Adler <lists@eitanadler.com> Notes: svn path=/head/; revision=264713
* - Update to 2.4.2Jose Alonso Cardenas Marquez2010-11-151-1/+1
| | | | | | | See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 Notes: svn path=/head/; revision=264604
* Add game music emu (gme) gstreamer plugin.Koop Mast2010-11-151-1/+3
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Notes: svn path=/head/; revision=264596
* Remove ftp.no.gnome.org from the GNOME pool. Seems to be dead.Koop Mast2010-11-141-1/+0
| | | | Notes: svn path=/head/; revision=264531
* Add Internet Systems Consortium License (ISCL).Boris Samorodov2010-11-111-1/+4
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=264399
* - Update kdevplatform to 1.1.0.Alberto Villa2010-11-091-1/+1
| | | | | | | | | | | | - Update kdevelop to 4.1.0. - Update kdevelop-php to 1.1.0. - Use bsd.port.options.mk. Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=264286
* - Fix PLIST_DIRSTRY: swap the substitutions to the proper orderPav Lucistnik2010-11-081-5/+7
| | | | | | | | PR: ports/151799 Submitted by: sunpoet Notes: svn path=/head/; revision=264257
* Document how to use "sudo" instead of "su" in SU_CMD.Max Khon2010-11-081-0/+2
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=264220
* KDE FreeBSD team presents KDE SC 4.5.3.Max Brazhnikov2010-11-031-1/+1
| | | | Notes: svn path=/head/; revision=263986
* - Remove three dead mirrors from MozillaBeat Gaetzi2010-11-011-4/+1
| | | | | | | Noticed by: The Distilator Notes: svn path=/head/; revision=263902
* Fix a mismerge in the previous revision and revert the reversionErwin Lansing2010-10-291-3/+4
| | | | | | | | | of revision 1.651. Noticed by: sunpoet Notes: svn path=/head/; revision=263733
* - Add the Open Works License (OWL, http://sob.apotheon.org) to the list ofPav Lucistnik2010-10-291-1/+4
| | | | | | | | | | | known licenses with auto-acceptance. The OWL is a copyfree license similar to the BSD and MIT licenses. PR: ports/150608 Submitted by: Sterling Camden <sterling@camdensoftware.com> Notes: svn path=/head/; revision=263729
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-283-27/+26
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Fix ftp.informatik.hu-berlin.de and remove a dead GNU mirror.Wesley Shields2010-10-261-2/+1
| | | | | | | Noticed by: The Distilator Notes: svn path=/head/; revision=263597
* - Pass CPP to CONFIGURE_ENV and MAKE_ENV [1]Erwin Lansing2010-10-251-3/+4
| | | | | | | | | | | | - fix fetch-required-list output [2] PR: 151047 [1], 145955 [2] Submitted by: gerald [1], Martin Simmons <martin@lispworks.com> [2] Notes: svn path=/head/; revision=263583