aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Make the ports tree use dialog4ports for make config.Baptiste Daroussin2013-03-191-0/+10
| | | | | | | | | | | | | | dialog4ports has been contributed by Ilya A. Arkhipov. It extends dialog(3) to provide a mixed dialog widget allowing to represent all features provide by the new options framework. This allows the ports tree to not anymore depends on dialog(1) from base to configure the options and be able to improve if needed on all supported plateforms at the same time. Exp-run by: miwi Notes: svn path=/head/; revision=314628
* Document USES=qmailBryan Drewery2013-03-151-0/+11
| | | | Notes: svn path=/head/; revision=314326
* Document the introduction of Keywords/info.yaml in CHANGESBaptiste Daroussin2013-03-151-0/+7
| | | | Notes: svn path=/head/; revision=314281
* Add a note about the new USES macro and the new USES= pathfix fuseBaptiste Daroussin2013-03-071-0/+9
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=313574
* - Fix WhitespacesMartin Wilke2013-02-081-1/+1
| | | | Notes: svn path=/head/; revision=311920
* - Document that PTHREAD_CFLAGS and PTHREAD_LIBS are unsupportedPietro Cerutti2013-02-071-0/+7
| | | | | | | Approved by: bapt (portmgr) Notes: svn path=/head/; revision=311834
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-0/+7
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* 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