mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as
conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa)
This commit is contained in:
parent
e708d4ccf9
commit
fb2c030e15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51003
6 changed files with 204 additions and 198 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= pilot-link
|
PORTNAME= pilot-link
|
||||||
PORTVERSION= 0.9.5
|
PORTVERSION= 0.9.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= palm comms tk83
|
CATEGORIES= palm comms tk83
|
||||||
MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/
|
MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/
|
||||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||||
|
@ -20,12 +21,10 @@ USE_BZIP2= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
PREFIX= ${LOCALBASE}/pilot
|
|
||||||
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
|
|
||||||
|
|
||||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||||
install-hinote.1 install-memo.1 install-user.1 \
|
install-hinote.1 install-memo.1 install-user.1 \
|
||||||
pilot-xfer.1 read-ical.1
|
pilot-addresses.1 pilot-xfer.1 read-ical.1
|
||||||
MAN7= pilot-link.7
|
MAN7= pilot-link.7
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
|
@ -43,7 +42,13 @@ post-patch:
|
||||||
${RM} -f ${WRKSRC}/getopt*
|
${RM} -f ${WRKSRC}/getopt*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
|
@${SED} "s|%%PREFIX%%|${PREFIX}/pilot|g" < ${FILESDIR}/pilot-link.sh \
|
||||||
@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
|
> ${PREFIX}/etc/rc.d/pilot-link.sh
|
||||||
|
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pilot-link.sh
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
|
# Leave this here -- we need to override the default CONFIGURE_ARGS.
|
||||||
|
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} \
|
||||||
|
--prefix=${PREFIX}/pilot ${CONFIGURE_TARGET} \
|
||||||
|
--mandir=${PREFIX}/man
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
--- configure.orig Sat Aug 21 10:57:14 1999
|
--- configure.orig Sat Aug 21 10:57:14 1999
|
||||||
+++ configure Sat Aug 21 11:05:26 1999
|
+++ configure Sat Aug 21 11:05:26 1999
|
||||||
@@ -10,5 +10,5 @@
|
|
||||||
# Defaults:
|
|
||||||
ac_help=
|
|
||||||
-ac_default_prefix=/usr/local
|
|
||||||
+ac_default_prefix=/usr/local/pilot
|
|
||||||
# Any additions from configure.in:
|
|
||||||
ac_help="$ac_help
|
|
||||||
@@ -876,9 +876,9 @@
|
@@ -876,9 +876,9 @@
|
||||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||||
# It thinks the first close brace ends the variable substitution.
|
# It thinks the first close brace ends the variable substitution.
|
||||||
|
|
|
@ -1,88 +1,93 @@
|
||||||
@cwd /usr/local
|
|
||||||
etc/rc.d/pilot-link.sh
|
etc/rc.d/pilot-link.sh
|
||||||
@cwd /usr/local/pilot
|
pilot/bin/addresses
|
||||||
bin/addresses
|
pilot/bin/ccexample
|
||||||
bin/ccexample
|
pilot/bin/debugsh
|
||||||
bin/debugsh
|
pilot/bin/dlpsh
|
||||||
bin/dlpsh
|
pilot/bin/getrom
|
||||||
bin/getrom
|
pilot/bin/hinotes
|
||||||
bin/hinotes
|
pilot/bin/iambicexample
|
||||||
bin/iambicexample
|
pilot/bin/ietf2datebook
|
||||||
bin/ietf2datebook
|
pilot/bin/install-datebook
|
||||||
bin/install-datebook
|
pilot/bin/install-hinote
|
||||||
bin/install-hinote
|
pilot/bin/install-memo
|
||||||
bin/install-memo
|
pilot/bin/install-todos
|
||||||
bin/install-todos
|
pilot/bin/install-user
|
||||||
bin/install-user
|
pilot/bin/memos
|
||||||
bin/memos
|
pilot/bin/money2qif
|
||||||
bin/money2qif
|
pilot/bin/pi-csd
|
||||||
bin/pi-csd
|
pilot/bin/pi-getram
|
||||||
bin/pi-getram
|
pilot/bin/pi-getrom
|
||||||
bin/pi-getrom
|
pilot/bin/pi-nredir
|
||||||
bin/pi-nredir
|
pilot/bin/pi-port
|
||||||
bin/pi-port
|
pilot/bin/pilot-addresses
|
||||||
bin/pilot-addresses
|
pilot/bin/pilot-clip
|
||||||
bin/pilot-clip
|
pilot/bin/pilot-debug
|
||||||
bin/pilot-debug
|
pilot/bin/pilot-dedupe
|
||||||
bin/pilot-dedupe
|
pilot/bin/pilot-file
|
||||||
bin/pilot-file
|
pilot/bin/pilot-mail
|
||||||
bin/pilot-mail
|
pilot/bin/pilot-prc
|
||||||
bin/pilot-schlep
|
pilot/bin/pilot-schlep
|
||||||
bin/pilot-undelete
|
pilot/bin/pilot-undelete
|
||||||
bin/pilot-xfer
|
pilot/bin/pilot-xfer
|
||||||
bin/read-expenses
|
pilot/bin/read-expenses
|
||||||
bin/read-ical
|
pilot/bin/read-ical
|
||||||
bin/read-todos
|
pilot/bin/read-todos
|
||||||
bin/reminders
|
pilot/bin/reminders
|
||||||
bin/sync-plan
|
pilot/bin/sync-plan
|
||||||
include/pi-address.h
|
pilot/include/pi-address.h
|
||||||
include/pi-address.hxx
|
pilot/include/pi-address.hxx
|
||||||
include/pi-appinfo.h
|
pilot/include/pi-appinfo.h
|
||||||
include/pi-appinfo.hxx
|
pilot/include/pi-appinfo.hxx
|
||||||
include/pi-args.h
|
pilot/include/pi-args.h
|
||||||
include/pi-cmp.h
|
pilot/include/pi-cmp.h
|
||||||
include/pi-config-win32.h
|
pilot/include/pi-config-win32.h
|
||||||
include/pi-config.h
|
pilot/include/pi-config.h
|
||||||
include/pi-datebook.h
|
pilot/include/pi-datebook.h
|
||||||
include/pi-datebook.hxx
|
pilot/include/pi-datebook.hxx
|
||||||
include/pi-dlp.h
|
pilot/include/pi-dlp.h
|
||||||
include/pi-dlp.hxx
|
pilot/include/pi-dlp.hxx
|
||||||
include/pi-expense.h
|
pilot/include/pi-expense.h
|
||||||
include/pi-file.h
|
pilot/include/pi-file.h
|
||||||
include/pi-hinote.h
|
pilot/include/pi-header.h
|
||||||
include/pi-iambicExpense.h
|
pilot/include/pi-hinote.h
|
||||||
include/pi-iambicExpense.hxx
|
pilot/include/pi-iambicExpense.h
|
||||||
include/pi-inet.h
|
pilot/include/pi-iambicExpense.hxx
|
||||||
include/pi-inetserial.h
|
pilot/include/pi-inet.h
|
||||||
include/pi-macros.h
|
pilot/include/pi-inetserial.h
|
||||||
include/pi-mail.h
|
pilot/include/pi-macros.h
|
||||||
include/pi-memo.h
|
pilot/include/pi-mail.h
|
||||||
include/pi-memo.hxx
|
pilot/include/pi-memo.h
|
||||||
include/pi-money.h
|
pilot/include/pi-memo.hxx
|
||||||
include/pi-padp.h
|
pilot/include/pi-money.h
|
||||||
include/pi-serial.h
|
pilot/include/pi-padp.h
|
||||||
include/pi-slp.h
|
pilot/include/pi-serial.h
|
||||||
include/pi-sockaddr-win32.h
|
pilot/include/pi-slp.h
|
||||||
include/pi-sockaddr.h
|
pilot/include/pi-sockaddr-win32.h
|
||||||
include/pi-socket.h
|
pilot/include/pi-sockaddr.h
|
||||||
include/pi-source.h
|
pilot/include/pi-socket.h
|
||||||
include/pi-sync.h
|
pilot/include/pi-source.h
|
||||||
include/pi-syspkt.h
|
pilot/include/pi-sync.h
|
||||||
include/pi-todo.h
|
pilot/include/pi-syspkt.h
|
||||||
include/pi-todo.hxx
|
pilot/include/pi-todo.h
|
||||||
include/pi-version.h
|
pilot/include/pi-todo.hxx
|
||||||
lib/libpicc.a
|
pilot/include/pi-util.h
|
||||||
lib/libpisock.a
|
pilot/include/pi-version.h
|
||||||
lib/libpisock.so
|
pilot/lib/libpicc.a
|
||||||
lib/libpisock.so.4.0
|
pilot/lib/libpisock.a
|
||||||
lib/pix/b1.gif
|
pilot/lib/libpisock.so
|
||||||
lib/pix/b2.gif
|
pilot/lib/libpisock.so.4.0
|
||||||
lib/pix/b3.gif
|
pilot/lib/pix/b1.gif
|
||||||
lib/pix/b4.gif
|
pilot/lib/pix/b2.gif
|
||||||
lib/pix/b5.gif
|
pilot/lib/pix/b3.gif
|
||||||
lib/pix/b6.gif
|
pilot/lib/pix/b4.gif
|
||||||
lib/pix/b7.gif
|
pilot/lib/pix/b5.gif
|
||||||
lib/pix/case.gif
|
pilot/lib/pix/b6.gif
|
||||||
lib/pix/case.xbm
|
pilot/lib/pix/b7.gif
|
||||||
lib/pix/casemask.xbm
|
pilot/lib/pix/case.gif
|
||||||
@dirrm lib/pix
|
pilot/lib/pix/case.xbm
|
||||||
|
pilot/lib/pix/casemask.xbm
|
||||||
|
@dirrm pilot/lib/pix
|
||||||
|
@dirrm pilot/lib
|
||||||
|
@dirrm pilot/include
|
||||||
|
@dirrm pilot/bin
|
||||||
|
@dirrm pilot
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= pilot-link
|
PORTNAME= pilot-link
|
||||||
PORTVERSION= 0.9.5
|
PORTVERSION= 0.9.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= palm comms tk83
|
CATEGORIES= palm comms tk83
|
||||||
MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/
|
MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/
|
||||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||||
|
@ -20,12 +21,10 @@ USE_BZIP2= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
PREFIX= ${LOCALBASE}/pilot
|
|
||||||
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
|
|
||||||
|
|
||||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||||
install-hinote.1 install-memo.1 install-user.1 \
|
install-hinote.1 install-memo.1 install-user.1 \
|
||||||
pilot-xfer.1 read-ical.1
|
pilot-addresses.1 pilot-xfer.1 read-ical.1
|
||||||
MAN7= pilot-link.7
|
MAN7= pilot-link.7
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
|
@ -43,7 +42,13 @@ post-patch:
|
||||||
${RM} -f ${WRKSRC}/getopt*
|
${RM} -f ${WRKSRC}/getopt*
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
|
@${SED} "s|%%PREFIX%%|${PREFIX}/pilot|g" < ${FILESDIR}/pilot-link.sh \
|
||||||
@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
|
> ${PREFIX}/etc/rc.d/pilot-link.sh
|
||||||
|
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pilot-link.sh
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
|
# Leave this here -- we need to override the default CONFIGURE_ARGS.
|
||||||
|
CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} \
|
||||||
|
--prefix=${PREFIX}/pilot ${CONFIGURE_TARGET} \
|
||||||
|
--mandir=${PREFIX}/man
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
--- configure.orig Sat Aug 21 10:57:14 1999
|
--- configure.orig Sat Aug 21 10:57:14 1999
|
||||||
+++ configure Sat Aug 21 11:05:26 1999
|
+++ configure Sat Aug 21 11:05:26 1999
|
||||||
@@ -10,5 +10,5 @@
|
|
||||||
# Defaults:
|
|
||||||
ac_help=
|
|
||||||
-ac_default_prefix=/usr/local
|
|
||||||
+ac_default_prefix=/usr/local/pilot
|
|
||||||
# Any additions from configure.in:
|
|
||||||
ac_help="$ac_help
|
|
||||||
@@ -876,9 +876,9 @@
|
@@ -876,9 +876,9 @@
|
||||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||||
# It thinks the first close brace ends the variable substitution.
|
# It thinks the first close brace ends the variable substitution.
|
||||||
|
|
|
@ -1,88 +1,93 @@
|
||||||
@cwd /usr/local
|
|
||||||
etc/rc.d/pilot-link.sh
|
etc/rc.d/pilot-link.sh
|
||||||
@cwd /usr/local/pilot
|
pilot/bin/addresses
|
||||||
bin/addresses
|
pilot/bin/ccexample
|
||||||
bin/ccexample
|
pilot/bin/debugsh
|
||||||
bin/debugsh
|
pilot/bin/dlpsh
|
||||||
bin/dlpsh
|
pilot/bin/getrom
|
||||||
bin/getrom
|
pilot/bin/hinotes
|
||||||
bin/hinotes
|
pilot/bin/iambicexample
|
||||||
bin/iambicexample
|
pilot/bin/ietf2datebook
|
||||||
bin/ietf2datebook
|
pilot/bin/install-datebook
|
||||||
bin/install-datebook
|
pilot/bin/install-hinote
|
||||||
bin/install-hinote
|
pilot/bin/install-memo
|
||||||
bin/install-memo
|
pilot/bin/install-todos
|
||||||
bin/install-todos
|
pilot/bin/install-user
|
||||||
bin/install-user
|
pilot/bin/memos
|
||||||
bin/memos
|
pilot/bin/money2qif
|
||||||
bin/money2qif
|
pilot/bin/pi-csd
|
||||||
bin/pi-csd
|
pilot/bin/pi-getram
|
||||||
bin/pi-getram
|
pilot/bin/pi-getrom
|
||||||
bin/pi-getrom
|
pilot/bin/pi-nredir
|
||||||
bin/pi-nredir
|
pilot/bin/pi-port
|
||||||
bin/pi-port
|
pilot/bin/pilot-addresses
|
||||||
bin/pilot-addresses
|
pilot/bin/pilot-clip
|
||||||
bin/pilot-clip
|
pilot/bin/pilot-debug
|
||||||
bin/pilot-debug
|
pilot/bin/pilot-dedupe
|
||||||
bin/pilot-dedupe
|
pilot/bin/pilot-file
|
||||||
bin/pilot-file
|
pilot/bin/pilot-mail
|
||||||
bin/pilot-mail
|
pilot/bin/pilot-prc
|
||||||
bin/pilot-schlep
|
pilot/bin/pilot-schlep
|
||||||
bin/pilot-undelete
|
pilot/bin/pilot-undelete
|
||||||
bin/pilot-xfer
|
pilot/bin/pilot-xfer
|
||||||
bin/read-expenses
|
pilot/bin/read-expenses
|
||||||
bin/read-ical
|
pilot/bin/read-ical
|
||||||
bin/read-todos
|
pilot/bin/read-todos
|
||||||
bin/reminders
|
pilot/bin/reminders
|
||||||
bin/sync-plan
|
pilot/bin/sync-plan
|
||||||
include/pi-address.h
|
pilot/include/pi-address.h
|
||||||
include/pi-address.hxx
|
pilot/include/pi-address.hxx
|
||||||
include/pi-appinfo.h
|
pilot/include/pi-appinfo.h
|
||||||
include/pi-appinfo.hxx
|
pilot/include/pi-appinfo.hxx
|
||||||
include/pi-args.h
|
pilot/include/pi-args.h
|
||||||
include/pi-cmp.h
|
pilot/include/pi-cmp.h
|
||||||
include/pi-config-win32.h
|
pilot/include/pi-config-win32.h
|
||||||
include/pi-config.h
|
pilot/include/pi-config.h
|
||||||
include/pi-datebook.h
|
pilot/include/pi-datebook.h
|
||||||
include/pi-datebook.hxx
|
pilot/include/pi-datebook.hxx
|
||||||
include/pi-dlp.h
|
pilot/include/pi-dlp.h
|
||||||
include/pi-dlp.hxx
|
pilot/include/pi-dlp.hxx
|
||||||
include/pi-expense.h
|
pilot/include/pi-expense.h
|
||||||
include/pi-file.h
|
pilot/include/pi-file.h
|
||||||
include/pi-hinote.h
|
pilot/include/pi-header.h
|
||||||
include/pi-iambicExpense.h
|
pilot/include/pi-hinote.h
|
||||||
include/pi-iambicExpense.hxx
|
pilot/include/pi-iambicExpense.h
|
||||||
include/pi-inet.h
|
pilot/include/pi-iambicExpense.hxx
|
||||||
include/pi-inetserial.h
|
pilot/include/pi-inet.h
|
||||||
include/pi-macros.h
|
pilot/include/pi-inetserial.h
|
||||||
include/pi-mail.h
|
pilot/include/pi-macros.h
|
||||||
include/pi-memo.h
|
pilot/include/pi-mail.h
|
||||||
include/pi-memo.hxx
|
pilot/include/pi-memo.h
|
||||||
include/pi-money.h
|
pilot/include/pi-memo.hxx
|
||||||
include/pi-padp.h
|
pilot/include/pi-money.h
|
||||||
include/pi-serial.h
|
pilot/include/pi-padp.h
|
||||||
include/pi-slp.h
|
pilot/include/pi-serial.h
|
||||||
include/pi-sockaddr-win32.h
|
pilot/include/pi-slp.h
|
||||||
include/pi-sockaddr.h
|
pilot/include/pi-sockaddr-win32.h
|
||||||
include/pi-socket.h
|
pilot/include/pi-sockaddr.h
|
||||||
include/pi-source.h
|
pilot/include/pi-socket.h
|
||||||
include/pi-sync.h
|
pilot/include/pi-source.h
|
||||||
include/pi-syspkt.h
|
pilot/include/pi-sync.h
|
||||||
include/pi-todo.h
|
pilot/include/pi-syspkt.h
|
||||||
include/pi-todo.hxx
|
pilot/include/pi-todo.h
|
||||||
include/pi-version.h
|
pilot/include/pi-todo.hxx
|
||||||
lib/libpicc.a
|
pilot/include/pi-util.h
|
||||||
lib/libpisock.a
|
pilot/include/pi-version.h
|
||||||
lib/libpisock.so
|
pilot/lib/libpicc.a
|
||||||
lib/libpisock.so.4.0
|
pilot/lib/libpisock.a
|
||||||
lib/pix/b1.gif
|
pilot/lib/libpisock.so
|
||||||
lib/pix/b2.gif
|
pilot/lib/libpisock.so.4.0
|
||||||
lib/pix/b3.gif
|
pilot/lib/pix/b1.gif
|
||||||
lib/pix/b4.gif
|
pilot/lib/pix/b2.gif
|
||||||
lib/pix/b5.gif
|
pilot/lib/pix/b3.gif
|
||||||
lib/pix/b6.gif
|
pilot/lib/pix/b4.gif
|
||||||
lib/pix/b7.gif
|
pilot/lib/pix/b5.gif
|
||||||
lib/pix/case.gif
|
pilot/lib/pix/b6.gif
|
||||||
lib/pix/case.xbm
|
pilot/lib/pix/b7.gif
|
||||||
lib/pix/casemask.xbm
|
pilot/lib/pix/case.gif
|
||||||
@dirrm lib/pix
|
pilot/lib/pix/case.xbm
|
||||||
|
pilot/lib/pix/casemask.xbm
|
||||||
|
@dirrm pilot/lib/pix
|
||||||
|
@dirrm pilot/lib
|
||||||
|
@dirrm pilot/include
|
||||||
|
@dirrm pilot/bin
|
||||||
|
@dirrm pilot
|
||||||
|
|
Loading…
Add table
Reference in a new issue