ports/151479: [PATCH] x11-wm/lxsession-lite: Deprecate

Simon Olofsson simon at olofsson.de
Fri Oct 15 15:40:13 UTC 2010


>Number:         151479
>Category:       ports
>Synopsis:       [PATCH] x11-wm/lxsession-lite: Deprecate
>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:   Fri Oct 15 15:40:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sol-fb.olofsson.de 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
- Development has ceased, superseded by x11-wm/lxsession.
  Quote from the website:
  "LXSession Lite was renamed LXSession [...]"
  http://wiki.lxde.org/en/LXSession#LXSession_and_LXSession_Lite
- convert spaces to tabs in Makefile

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- lxsession-lite-0.3.6_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-wm/lxsession-lite/Makefile /usr/home/simon/ports/x11-wm/lxsession-lite/Makefile
--- /usr/ports/x11-wm/lxsession-lite/Makefile	2010-10-05 21:57:56.000000000 +0200
+++ /usr/home/simon/ports/x11-wm/lxsession-lite/Makefile	2010-10-15 17:29:05.000000000 +0200
@@ -16,6 +16,9 @@
 
 LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal
 
+DEPRECATED=	Development has ceased, superseded by x11-wm/lxsession.
+EXPIRATION_DATE=	2011-01-01
+
 CONFLICTS=	lxsession-[0-9]*
 
 USE_GNOME=	gtk20
@@ -23,7 +26,7 @@
 USE_GMAKE=	yes
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 CFLAGS+=	-I${WRKSRC}
@@ -33,11 +36,11 @@
 MAN1=		lxsession.1 lxsession-logout.1
 
 .if !defined(WITHOUT_NLS)
-USE_GETTEXT=    yes
-PLIST_SUB+=     NLS=""
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=     NLS="@comment "
+PLIST_SUB+=	NLS="@comment "
 .endif
 
 .include <bsd.port.mk>
--- lxsession-lite-0.3.6_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list