summaryrefslogtreecommitdiff
path: root/CHANGES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend the options framework providing 2 new macros:Baptiste Daroussin2012-12-101-0/+7
| | | | | | | | | | | | | OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options among a list of options OPTIONS_GROUP: this macros should be used to group options by theme allowing the user to select 0 or N options among a list of options With hat: portmgr Reviewed by: beat Notes: svn path=/head/; revision=308598
* Minor whitespace and formatting fixes.Alexey Dokuchaev2012-11-161-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307495
* We are in 2012, it is time to activate IPV6 options by default everywhereBaptiste Daroussin2012-10-101-0/+5
| | | | Notes: svn path=/head/; revision=305638
* Switching current to use pkgng by defaultBaptiste Daroussin2012-10-101-0/+10
| | | | | | | | | | | Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now Hat: portmgr Non-regression: beat Exp-runs: beat Notes: svn path=/head/; revision=305637
* - Add ccache support for building ports. [1]Beat Gaetzi2012-08-301-0/+16
| | | | | | | | | | | | | | | - Fix CONFIGURE_FAIL_MESSAGE to be pkgng-aware. [2] - Resolve symlinks in PREFIX on deinstall. [3] - Introduce CLEAN_FETCH_ENV variable to disable package dependency in fetch target for mass fetching. [4] PR: ports/169579 [1], ports/170552 [2], ports/170784 [3], ports/170796 [4] Submitted by: bdrewery@ [1], crees@ [2], gahr@ [3], ohauer@ [4] Tested on: pointyhat Notes: svn path=/head/; revision=303381
* - Add support for fetching from GitHub in bsd.sites.mkPietro Cerutti2012-08-201-0/+22
| | | | | | | | | | | - Document the mechanism in CHANGES - Add www/tivoka (a JSON-RPC client/server library in PHP) which uses the GitHub mechanism Approved by: beat (portmgr) after exp-run Notes: svn path=/head/; revision=302794
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - use UPDATING instead CHANGESOlli Hauer2012-07-231-5/+0
| | | | | | | noted by eadler@ Notes: svn path=/head/; revision=301371
* - use reserverd UID/GIDOlli Hauer2012-07-201-0/+5
| | | | | | | | | | | | | | | | - use ports-framework to create user/group - remove pkg-(de)install - rename patchfiles - rename rc file ( s/.in// ) - bump PORTREVISION with hat apache@ PR: 169953 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> Notes: svn path=/head/; revision=301241
* - Keep questions on a public mailing listBeat Gaetzi2012-07-161-1/+1
| | | | | | | Requested by: eadler Notes: svn path=/head/; revision=300925
* - Add a note about the switch to SubversionBeat Gaetzi2012-07-151-0/+15
| | | | Notes: svn path=/head/; revision=300898
* - Fix copy-paste errorAlex Kozlov2012-06-251-2/+2
| | | | | | | | | - Bump copyright year Approved by: eadler (mentor) Notes: svn path=/head/; revision=299927
* Give a passing mention of OPTIONSngChris Rees2012-06-241-0/+11
| | | | | | | Reviewed by: ak Notes: svn path=/head/; revision=299839
* - Add CHANGES entry on recent LDFLAGS updateDmitry Marakasov2011-09-261-0/+19
| | | | Notes: svn path=/head/; revision=282433
* Describe how CPPFLAGS is now passed to both the configure and makeGerald Pfeifer2011-06-061-0/+15
| | | | | | | | | | | environments, so we do not need to manually touch CONFIGURE_ENV and MAKE_ENV any more in many cases. Discussed with: portmgr PR: 153625 Notes: svn path=/head/; revision=275164
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-0/+8
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+Gerald Pfeifer2010-06-061-0/+7
| | | | | | | | is transparently rewritten to USE_GCC=4.4+ and lang/gcc43 will be disconnected from the USE_GCC infrastructure soon. Notes: svn path=/head/; revision=255910
* - Add entry in CHANGES about bsd.licenses*.mk.Alejandro Pulver2010-05-261-0/+9
| | | | | | | - Fix typo in bsd.licenses.mk (_LICENGE_ERROR -> _LICENSE_ERROR). Notes: svn path=/head/; revision=255098
* - add 1 missing WITH_APACHEXX option to CHANGES thats now deadPhilip M. Gollucci2010-05-251-1/+1
| | | | Notes: svn path=/head/; revision=255086
* Bump copyright year to 2010Erwin Lansing2010-01-021-1/+1
| | | | Notes: svn path=/head/; revision=247003
* be more specific about WITH_APACHE2 and friendsPhilip M. Gollucci2009-12-251-1/+1
| | | | Notes: svn path=/head/; revision=246618
* Remove myself as maintainer and hand over to portmgrErwin Lansing2009-09-151-6/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241451
* Mention the new USERS/GROUPS variable.Florent Thoumie2009-09-061-1/+16
| | | | Notes: svn path=/head/; revision=240966
* Add a note on the sourceforge change and new bsd.sites.mk macro.Erwin Lansing2009-08-131-0/+11
| | | | Notes: svn path=/head/; revision=239433
* - Tell world bsd.port.options.mk are cool nowPav Lucistnik2009-05-211-7/+13
| | | | | | | - Fix formatting of previous entries Notes: svn path=/head/; revision=234336
* - Document some deaths legacy in bsd.apache.mk variablesPhilip M. Gollucci2009-05-171-0/+12
| | | | | | | o) WITH_APACHE2, APACHE_COMPAT, and USE_APACHE=yes Notes: svn path=/head/; revision=234062
* - Change the wording a bit to point to UPDATING as wellErwin Lansing2009-03-021-2/+2
| | | | | | | | | | as the release notes for user visible change. [1] - Belatedly bump copyright year. Submitted by: Matthias Andree <matthias.andree@gmx.de> [1] Notes: svn path=/head/; revision=229348
* - devel/libslang2 has completely replaced devel/libslang which has not beenPhilip M. Gollucci2009-02-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav Notes: svn path=/head/; revision=227786
* - Drop whitespacesMartin Wilke2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220174
* * print/ghostscript-* and related ports have been renamed in theHiroki Sato2008-09-051-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) Notes: svn path=/head/; revision=219946
* - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax forRong-En Fan2008-08-211-0/+7
| | | | | | | | | CONFIGURE_TARGET PR: 126524 Notes: svn path=/head/; revision=218939
* - Fix some noticed spelling errorsAlexey Dokuchaev2008-07-231-5/+5
| | | | | | | - Spell `overridable' consistently Notes: svn path=/head/; revision=217373
* Document porter visible changes from bsd.port.mk rev. 1.598Pav Lucistnik2008-07-211-0/+7
| | | | Notes: svn path=/head/; revision=217265
* Document wrapper option for ports-mgmt/pkg_install.Florent Thoumie2008-06-101-0/+8
| | | | Notes: svn path=/head/; revision=214613
* 20080414 updatesPav Lucistnik2008-04-141-0/+12
| | | | Notes: svn path=/head/; revision=211255
* - Document changes that have an impact on port writersPav Lucistnik2008-03-111-0/+8
| | | | Notes: svn path=/head/; revision=208865
* Kill EOL space, throw in a bunch of readability improvements.Alexey Dokuchaev2007-09-201-9/+9
| | | | Notes: svn path=/head/; revision=199822
* Document bsd.perl.mk and related changes.Mark Linimon2007-09-091-0/+16
| | | | | | | | Submitted by: gabor Sponsored by: Google Summer of Code 2007 Notes: svn path=/head/; revision=199137
* - Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan2007-08-041-0/+16
| | | | | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197074
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+13
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - CONFIGURE_ARGS is changed to have --mandir and --infodir when theyRong-En Fan2007-07-241-0/+6
| | | | | | | | | are applicable Reminded by: pav Notes: svn path=/head/; revision=196160
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldMaho Nakata2007-07-121-0/+8
| | | | | | | | | use this knob. Approved by: gerald, portmgr (pav) Notes: svn path=/head/; revision=195443
* - Introduce kld categoryPav Lucistnik2007-07-011-0/+7
| | | | | | | Reminded by: sem Notes: svn path=/head/; revision=194571
* Some spelling and markup nits.Alexey Dokuchaev2007-06-191-5/+5
| | | | Notes: svn path=/head/; revision=193846
* s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it wouldMark Linimon2007-06-031-1/+1
| | | | | | | | | have made more sense to me. Submitted by: Mike Brown <mike at skew dot org> Notes: svn path=/head/; revision=192609
* * Make 'make-deinstall-all' check for moved ports. [1]Mark Linimon2007-05-251-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=191668
* Belatedly add the 20070313 entry, which was a minor change (add bsd.ocaml.mk;Mark Linimon2007-04-261-0/+9
| | | | | | | move bsd.xfce.mk; refactor FETCH_CMD). Notes: svn path=/head/; revision=190900
* - Talk about porter's visible 2007/04/03 changesPav Lucistnik2007-04-021-0/+16
| | | | Notes: svn path=/head/; revision=189057
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrosPav Lucistnik2007-03-241-0/+21
| | | | | | | | | | | | | | | | [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] Notes: svn path=/head/; revision=188170
* * Refine some comments about Linux emulation [1]Mark Linimon2007-03-061-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=186638