diff options
Diffstat (limited to 'databases/qof/Makefile')
| -rw-r--r-- | databases/qof/Makefile | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/databases/qof/Makefile b/databases/qof/Makefile index bcb8fb3c78e8..236315d8e88f 100644 --- a/databases/qof/Makefile +++ b/databases/qof/Makefile @@ -1,31 +1,28 @@ PORTNAME= qof -PORTVERSION= 0.8.8 -PORTREVISION= 4 +DISTVERSION= g20250913 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= DEBIAN_POOL -DISTNAME= qof_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= truckman@FreeBSD.org COMMENT= Query Object Framework -WWW= https://alioth.debian.org/projects/qof/ +WWW= https://github.com/GnoTime/qof LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Host is no longer resolvable using multiple different resolver -EXPIRATION_DATE= 2025-08-23 - -CONFLICTS_INSTALL= gnotime-2.[0-3]* gnotime-2.4.0* gnotime-2.4.1 gnotime-2.4.1_[12]* - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-doxygen --disable-gdasql --disable-sqlite +CONFIGURE_ARGS= --disable-doxygen --disable-sqlite CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= GnoTime +GH_PROJECT= qof +GH_TAGNAME= f4b5d111a91af1e5606bd1db74c4db454ae77124 USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -34,13 +31,13 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: - @${REINPLACE_CMD} -e '/CFLAGS=/s|-g2||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/CFLAGS=/s|-g2||' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's|__isleap|qof_date_isleap|' \ ${WRKSRC}/qof/qofdate.c @${REINPLACE_CMD} -e '/^AM_CFLAGS =/s|-g||' \ - ${WRKSRC}/lib/libsql/Makefile.in \ - ${WRKSRC}/qof/Makefile.in + ${WRKSRC}/lib/libsql/Makefile.am \ + ${WRKSRC}/qof/Makefile.am @${REINPLACE_CMD} -e '/^sql_parse_test_DEPENDENCIES =/s/$$/ libqofsql.la/' \ - ${WRKSRC}/lib/libsql/Makefile.in + ${WRKSRC}/lib/libsql/Makefile.am .include <bsd.port.mk> |
