ports/73563: [ patch ] deskutils/logjam: add optional third party patch

Roman Bogorodskiy bogorodskiy at inbox.ru
Fri Nov 5 13:50:36 UTC 2004


>Number:         73563
>Category:       ports
>Synopsis:       [ patch ] deskutils/logjam: add optional third party patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 05 13:50:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root at lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	Add patch which customizes a "journal link" dialog. It allows to use 
	aliases for users when posting links on their journals, like some 
	other clients do this, for example, semagic 
	(http://semagic.sourceforge.net/index.html).

	By the way, it is probably needed to notify users that neither 
	logjam port maintainer nor logjam authors is responsible for this 
	patch.

>How-To-Repeat:
>Fix:

diff -ru logjam.orig/Makefile logjam/Makefile
--- logjam.orig/Makefile	Fri Nov  5 13:34:58 2004
+++ logjam/Makefile	Fri Nov  5 14:04:25 2004
@@ -11,6 +11,12 @@
 CATEGORIES=	deskutils
 MASTER_SITES=	http://logjam.danga.com/download/
 
+.if defined (WITH_EXTRA_PATCH)
+PATCH_SITES=	http://bmp-plugins.berlios.de/misc/patches/
+PATCHFILES=	logjam_link.c.diff
+PATCH_DIST_STRIP=	-p0
+.endif
+
 MAINTAINER=	mike.patterson at unb.ca
 COMMENT=	A GTK2 interface to livejournals, ie www.livejournal.com
 
diff -ru logjam.orig/distinfo logjam/distinfo
--- logjam.orig/distinfo	Fri Nov  5 13:34:58 2004
+++ logjam/distinfo	Fri Nov  5 13:42:53 2004
@@ -1,2 +1,4 @@
 MD5 (logjam-4.4.0.tar.bz2) = 7ff366dee32d354338132bfd5c5adb46
 SIZE (logjam-4.4.0.tar.bz2) = 604310
+MD5 (logjam_link.c.diff) = 944d94d47e0b3252098b3738dd5c8432
+SIZE (logjam_link.c.diff) = 2991
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list