FreeBSD Bugzilla – Attachment 150450 Details for
Bug 195723
New port: net/megatools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggested final set of changes
megatools.patch (text/plain), 2.45 KB, created by
Dmitry Marakasov
on 2014-12-11 00:35:36 UTC
(
hide
)
Description:
Suggested final set of changes
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2014-12-11 00:35:36 UTC
Size:
2.45 KB
patch
obsolete
>diff -ruN megatools.orig/Makefile megatools/Makefile >--- megatools.orig/Makefile 2014-12-11 02:20:55.000000000 +0300 >+++ megatools/Makefile 2014-12-10 00:44:44.108173117 +0300 >@@ -3,7 +3,6 @@ > > PORTNAME= megatools > PORTVERSION= 1.9.93 >-PORTREVISION= 3 > CATEGORIES= net > MASTER_SITES= http://megatools.megous.com/builds/ > >@@ -11,37 +10,29 @@ > COMMENT= Tools for MEGA.CO.NZ cloud drive > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking >+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl > >-LIBS+= -lssl -lcrypto >-LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl >- >-INSTALL_TARGET= install-strip >- >-DOCS= yes >- >+USES= gmake pkgconfig libtool > USE_GNOME= glib20 > USE_OPENSSL= yes > GNU_CONFIGURE= yes >-USES= gmake pkgconfig libtool >- >-CONFIGURE_ARGS= --enable-introspection=no >+INSTALL_TARGET= install-strip >+CONFIGURE_ARGS= --enable-introspection=no >+USE_LDCONFIG= yes >+LIBS+= -lssl -lcrypto > > OPTIONS_DEFINE= FUSE >-FUSE_DESC= Enable remote filesystem support >+OPTIONS_DEFAULT=FUSE >+OPTIONS_SUB= yes >+ > FUSE_USES= fuse > FUSE_CONFIGURE_WITH= fuse > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MFUSE} >-PLIST_SUB= MEGAFS="" >-.else >-PLIST_SUB= MEGAFS="@comment " >-.endif >- > post-patch: > @${REINPLACE_CMD} -e '/MEGA_REQUIRES=/ s|openssl||' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in > > .include <bsd.port.mk> >diff -ruN megatools.orig/pkg-message megatools/pkg-message >--- megatools.orig/pkg-message 2014-12-11 01:16:21.000000000 +0300 >+++ megatools/pkg-message 1970-01-01 03:00:00.000000000 +0300 >@@ -1,5 +0,0 @@ >-================================================================================ >- >-Please see megatools(1) man pages for more information. >- >-================================================================================ >diff -ruN megatools.orig/pkg-plist megatools/pkg-plist >--- megatools.orig/pkg-plist 2014-12-11 02:12:47.000000000 +0300 >+++ megatools/pkg-plist 2014-12-11 03:33:15.439523090 +0300 >@@ -1,6 +1,6 @@ > bin/megadf > bin/megadl >-%%MEGAFS%%bin/megafs >+%%FUSE%%bin/megafs > bin/megaget > bin/megals > bin/megamkdir >@@ -25,10 +25,10 @@ > lib/libmega.so > lib/libmega.so.0 > lib/libmega.so.0.0.0 >-lib/pkgconfig/libmega.pc >+libdata/pkgconfig/libmega.pc > man/man1/megadf.1.gz > man/man1/megadl.1.gz >-%%MEGAFS%%man/man1/megafs.1.gz >+%%FUSE%%man/man1/megafs.1.gz > man/man1/megaget.1.gz > man/man1/megals.1.gz > man/man1/megamkdir.1.gz
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 195723
:
150246
|
150247
|
150358
|
150442
| 150450 |
150460
|
150461