FreeBSD Bugzilla – Attachment 28366 Details for
Bug 47749
Update port: net/serveez
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.05 KB, created by
tkato
on 2003-01-31 17:10:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-01-31 17:10:16 UTC
Size:
1.05 KB
patch
obsolete
>diff -urN /usr/ports/net/serveez/Makefile net/serveez/Makefile >--- /usr/ports/net/serveez/Makefile Mon Nov 11 19:00:46 2002 >+++ net/serveez/Makefile Fri Jan 24 03:57:56 2003 >@@ -16,8 +16,7 @@ > > MAINTAINER= ports@FreeBSD.org > >-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ >- guile.10:${PORTSDIR}/lang/guile >+LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile > .if !exists(/usr/bin/bzip2) > LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 > .endif >@@ -27,10 +26,18 @@ > USE_GMAKE= yes > USE_LIBTOOL= yes > LIBTOOLFLAGS= --disable-ltlibs --release-ignore >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \ >- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`" >+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > INSTALLS_SHLIB= yes > > MAN1= serveez.1 >+ >+CPPFLAGS= `${GUILE_CONFIG} compile` >+LDFLAGS= `${GUILE_CONFIG} link` >+ >+.if !exists(/usr/include/getopt.h) >+LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt >+.endif > > .include <bsd.port.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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47749
: 28366