FreeBSD Bugzilla – Attachment 48949 Details for
Bug 74866
Update Mk/bsd.port.mk to support python packages with OPTIONS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.port.mk.patch
bsd.port.mk.patch (text/plain), 1.37 KB, created by
Marcus Grando
on 2004-12-08 20:10:17 UTC
(
hide
)
Description:
bsd.port.mk.patch
Filename:
MIME Type:
Creator:
Marcus Grando
Created:
2004-12-08 20:10:17 UTC
Size:
1.37 KB
patch
obsolete
>--- bsd.port.mk.orig Tue Dec 7 18:49:22 2004 >+++ bsd.port.mk Tue Dec 7 18:49:49 2004 >@@ -954,25 +954,6 @@ > USE_SUBMAKE= yes > .endif > >-# where 'make config' records user configuration options >-PORT_DBDIR?= /var/db/ports >- >-.if defined(LATEST_LINK) >-UNIQUENAME?= ${LATEST_LINK} >-.else >-UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} >-.endif >-OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options >-_OPTIONSFILE!= ${ECHO_CMD} "${OPTIONSFILE}" >-.if defined(OPTIONS) >-.if exists(${_OPTIONSFILE}) && !make(rmconfig) >-.include "${_OPTIONSFILE}" >-.endif >-.if exists(${_OPTIONSFILE}.local) >-.include "${_OPTIONSFILE}.local" >-.endif >-.endif >- > # check for old, crufty, makefile types, part 1: > .if !defined(PORTNAME) || !( defined(PORTVERSION) || defined (DISTVERSION) ) || defined(PKGNAME) > check-makefile:: >@@ -1199,6 +1180,25 @@ > # Owner and group of the WWW user > WWWOWN?= www > WWWGRP?= www >+ >+# where 'make config' records user configuration options >+PORT_DBDIR?= /var/db/ports >+ >+.if defined(LATEST_LINK) >+UNIQUENAME?= ${LATEST_LINK} >+.else >+UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} >+.endif >+OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options >+_OPTIONSFILE!= ${ECHO_CMD} "${OPTIONSFILE}" >+.if defined(OPTIONS) >+.if exists(${_OPTIONSFILE}) && !make(rmconfig) >+.include "${_OPTIONSFILE}" >+.endif >+.if exists(${_OPTIONSFILE}.local) >+.include "${_OPTIONSFILE}.local" >+.endif >+.endif > > .endif > # End of pre-makefile section.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74866
: 48949