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

(-)/usr/home/db/klog/Makefile (-3 / +7 lines)
Lines 5-14 Link Here
5
# $FreeBSD: ports/comms/klog/Makefile,v 1.11 2006/02/23 10:34:57 ade Exp $
5
# $FreeBSD: ports/comms/klog/Makefile,v 1.11 2006/02/23 10:34:57 ade Exp $
6
6
7
PORTNAME=	klog
7
PORTNAME=	klog
8
PORTVERSION=	0.3.2
8
PORTVERSION=	0.3.3
9
PORTREVISION=	1
10
CATEGORIES=	comms hamradio
9
CATEGORIES=	comms hamradio
11
MASTER_SITES=	http://download.berlios.de/klog/
10
MASTER_SITES=	${MASTER_SITE_BERLIOS}
11
MASTER_SITE_SUBDIR=	klog
12
12
13
MAINTAINER=	az@FreeBSD.org
13
MAINTAINER=	az@FreeBSD.org
14
COMMENT=	ADIF compatible logging application
14
COMMENT=	ADIF compatible logging application
Lines 18-22 Link Here
18
USE_AUTOTOOLS=	libtool:15
18
USE_AUTOTOOLS=	libtool:15
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_KDELIBS_VER=3
20
USE_KDELIBS_VER=3
21
22
post-install:
23
	@${INSTALL_DATA}	${WRKSRC}/src/klog.desktop \
24
		 ${PREFIX}/share/applnk/Applications/klog.desktop
21
25
22
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)/usr/home/db/klog/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (klog-0.3.2.tar.gz) = e6a7c5acca88942647565950ab704a33
1
MD5 (klog-0.3.3.tar.gz) = c948bbe70c9d475f0299171f9175488a
2
SHA256 (klog-0.3.2.tar.gz) = b385224aa96446859032d8e7bcc26290592da7540205f2920c3acad51086c3ba
2
SHA256 (klog-0.3.3.tar.gz) = e23bf0dd37ac1b28a20a6e2ba5a61b089ca5c9736ca545d38e7b865cae8992bb
3
SIZE (klog-0.3.2.tar.gz) = 911797
3
SIZE (klog-0.3.3.tar.gz) = 635599
(-)/usr/home/db/klog/files/patch-Makefile.in (-11 / +96 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Tue Apr 26 01:39:03 2005
1
--- Makefile.in.orig	Sat Jan  7 14:03:58 2006
2
+++ Makefile.in	Wed Sep 14 12:22:15 2005
2
+++ Makefile.in	Thu May  4 02:07:19 2006
3
@@ -274,7 +274,7 @@
3
@@ -161,7 +161,7 @@
4
 
4
 SET_MAKE = @SET_MAKE@
5
 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
5
 SHELL = @SHELL@
6
 applnkApplication_DATA = klog.desktop
6
 STRIP = @STRIP@
7
-applnkApplicationdir = $(kde_appsdir)/Application
7
-TOPSUBDIRS = @TOPSUBDIRS@
8
+applnkApplicationdir = $(kde_appsdir)/Applications
8
+TOPSUBDIRS = src doc
9
 subdir = .
9
 UIC = @UIC@
10
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
10
 UIC_TR = @UIC_TR@
11
 mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
11
 USER_INCLUDES = @USER_INCLUDES@
12
@@ -295,26 +295,26 @@
13
 
14
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
15
  configure.lineno
16
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
17
+#$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
18
 #>- 	cd $(top_srcdir) && \
19
 #>- 	  $(AUTOMAKE) --gnu  Makefile
20
 #>+ 3
21
-	cd $(top_srcdir) && \
22
-	  $(AUTOMAKE) --gnu  Makefile
23
-	cd $(top_srcdir) && perl admin/am_edit Makefile.in
24
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
25
-	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
26
-
27
-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28
-	$(SHELL) ./config.status --recheck
29
-$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
30
+#	cd $(top_srcdir) && \
31
+#	  $(AUTOMAKE) --gnu  Makefile
32
+#	cd $(top_srcdir) && perl admin/am_edit Makefile.in
33
+#Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
34
+#	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
35
+
36
+#$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
37
+#	$(SHELL) ./config.status --recheck
38
+#$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
39
 #>- 	cd $(srcdir) && $(AUTOCONF)
40
 #>+ 2
41
-	cd $(srcdir) && rm -f configure
42
-	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
43
+#	cd $(srcdir) && rm -f configure
44
+#	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
45
 
46
-$(ACLOCAL_M4):  configure.in acinclude.m4
47
-	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
48
+#$(ACLOCAL_M4):  configure.in acinclude.m4
49
+#	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
50
 
51
 config.h: stamp-h1
52
 	@if test ! -f $@; then \
53
@@ -326,9 +326,9 @@
54
 	@rm -f stamp-h1
55
 	cd $(top_builddir) && $(SHELL) ./config.status config.h
56
 
57
-$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
58
-	cd $(top_srcdir) && $(AUTOHEADER)
59
-	touch $(srcdir)/config.h.in
60
+#$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
61
+#	cd $(top_srcdir) && $(AUTOHEADER)
62
+#	touch $(srcdir)/config.h.in
63
 
64
 distclean-hdr:
65
 	-rm -f config.h stamp-h1
66
@@ -701,8 +701,8 @@
67
 	uninstall-info-recursive uninstall-recursive
68
 
69
 
70
-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
71
-	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
72
+#$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
73
+#	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
74
 
75
 $(top_srcdir)/subdirs:
76
 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
77
@@ -712,7 +712,7 @@
78
 
79
 package-messages:
80
 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
81
-	$(MAKE) -C po merge
82
+	$(MAKE) -C merge
83
 
84
 dist-hook:
85
 	cd $(top_distdir) && perl admin/am_edit -padmin
86
@@ -721,8 +721,9 @@
87
 # Otherwise a system limit (for SysV at least) may be exceeded.
88
 .NOEXPORT:
89
 
90
+
91
 #>+ 2
92
-KDE_DIST=stamp-h.in subdirs Makefile.in configure.files klog.kdevelop.pcs Makefile.cvs klog.kdevses klog.kdevelop Doxyfile 
93
+KDE_DIST=stamp-h.in subdirs Makefile.in configure.files Makefile.cvs configure.lineno 
94
 
95
 #>+ 2
96
 docs-am:
(-)/usr/home/db/klog/files/patch-doc_Makefile.in (+33 lines)
Line 0 Link Here
1
--- doc/Makefile.in.orig	Sat Jan  7 14:03:58 2006
2
+++ doc/Makefile.in	Thu May  4 01:00:17 2006
3
@@ -290,15 +290,15 @@
4
 all: docs-am  all-recursive
5
 
6
 .SUFFIXES:
7
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
8
+#$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
9
 #>- 	cd $(top_srcdir) && \
10
 #>- 	  $(AUTOMAKE) --gnu  doc/Makefile
11
 #>+ 3
12
-	cd $(top_srcdir) && \
13
-	  $(AUTOMAKE) --gnu  doc/Makefile
14
-	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
15
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
16
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
17
+#	cd $(top_srcdir) && \
18
+#	  $(AUTOMAKE) --gnu  doc/Makefile
19
+#	cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
20
+#Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
21
+#	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
22
 
23
 mostlyclean-libtool:
24
 	-rm -f *.lo
25
@@ -435,7 +435,7 @@
26
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
27
 #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
28
 #>+ 1
29
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
30
+DISTFILES = $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
31
 
32
 top_distdir = ..
33
 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
(-)/usr/home/db/klog/files/patch-doc_en_Makefile.in (+28 lines)
Line 0 Link Here
1
--- doc/en/Makefile.in.orig	Sat Jan  7 14:03:58 2006
2
+++ doc/en/Makefile.in	Thu May  4 02:01:10 2006
3
@@ -274,11 +274,11 @@
4
 #>- 	cd $(top_srcdir) && \
5
 #>- 	  $(AUTOMAKE) --gnu  doc/en/Makefile
6
 #>+ 3
7
-	cd $(top_srcdir) && \
8
-	  $(AUTOMAKE) --gnu  doc/en/Makefile
9
-	cd $(top_srcdir) && perl admin/am_edit doc/en/Makefile.in
10
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
11
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
12
+#	cd $(top_srcdir) && \
13
+#	  $(AUTOMAKE) --gnu  doc/en/Makefile
14
+#	cd $(top_srcdir) && perl admin/am_edit doc/en/Makefile.in
15
+#Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
16
+#	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
17
 
18
 mostlyclean-libtool:
19
 	-rm -f *.lo
20
@@ -297,7 +297,7 @@
21
 
22
 #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23
 #>+ 1
24
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
25
+DISTFILES = $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
26
 
27
 top_distdir = ../..
28
 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
(-)/usr/home/db/klog/files/patch-src_Makefile.in (+42 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	Sun Jan 15 14:40:13 2006
2
+++ src/Makefile.in	Thu May  4 02:28:53 2006
3
@@ -111,7 +111,7 @@
4
 LIBS = @LIBS@
5
 LIBSM = @LIBSM@
6
 LIBSOCKET = @LIBSOCKET@
7
-LIBTOOL = @LIBTOOL@
8
+LIBTOOL = libtool
9
 LIBUCB = @LIBUCB@
10
 LIBUTIL = @LIBUTIL@
11
 LIBZ = @LIBZ@
12
@@ -396,7 +396,7 @@
13
 
14
 HEADERS = $(noinst_HEADERS)
15
 
16
-DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
17
+DIST_COMMON = $(noinst_HEADERS)
18
 SOURCES = $(klog_SOURCES)
19
 
20
 #>- all: all-am
21
@@ -405,15 +405,15 @@
22
 
23
 .SUFFIXES:
24
 .SUFFIXES: .cpp .lo .o .obj
25
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
26
+#$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
27
 #>- 	cd $(top_srcdir) && \
28
 #>- 	  $(AUTOMAKE) --gnu  src/Makefile
29
 #>+ 3
30
-	cd $(top_srcdir) && \
31
-	  $(AUTOMAKE) --gnu  src/Makefile
32
-	cd $(top_srcdir) && perl admin/am_edit src/Makefile.in
33
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
34
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
35
+#	cd $(top_srcdir) && \
36
+#	  $(AUTOMAKE) --gnu  src/Makefile
37
+#	cd $(top_srcdir) && perl admin/am_edit src/Makefile.in
38
+#Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
39
+#	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
40
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
41
 install-binPROGRAMS: $(bin_PROGRAMS)
42
 	@$(NORMAL_INSTALL)
(-)/usr/home/db/klog/pkg-descr (-1 / +1 lines)
Lines 2-7 Link Here
2
loging application. It does, amongst other things, awards
2
loging application. It does, amongst other things, awards
3
tracking, DX cluster access and dupe checking.
3
tracking, DX cluster access and dupe checking.
4
4
5
WWW: http://klog.berlios.de/
5
WWW: http://developer.berlios.de/projects/klog/
6
6
7
-MattD..
7
-MattD..
(-)/usr/home/db/klog/pkg-plist (-1 / +1 lines)
Lines 5-11 Link Here
5
share/doc/HTML/en/klog/index.docbook
5
share/doc/HTML/en/klog/index.docbook
6
share/icons/locolor/16x16/apps/klog.png
6
share/icons/locolor/16x16/apps/klog.png
7
share/icons/locolor/32x32/apps/klog.png
7
share/icons/locolor/32x32/apps/klog.png
8
@dirrm share/doc/HTML/en/klog
8
%%PORTDOCS%%@dirrm %%DOCSDIR%%
9
@dirrmtry share/icons/locolor/32x32/apps
9
@dirrmtry share/icons/locolor/32x32/apps
10
@dirrmtry share/icons/locolor/32x32
10
@dirrmtry share/icons/locolor/32x32
11
@dirrmtry share/icons/locolor/16x16/apps
11
@dirrmtry share/icons/locolor/16x16/apps

Return to bug 102751