mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
o update to 2001080415.
o respect CFLAGS. PR: 33879 Submitted by: maintainer
This commit is contained in:
parent
59c707609d
commit
4c99bbc4ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53248
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ppxp
|
||||
PORTVERSION= 0.99120923
|
||||
PORTVERSION= 2001080415
|
||||
.if defined(WITH_TCLJP)
|
||||
CATEGORIES+= net tk80
|
||||
.else
|
||||
@ -36,9 +36,7 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
|
||||
.endif
|
||||
|
||||
USE_XPM= yes
|
||||
WRKSRC= ${WRKDIR}/ppxp
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile
|
||||
GNU_CONFIGURE= yes
|
||||
.if defined(WITH_TCLJP)
|
||||
CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \
|
||||
@ -57,6 +55,9 @@ MAN1= PPxP.1 plast.1
|
||||
MAN5= ppxp-files.5
|
||||
MANLANG= ja
|
||||
|
||||
WRKSRC= ${WRKDIR}/ppxp
|
||||
MAKEFILE= makefile
|
||||
|
||||
DOC_C= QuickStart.txt
|
||||
DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \
|
||||
guide-3.html guide-4.html guide-5.html guide-6.html \
|
||||
@ -65,6 +66,7 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \
|
||||
|
||||
post-patch:
|
||||
@find ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';'
|
||||
@${PERL} -pi -e 's/^CFLAGS/#$$&/' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/PPxP.1 ${PREFIX}/man/${MANLANG}/man1
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ppxp-0.99120923.tar.gz) = 1bf44d6ca24a2ed912d6ce08bf657a3d
|
||||
MD5 (ppxp-2001080415.tar.gz) = 35dc6007ee4eafa9685f5e1e695a1464
|
||||
|
@ -1,57 +0,0 @@
|
||||
diff -ur ppxp/console/std/qdial.c ppxp.new/console/std/qdial.c
|
||||
--- console/std/qdial.c Sun Feb 14 11:32:32 1999
|
||||
+++ console/std/qdial.c Sat Dec 25 00:10:33 1999
|
||||
@@ -30,6 +30,7 @@
|
||||
"Pulse",
|
||||
"Isdn",
|
||||
"Piafs",
|
||||
+ "Piafs2",
|
||||
}, *modeTypes[]={
|
||||
"active",
|
||||
"passive",
|
||||
diff -ur ppxp/console/tcltk/tkppxp/scripts/qdial.tcl ppxp.new/console/tcltk/tkppxp/scripts/qdial.tcl
|
||||
--- console/tcltk/tkppxp/scripts/qdial.tcl Sat Feb 27 11:18:31 1999
|
||||
+++ console/tcltk/tkppxp/scripts/qdial.tcl Sat Dec 25 00:09:59 1999
|
||||
@@ -147,7 +147,7 @@
|
||||
global qdial_device_list
|
||||
qdial:menu_entry $page.deviceEntry LINE $qdial_device_list
|
||||
qdial:menu_entry $page.dialEntry DIAL.TYPE {
|
||||
- Tone Pulse Data Isdn Piafs none
|
||||
+ Tone Pulse Data Isdn Piafs Piafs2 none
|
||||
}
|
||||
$page.dialEntry configure -state buttononly
|
||||
qdial:normal_entry $page.numberEntry DIAL.LIST
|
||||
diff -ur ppxp/doc/ja_JP/QuickUsage.sgml ppxp.new/doc/ja_JP/QuickUsage.sgml
|
||||
--- doc/ja_JP/QuickUsage.sgml Tue May 25 09:32:57 1999
|
||||
+++ doc/ja_JP/QuickUsage.sgml Sat Dec 25 00:13:11 1999
|
||||
@@ -65,7 +65,8 @@
|
||||
</tscreen>
|
||||
|
||||
<tag>ダイアル方式</tag>
|
||||
- Tone(トーン)、Pulse(パルス)、Data(データ)、Isdn(ISDN)、Piafs(PIAFS)から指定します。
|
||||
+ Tone(トーン)、Pulse(パルス)、Data(データ)、Isdn(ISDN)、Piafs(PIAFS)、
|
||||
+Piafs2(PIAFS2.x)から指定します。
|
||||
|
||||
<tag>電話番号</tag>
|
||||
接続先の電話番号を指定します。0 発信の内線番号の場合、先頭に「0,」を付加してください。
|
||||
diff -ur ppxp/doc/ja_JP/QuickUsage.txt ppxp.new/doc/ja_JP/QuickUsage.txt
|
||||
--- doc/ja_JP/QuickUsage.txt Sun Jun 27 02:06:37 1999
|
||||
+++ doc/ja_JP/QuickUsage.txt Sat Dec 25 00:12:44 1999
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
ダイアル方式
|
||||
Tone(トーン)、Pulse(パルス)、Data(デー
|
||||
- タ)、Isdn(ISDN)、Piafs(PIAFS)から指定します。
|
||||
+ タ)、Isdn(ISDN)、Piafs(PIAFS)、Piafs2(PIAFS2.x)から指定します。
|
||||
|
||||
電話番号
|
||||
接続先の電話番号を指定します。0 発信の内線番号の場合、先頭に
|
||||
diff -ur ppxp/etc/modem/mc6530 ppxp.new/etc/modem/mc6530
|
||||
--- etc/modem/mc6530 Wed Nov 25 10:43:16 1998
|
||||
+++ etc/modem/mc6530 Sat Dec 25 00:14:49 1999
|
||||
@@ -5,4 +5,5 @@
|
||||
DataDial "ATD\p##1"
|
||||
IsdnDial "ATD\p##2"
|
||||
PiafsDial "ATD\p##3"
|
||||
+Piafs2Dial "ATD\p##4"
|
||||
HangUp "ATH0"
|
@ -27,12 +27,15 @@ etc/ppxp/ip/hrouteup
|
||||
etc/ppxp/keybind
|
||||
etc/ppxp/modem/3c563
|
||||
etc/ppxp/modem/aterm
|
||||
etc/ppxp/modem/atermIT21L
|
||||
etc/ppxp/modem/default
|
||||
etc/ppxp/modem/dn1280
|
||||
etc/ppxp/modem/ex336
|
||||
etc/ppxp/modem/generic
|
||||
etc/ppxp/modem/kx-ph405
|
||||
etc/ppxp/modem/mc6500
|
||||
etc/ppxp/modem/mc6530
|
||||
etc/ppxp/modem/mc6550
|
||||
etc/ppxp/modem/mn128
|
||||
etc/ppxp/modem/mn7650
|
||||
etc/ppxp/modem/ms288af
|
||||
@ -47,7 +50,10 @@ etc/ppxp/modem/ta777
|
||||
etc/ppxp/modem/td503a
|
||||
etc/ppxp/modem/tmad1280@128
|
||||
etc/ppxp/modem/tmad1280@64
|
||||
etc/ppxp/modem/to_tac@128
|
||||
etc/ppxp/modem/to_tac@64
|
||||
etc/ppxp/modem/v34es2
|
||||
etc/ppxp/modem/v3dsu
|
||||
etc/ppxp/modem/xj2144
|
||||
etc/ppxp/rc/fetchmail.rc
|
||||
etc/ppxp/rc/sendmail.rc
|
||||
|
Loading…
Reference in New Issue
Block a user