1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- update to 20110101030647

This commit is contained in:
Baptiste Daroussin 2011-01-02 21:27:16 +00:00
parent 329bc29726
commit fd171f7c6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267294
3 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= fossil
PORTVERSION= 20101221135605
PORTVERSION= 20110101030647
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (fossil-src-20101221135605.tar.gz) = 97d7467a676c8a9853bce498898e96a7dde64c4f7c1eea633b4be67a98e4aaff
SIZE (fossil-src-20101221135605.tar.gz) = 2134939
SHA256 (fossil-src-20110101030647.tar.gz) = 8a499bf533eecdaa936ae66a35d8b579d5a1a11df466097df59a861d36437b9e
SIZE (fossil-src-20110101030647.tar.gz) = 2161700

View File

@ -1,15 +1,15 @@
--- ./Makefile.orig 2010-06-11 14:08:12.000000000 +0200
+++ ./Makefile 2010-06-15 11:05:41.895320031 +0200
@@ -16,7 +16,7 @@
--- ./Makefile.orig 2011-01-01 13:56:07.000000000 +0100
+++ ./Makefile 2011-01-02 15:09:12.374775867 +0100
@@ -20,7 +20,7 @@
# to compile code-generator programs as part of the build process.
# See TCC below for the C compiler for building the finished binary.
#
-BCC = gcc -g -O2
+BCC = ${CC} ${CFLAGS}
-BCC = gcc
+BCC = ${CC}
#### The suffix to add to executable files. ".exe" for windows.
# Nothing for unix.
@@ -31,7 +31,7 @@
#### The suffix to add to final executable file. When cross-compiling
# to windows, make this ".exe". Otherwise leave it blank.
@@ -35,7 +35,7 @@
#
#TCC = gcc -O6
#TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage