FreeBSD Bugzilla – Attachment 134696 Details for
Bug 179401
[PATCH] /usr/ports/Mk/Uses/pure.mk: New Uses pure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pure.mk.txt
pure.mk.txt (text/plain), 1.19 KB, created by
nemysis
on 2013-07-18 20:15:03 UTC
(
hide
)
Description:
pure.mk.txt
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-07-18 20:15:03 UTC
Size:
1.19 KB
patch
obsolete
># Created by: nemysis <nemysis@gmx.ch> ># $FreeBSD$ ># ># Provide support for Pure Programming Language based projects ># ># MAINTAINER= nemysis@gmx.ch ># ># Feature: pure ># Usage: USES=pure or USES=pure:ARGS ># Valid ARGS: ffi ># ARGS description: ># ffi makes the port depends on pure-ffi at runtime ># > >.if !defined(_INCLUDE_USES_PURE_MK) >_INCLUDE_USES_PURE_MK= yes > >_valid_ARGS= ffi >_pure_ARGS= ${pure_ARGS:C/\:/ /g} > ># Sanity check >.if defined(pure_ARGS) >. for arg in ${_pure_ARGS} >. if empty(_valid_ARGS:M${arg}) >IGNORE= Incorrect 'USES+= pure:${pure_ARGS}' usage: argument [${arg}] is not recognized >. endif >. endfor >.endif > >#LIB_DEPENDS+= pure.8:${PORTSDIR}/lang/pure >LIB_DEPENDS+= pure.8:/usr/local/ports/local/patch/lang/pure/ >USE_GMAKE= yes > >.if ${_pure_ARGS:Mffi} >#RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi >RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:/usr/local/ports/local/patch/devel/pure-ffi >.endif > >MAKE_ARGS+= prefix=${PREFIX} mandir=${PREFIX}/man \ > CC=${CC} CFLAGS="${CFLAGS}" \ > CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ > CPPFLAGS+=-I${LOCALBASE}/include \ > LDFLAGS+=-L${LOCALBASE}/lib > >.endif #!defined(_INCLUDE_USES_PURE_MK)
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 Raw
Actions:
View
Attachments on
bug 179401
:
134695
| 134696 |
134697