diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
commit | a0c608a8ec8a5029969b2b9b7503f0fcf76a27ee (patch) | |
tree | ac6ee063f1bda7ed623b56e45194908c2c902523 /russian/xcode/files/patch-aa | |
parent | Remove expired leaf ports: (diff) |
- update from version 1.0 to 4.1;
- change MASTERSITES, introduce two of them;
- change DISTNAME;
- remove files/patch-aa;
- transfer maintainership to the submitter.
PR: 101724
Submitted by: Pankov Pavel <pankov_p@mail.ru>
Approved by: netchild (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=171370
Diffstat (limited to 'russian/xcode/files/patch-aa')
-rw-r--r-- | russian/xcode/files/patch-aa | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa deleted file mode 100644 index 888ad4096bf1..000000000000 --- a/russian/xcode/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sat Feb 19 22:02:36 2000 -+++ Makefile Sat Feb 19 22:02:45 2000 -@@ -10,7 +10,6 @@ - rm -f ${PROG} ${OBJ} ${SRC}~ - - ${PROG}: ${SRC} -- gcc -O6 -fno-strength-reduce -m486 -o ${PROG} ${SRC} - - install: ${PROG} - install -s -m 755 ${PROG} ${BINDIR} |