Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2010 20:30:06 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/145655: commit references a PR
Message-ID:  <201007252030.o6PKU638085209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/145655; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/145655: commit references a PR
Date: Sun, 25 Jul 2010 20:21:52 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul 25 20:21:32 2010
 New Revision: 210482
 URL: http://svn.freebsd.org/changeset/base/210482
 
 Log:
   Add an example to encourage people to have a look at either
   make(1) or /usr/ports/ports-mgmt/portconf for port-specific
   variables/options to compile a port.
   
   PR:		docs/145655
   Submitted by:	Armin Pirkovitsch (armin at frozen dash zone dot org)
   Discussed with:	dougb
   MFC after:	7 days
 
 Modified:
   head/share/examples/etc/make.conf
 
 Modified: head/share/examples/etc/make.conf
 ==============================================================================
 --- head/share/examples/etc/make.conf	Sun Jul 25 20:08:07 2010	(r210481)
 +++ head/share/examples/etc/make.conf	Sun Jul 25 20:21:32 2010	(r210482)
 @@ -269,3 +269,14 @@
  # /etc/mail/Makefile.  Defaults to 0640.
  #
  #SENDMAIL_MAP_PERMS=
 +#
 +#
 +# It is also possible to set variables in make.conf which will only be
 +# used when compiling a specific port.  For more details see make(1).
 +#
 +#.if ${.CURDIR:M*/irc/irssi-devel*}
 +#WITH_DEBUG=YES
 +#.endif
 +#
 +# Another approach is to use /usr/ports/ports-mgmt/portconf which has
 +# its own config file for port specific options.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007252030.o6PKU638085209>