mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- Fetch source from GitHub [1] - Trim unnecessary parts of pkg-descr [2] - Add WWW [2] PR: 251805 [1] Submitted by: ykasap@gmail.com [1], amdmi3 [2]
11 lines
263 B
Text
11 lines
263 B
Text
--- Configure.orig 2020-04-09 14:16:46 UTC
|
|
+++ Configure
|
|
@@ -7923,7 +7923,7 @@ EOT
|
|
file=revision.h
|
|
echo " "
|
|
echo "Generating $file..." >&4
|
|
-bin/svn-revision . $file
|
|
+echo '#define REVISION 0' > $file
|
|
|
|
: add special variables
|
|
$test -f $src/patchlevel.h && \
|