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

(-)ports/palm/jpilot/Makefile (-4 / +14 lines)
Lines 7-14 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.2
10
PORTVERSION=	0.99.3
11
PORTREVISION=	2
12
CATEGORIES+=	palm comms
11
CATEGORIES+=	palm comms
13
MASTER_SITES=	http://jpilot.org/
12
MASTER_SITES=	http://jpilot.org/
14
13
Lines 23-40 Link Here
23
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
24
LDCONFIG_DIRS=	%%PREFIX%%/lib/jpilot/plugins
23
LDCONFIG_DIRS=	%%PREFIX%%/lib/jpilot/plugins
25
CONFIGURE_ARGS+=	--with-pilot-prefix=${PREFIX}
24
CONFIGURE_ARGS+=	--with-pilot-prefix=${PREFIX}
25
CFLAGS+=	-I${PREFIX}/include
26
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
26
27
27
MAN1=		jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
28
MAN1=		jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
28
29
29
post-install:
30
post-install:
31
	${MKDIR} ${PREFIX}/man/man1
32
	${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
35
	${MKDIR} ${PREFIX}/share/jpilot/icons
36
	${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons
37
	${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons
38
	${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons
39
	${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons
30
.if !defined(NOPORTDOCS)
40
.if !defined(NOPORTDOCS)
31
	${MKDIR} ${PREFIX}/share/doc/jpilot
41
	${MKDIR} ${PREFIX}/share/doc/jpilot
32
	${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot
42
	${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot
33
	${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
43
	${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
44
	${CP} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/jpilot
34
	${CP} ${WRKSRC}/BUGS ${PREFIX}/share/doc/jpilot
45
	${CP} ${WRKSRC}/BUGS ${PREFIX}/share/doc/jpilot
35
	${CP} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/jpilot
36
	${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/jpilot
46
	${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/jpilot
37
	${CP} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/jpilot
47
	${CP} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/jpilot
38
	${CP} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/jpilot
48
	${CP} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/jpilot
39
	${CP} ${WRKSRC}/README ${PREFIX}/share/doc/jpilot
49
	${CP} ${WRKSRC}/README ${PREFIX}/share/doc/jpilot
40
	${CP} ${WRKSRC}/TODO ${PREFIX}/share/doc/jpilot
50
	${CP} ${WRKSRC}/TODO ${PREFIX}/share/doc/jpilot
(-)ports/palm/jpilot/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (jpilot-0.99.2.tar.gz) = 57be9e7cd2b2878fd439c98d77d4bdb9
1
MD5 (jpilot-0.99.3.tar.gz) = e0ec41c291dfbee4189d232150785141
(-)ports/palm/jpilot/pkg-plist (-10 / +18 lines)
Lines 2-25 Link Here
2
bin/jpilot-dump
2
bin/jpilot-dump
3
bin/jpilot-sync
3
bin/jpilot-sync
4
bin/jpilot-upgrade-99
4
bin/jpilot-upgrade-99
5
lib/jpilot/plugins/libexpense.a
6
lib/jpilot/plugins/libexpense.la
5
lib/jpilot/plugins/libexpense.la
7
lib/jpilot/plugins/libexpense.so
6
lib/jpilot/plugins/libexpense.so
8
lib/jpilot/plugins/libexpense.so.1
7
lib/jpilot/plugins/libexpense.so.0
9
lib/jpilot/plugins/libkeyring.a
10
lib/jpilot/plugins/libkeyring.la
8
lib/jpilot/plugins/libkeyring.la
11
lib/jpilot/plugins/libkeyring.so
9
lib/jpilot/plugins/libkeyring.so
12
lib/jpilot/plugins/libkeyring.so.1
10
lib/jpilot/plugins/libkeyring.so.0
13
lib/jpilot/plugins/libsynctime.a
14
lib/jpilot/plugins/libsynctime.la
11
lib/jpilot/plugins/libsynctime.la
15
lib/jpilot/plugins/libsynctime.so
12
lib/jpilot/plugins/libsynctime.so
16
lib/jpilot/plugins/libsynctime.so.1
13
lib/jpilot/plugins/libsynctime.so.0
17
%%PORTDOCS%%share/doc/jpilot/manual.html
14
%%PORTDOCS%%share/doc/jpilot/AUTHORS
18
%%PORTDOCS%%share/doc/jpilot/plugin.html
19
%%PORTDOCS%%share/doc/jpilot/BUGS
15
%%PORTDOCS%%share/doc/jpilot/BUGS
20
%%PORTDOCS%%share/doc/jpilot/CHANGELOG
21
%%PORTDOCS%%share/doc/jpilot/COPYING
16
%%PORTDOCS%%share/doc/jpilot/COPYING
22
%%PORTDOCS%%share/doc/jpilot/CREDITS
17
%%PORTDOCS%%share/doc/jpilot/ChangeLog
23
%%PORTDOCS%%share/doc/jpilot/INSTALL
18
%%PORTDOCS%%share/doc/jpilot/INSTALL
24
%%PORTDOCS%%share/doc/jpilot/README
19
%%PORTDOCS%%share/doc/jpilot/README
25
%%PORTDOCS%%share/doc/jpilot/README.icons
20
%%PORTDOCS%%share/doc/jpilot/README.icons
Lines 35-40 Link Here
35
%%PORTDOCS%%share/doc/jpilot/jpilot-search.png
30
%%PORTDOCS%%share/doc/jpilot/jpilot-search.png
36
%%PORTDOCS%%share/doc/jpilot/jpilot-todo.png
31
%%PORTDOCS%%share/doc/jpilot/jpilot-todo.png
37
%%PORTDOCS%%share/doc/jpilot/jpilot-toplogo.jpg
32
%%PORTDOCS%%share/doc/jpilot/jpilot-toplogo.jpg
33
%%PORTDOCS%%share/doc/jpilot/manual.html
34
%%PORTDOCS%%share/doc/jpilot/plugin.html
38
share/jpilot/AddressDB.pdb
35
share/jpilot/AddressDB.pdb
39
share/jpilot/DatebookDB.pdb
36
share/jpilot/DatebookDB.pdb
40
share/jpilot/ExpenseDB.pdb
37
share/jpilot/ExpenseDB.pdb
Lines 61-66 Link Here
61
share/locale/nl/LC_MESSAGES/jpilot.mo
58
share/locale/nl/LC_MESSAGES/jpilot.mo
62
share/locale/no/LC_MESSAGES/jpilot.mo
59
share/locale/no/LC_MESSAGES/jpilot.mo
63
share/locale/sv/LC_MESSAGES/jpilot.mo
60
share/locale/sv/LC_MESSAGES/jpilot.mo
61
share/locale/tr/LC_MESSAGES/jpilot.mo
62
share/locale/zh_CN/LC_MESSAGES/jpilot.mo
63
share/locale/zh_TW/LC_MESSAGES/jpilot.mo
64
@dirrm share/jpilot/icons
64
@dirrm share/jpilot/icons
65
@dirrm share/jpilot
65
@dirrm share/jpilot
66
%%PORTDOCS%%@dirrm share/doc/jpilot
66
%%PORTDOCS%%@dirrm share/doc/jpilot
Lines 78-83 Link Here
78
@unexec rmdir %D/share/locale/es 2>/dev/null || true
78
@unexec rmdir %D/share/locale/es 2>/dev/null || true
79
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
79
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
80
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
80
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
81
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
82
@unexec rmdir %D/share/locale/it 2>/dev/null || true
81
@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
83
@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
82
@unexec rmdir %D/share/locale/ja 2>/dev/null || true
84
@unexec rmdir %D/share/locale/ja 2>/dev/null || true
83
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
85
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
Lines 86-89 Link Here
86
@unexec rmdir %D/share/locale/no 2>/dev/null || true
88
@unexec rmdir %D/share/locale/no 2>/dev/null || true
87
@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
89
@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
88
@unexec rmdir %D/share/locale/sv 2>/dev/null || true
90
@unexec rmdir %D/share/locale/sv 2>/dev/null || true
91
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
92
@unexec rmdir %D/share/locale/tr 2>/dev/null || true
93
@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
94
@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true
95
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
96
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
89
@unexec rmdir %D/share/locale 2>/dev/null || true
97
@unexec rmdir %D/share/locale 2>/dev/null || true
(-)ports/palm/jpilot/files/patch-Expense_Makefile.in (-12 lines)
Lines 1-12 Link Here
1
--- Expense/Makefile.in.orig	Sun Dec 23 16:43:25 2001
2
+++ Expense/Makefile.in	Wed Jan  9 22:14:27 2002
3
@@ -31,8 +31,7 @@
4
 	$(CC) $(OPTIONS) -o libexpense.la \
5
 	expense.lo \
6
 	-rpath $(prefix)/lib/jpilot/plugins \
7
-	-version-info 1:1 \
8
-	-avoid-version
9
+	-version-info 1:1
10
 
11
 expense.o: expense.c libplugin.h
12
 	$(LIBTOOL) --mode=compile \
(-)ports/palm/jpilot/files/patch-KeyRing_Makefile.in (-10 lines)
Lines 1-10 Link Here
1
--- KeyRing/Makefile.in.orig	Fri Jan 25 11:00:06 2002
2
+++ KeyRing/Makefile.in	Wed Feb  6 16:02:50 2002
3
@@ -35,7 +35,6 @@
4
 	keyring.lo \
5
 	-rpath $(prefix)/lib/jpilot/plugins \
6
 	-version-info 1:1 \
7
-	-avoid-version \
8
 	$(CRYPTO_LIBS)
9
 
10
 keyring.o: keyring.c libplugin.h
(-)ports/palm/jpilot/files/patch-Makefile.in (-50 / +10 lines)
Lines 1-51 Link Here
1
--- Makefile.in.orig	Tue Feb  5 22:29:18 2002
1
--- Makefile.in.orig	Tue Oct  8 18:55:05 2002
2
+++ Makefile.in	Wed Feb  6 09:33:52 2002
2
+++ Makefile.in	Wed Oct  9 11:23:49 2002
3
@@ -427,39 +427,18 @@
3
@@ -132,7 +132,7 @@
4
 	$(INSTALL) -m 644 empty/MemoDB.pdb $(prefix)/share/$(PACKAGE)/
4
 cflags = @cflags@
5
 	$(INSTALL) -m 644 empty/Memo32DB.pdb $(prefix)/share/$(PACKAGE)/
5
 install_sh = @install_sh@
6
 	$(INSTALL) -m 644 empty/ExpenseDB.pdb $(prefix)/share/$(PACKAGE)/
7
-	$(INSTALL) -d -m 755 $(prefix)/doc/$(PACKAGE)-$(VERSION)
8
-	$(INSTALL) -m 644 docs/manual.html $(prefix)/doc/$(PACKAGE)-$(VERSION)/manual.html
9
-	$(INSTALL) -m 644 docs/plugin.html $(prefix)/doc/$(PACKAGE)-$(VERSION)
10
-	$(INSTALL) -m 644 docs/jpilot-address.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
11
-	$(INSTALL) -m 644 docs/jpilot-datebook.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
12
-	$(INSTALL) -m 644 docs/jpilot-expense.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
13
-	$(INSTALL) -m 644 docs/jpilot-install.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
14
-	$(INSTALL) -m 644 docs/jpilot-memo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
15
-	$(INSTALL) -m 644 docs/jpilot-prefs.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
16
-	$(INSTALL) -m 644 docs/jpilot-print.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
17
-	$(INSTALL) -m 644 docs/jpilot-search.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
18
-	$(INSTALL) -m 644 docs/jpilot-todo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
19
-	$(INSTALL) -m 644 docs/jpilot-toplogo.jpg $(prefix)/doc/$(PACKAGE)-$(VERSION)
20
-	$(INSTALL) -d -m 644 $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons
21
-	$(INSTALL) -m 644 icons/README $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/README
22
-	$(INSTALL) -m 644 icons/jpilot-icon1.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
23
-	$(INSTALL) -m 644 icons/jpilot-icon2.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
24
-	$(INSTALL) -m 644 icons/jpilot-icon3.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
25
-	$(INSTALL) -m 644 icons/jpilot-icon4.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
26
-	$(INSTALL) -m 644 BUGS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
27
-	$(INSTALL) -m 644 CHANGELOG $(prefix)/doc/$(PACKAGE)-$(VERSION)/
28
-	$(INSTALL) -m 644 COPYING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
29
-	$(INSTALL) -m 644 CREDITS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
30
-	$(INSTALL) -m 644 INSTALL $(prefix)/doc/$(PACKAGE)-$(VERSION)/
31
-	$(INSTALL) -m 644 README $(prefix)/doc/$(PACKAGE)-$(VERSION)/
32
-	$(INSTALL) -m 644 TODO $(prefix)/doc/$(PACKAGE)-$(VERSION)/
33
-	$(INSTALL) -m 644 UPGRADING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
34
+	$(INSTALL) -d -m 755 $(prefix)/share/jpilot/icons
35
+	$(INSTALL) -d -m 644 $(prefix)/share/jpilot/icons
36
+	$(INSTALL) -m 644 icons/jpilot-icon1.xpm $(prefix)/share/jpilot/icons/
37
+	$(INSTALL) -m 644 icons/jpilot-icon2.xpm $(prefix)/share/jpilot/icons/
38
+	$(INSTALL) -m 644 icons/jpilot-icon3.xpm $(prefix)/share/jpilot/icons/
39
+	$(INSTALL) -m 644 icons/jpilot-icon4.xpm $(prefix)/share/jpilot/icons/
40
 	cd intl; $(MAKE) install
41
 	cd po; $(MAKE) install
42
 	$(INSTALL) -d -m 755 $(mandir)/man1/
43
-	cat docs/jpilot.1 | gzip -9c > $(mandir)/man1/jpilot.1.gz
44
-	cat docs/jpilot-sync.1 | gzip -9c > $(mandir)/man1/jpilot-sync.1.gz
45
-	cat docs/jpilot-upgrade-99.1 | gzip -9c > $(mandir)/man1/jpilot-upgrade-99.1.gz
46
+	$(INSTALL) -m 644 docs/jpilot.1 $(mandir)/man1/
47
+	$(INSTALL) -m 644 docs/jpilot-sync.1 $(mandir)/man1/
48
+	$(INSTALL) -m 644 docs/jpilot-upgrade-99.1 $(mandir)/man1/
49
 
6
 
50
 install_plugins:
7
-SUBDIRS = po Expense SyncTime KeyRing docs intl m4
51
 	cd SyncTime; $(MAKE) install
8
+SUBDIRS = po Expense SyncTime KeyRing intl m4
9
 
10
 EXTRA_DIST = reconf autogen.sh ChangeLog docs empty icons \
11
 	BUGS jpilot.spec jpilot-col.spec jpilot.kdelnk jpilot.rh7.spec \
(-)ports/palm/jpilot/files/patch-SyncTime_Makefile.in (-12 lines)
Lines 1-12 Link Here
1
--- SyncTime/Makefile.in.orig	Fri Jan 25 10:59:50 2002
2
+++ SyncTime/Makefile.in	Wed Feb  6 09:34:19 2002
3
@@ -33,8 +33,7 @@
4
 	$(CC) $(OPTIONS) -o libsynctime.la \
5
 	synctime.lo \
6
 	-rpath $(prefix)/lib/jpilot/plugins \
7
-	-version-info 1:1 \
8
-	-avoid-version
9
+	-version-info 1:1
10
 
11
 synctime.o: synctime.c libplugin.h
12
 	$(LIBTOOL) --mode=compile \
(-)ports/palm/jpilot/files/patch-configure (-20 lines)
Lines 1-20 Link Here
1
--- configure.orig	Sat Dec 22 22:44:47 2001
2
+++ configure	Sun Dec 23 14:42:24 2001
3
@@ -6677,7 +6677,7 @@
4
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
5
 
6
 # Always use our own libtool.
7
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8
+LIBTOOL='libtool'
9
 
10
 # Prevent multiple expansion
11
 
12
@@ -9504,7 +9504,7 @@
13
   enable_plugins=yes
14
 fi;
15
 
16
-PLUGIN_SUPPORT=0
17
+PLUGIN_SUPPORT=1
18
 
19
 if test "x$enable_plugins" = "xyes"; then
20
 #   dnl Check for shared library calls

Return to bug 43870