- Remove shared lib inter-library dependency on libm

- Bump PKGNAME and library major number
- Adjust devel/gettext dependency
- Don't use included libintl headers
- Don't build tests

MAINTAINER timeout

help & ok naddy@
This commit is contained in:
alek 2005-02-09 01:03:50 +00:00
parent 944bfdf55e
commit 441b7b85db
5 changed files with 49 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2004/11/30 01:06:37 espie Exp $
# $OpenBSD: Makefile,v 1.6 2005/02/09 01:03:50 alek Exp $
COMMENT= "extract digital camera info tags from JPEG images"
DISTNAME= libexif-0.5.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
HOMEPAGE= http://sourceforge.net/projects/libexif/
@ -13,11 +14,10 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
MODULES= devel/gettext
BUILD_DEPENDS= ::devel/gettext
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2005/02/09 01:03:50 alek Exp $
--- Makefile.in.orig Sun Jan 30 20:09:00 2005
+++ Makefile.in Sun Jan 30 20:09:04 2005
@@ -113,7 +113,7 @@ VERSION = @VERSION@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
-SUBDIRS = intl m4 libexif libjpeg test po
+SUBDIRS = intl m4 libexif po
EXTRA_DIST = config.rpath mkinstalldirs @PACKAGE@.spec

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1 2005/02/09 01:03:50 alek Exp $
--- configure.orig Mon Feb 7 19:23:10 2005
+++ configure Mon Feb 7 19:23:18 2005
@@ -1823,7 +1823,7 @@ fi
LIBEXIF_AGE=0
LIBEXIF_REVISION=0
-LIBEXIF_CURRENT=8
+LIBEXIF_CURRENT=9

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-libexif_Makefile_in,v 1.1 2005/02/09 01:03:50 alek Exp $
--- libexif/Makefile.in.orig Tue Jan 7 17:43:19 2003
+++ libexif/Makefile.in Tue Feb 1 20:02:38 2005
@@ -117,7 +117,6 @@ INCLUDES = \
-DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\" \
-I$(top_srcdir)/libexif \
-I$(top_srcdir)/libjpeg \
- -I$(top_srcdir)/intl \
-I$(top_srcdir)
@@ -234,7 +233,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libexif.la: $(libexif_la_OBJECTS) $(libexif_la_DEPENDENCIES)
- $(LINK) -rpath $(libdir) $(libexif_la_LDFLAGS) $(libexif_la_OBJECTS) $(libexif_la_LIBADD) $(LIBS)
+ $(LINK) -rpath $(libdir) $(libexif_la_LDFLAGS) $(libexif_la_OBJECTS) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/08/11 10:42:54 espie Exp $
@lib lib/libexif.so.8.0
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/02/09 01:03:50 alek Exp $
@lib lib/libexif.so.9.0