FreeBSD Bugzilla – Attachment 65341 Details for
Bug 96853
graphics/exiv2: install the library with a better/correct name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics_exiv2.diff
graphics_exiv2.diff (text/plain), 1.71 KB, created by
Joerg Pulz
on 2006-05-06 11:10:17 UTC
(
hide
)
Description:
graphics_exiv2.diff
Filename:
MIME Type:
Creator:
Joerg Pulz
Created:
2006-05-06 11:10:17 UTC
Size:
1.71 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/exiv2/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 23 Apr 2006 14:12:23 -0000 1.14 >+++ Makefile 5 May 2006 11:00:17 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= exiv2 > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.exiv2.org/ > >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/graphics/exiv2/pkg-plist,v >retrieving revision 1.5 >diff -u -r1.5 pkg-plist >--- pkg-plist 23 Apr 2006 14:12:23 -0000 1.5 >+++ pkg-plist 5 May 2006 11:00:17 -0000 >@@ -26,10 +26,10 @@ > include/exiv2/tags.hpp > include/exiv2/types.hpp > include/exiv2/value.hpp >-lib/libexiv2-0.9.1.so > lib/libexiv2.a > lib/libexiv2.la > lib/libexiv2.so >+lib/libexiv2.so.0 > %%PORTDOCS%%%%DOCSDIR%%/actions_8hpp.html > %%PORTDOCS%%%%DOCSDIR%%/actions_8hpp__incl.map > %%PORTDOCS%%%%DOCSDIR%%/actions_8hpp__incl.md5 >Index: files/patch-src::Makefile >=================================================================== >RCS file: files/patch-src::Makefile >diff -N files/patch-src::Makefile >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src::Makefile 5 May 2006 11:00:17 -0000 >@@ -0,0 +1,11 @@ >+--- src/Makefile.orig Fri May 5 11:46:42 2006 >++++ src/Makefile Fri May 5 11:47:15 2006 >+@@ -199,7 +199,7 @@ >+ bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test >+ >+ lib: $(OBJ) >+- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) >++ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) >+ @touch lib >+ >+ path-test: path-test.o utils.o
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 96853
: 65341