FreeBSD Bugzilla – Attachment 115845 Details for
Bug 157720
[PATCH] net-im/emesene: fix build with libmimic.so for webcam support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emesene.diff
emesene.diff (text/plain), 1.94 KB, created by
Clockwork Box
on 2011-06-09 03:40:08 UTC
(
hide
)
Description:
emesene.diff
Filename:
MIME Type:
Creator:
Clockwork Box
Created:
2011-06-09 03:40:08 UTC
Size:
1.94 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with more >diff -ruN --exclude=CVS /usr/ports/net-im/emesene.orig/Makefile /usr/ports/net-im/emesene/Makefile >--- /usr/ports/net-im/emesene.orig/Makefile 2011-04-21 17:18:36.000000000 +0800 >+++ /usr/ports/net-im/emesene/Makefile 2011-04-21 19:06:34.000000000 +0800 >@@ -7,8 +7,8 @@ > > PORTNAME= emesene > PORTVERSION= 1.6.3 >+PORTREVISION= 1 > CATEGORIES= net-im python >-#MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > MASTER_SITES= ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} \ > ${MASTER_SITE_GOOGLE_CODE} > >@@ -23,6 +23,7 @@ > USE_PYTHON= yes > USE_GETTEXT= yes > USE_GNOME= pygtk2 desktopfileutils >+INSTALLS_ICONS= yes > USE_GSTREAMER= python > REINPLACE_ARGS= -i "" > >@@ -56,9 +57,9 @@ > @${ECHO_CMD} "exec ${PYTHON_CMD} ./${PORTNAME}" >> ${WRKDIR}/run.sh > > pre-install: >- @${RM} -fr ${WRKSRC}/build ${WRKSRC}/libmimic ${WRKSRC}/libmimic.so >+ @${RM} -fr ${WRKSRC}/build ${WRKSRC}/libmimic > . for DIRE in ast dv fil fo gv ku la nb_NO nds oc zh_HK >- @${MKDIR} -p ${PREFIX}/share/locale/${DIRE}/LC_MESSAGES >+ @${MKDIR} ${PREFIX}/share/locale/${DIRE}/LC_MESSAGES > . endfor > > do-install: >@@ -72,6 +73,9 @@ > > ${INSTALL_SCRIPT} ${WRKDIR}/run.sh ${PREFIX}/bin/${PORTNAME} > ${INSTALL_MAN} ${WRKDIR}/misc/${MAN1} ${PREFIX}/man/man1 >+ @if [ ! -d ${PREFIX}/share/icons/hicolor/scalable/apps ]; then \ >+ ${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps; \ >+ fi > ${INSTALL_DATA} ${WRKDIR}/misc/emesene.svg ${PREFIX}/share/icons/hicolor/scalable/apps > ${INSTALL_DATA} ${WRKDIR}/misc/emesene.png ${WRKDIR}/misc/emesene-big.png \ > ${PREFIX}/share/pixmaps >diff -ruN --exclude=CVS /usr/ports/net-im/emesene.orig/pkg-plist /usr/ports/net-im/emesene/pkg-plist >--- /usr/ports/net-im/emesene.orig/pkg-plist 2011-04-21 17:18:36.000000000 +0800 >+++ /usr/ports/net-im/emesene/pkg-plist 2011-04-21 17:19:48.000000000 +0800 >@@ -1,4 +1,5 @@ > bin/emesene >+%%DATADIR%%/libmimic.so > %%DATADIR%%/Avatar.py > %%DATADIR%%/Avatar.pyc > %%DATADIR%%/Avatar.pyo >===> Done
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 157720
: 115845