ports/80226: [PATCH] net/ldapbrowser: changed spaces for tabs in the first lines, removed variable TMPDIR and INSTALL_SCRIPT
sylvio cesar
sylvioc at gmail.com
Fri Apr 22 00:30:29 UTC 2005
>Number: 80226
>Category: ports
>Synopsis: [PATCH] net/ldapbrowser: changed spaces for tabs in the first lines, removed variable TMPDIR and INSTALL_SCRIPT
>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 Apr 22 00:30:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: sylvio cesar
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sylvioc.gmail.com 5.4-STABLE FreeBSD 5.4-STABLE #2: Sun Apr 10 04:35:12 BRT 2005
>Description:
- Changed spaces for tabs in the first lines
- removed changeable TMPDIR, therefore it does not exist in bsd.port.mk
- Removed changeable INSTALL_SCRIPT for not being more necessary
>How-To-Repeat:
>Fix:
--- ldapbrowser-2.8.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ldapbrowser/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 27 Mar 2005 00:34:33 -0000 1.2
+++ Makefile 22 Apr 2005 00:18:35 -0000
@@ -5,17 +5,16 @@
# $FreeBSD: ports/net/ldapbrowser/Makefile,v 1.2 2005/03/27 00:34:33 kris Exp $
#
-PORTNAME= ldapbrowser
-PORTVERSION= 2.8.1
-CATEGORIES= net
-MASTER_SITES= http://www-unix.mcs.anl.gov/~gawor/ldapcommon/bin/
+PORTNAME= ldapbrowser
+PORTVERSION= 2.8.1
+CATEGORIES= net
+MASTER_SITES= http://www-unix.mcs.anl.gov/~gawor/ldapcommon/bin/
DISTNAME= Browser281
-MAINTAINER= bms at FreeBSD.org
+MAINTAINER= bms at FreeBSD.org
COMMENT= Java/Swing-based LDAP Browser/Editor
RESTRICTED= "No reply from author regarding redistribution licensing"
-BROKEN= "Creates a file in /"
USE_JAVA= 1.4+
NO_BUILD= yes
@@ -27,7 +26,6 @@
cd ${WRKSRC} ; tar cf - . | ( cd ${PREFIX}/lib/ldapbrowser ; tar xf - )
${SED} "s#^JH=.*#JH=${JAVA_HOME} ; cd ${PREFIX}/lib/ldapbrowser#" \
< ${PREFIX}/lib/ldapbrowser/lbe.sh \
- > ${TMPDIR}/ldapbrowser
- ${INSTALL_SCRIPT} ${TMPDIR}/ldapbrowser ${PREFIX}/bin
+ > ${PREFIX}/bin/ldapbrowser
.include <bsd.port.mk>
--- ldapbrowser-2.8.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list