View | Details | Raw Unified | Return to bug 47033
Collapse All | Expand All

(-)ports/palm/jpilot/Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
8
8
9
PORTNAME=	jpilot
9
PORTNAME=	jpilot
10
PORTVERSION=	0.99.3
10
PORTVERSION=	0.99.4
11
CATEGORIES+=	palm comms
11
CATEGORIES+=	palm comms
12
MASTER_SITES=	http://jpilot.org/
12
MASTER_SITES=	http://jpilot.org/
13
13
Lines 25-36 Link Here
25
CFLAGS+=	-I${PREFIX}/include
25
CFLAGS+=	-I${PREFIX}/include
26
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
26
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
27
27
28
MAN1=		jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
28
MAN1=		jpilot-sync.1 jpilot.1 jpilot-dump.1
29
29
30
post-install:
30
post-install:
31
	${MKDIR} ${PREFIX}/man/man1
31
	${MKDIR} ${PREFIX}/man/man1
32
	${CP} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1
32
	${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1
33
	${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1
33
	${CP} ${WRKSRC}/docs/jpilot-upgrade-99.1 ${PREFIX}/man/man1
34
	${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1
34
	${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1
35
	${MKDIR} ${PREFIX}/share/jpilot/icons
35
	${MKDIR} ${PREFIX}/share/jpilot/icons
36
	${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons
36
	${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons
(-)ports/palm/jpilot/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (jpilot-0.99.3.tar.gz) = e0ec41c291dfbee4189d232150785141
1
MD5 (jpilot-0.99.4.tar.gz) = e79f2c41827962bebe66abef6ce776ff
(-)ports/palm/jpilot/pkg-plist (-1 / +3 lines)
Lines 1-7 Link Here
1
bin/jpilot
1
bin/jpilot
2
bin/jpilot-dump
2
bin/jpilot-dump
3
bin/jpilot-sync
3
bin/jpilot-sync
4
bin/jpilot-upgrade-99
5
lib/jpilot/plugins/libexpense.la
4
lib/jpilot/plugins/libexpense.la
6
lib/jpilot/plugins/libexpense.so
5
lib/jpilot/plugins/libexpense.so
7
lib/jpilot/plugins/libexpense.so.0
6
lib/jpilot/plugins/libexpense.so.0
Lines 57-62 Link Here
57
share/locale/ja/LC_MESSAGES/jpilot.mo
56
share/locale/ja/LC_MESSAGES/jpilot.mo
58
share/locale/nl/LC_MESSAGES/jpilot.mo
57
share/locale/nl/LC_MESSAGES/jpilot.mo
59
share/locale/no/LC_MESSAGES/jpilot.mo
58
share/locale/no/LC_MESSAGES/jpilot.mo
59
share/locale/ru/LC_MESSAGES/jpilot.mo
60
share/locale/sv/LC_MESSAGES/jpilot.mo
60
share/locale/sv/LC_MESSAGES/jpilot.mo
61
share/locale/tr/LC_MESSAGES/jpilot.mo
61
share/locale/tr/LC_MESSAGES/jpilot.mo
62
share/locale/zh_CN/LC_MESSAGES/jpilot.mo
62
share/locale/zh_CN/LC_MESSAGES/jpilot.mo
Lines 86-91 Link Here
86
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
86
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
87
@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
87
@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
88
@unexec rmdir %D/share/locale/no 2>/dev/null || true
88
@unexec rmdir %D/share/locale/no 2>/dev/null || true
89
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
90
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
89
@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
91
@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
90
@unexec rmdir %D/share/locale/sv 2>/dev/null || true
92
@unexec rmdir %D/share/locale/sv 2>/dev/null || true
91
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
93
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
(-)ports/palm/jpilot/files/patch-Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Tue Oct  8 18:55:05 2002
1
--- Makefile.in.orig	Fri Jan 10 18:13:18 2003
2
+++ Makefile.in	Wed Oct  9 11:23:49 2002
2
+++ Makefile.in	Mon Jan 13 13:49:57 2003
3
@@ -132,7 +132,7 @@
3
@@ -133,7 +133,7 @@
4
 cflags = @cflags@
5
 install_sh = @install_sh@
4
 install_sh = @install_sh@
5
 plugin_support = @plugin_support@
6
 
6
 
7
-SUBDIRS = po Expense SyncTime KeyRing docs intl m4
7
-SUBDIRS = Expense SyncTime KeyRing docs m4 dialer intl po
8
+SUBDIRS = po Expense SyncTime KeyRing intl m4
8
+SUBDIRS = Expense SyncTime KeyRing m4 dialer intl po
9
 
9
 
10
 EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
10
 EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
11
 	BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \
11
 	BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \

Return to bug 47033