mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/libiodbc: Use release tarball, improve port and return to pool
* Switch to using upstream release tarball * Adjust port Makefile layout * Return to pool PR: 281447 Approved by: kde (makc and jhale)
This commit is contained in:
parent
8db97e44ba
commit
7a74a53771
@ -1,10 +1,10 @@
|
||||
PORTNAME= libiodbc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.52.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://github.com/openlink/iODBC/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= ODBC 3.x driver manager, for universal data source access
|
||||
WWW= https://www.iodbc.org/
|
||||
|
||||
@ -13,17 +13,16 @@ LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD
|
||||
LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL
|
||||
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} \
|
||||
--includedir=${LOCALBASE}/include/libiodbc \
|
||||
--disable-libodbc
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openlink
|
||||
GH_PROJECT= iODBC
|
||||
|
||||
OPTIONS_DEFINE= GTK2 DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
@ -32,7 +31,6 @@ GTK2_USE= GNOME=cairo,gdkpixbuf2,gtk20
|
||||
GTK2_USES= gettext-runtime gnome
|
||||
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
GTK2_CONFIGURE_ENABLE= gui
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1683210394
|
||||
SHA256 (openlink-iODBC-v3.52.16_GH0.tar.gz) = a0cf0375b462f98c0081c2ceae5ef78276003e57cdf1eb86bd04508fb62a0660
|
||||
SIZE (openlink-iODBC-v3.52.16_GH0.tar.gz) = 660741
|
||||
TIMESTAMP = 1725921099
|
||||
SHA256 (libiodbc-3.52.16.tar.gz) = 3898b32d07961360f6f2cf36db36036b719a230e476469258a80f32243e845fa
|
||||
SIZE (libiodbc-3.52.16.tar.gz) = 1086850
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.am.orig 2019-08-07 17:55:25 UTC
|
||||
+++ Makefile.am
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu dist-zip 1.9.6
|
||||
|
||||
-SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy samples
|
||||
+SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy
|
||||
|
||||
ACLOCAL_AMFLAGS = -I admin
|
||||
|
11
databases/libiodbc/files/patch-Makefile.in
Normal file
11
databases/libiodbc/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2024-09-09 22:32:56 UTC
|
||||
+++ Makefile.in
|
||||
@@ -412,7 +412,7 @@ AUTOMAKE_OPTIONS = gnu dist-zip 1.9.6
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = gnu dist-zip 1.9.6
|
||||
-SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy samples
|
||||
+SUBDIRS = admin bin etc man include iodbcinst iodbc iodbcadm drvproxy
|
||||
ACLOCAL_AMFLAGS = -I admin
|
||||
EXTRA_DIST = \
|
||||
$(srcdir)/IAFA-PACKAGE \
|
Loading…
Reference in New Issue
Block a user