aboutsummaryrefslogtreecommitdiffstats
path: root/comms/yaps/files
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2000-10-21 05:26:52 +0800
committerse <se@FreeBSD.org>2000-10-21 05:26:52 +0800
commit99ad050c8bbe577f9bb016030cf5736687448da7 (patch)
tree29f5c9ab8937e7f1d990d301925596c7a52e3854 /comms/yaps/files
parent19f84fde101a5a8a2fb3392ee3dea5f915f2e727 (diff)
downloadfreebsd-ports-gnome-99ad050c8bbe577f9bb016030cf5736687448da7.tar.gz
freebsd-ports-gnome-99ad050c8bbe577f9bb016030cf5736687448da7.tar.zst
freebsd-ports-gnome-99ad050c8bbe577f9bb016030cf5736687448da7.zip
Apply diffs submitted with PR 21367:
- use ${PREFIX} instead of hard-coded paths. - respect NOPORTDOCS PR: 21367 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'comms/yaps/files')
-rw-r--r--comms/yaps/files/patch-aa70
1 files changed, 56 insertions, 14 deletions
diff --git a/comms/yaps/files/patch-aa b/comms/yaps/files/patch-aa
index 1adde0c5b893..94b9d370021c 100644
--- a/comms/yaps/files/patch-aa
+++ b/comms/yaps/files/patch-aa
@@ -1,7 +1,8 @@
-*** Config~ Tue Sep 29 15:15:18 1998
---- Config Tue Sep 29 15:16:10 1998
+*** Config.orig Sat Jun 14 19:32:18 1997
+--- Config Tue Aug 8 20:29:41 2000
***************
-*** 2,8 ****
+*** 1,9 ****
+ # -*- sh -*-
# SECTION A.) Global configuration
# Select compiler command
! CC = gcc
@@ -9,7 +10,9 @@
! CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
LDFLAGS =
EXLIBS =
---- 2,8 ----
+ #
+--- 1,9 ----
+ # -*- sh -*-
# SECTION A.) Global configuration
# Select compiler command
! #CC = gcc
@@ -17,29 +20,68 @@
! #CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
LDFLAGS =
EXLIBS =
+ #
***************
-*** 21,25 ****
+*** 14,35 ****
+ #LUA = True
+ #
+ # Define this to disable debugging
+! #NDEBUG = True
+ #
+ #
+ #
# SECTION B.) yaps configuration
# Name and location of global configuration file
! YAPS_CFGFILE = /etc/yaps.rc
# Name of local configuration file (location is $HOME.)
YAPS_LCFGFILE = .yapsrc
---- 21,25 ----
- # SECTION B.) yaps configuration
- # Name and location of global configuration file
-! YAPS_CFGFILE = /usr/local/etc/yaps.rc
- # Name of local configuration file (location is $HOME.)
- YAPS_LCFGFILE = .yapsrc
-***************
-*** 30,34 ****
+ # Directory for installing the binary
+! YAPS_BINDIR = /usr/local/bin
+ # Directory for optional support files
+! YAPS_LIBDIR = /usr/local/lib/yaps
# User/Group/Mode for yaps
YAPS_USER = bin
! YAPS_GROUP = uucp
YAPS_MODE = 2711
# User/Group/Mode for global configuration file
---- 30,34 ----
+ YAPS_RCUSER = bin
+--- 14,35 ----
+ #LUA = True
+ #
+ # Define this to disable debugging
+! NDEBUG = True
+ #
+ #
+ #
+ # SECTION B.) yaps configuration
+ # Name and location of global configuration file
+! YAPS_CFGFILE = ${PREFIX}/etc/yaps.rc
+ # Name of local configuration file (location is $HOME.)
+ YAPS_LCFGFILE = .yapsrc
+ # Directory for installing the binary
+! YAPS_BINDIR = ${PREFIX}/bin
+ # Directory for optional support files
+! YAPS_LIBDIR = ${PREFIX}/share/yaps
# User/Group/Mode for yaps
YAPS_USER = bin
! YAPS_GROUP = dialer
YAPS_MODE = 2711
# User/Group/Mode for global configuration file
+ YAPS_RCUSER = bin
+***************
+*** 56,62 ****
+ #
+ ifdef NDEBUG
+ DDEFS = -DNDEBUG
+! G = -O
+ else
+ G = -g
+ endif
+--- 56,62 ----
+ #
+ ifdef NDEBUG
+ DDEFS = -DNDEBUG
+! G =
+ else
+ G = -g
+ endif