FreeBSD Bugzilla – Attachment 57065 Details for
Bug 86138
[PATCH] net/pfinger: WITHOUT_X11 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net::pfinger-WITHOUT_X11,0.patch
net::pfinger-WITHOUT_X11,0.patch (text/plain), 952 bytes, created by
Roman Neuhauser
on 2005-09-14 23:10:13 UTC
(
hide
)
Description:
net::pfinger-WITHOUT_X11,0.patch
Filename:
MIME Type:
Creator:
Roman Neuhauser
Created:
2005-09-14 23:10:13 UTC
Size:
952 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/pfinger/Makefile,v >retrieving revision 1.9 >diff -u -u -r1.9 Makefile >--- Makefile 4 Feb 2004 05:08:18 -0000 1.9 >+++ Makefile 14 Sep 2005 21:54:58 -0000 >@@ -19,8 +19,14 @@ > CONFLICTS= gnu-finger-1.* > > USE_REINPLACE= yes >-USE_GNOME= gtk12 > GNU_CONFIGURE= yes >+.if !defined(WITHOUT_X11) >+USE_GNOME= gtk12 >+PLIST_SUB+= WITHOUT_X11="" >+.else >+CONFIGURE_ARGS+=--without-client >+PLIST_SUB+= WITHOUT_X11="@comment " >+.endif > > MAN1= finger.1 pfinger.1 > MAN5= fingerconf.5 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/pfinger/pkg-plist,v >retrieving revision 1.1 >diff -u -u -r1.1 pkg-plist >--- pkg-plist 26 Apr 2001 17:20:33 -0000 1.1 >+++ pkg-plist 14 Sep 2005 15:13:50 -0000 >@@ -1,4 +1,4 @@ > bin/finger >-bin/pfinger >+%%WITHOUT_X11%%bin/pfinger > sbin/fingerd > sbin/in.fingerd
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 86138
: 57065