Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Oct 2006 02:10:05 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104019: bsd.openssl.mk - whitespace cleanup
Message-ID:  <20061005161005.185A359F@k7.mavetju>
Resent-Message-ID: <200610051620.k95GKKeF068180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104019
>Category:       ports
>Synopsis:       bsd.openssl.mk - whitespace cleanup
>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:   Thu Oct 05 16:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:

The whitespace police is back in town.
Cleanup comments

>How-To-Repeat:
>Fix:


Index: bsd.openssl.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.openssl.mk,v
retrieving revision 1.31
diff -u -r1.31 bsd.openssl.mk
--- bsd.openssl.mk	4 Aug 2006 12:34:41 -0000	1.31
+++ bsd.openssl.mk	5 Oct 2006 16:08:54 -0000
@@ -8,13 +8,13 @@
 #
 # the user/port can now set this options in the makefiles.
 #
-# WITH_OPENSSL_BASE=yes	- Use the version in the base system.
-# WITH_OPENSSL_PORT=yes	- Use the port, even if base if up to date
-# WITH_OPENSSL_BETA=yes	- Use a snapshot of recent openssl
-# WITH_OPENSSL_STABLE=yes	- Use an older openssl version
+# WITH_OPENSSL_BASE		- Use the version in the base system.
+# WITH_OPENSSL_PORT		- Use the port, even if base if up to date
+# WITH_OPENSSL_BETA		- Use a snapshot of recent openssl
+# WITH_OPENSSL_STABLE	- Use an older openssl version
 #
-# USE_OPENSSL_RPATH=yes	- pass RFLAGS options in CFLAGS,
-#			  needed for ports who don't use LDFLAGS
+# USE_OPENSSL_RPATH		- Pass RFLAGS options in CFLAGS,
+#						  needed for ports who don't use LDFLAGS
 #
 # Overrideable defaults:
 #
@@ -28,7 +28,7 @@
 # OPENSSLINC		- path to the matching includes
 # OPENSSLRPATH		- rpath for dynamic linker
 #
-# MAKE_ENV		- extended with the variables above
+# MAKE_ENV			- extended with the variables above
 # CONFIGURE_ENV		- extended with LDFLAGS
 # BUILD_DEPENDS		- are added if needed
 # RUN_DEPENDS		- are added if needed

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061005161005.185A359F>