ports/100868: [PATCH] sysutils/lavaps: fix pkg-plist, Makefile, take maintainership

Stanislav Sedov ssedov at mbsd.msk.ru
Wed Jul 26 11:12:01 UTC 2006


>Number:         100868
>Category:       ports
>Synopsis:       [PATCH] sysutils/lavaps: fix pkg-plist, Makefile, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 26 11:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
- Fix pkg-plist. This port deletes system directories (listed in bsd.local.dist).
- Drop whitespace from Makefile
- Take maintainership

>How-To-Repeat:
>Fix:

--- lavaps-gtk2-2.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lavaps-gtk2/Makefile /var/tmp/lavaps/Makefile
--- /usr/ports/sysutils/lavaps-gtk2/Makefile	Sat Nov  5 08:21:49 2005
+++ /var/tmp/lavaps/Makefile	Wed Jul 26 13:28:27 2006
@@ -11,7 +11,7 @@
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ssedov at mbsd.msk.ru
 COMMENT=	A lava lamp of currently running processes
 
 WANT_GNOME=	yes
@@ -21,7 +21,7 @@
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=		lavaps.1
- 
+
 TCL_VER?=	8.4
 
 CPPFLAGS=	-I${LOCALBASE}/include/tcl${TCL_VER} \
@@ -34,6 +34,7 @@
 .if ${HAVE_GNOME:Mgtk20}!=""
 PKGNAMESUFFIX=	-gtk2
 USE_GNOME+=	gtk20
+USE_GETTEXT=	yes
 CONFIGURE_ARGS+=	--with-gtk
 PLIST_SUB+=	NLS=""
 .else
diff -ruN --exclude=CVS /usr/ports/sysutils/lavaps-gtk2/pkg-plist /var/tmp/lavaps/pkg-plist
--- /usr/ports/sysutils/lavaps-gtk2/pkg-plist	Sun Jan 22 09:28:51 2006
+++ /var/tmp/lavaps/pkg-plist	Wed Jul 26 13:25:05 2006
@@ -1,7 +1,5 @@
 bin/lavaps
 %%NLS%%share/locale/es/LC_MESSAGES/lavaps.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/lavaps.mo
-%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES
 @exec chgrp kmem %D/bin/lavaps
 @exec chmod g+s %D/bin/lavaps
--- lavaps-gtk2-2.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list