FreeBSD Bugzilla – Attachment 67265 Details for
Bug 99163
[PATCH] polish/gadugadu OPTIONS fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.70 KB, created by
Arseny Nasokin
on 2006-06-19 06:40:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Arseny Nasokin
Created:
2006-06-19 06:40:15 UTC
Size:
1.70 KB
patch
obsolete
>--- Makefile.orig Mon Jun 19 09:30:11 2006 >+++ Makefile Mon Jun 19 09:38:55 2006 >@@ -16,26 +16,38 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A GaduGadu client for X11/GTK > >-BROKEN= Needs to be converted to OPTIONS >- > USE_GMAKE= yes > USE_GNOME= gtk12 >-USE_SUBMAKE= yes > GNU_CONFIGURE= yes >- > .if !defined(BATCH) && !defined(PACKAGE_BUILDING) > IS_INTERACTIVE= yes > .endif >+OPTIONS= ESD "Esound support" on \ >+ ARTS "Arts support" off \ >+ GNOME "Gnome support" off \ >+ PANEL "Gnome applet support" off > >-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ >- TOUCH="${TOUCH}" \ >- MKDIR="${MKDIR}" \ >- CAT="${CAT}" \ >- GNUGADU_OPTIONS="${GNUGADU_OPTIONS}" \ >- REALCURDIR="${.CURDIR}" >+.include <bsd.port.pre.mk> >+.if defined(WITH_ESD) && !defined (WITHOUT_ESD) >+USE_GNOME+= esound >+CONFIGURE_ARGS+= --enable-esd >+.else >+CONFIGURE_ARGS+= --disable-esd >+.endif > >-pre-fetch: >- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.gg >+.if defined(WITH_GNOME) && !defined (WITHOUT_GNOME) >+USE_GNOME+= gnomelibs >+CONFIGURE_ARGS+= --enable-gnome >+.else >+CONFIGURE_ARGS+= --disable-esd >+.endif >+ >+.if defined(WITH_PANEL) && !defined (WITHOUT_PANEL) >+USE_GNOME+= gnomepanel >+CONFIGURE_ARGS+= --enable-panel >+.else >+CONFIGURE_ARGS+= --disable-panel >+.endif > > post-patch: > @${REINPLACE_CMD} -e 's,GTK_ CFLAGS,GTK_CFLAGS,' \ >@@ -52,8 +64,4 @@ > post-clean: > @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc > >-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) >-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" >-.endif >- >-.include <bsd.port.mk> >+.include <bsd.port.post.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 99163
: 67265