| /[doc]/head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Revision: |
books/porters-handbook: Typo, Lua chapter Approved by: bjk (doc) Differential Revision: https://reviews.freebsd.org/D27321
Update the lists of available OpenJDK ports and valid Java versions Based on current bsd.java.mk.
Update porters handbook for Lua changes Submitted by: andrew_tao173.riddles.org.uk Approved by: mat@ Differential Revision: https://reviews.freebsd.org/D24430
Fix whitespace issues in a GNOME port example A mix of spaces and tabs was used for indentation. This is not desired.
Suggest the use of USES=localbase to set flags like CFLAGS and LDFLAGS
Rewrite symlink handling. Reviewed by: bapt
Document USES=cabal and its knobs. Reviewed by: bcr, crees, 0mp Differential Revision: https://reviews.freebsd.org/D23816
Porter's Handbook: Document CARGO_FEATURES==--no-default-features Approved by: bcr Differential Revision: https://reviews.freebsd.org/D23999
Update cmake package example in Porter's Handbook PR: 242566 Submitted by: woodsb02@ Patch by: carlavilla@ Approved by: bcr@(mentor), mat@ Differential Revision: https://reviews.freebsd.org/D23410
With the commit of XFCE 4.14 the USES=xfce options changed. Now the default is gtk3, and the option becomes gtk2. Patch submitted by: madpilot@ Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D21723
- remove redundant documentation of DEVELOPER=yes https://lists.freebsd.org/pipermail/freebsd-doc/2019-September/033317.html Reported by: Pau Amma Reviewed by: mat@
Two language fixes: - there default settings -> their default settings - there be -> there must be PR: 240667 Submitted by: pauamma@gundo.com Event: EuroBSDcon 2019 Hackathon
Change "use" to "uses" and "a" to "an". PR: 240655 Submitted by: pauamma@gundo.com
Porter's Handbook: Document new GO_TARGET syntax Submitted by: dmgk Approved by: bcr Differential Revision: https://reviews.freebsd.org/D21609
Fix a couple of USE_XORG examples. Fix a couple of USE_XORG examples to include USES=xorg.
Update porters handbook for USES=xorg xorg-cat Update porters handbook to document the new USES=xorg and USES=xorg-cat additions. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D20732
Porter's Handbook: Suggest using Poudriere in using-cargo section Also improve section title. Approved by: mat Differential Revision: https://reviews.freebsd.org/D21253
Pet igor after r53306
Porter's Handbook: Add an example on how to create a USES=go port Submitted by: tobik Reviewed by: Dmitri Goutnik <dg@syrec.org>, mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D21243
Document qt-dist Submitted by: tcberner Reported by: mat Differential Revision: https://reviews.freebsd.org/D20802
Porter's Handbook: Describe CARGO_INSTALL_PATH after ports r503890 Approved by: mat Differential Revision: https://reviews.freebsd.org/D20589
Porter's Handbook: Remove mention of CMAKE_VERBOSE It was was removed in ports r421635 and verbose builds are on by default now and not toggleable any more. Approved by: tcberner, rene Differential Revision: https://reviews.freebsd.org/D20410
Porter's Handbook: Update "Go Libraries" for D19570 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: bcr Differential Revision: https://reviews.freebsd.org/D19813
Porter's Handbook: Update USE_XORG component list It has been outdated since August 2018 when all *proto ports have been folded into xorgproto. Component descriptions are auto-generated from the underlying COMMENTs. Approved by: mat Differential Revision: https://reviews.freebsd.org/D19642
Porter's Handbook: Document CARGO_USE_GITLAB - Remove mention of CARGO_GH_CARGOTOML after ports r496795 - Update CARGO_USE_GITHUB description. It does not patch Cargo.lock. That is done automatically during the configure phase by cargo itself and is not worth mentioning here. Approved by: mat Differential Revision: https://reviews.freebsd.org/D19697
Porter's Handbook: Update KDE and Qt sections - Remove mention of KDE/Qt 4 - Update examples to use KDE/Qt 5 - Update USE_KDE, USE_QT component lists Approved by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D19605
Porter's Handbook: Update USES=cmake description - outsource is no longer a valid argument - Document noninja, insource Approved by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D19567
Porter's Handbook: Add Meson section
- Document new opt_MESON_{DIS,EN}ABLED helpers
- Fix existing examples
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D19554
Mention "race conditions" in the section about MAKE_JOBS_UNSAFE. The reason for this is to increase discoverability of MAKE_JOBS_UNSAFE. Reviewed by: bcr, mat (previous version) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17383
Porter's Handbook: Fix USE_GL examples Approved by: mat Differential Revision: https://reviews.freebsd.org/D17430
Introduce USES=qt to the Porter's Handbook Approved by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D17429
Add a note about MAKE_JOBS_UNSAFE and the importance to not why it is set. Sponsored by: Absolight
porters handbook: fix trivial spelling errors Reviewed by: jrm Approved by: allanjude Differential Revision: https://reviews.freebsd.org/D16134
Improve on r51913. Reviewed by: adamw Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D16034
Add notes in various places about the policy to not start or stop services. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D16034
Remove mention of some old WANT_* and USE_* variables from the Porter's Handbook WANT_PHP_WEB USE_FIREFOX* USE_SEAMONKEY* USE_THUNDERBIRD* WANT_GNOME HAVE_GNOME USE_BDB USE_PGSQL USE_SQLITE are all not supported anymore or have been replaced by USES=x. Rewrite "Using Databases", add examples, and point to the various USES macros for dealing with database dependencies. Approved by: mat Differential Revision: https://reviews.freebsd.org/D15704
Fix broken 'uses-values' links in the Porter's Handbook The USES chapter sets an xml:id on its title tag but this doesn't seem to generate an anchor. As a consequence there currently are several 'uses-values' xrefs that point to nowhere. This is only really noticeable in the single page HTML version (book.html) of the handbook. PR: 227123 Reported by: 0mp Approved by: mat Differential Revision: https://reviews.freebsd.org/D15642
Remove mention of CMAKE_ENV from the Porter's Handbook since it doesn't have any effect. CONFIGURE_ENV should be used instead. Also see the 20150818 entry in CHANGES. PR: 228656 Reported by: waitman@waitman.net Approved by: mat
Unbreak build for PDF.
Document USES=cargo in the Porter's Handbook PR: 227585 Submitted by: tobik Reported by: 0mp Reviewed by: mat, 0mp Approved by: mat Differential Revision: https://reviews.freebsd.org/D15471
[porter's handbook] remove references to fmake USES The USES was removed in ports r452546 so there no more need to document it.
USE_AUTOTOOLS was retired. Sponsored by: Absolight
Remove mention of using ${FLAVOR} directly.
Sponsored by: Absolight
Document PHP flavors, and related PEAR and Horde changes. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14597
Improve the Perl related sections. Reported by: brd Sponsored by: Absolight
Add documentation for the new CMAKE_ON and CMAKE_OFF variables. Sponsored by: Absolight
all: use https for FreeBSD.org domains This change excludes some generally unchanged files such as release announcements, events, news, etc.
Add a section on shell completion files. Basically, always install them, and never register RUN_DEPENDS on the shells themselves. Approved by: mat (doc hat) Differential Revision: https://reviews.freebsd.org/D13696
Small fixes. Submitted by: adamw Sponsored by: Absolight
Add a Flavors chapter.
Whitespace cleanup. Sponsored by: Absolight
- Update wxWidgets section Differential Revision: https://reviews.freebsd.org/D12700 Approved by: portmgr (mat)
- Remove 'Using Emacs' section. It is "yet to be written" for 13+ years. Differential Revision: https://reviews.freebsd.org/D12696 Approved by: portmgr (mat)
- Update Scons section Differential Revision: https://reviews.freebsd.org/D12697 Approved by: portmgr (mat)
Add chapter detailing our policy on Go libs. Submitted by: swills
switch to HTTPS
Add xml:id's to all sect. and example. Sponsored by: Absolight
Fix all the whitespace errors igor reports. Translators can ignore. Sponsored by: Absolight, The FreeBSD Foundation
Fix non white-space igor warnings. Sponsored by: Absolight, The FreeBSD Foundation
Replace usage of PORTVERSION with DISTVERSION. Sponsored by: Absolight, The FreeBSD Foundation
Rewrite the symlink bits and introduce RLN. Reviewed by: bcr Sponsored by: Absolight, The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D11839
Javadoc is the correct casing, as opposed to JavaDoc which is currently being used. PR: 212928 Submitted by: Sean Maltby Sponsored by: Absolight, The FreeBSD Foundation
update reference to lang/mosml PR: 220979 Submitted by: Carsten Larsen Sponsored by: Absolight, The FreeBSD Foundation
PR: 215650 Submitted by: Olivier Duchateau <olivierd@> Reviewed by: swills bjk Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D9039
Fox a small grammatical error (pose -> poses). PR: 212941 Submitted by: Kasi Chonpimai (mnm630848@gmail.com)
Try to follow with ports r420774. Sponsored by: Absolight
Fix Java versions in Porter's Handbook. Bug submitted by Bruce Cran <bruce.cran@gmail.com>, patch submitted by Tim Moore <timmoore88@gmail.com>. PR: 201558 Submitted by: Tim Moore <timmoore88@gmail.com> Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D7425
Improve some of the wording around USE_RUBY.
Follow the USE-ification of USES=php. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7007
Document USES=php. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6932
Add a warning about the usage of WWWOWN and WWWGRP. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6932
- remove applicable ${PORTSDIR} referrences
PR: 210066
Reported by: rwestlun@gmail.com
And remove the link to bsd.database.mk, it's gone. Sponsored by: Absolight
Forgot a tag here. Sponsored by: Absolight
Document the recent bsd.databases.mk changes. - SQLite has been USES=sqlite for a long time. - USE_BDB is now USES=bdb. - USE_MYSQL is now USES=mysql. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6123
Always echo commands during the install phase. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5581
- address grammar PR: 207353 Submitted by: waclas@rpi.edu Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D5357
- address grammatical issue PR: 207345 Submitted by: beryleo@gmail.com Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D5355
Change the wording to push people to use variables directly and not the %%FOO%% constructs in PLIST_FILES. Sponsored by: Absolight
Whitespace-only fixes, translators please ignore.
Remove mentions of WANT_SDL/HAVE_SDL, they are not supported any more. Sponsored by: Absolight
- address misspelling PR: 203439 Submitted by: njbbaer@gmail.com Approved by: wblock@ (mentor) Differential Revision: https://reviews.freebsd.org/D3748
Add porters-handbook for USE_GNOME. This contains two chapters. The first chapter explains USE_GNOME and the macro's and the second chapter which lists all the possible components with a short description. Loosely based on the old porting guide (http://freebsd.org/gnome) and the Qt chapter. The old porting guide will stick around for now until I get around to updating the gnome website. Reviewed by: mat@, wblock@ Approved by: mat@ Differential Revision: https://reviews.freebsd.org/D3577
Small reword. Noticed by: wblock
Remove references to USE_PGSQL, but leave a pointer to USES=pgsql so people know where to look until the rest of the USE_database goes away. Noticed by: xmj
Various small fixes. - Mention WRKSRC_SUBDIR. - Note that NO_WRKSUBDIR should not be used. - Mention USES=metaport. - NEED_ROOT is gone, mention USES=fakeroot. Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D2941
Fixup a lot of <programlisting> Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D2939
Update XFCE section. PR: 197878 (based on) Differential Revision: https://reviews.freebsd.org/D2439 Submitted by: olivierd Reviewed by: wblock, gjb Approved by: wblock (mentor) Sponsored by: Absolight
- uid/gid identification numbers should be the same Differential Revision: https://reviews.freebsd.org/D2264 Reviewed by: feld, mat, marino Approved by: wblock (mentor)
Sync up the databases section with reality. PR: 195549
Clean up ordering and wording of the paragraphs to make it easier to tell what is being talked about in the startup script section.
Sprinkle replaceable tags in the startup script section Reviewed by: brueffer bjk
Improve the wording around startup scripts to be clearer.
Add mva's updates to the Using Python section, with thanks to mat. Differential Revision: https://reviews.freebsd.org/D573
Document BUNDLE_LIBS. Differential Revision: https://reviews.freebsd.org/D887 Reviewed by: bcr, bapt Sponsored by: Absolight
Document USES=horde. Fix a typo in USES=pear. Differential Revision: https://reviews.freebsd.org/D878 Approved by: bcr, bapt Sponsored by: Absolight
Reword. Submitted by: wblock Sponsored by: Absolight
Document USES=pear. Sponsored by: Absolight
Update the USE_AUTOTOOLS/USE_GNOME as of r368357 of the ports tree. Sponsored by: Absolight
igor -Ry and some other rewording and fixes. Differential Revision: https://reviews.freebsd.org/D653 Reviewed by: wblock Sponsored by: Absolight
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |