- use our naming scheme for patches
This commit is contained in:
parent
05f2a80d4d
commit
093c45a322
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/16 01:37:10 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2007/10/26 20:38:21 ajacoutot Exp $
|
||||
|
||||
COMMENT= Tcl/Tk interface to Sam Leffler's fax package
|
||||
|
||||
@ -6,7 +6,7 @@ DISTNAME= tkhylafax-3.0b2
|
||||
PKGNAME= tkhylafax-3.0
|
||||
CATEGORIES= comms
|
||||
|
||||
BROKEN= required dependencies not available
|
||||
#BROKEN= required dependencies not available
|
||||
|
||||
# License: BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,6 +1,7 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2007/10/26 20:38:21 ajacoutot Exp $
|
||||
--- Makefile.orig Sun Dec 29 19:26:39 1996
|
||||
+++ Makefile Sun Jun 8 13:06:59 1997
|
||||
@@ -14,10 +14,10 @@
|
||||
+++ Makefile Fri Oct 26 22:34:13 2007
|
||||
@@ -14,10 +14,10 @@ TCLPRG_DEST = /usr/local/bin
|
||||
TCLMAN_DEST = /usr/local/man/man1
|
||||
|
||||
# The full path to tclsh
|
||||
@ -13,7 +14,7 @@
|
||||
### DON'T EDIT ANYTHING BELOW THIS LINE ###
|
||||
|
||||
TCLLIB_FILES = \
|
||||
@@ -40,7 +40,9 @@
|
||||
@@ -40,7 +40,9 @@ TCLLIB_FILES = \
|
||||
TCLPRG_FILE = tkhylafax
|
||||
TCLMAN_FILE = tkhylafax
|
||||
|
||||
@ -24,7 +25,7 @@
|
||||
echo 'auto_mkindex $(TCLLIB_DEST) *.tcl *.t' | $(TCLSH);
|
||||
|
||||
$(TCLLIB_DEST):
|
||||
@@ -59,16 +61,15 @@
|
||||
@@ -59,16 +61,15 @@ $(TCLPRG_DEST):
|
||||
if [ ! -d $(TCLPRG_DEST) ]; then mkdir -p $(TCLPRG_DEST); fi
|
||||
chmod 775 $(TCLPRG_DEST)
|
||||
|
@ -1,5 +1,6 @@
|
||||
$OpenBSD: patch-tkhylafax,v 1.1 2007/10/26 20:38:21 ajacoutot Exp $
|
||||
--- tkhylafax.orig Tue Dec 31 02:49:43 1996
|
||||
+++ tkhylafax Sun Jun 8 12:34:58 1997
|
||||
+++ tkhylafax Fri Oct 26 22:34:14 2007
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#\
|
||||
@ -8,7 +9,7 @@
|
||||
|
||||
#
|
||||
#
|
||||
@@ -291,7 +291,7 @@
|
||||
@@ -291,7 +291,7 @@ proc fileToFax { args } {
|
||||
|
||||
proc previewCover { args } {
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- makefile.orig Sun Aug 5 20:04:08 1990
|
||||
+++ makefile Wed Aug 13 14:50:08 1997
|
||||
@@ -1,4 +1,4 @@
|
||||
-DEST = .
|
||||
+DEST = $(PREFIX)/bin
|
||||
#CFLAGS = -O -DSysV
|
||||
CFLAGS = -O
|
||||
LDFLAGS = -s
|
9
converters/ish/patches/patch-makefile
Normal file
9
converters/ish/patches/patch-makefile
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-makefile,v 1.1 2007/10/26 20:39:26 ajacoutot Exp $
|
||||
--- makefile.orig Sun Aug 5 13:04:08 1990
|
||||
+++ makefile Fri Oct 26 22:35:41 2007
|
||||
@@ -1,4 +1,4 @@
|
||||
-DEST = .
|
||||
+DEST = $(PREFIX)/bin
|
||||
#CFLAGS = -O -DSysV
|
||||
CFLAGS = -O
|
||||
LDFLAGS = -s
|
@ -1,19 +0,0 @@
|
||||
*** makefile.unx Tue Sep 2 19:28:33 1997
|
||||
--- /home/andy/tmp/wrk/makefile.unx Tue Sep 23 07:48:55 1997
|
||||
***************
|
||||
*** 26,32 ****
|
||||
# C++ compiler flags (except -c, -I, -L, -l)
|
||||
#
|
||||
# Add -g here if you want debugger symbols included
|
||||
! CXXFLAGS =
|
||||
|
||||
# The search path for include files. Change only if necessary.
|
||||
INC_PATH = -I.
|
||||
--- 26,32 ----
|
||||
# C++ compiler flags (except -c, -I, -L, -l)
|
||||
#
|
||||
# Add -g here if you want debugger symbols included
|
||||
! CXXFLAGS = ${CFLAGS}
|
||||
|
||||
# The search path for include files. Change only if necessary.
|
||||
INC_PATH = -I.
|
12
converters/mimepp/patches/patch-makefile_unx
Normal file
12
converters/mimepp/patches/patch-makefile_unx
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-makefile_unx,v 1.1 2007/10/26 20:39:26 ajacoutot Exp $
|
||||
--- makefile.unx.orig Tue Sep 2 21:28:33 1997
|
||||
+++ makefile.unx Fri Oct 26 22:35:39 2007
|
||||
@@ -26,7 +26,7 @@ CXX = g++
|
||||
# C++ compiler flags (except -c, -I, -L, -l)
|
||||
#
|
||||
# Add -g here if you want debugger symbols included
|
||||
-CXXFLAGS =
|
||||
+CXXFLAGS = ${CFLAGS}
|
||||
|
||||
# The search path for include files. Change only if necessary.
|
||||
INC_PATH = -I.
|
Loading…
Reference in New Issue
Block a user