Date: Fri, 29 Jul 2011 09:29:59 +0100 From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159288: bsd.port.mk : Add USE_DRUPAL for easy include of Mk/bsd.drupal.mk Message-ID: <BLU0-SMTP168C5AE8BCDEDBF32519CC9A9370@phx.gbl> Resent-Message-ID: <201107290840.p6T8eB6q073875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159288 >Category: ports >Synopsis: bsd.port.mk : Add USE_DRUPAL for easy include of Mk/bsd.drupal.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 29 08:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: As per every other file in ports/Mk, it's a little on the fiddly side to .include bsd.drupal.mk; full path is needed. Following convention, a USE_DRUPAL knob has been added. >How-To-Repeat: >Fix: --- bsd-port-mk-drupal.patch begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.690 diff -u -r1.690 bsd.port.mk --- bsd.port.mk 21 Jul 2011 15:10:46 -0000 1.690 +++ bsd.port.mk 29 Jul 2011 08:27:19 -0000 @@ -1549,6 +1549,10 @@ .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif +.if defined(USE_DRUPAL) +.include "${PORTSDIR}/Mk/bsd.drupal.mk" +.endif + .if defined(WANT_GECKO) || defined(USE_GECKO) || defined(USE_FIREFOX) || defined(USE_FIREFOX_BUILD) || defined(USE_SEAMONKEY) || defined(USE_SEAMONKEY_BUILD) || defined(USE_THUNDERBIRD) || defined(USE_THUNDERBIRD_BUILD) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif --- bsd-port-mk-drupal.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU0-SMTP168C5AE8BCDEDBF32519CC9A9370>