pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update objfw-git



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Sun Jun 5 23:46:04 2016 +0200
Changeset:	94ad5bf02d60e97e51b7de13637f864ca0b0449c

Modified Files:
	objfw-git/Makefile

Log Message:
Update objfw-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94ad5bf02d60e97e51b7de13637f864ca0b0449c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 objfw-git/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/objfw-git/Makefile b/objfw-git/Makefile
index 3ab6f0b..d1b2032 100644
--- a/objfw-git/Makefile
+++ b/objfw-git/Makefile
@@ -5,20 +5,21 @@ CATEGORIES=	devel
 
 COMMENT=	Portable, lightweight framework for the Objective-C language
 LICENSE=	qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
-HOMEPAGE=	https://webkeks.org/objfw/
-MAINTAINER=	js%webkeks.org@localhost
+HOMEPAGE=	https://heap.zone/objfw/
+MAINTAINER=	js%heap.zone@localhost
 
 GIT_REPOSITORIES=	objfw
-GIT_REPO.objfw=		https://webkeks.org/git/objfw.git
+GIT_REPO.objfw=		https://heap.zone/git/objfw.git
 
 WRKSRC=			${WRKDIR}/objfw
 USE_TOOLS=		aclocal automake
 GNU_CONFIGURE=		yes
 USE_LANGUAGES=		objc
 CONFIGURE_ARGS+=	--enable-static
+CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
 
 pre-configure:
-	cd ${WRKSRC} && ./autogen.sh
+	cd ${WRKSRC} && autoreconf
 
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index