Date: Wed, 3 Jun 2009 17:05:34 GMT From: Lucas Holt <luke@justjournal.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135219: Update port: deskutils/jjclient 1.0.2 + QAT patches Message-ID: <200906031705.n53H5Ydm098112@www.freebsd.org> Resent-Message-ID: <200906031710.n53HA28Z086325@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135219 >Category: ports >Synopsis: Update port: deskutils/jjclient 1.0.2 + QAT patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 03 17:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Lucas Holt >Release: 7.2-RELEASE i386 >Organization: >Environment: >Description: This is a new version of the just journal client with some bug fixes and a patch to try to current the problems on QAT with nonstandard LOCALBASE. >How-To-Repeat: >Fix: Shar archive provided of updated port. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/deskutils/jjclient # /usr/ports/deskutils/jjclient/Makefile # /usr/ports/deskutils/jjclient/distinfo # /usr/ports/deskutils/jjclient/pkg-descr # /usr/ports/deskutils/jjclient/files # /usr/ports/deskutils/jjclient/files/patch-Makefile # echo c - /usr/ports/deskutils/jjclient mkdir -p /usr/ports/deskutils/jjclient > /dev/null 2>&1 echo x - /usr/ports/deskutils/jjclient/Makefile sed 's/^X//' >/usr/ports/deskutils/jjclient/Makefile << 'd87657874e7525fde7193a7a7dc035b1' X# New ports collection makefile for: jjclient X# Date created: 07 June 2008 X# Whom: Lucas Holt <luke@justjournal.com> X# X# $FreeBSD: ports/deskutils/jjclient/Makefile,v 1.1 2008/06/21 11:01:17 miwi Exp $ X# X XPORTNAME= jjclient XPORTVERSION= 1.0.2 XCATEGORIES= deskutils XMASTER_SITES= SF \ X http://www.justjournal.com/software/unix/ XMASTER_SITE_SUBDIR= justjournal X XMAINTAINER= luke@justjournal.com XCOMMENT= A command line client for posting JustJournal entries X XLIB_DEPENDS+= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XPLIST_FILES= bin/jjclient X X.include <bsd.port.mk> d87657874e7525fde7193a7a7dc035b1 echo x - /usr/ports/deskutils/jjclient/distinfo sed 's/^X//' >/usr/ports/deskutils/jjclient/distinfo << 'e144d67e9c62f04b82064534977f18d6' XMD5 (jjclient-1.0.2.tar.gz) = 198400ba67daf563e57abc8b16ae3723 XSHA256 (jjclient-1.0.2.tar.gz) = 88ee5b4a4083e26990cc8167c0c44c9495f9f489487fc552b728ae35c49e15b5 XSIZE (jjclient-1.0.2.tar.gz) = 4540 e144d67e9c62f04b82064534977f18d6 echo x - /usr/ports/deskutils/jjclient/pkg-descr sed 's/^X//' >/usr/ports/deskutils/jjclient/pkg-descr << 'e0d08b5357b33d2f45f8993f123a0ca1' Xjjclient - A command line client for posting JustJournal entries X Xjjclient is a UNIX-style client for JustJournal that allows you to Xpost blog entries from the command line without the need for a web Xbrowser. X XWWW: http://www.justjournal.com/ e0d08b5357b33d2f45f8993f123a0ca1 echo c - /usr/ports/deskutils/jjclient/files mkdir -p /usr/ports/deskutils/jjclient/files > /dev/null 2>&1 echo x - /usr/ports/deskutils/jjclient/files/patch-Makefile sed 's/^X//' >/usr/ports/deskutils/jjclient/files/patch-Makefile << '4dda8c82adab2cb09d8058c9dc49a12c' X--- Makefile.orig 2008-06-19 23:41:17.000000000 +0000 X+++ Makefile 2009-06-03 16:48:58.000000000 +0000 X@@ -1,7 +1,7 @@ X-CC=gcc X-CFLAGS= -I/usr/local/include -Wall -pedantic -std=c99 X-LDFLAGS= -L/usr/local/lib -lxmlrpc_client -lxmlrpc -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_util -lcurl X-PREFIX= /usr/local X+CC?=gcc X+CFLAGS= -I/usr/local/include -I${LOCALBASE}/include -Wall -pedantic -std=c99 X+LDFLAGS= -L/usr/local/lib -L${LOCALBASE}/lib -lxmlrpc_client -lxmlrpc -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_util -lcurl X+PREFIX?= /usr/local X X all: clean jjclient X 4dda8c82adab2cb09d8058c9dc49a12c exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906031705.n53H5Ydm098112>