View | Details | Raw Unified | Return to bug 277322 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/bigyear/Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	bigyear
1
PORTNAME=	bigyear
2
PORTVERSION=	20010226
2
PORTVERSION=	20010226
3
PORTREVISION=	1
3
PORTEPOCH=	1
4
PORTEPOCH=	1
4
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/deskutils/bigyear/
6
MASTER_SITES=	https://BSDforge.com/projects/source/deskutils/bigyear/
Lines 8-25 DISTNAME= ${PORTNAME} Link Here
8
MAINTAINER=	portmaster@BSDforge.com
9
MAINTAINER=	portmaster@BSDforge.com
9
COMMENT=	Program to print a large (one month per page) calendar
10
COMMENT=	Program to print a large (one month per page) calendar
10
11
11
DEPRECATED=    Last release in 2001 and dead upstream, consider using deskutils/pal
12
LICENSE=	BSD0CLAUSE
12
EXPIRATION_DATE=2024-02-29
13
13
14
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
14
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
15
15
16
PLIST_FILES=	bin/bigyear man/man1/bigyear.1.gz
16
PLIST_FILES=	bin/bigyear share/man/man1/bigyear.1.gz
17
17
18
post-extract:
18
post-extract:
19
	@${RM} ${WRKSRC}/bigyear
19
	@${RM} ${WRKSRC}/bigyear
20
20
21
do-install:
21
do-install:
22
	${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
22
	${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
23
	${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/man/man1
23
	${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/share/man/man1
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/devel/clig/Makefile (-5 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	clig
1
PORTNAME=	clig
2
PORTVERSION=	1.9.11.1
2
PORTVERSION=	1.9.11.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	devel tcl
4
CATEGORIES=	devel tcl
5
MASTER_SITES=	https://BSDforge.com/projects/source/devel/clig/
5
MASTER_SITES=	https://BSDforge.com/projects/source/devel/clig/
6
6
Lines 26-35 OPTIONS_DEFINE= DOCS Link Here
26
post-patch:
26
post-patch:
27
	@${RM} ${WRKSRC}/example/.cvsignore
27
	@${RM} ${WRKSRC}/example/.cvsignore
28
	@${FIND} -d ${WRKSRC} -type d -and -name CVS -exec ${RM} -r {} \;
28
	@${FIND} -d ${WRKSRC} -type d -and -name CVS -exec ${RM} -r {} \;
29
	@${REINPLACE_CMD} -e 's|/usr/bin/tclsh|${TCLSH}|; \
30
		s|/doc/|/share/doc/|; \
31
		s|-$$(VERSION)||;' \
32
			${WRKSRC}/makefile
33
	@${REINPLACE_CMD} -e "s|tclsh|${TCLSH}|" \
29
	@${REINPLACE_CMD} -e "s|tclsh|${TCLSH}|" \
34
		${WRKSRC}/man/fixman
30
		${WRKSRC}/man/fixman
35
31
(-)b/devel/clig/files/patch-install (-2 / +2 lines)
Lines 1-5 Link Here
1
--- install.orig	2000-01-16 18:15:32.000000000 +0100
1
--- install.orig	2000-01-16 18:15:32 UTC
2
+++ install	2013-09-26 15:30:00.000000000 +0200
2
+++ install
3
@@ -64,9 +64,11 @@
3
@@ -64,9 +64,11 @@
4
 }
4
 }
5
 
5
 
(-)b/devel/clig/files/patch-makefile (-2 / +32 lines)
Lines 1-5 Link Here
1
--- makefile.orig	2013-09-26 15:22:07.000000000 +0200
1
--- makefile.orig	2004-08-04 02:56:37 UTC
2
+++ makefile	2013-09-26 15:22:46.000000000 +0200
2
+++ makefile
3
@@ -14,7 +14,7 @@
4
 exec_prefix =$(prefix)
5
 
6
 # Name of subdirectory to be used beyond DOCDIR and LIBDIR
7
-cligdir =clig-$(VERSION)
8
+cligdir =clig
9
 
10
 
11
 
12
@@ -31,16 +31,16 @@
13
 
14
 # Directory in which to install manual entry for clig, the program
15
 M1SUFFIX =1
16
-MAN1DIR =$(prefix)/man/man$(M1SUFFIX)
17
+MAN1DIR =$(prefix)/share/man/man$(M1SUFFIX)
18
 
19
 # Directory in which to install manual entries for clig, the Tcl-package.
20
 MnSUFFIX =n
21
-MANnDIR =$(prefix)/man/man$(MnSUFFIX)
22
+MANnDIR =$(prefix)/share/man/man$(MnSUFFIX)
23
 
24
 # Directory were to put release notes, changeLogs, News etc.
25
-DOCDIR =$(prefix)/doc/$(cligdir)
26
+DOCDIR =$(prefix)/share/doc/$(cligdir)
27
 
28
-TCLSH=/usr/bin/tclsh
29
+TCLSH=/usr/local/bin/tclsh8.6
30
 
31
 ######################################################################## 
32
 #
3
@@ -104,4 +104,5 @@
33
@@ -104,4 +104,5 @@
4
            M1SUFFIX=$(M1SUFFIX) \
34
            M1SUFFIX=$(M1SUFFIX) \
5
 	   MANnDIR=$(build_root)$(MANnDIR) MnFILES="$(MnFILES.f)" \
35
 	   MANnDIR=$(build_root)$(MANnDIR) MnFILES="$(MnFILES.f)" \
(-)b/devel/clig/pkg-plist (-14 / +14 lines)
Lines 55-71 lib/clig/tcllib/parse.tcl Link Here
55
lib/clig/tcllib/setSpec.tcl
55
lib/clig/tcllib/setSpec.tcl
56
lib/clig/tcllib/usage.tcl
56
lib/clig/tcllib/usage.tcl
57
lib/clig/tcllib/version.tcl
57
lib/clig/tcllib/version.tcl
58
man/man1/clig.1.gz
58
share/man/man1/clig.1.gz
59
man/mann/clig_Commandline.n.gz
59
share/man/mann/clig_Commandline.n.gz
60
man/mann/clig_Description.n.gz
60
share/man/mann/clig_Description.n.gz
61
man/mann/clig_Double.n.gz
61
share/man/mann/clig_Double.n.gz
62
man/mann/clig_Flag.n.gz
62
share/man/mann/clig_Flag.n.gz
63
man/mann/clig_Float.n.gz
63
share/man/mann/clig_Float.n.gz
64
man/mann/clig_Int.n.gz
64
share/man/mann/clig_Int.n.gz
65
man/mann/clig_Long.n.gz
65
share/man/mann/clig_Long.n.gz
66
man/mann/clig_Name.n.gz
66
share/man/mann/clig_Name.n.gz
67
man/mann/clig_Rest.n.gz
67
share/man/mann/clig_Rest.n.gz
68
man/mann/clig_String.n.gz
68
share/man/mann/clig_String.n.gz
69
man/mann/clig_Usage.n.gz
69
share/man/mann/clig_Usage.n.gz
70
man/mann/clig_Version.n.gz
70
share/man/mann/clig_Version.n.gz
71
man/mann/clig_parseCmdline.n.gz
71
share/man/mann/clig_parseCmdline.n.gz
(-)b/dns/fastresolve/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	fastresolve
1
PORTNAME=	fastresolve
2
PORTVERSION=	2.10
2
PORTVERSION=	2.10
3
PORTREVISION=	6
3
PORTREVISION=	7
4
CATEGORIES=	dns
4
CATEGORIES=	dns
5
MASTER_SITES=	https://BSDforge.com/projects/source/dns/fastresolve/
5
MASTER_SITES=	https://BSDforge.com/projects/source/dns/fastresolve/
6
6
Lines 16-21 RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB Link Here
16
16
17
USES=		bdb localbase:ldflags perl5 tar:bzip2
17
USES=		bdb localbase:ldflags perl5 tar:bzip2
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19
CONFIGURE_ENV=	PERL=${PERL} \
20
CONFIGURE_ENV=	PERL=${PERL} \
20
		djm_cv_lib_db_Dbopen=yes
21
		djm_cv_lib_db_Dbopen=yes
21
22
(-)b/dns/fastresolve/pkg-plist (-10 / +10 lines)
Lines 8-23 bin/rebuild-dom-db Link Here
8
bin/rebuild-ip-db
8
bin/rebuild-ip-db
9
bin/reresolve
9
bin/reresolve
10
bin/make-report
10
bin/make-report
11
man/man1/btree-dump.1.gz
11
share/man/man1/btree-dump.1.gz
12
man/man1/convert-dom-db.1.gz
12
share/man/man1/convert-dom-db.1.gz
13
man/man1/convert-ip-db.1.gz
13
share/man/man1/convert-ip-db.1.gz
14
man/man1/dns-terror.1.gz
14
share/man/man1/dns-terror.1.gz
15
man/man1/expire-ip-db.1.gz
15
share/man/man1/expire-ip-db.1.gz
16
man/man1/getdominfo.1.gz
16
share/man/man1/getdominfo.1.gz
17
man/man1/make-report.1.gz
17
share/man/man1/make-report.1.gz
18
man/man1/rebuild-dom-db.1.gz
18
share/man/man1/rebuild-dom-db.1.gz
19
man/man1/rebuild-ip-db.1.gz
19
share/man/man1/rebuild-ip-db.1.gz
20
man/man1/reresolve.1.gz
20
share/man/man1/reresolve.1.gz
21
%%DATADIR%%/AddrCycle.pm
21
%%DATADIR%%/AddrCycle.pm
22
%%DATADIR%%/analog.cfg
22
%%DATADIR%%/analog.cfg
23
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
23
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
(-)b/dns/hesiod/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	hesiod
1
PORTNAME=	hesiod
2
PORTVERSION=	3.2.1
2
PORTVERSION=	3.2.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	dns
4
CATEGORIES=	dns
5
MASTER_SITES=	https://BSDforge.com/projects/source/dns/hesiod/
5
MASTER_SITES=	https://BSDforge.com/projects/source/dns/hesiod/
6
6
Lines 16-21 OPTIONS_DEFAULT=IDN Link Here
16
USES=		cpe libtool pathfix
16
USES=		cpe libtool pathfix
17
CPE_VENDOR=	${PORTNAME}_project
17
CPE_VENDOR=	${PORTNAME}_project
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
22
(-)b/dns/hesiod/pkg-plist (-17 / +17 lines)
Lines 5-24 lib/libhesiod.so Link Here
5
lib/libhesiod.so.0
5
lib/libhesiod.so.0
6
lib/libhesiod.so.0.0.0
6
lib/libhesiod.so.0.0.0
7
libdata/pkgconfig/hesiod.pc
7
libdata/pkgconfig/hesiod.pc
8
man/man1/hesinfo.1.gz
8
share/man/man1/hesinfo.1.gz
9
man/man3/hesiod.3.gz
9
share/man/man3/hesiod.3.gz
10
man/man3/hesiod_end.3.gz
10
share/man/man3/hesiod_end.3.gz
11
man/man3/hesiod_free_list.3.gz
11
share/man/man3/hesiod_free_list.3.gz
12
man/man3/hesiod_free_passwd.3.gz
12
share/man/man3/hesiod_free_passwd.3.gz
13
man/man3/hesiod_free_postoffice.3.gz
13
share/man/man3/hesiod_free_postoffice.3.gz
14
man/man3/hesiod_free_servent.3.gz
14
share/man/man3/hesiod_free_servent.3.gz
15
man/man3/hesiod_free_string.3.gz
15
share/man/man3/hesiod_free_string.3.gz
16
man/man3/hesiod_getmailhost.3.gz
16
share/man/man3/hesiod_getmailhost.3.gz
17
man/man3/hesiod_getpwnam.3.gz
17
share/man/man3/hesiod_getpwnam.3.gz
18
man/man3/hesiod_getpwuid.3.gz
18
share/man/man3/hesiod_getpwuid.3.gz
19
man/man3/hesiod_getservbyname.3.gz
19
share/man/man3/hesiod_getservbyname.3.gz
20
man/man3/hesiod_init.3.gz
20
share/man/man3/hesiod_init.3.gz
21
man/man3/hesiod_parse_result.3.gz
21
share/man/man3/hesiod_parse_result.3.gz
22
man/man3/hesiod_resolve.3.gz
22
share/man/man3/hesiod_resolve.3.gz
23
man/man3/hesiod_to_bind.3.gz
23
share/man/man3/hesiod_to_bind.3.gz
24
man/man5/hesiod.conf.5.gz
24
share/man/man5/hesiod.conf.5.gz
(-)b/editors/2bsd-vi/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	vi
1
PORTNAME=	vi
2
PORTVERSION=	050325
2
PORTVERSION=	050325
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	editors
4
CATEGORIES=	editors
5
MASTER_SITES=	SF/ex-${PORTNAME}/ex-${PORTNAME}/${PORTVERSION}
5
MASTER_SITES=	SF/ex-${PORTNAME}/ex-${PORTNAME}/${PORTVERSION}
6
PKGNAMEPREFIX=	2bsd-
6
PKGNAMEPREFIX=	2bsd-
(-)b/editors/2bsd-vi/files/patch-Makefile (-10 / +7 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	2005-03-24 23:50:09 UTC
1
--- Makefile.orig	2005-03-24 15:50:09 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -79,10 +79,9 @@
3
@@ -79,7 +79,6 @@
4
 # Destinations for installation. $(PRESERVEDIR) is used for recovery files.
4
 # Destinations for installation. $(PRESERVEDIR) is used for recovery files.
5
 # It will get mode 1777.
5
 # It will get mode 1777.
6
 #
6
 #
7
-PREFIX		= /usr/local
7
-PREFIX		= /usr/local
8
 BINDIR		= $(PREFIX)/bin
8
 BINDIR		= $(PREFIX)/bin
9
 LIBEXECDIR	= $(PREFIX)/libexec
9
 LIBEXECDIR	= $(PREFIX)/libexec
10
-MANDIR		= $(PREFIX)/share/man
10
 MANDIR		= $(PREFIX)/share/man
11
+MANDIR		= $(PREFIX)/man
12
 PRESERVEDIR	= /var/preserve
13
 
14
 #
15
@@ -94,7 +93,7 @@
11
@@ -94,7 +93,7 @@
16
 #
12
 #
17
 # A BSD-like install program. GNU install will fit well here, too.
13
 # A BSD-like install program. GNU install will fit well here, too.
Lines 56-62 Link Here
56
 INCLUDE	= /usr/include
52
 INCLUDE	= /usr/include
57
 OBJS	= ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \
53
 OBJS	= ex.o ex_addr.o ex_cmds.o ex_cmds2.o ex_cmdsub.o \
58
 		ex_data.o ex_extern.o ex_get.o ex_io.o ex_put.o ex_re.o \
54
 		ex_data.o ex_extern.o ex_get.o ex_io.o ex_put.o ex_re.o \
59
@@ -296,13 +292,6 @@
55
@@ -296,24 +292,13 @@
60
 # install in standard place
56
 # install in standard place
61
 
57
 
62
 install-man:
58
 install-man:
Lines 70-83 Link Here
70
 	$(INSTALL) -c -m 644 ex.1 $(DESTDIR)$(MANDIR)/man1/ex.1
66
 	$(INSTALL) -c -m 644 ex.1 $(DESTDIR)$(MANDIR)/man1/ex.1
71
 	$(INSTALL) -c -m 644 vi.1 $(DESTDIR)$(MANDIR)/man1/vi.1
67
 	$(INSTALL) -c -m 644 vi.1 $(DESTDIR)$(MANDIR)/man1/vi.1
72
 	ln -s ex.1 $(DESTDIR)$(MANDIR)/man1/edit.1
68
 	ln -s ex.1 $(DESTDIR)$(MANDIR)/man1/edit.1
73
@@ -310,10 +299,6 @@
69
 	ln -s vi.1 $(DESTDIR)$(MANDIR)/man1/vedit.1
74
 	ln -s vi.1 $(DESTDIR)$(MANDIR)/man1/view.1
70
 	ln -s vi.1 $(DESTDIR)$(MANDIR)/man1/view.1
75
 
71
 
76
 install: all install-man
72
-install: all install-man
77
-	rm -f $(DESTDIR)$(BINDIR)/ex $(DESTDIR)$(BINDIR)/edit \
73
-	rm -f $(DESTDIR)$(BINDIR)/ex $(DESTDIR)$(BINDIR)/edit \
78
-		$(DESTDIR)$(BINDIR)/vedit $(DESTDIR)$(BINDIR)/vi \
74
-		$(DESTDIR)$(BINDIR)/vedit $(DESTDIR)$(BINDIR)/vi \
79
-		$(DESTDIR)$(BINDIR)/view
75
-		$(DESTDIR)$(BINDIR)/view
80
-	test -d $(DESTDIR)$(BINDIR) || mkdir -p $(DESTDIR)$(BINDIR)
76
-	test -d $(DESTDIR)$(BINDIR) || mkdir -p $(DESTDIR)$(BINDIR)
77
+install: all install-man
81
 # special provisions for sticky install
78
 # special provisions for sticky install
82
 	if test -f $(DESTDIR)$(BINDIR)/ex; \
79
 	if test -f $(DESTDIR)$(BINDIR)/ex; \
83
 	then	test -f $(DESTDIR)$(BINDIR)/ex.old.$$$$ && exit 1; \
80
 	then	test -f $(DESTDIR)$(BINDIR)/ex.old.$$$$ && exit 1; \
(-)b/editors/2bsd-vi/pkg-plist (-5 / +5 lines)
Lines 5-13 bin/vi Link Here
5
bin/view
5
bin/view
6
libexec/exrecover
6
libexec/exrecover
7
libexec/expreserve
7
libexec/expreserve
8
man/man1/edit.1.gz
8
share/man/man1/edit.1.gz
9
man/man1/ex.1.gz
9
share/man/man1/ex.1.gz
10
man/man1/vedit.1.gz
10
share/man/man1/vedit.1.gz
11
man/man1/vi.1.gz
11
share/man/man1/vi.1.gz
12
man/man1/view.1.gz
12
share/man/man1/view.1.gz
13
@dir(,,1777) %%PRESERVEDIR%%
13
@dir(,,1777) %%PRESERVEDIR%%
(-)b/graphics/autotrace/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	autotrace
1
PORTNAME=	autotrace
2
PORTVERSION=	0.31.1
2
PORTVERSION=	0.31.1
3
PORTREVISION=	34
3
PORTREVISION=	35
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
MASTER_SITES=	SF/${PORTNAME}/AutoTrace/${PORTVERSION}
5
MASTER_SITES=	SF/${PORTNAME}/AutoTrace/${PORTVERSION}
6
6
Lines 16-21 LIB_DEPENDS= libpng.so:graphics/png Link Here
16
USES=		cpe pathfix pkgconfig libtool
16
USES=		cpe pathfix pkgconfig libtool
17
CPE_VENDOR=	autotrace_project
17
CPE_VENDOR=	autotrace_project
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
20
CPPFLAGS+=	$$(libpng-config --I_opts)
21
CPPFLAGS+=	$$(libpng-config --I_opts)
21
LDFLAGS+=	$$(libpng-config --L_opts)
22
LDFLAGS+=	$$(libpng-config --L_opts)
(-)b/graphics/autotrace/pkg-plist (-1 / +1 lines)
Lines 10-14 lib/libautotrace.so Link Here
10
lib/libautotrace.so.3
10
lib/libautotrace.so.3
11
lib/libautotrace.so.3.0.0
11
lib/libautotrace.so.3.0.0
12
libdata/pkgconfig/autotrace.pc
12
libdata/pkgconfig/autotrace.pc
13
man/man1/autotrace.1.gz
13
share/man/man1/autotrace.1.gz
14
share/aclocal/autotrace.m4
14
share/aclocal/autotrace.m4
(-)b/graphics/gdtclft/Makefile (-3 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	Gdtclft
1
PORTNAME=	Gdtclft
2
PORTVERSION=	2.2.5
2
PORTVERSION=	2.2.5
3
PORTREVISION=	18
3
PORTREVISION=	19
4
CATEGORIES=	graphics tcl
4
CATEGORIES=	graphics tcl
5
MASTER_SITES=	https://BSDforge.com/projects/source/graphics/gdtclft/
5
MASTER_SITES=	https://BSDforge.com/projects/source/graphics/gdtclft/
6
DISTNAME=	${PORTNAME}${PORTVERSION}
6
DISTNAME=	${PORTNAME}${PORTVERSION}
Lines 9-14 MAINTAINER= portmaster@bsdforge.com Link Here
9
COMMENT=	TCL interface to the Thomas Boutell's Gd library
9
COMMENT=	TCL interface to the Thomas Boutell's Gd library
10
WWW=		http://graphviz.org/cgi-bin/man?gdtclft
10
WWW=		http://graphviz.org/cgi-bin/man?gdtclft
11
11
12
LICENSE=	GRAPHVIZ
13
LICENSE_NAME=	GRAPHVIZ
14
LICENSE_FILE=	${WRKSRC}/license.terms
15
LICENSE_PERMS=	auto-accept
16
12
LIB_DEPENDS=	libgd.so:graphics/gd \
17
LIB_DEPENDS=	libgd.so:graphics/gd \
13
		libpng.so:graphics/png
18
		libpng.so:graphics/png
14
19
Lines 23-34 MANNPAGE= gdtclft.n Link Here
23
GDTCLDIR=	lib/tcl${TCL_VER}/gdtclft
28
GDTCLDIR=	lib/tcl${TCL_VER}/gdtclft
24
PLIST_FILES=	${GDTCLDIR}/pkgIndex.tcl
29
PLIST_FILES=	${GDTCLDIR}/pkgIndex.tcl
25
PLIST_FILES+=	${GDTCLDIR}/libGdtclft2.so
30
PLIST_FILES+=	${GDTCLDIR}/libGdtclft2.so
26
PLIST_FILES+=	man/mann/${MANNPAGE}.gz
31
PLIST_FILES+=	share/man/mann/${MANNPAGE}.gz
27
32
28
post-patch:
33
post-patch:
29
	${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE}
34
	${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE}
30
35
31
post-install:
36
post-install:
32
	${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/man/mann
37
	${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/share/man/mann
33
38
34
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)b/graphics/gdtclft/files/Makefile.bsd (-1 / +1 lines)
Lines 22-28 pkgIndex.tcl: Link Here
22
22
23
DIR	= lib/tcl${TCL_VER}/gdtclft
23
DIR	= lib/tcl${TCL_VER}/gdtclft
24
LIBDIR	= ${PREFIX}/${DIR}
24
LIBDIR	= ${PREFIX}/${DIR}
25
MANDIR	= ${PREFIX}/man/man
25
MANDIR	= ${PREFIX}/share/man/man
26
26
27
${STAGEDIR}${LIBDIR}:
27
${STAGEDIR}${LIBDIR}:
28
	${MKDIR} $@
28
	${MKDIR} $@
(-)b/irc/ezbounce/Makefile (-4 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	ezbounce
1
PORTNAME=	ezbounce
2
PORTVERSION=	1.99.15
2
PORTVERSION=	1.99.15
3
PORTREVISION=	26
3
PORTREVISION=	27
4
CATEGORIES=	irc
4
CATEGORIES=	irc
5
MASTER_SITES=	https://BSDforge.com/projects/source/irc/ezbounce/
5
MASTER_SITES=	https://BSDforge.com/projects/source/irc/ezbounce/
6
6
Lines 8-15 MAINTAINER= portmaster@BSDforge.com Link Here
8
COMMENT=	Highly configurable IRC Proxy
8
COMMENT=	Highly configurable IRC Proxy
9
WWW=		https://sourceforge.net/projects/ezbounce/
9
WWW=		https://sourceforge.net/projects/ezbounce/
10
10
11
DEPRECATED=	Abandonware, last release in 2009 and dead upstream. Consider using irc/soju or irc/znc
11
LICENSE=	GPLv2
12
EXPIRATION_DATE=2024-02-29
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
OPTIONS_DEFINE=	DOCS SSL COMPRESS
14
OPTIONS_DEFINE=	DOCS SSL COMPRESS
15
OPTIONS_DEFAULT=SSL COMPRESS
15
OPTIONS_DEFAULT=SSL COMPRESS
Lines 22-27 COMPRESS_CONFIGURE_WITH=boost Link Here
22
COMPRESS_DESC=		Chat log compression (requires boost)
22
COMPRESS_DESC=		Chat log compression (requires boost)
23
23
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
25
USES=		compiler:c++0x cpe gmake
26
USES=		compiler:c++0x cpe gmake
26
USE_GCC=	yes
27
USE_GCC=	yes
27
28
Lines 39-45 post-patch: Link Here
39
do-install:
40
do-install:
40
	${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${STAGEDIR}${PREFIX}/sbin
41
	${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${STAGEDIR}${PREFIX}/sbin
41
	${INSTALL_DATA} ${WRKSRC}/ezb.conf.default ${STAGEDIR}${PREFIX}/etc
42
	${INSTALL_DATA} ${WRKSRC}/ezb.conf.default ${STAGEDIR}${PREFIX}/etc
42
	${INSTALL_MAN}	${WRKSRC}/docs/ezbounce.1 ${STAGEDIR}${PREFIX}/man/man1
43
	${INSTALL_MAN}	${WRKSRC}/docs/ezbounce.1 ${STAGEDIR}${PREFIX}/share/man/man1
43
44
44
do-install-DOCS-on:
45
do-install-DOCS-on:
45
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
46
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)b/irc/ezbounce/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
@sample etc/ezb.conf.default etc/ezb.conf
1
@sample etc/ezb.conf.default etc/ezb.conf
2
sbin/ezbounce
2
sbin/ezbounce
3
man/man1/ezbounce.1.gz
3
share/man/man1/ezbounce.1.gz
4
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
4
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
5
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%%%DOCSDIR%%/README
6
%%PORTDOCS%%%%DOCSDIR%%/TODO
6
%%PORTDOCS%%%%DOCSDIR%%/TODO
(-)b/misc/hotkeys/Makefile (-4 / +9 lines)
Lines 1-6 Link Here
1
PORTNAME=	hotkeys
1
PORTNAME=	hotkeys
2
PORTVERSION=	0.5.7.1
2
PORTVERSION=	0.5.7.1
3
PORTREVISION=	20
3
PORTREVISION=	21
4
CATEGORIES=	misc
4
CATEGORIES=	misc
5
MASTER_SITES=	https://BSDforge.com/projects/source/misc/hotkeys/${PORTVERSION}/
5
MASTER_SITES=	https://BSDforge.com/projects/source/misc/hotkeys/${PORTVERSION}/
6
DISTNAME=	hotkeys_${PORTVERSION}
6
DISTNAME=	hotkeys_${PORTVERSION}
Lines 12-23 WWW= http://ypwong.org/hotkeys/ Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2
15
LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
16
				libfreetype.so:print/freetype2 \
17
				libxml2.so:textproc/libxml2 \
18
				libfontconfig.so:x11-fonts/fontconfig
16
19
17
USES=		bdb gmake xorg
20
USES=		bdb gettext-runtime gmake xorg
18
USE_XORG=	x11 xft xkbfile xmu
21
USE_GNOME+=	glib20 pango
22
USE_XORG+=	x11 xext xft xinerama xkbfile xmu
19
23
20
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
21
CONFIGURE_ARGS=	--with-db3-inc=${BDB_INCLUDE_DIR} \
26
CONFIGURE_ARGS=	--with-db3-inc=${BDB_INCLUDE_DIR} \
22
		--with-db3-lib=${BDB_LIB_DIR} \
27
		--with-db3-lib=${BDB_LIB_DIR} \
23
		--with-db-name=${BDB_LIB_NAME}
28
		--with-db-name=${BDB_LIB_NAME}
(-)b/misc/hotkeys/files/patch-configure (-2 / +2 lines)
Lines 1-5 Link Here
1
--- configure.orig	Sun Dec  8 22:34:24 2002
1
--- configure.orig	2024-02-26 23:22:10 UTC
2
+++ configure	Fri Mar  2 22:30:45 2007
2
+++ configure
3
@@ -251,6 +251,7 @@
3
@@ -251,6 +251,7 @@
4
 # Initializations.
4
 # Initializations.
5
 #
5
 #
(-)b/misc/hotkeys/files/patch-src-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/Makefile.in.orig	Sun Dec  8 09:34:44 2002
1
--- src/Makefile.in.orig	2024-02-26 23:22:10 UTC
2
+++ src/Makefile.in	Sun May 11 16:18:57 2003
2
+++ src/Makefile.in
3
@@ -96,7 +96,7 @@
3
@@ -96,7 +96,7 @@
4
 l = @l@
4
 l = @l@
5
 
5
 
(-)b/misc/hotkeys/files/patch-src-conf.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/conf.c.orig	Thu Nov 28 03:30:08 2002
1
--- src/conf.c.orig	2024-02-26 23:22:10 UTC
2
+++ src/conf.c	Fri Mar  2 19:57:12 2007
2
+++ src/conf.c
3
@@ -31,6 +31,8 @@
3
@@ -31,6 +31,8 @@
4
 
4
 
5
 #include "conf.h"
5
 #include "conf.h"
(-)b/misc/hotkeys/files/patch-src-hotkeys.conf (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/hotkeys.conf.orig	Fri Nov 22 02:03:35 2002
1
--- src/hotkeys.conf.orig	2024-02-26 23:22:10 UTC
2
+++ src/hotkeys.conf	Mon Mar  5 20:30:28 2007
2
+++ src/hotkeys.conf
3
@@ -44,4 +44,9 @@
3
@@ -44,4 +44,9 @@
4
 # osd_timeout=3
4
 # osd_timeout=3
5
 ### osd_position is either 'top' or 'bottom'
5
 ### osd_position is either 'top' or 'bottom'
(-)b/misc/hotkeys/files/patch-src-kbddef.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/kbddef.c.orig	Wed Nov 27 14:51:11 2002
1
--- src/kbddef.c.orig	2024-02-26 23:22:10 UTC
2
+++ src/kbddef.c	Sun May 11 16:01:17 2003
2
+++ src/kbddef.c
3
@@ -37,8 +37,8 @@
3
@@ -37,8 +37,8 @@
4
  */
4
  */
5
 #include "XF86keysym.h"
5
 #include "XF86keysym.h"
(-)b/misc/hotkeys/files/patch-src-kbddef.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/kbddef.h.orig	Mon Mar 19 01:51:24 2001
1
--- src/kbddef.h.orig	2024-02-26 23:22:10 UTC
2
+++ src/kbddef.h	Sun May 11 16:01:17 2003
2
+++ src/kbddef.h
3
@@ -55,6 +55,9 @@
3
@@ -55,6 +55,9 @@
4
     myComputerKey,
4
     myComputerKey,
5
     favoritesKey,
5
     favoritesKey,
(-)b/misc/hotkeys/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
bin/hotkeys
1
bin/hotkeys
2
@sample etc/hotkeys.conf.sample
2
@sample etc/hotkeys.conf.sample
3
man/man1/hotkeys.1.gz
3
share/man/man1/hotkeys.1.gz
4
%%DATADIR%%/splash.png
4
%%DATADIR%%/splash.png
5
%%DATADIR%%/acerwl.def
5
%%DATADIR%%/acerwl.def
6
%%DATADIR%%/btc9000.def
6
%%DATADIR%%/btc9000.def
(-)b/net-mgmt/tcptrack/Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	tcptrack
1
PORTNAME=	tcptrack
2
PORTVERSION=	1.4.2
2
PORTVERSION=	1.4.2
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	net-mgmt
4
CATEGORIES=	net-mgmt
5
MASTER_SITES=	https://BSDforge.com/projects/source/net-mgmt/tcptrack/ \
5
MASTER_SITES=	https://BSDforge.com/projects/source/net-mgmt/tcptrack/ \
6
		http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
6
		http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
Lines 16-23 USES= ncurses Link Here
16
USE_CXXSTD=	c++14
16
USE_CXXSTD=	c++14
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19
20
20
PLIST_FILES=	bin/tcptrack man/man1/tcptrack.1.gz
21
PLIST_FILES=	bin/tcptrack share/man/man1/tcptrack.1.gz
21
22
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
24
(-)b/net-mgmt/tcptrack/files/patch-IPAddress.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/IPAddress.h.orig	2010-09-29 03:23:24.000000000 +0200
1
--- src/IPAddress.h.orig	2010-09-29 03:23:24 UTC
2
+++ src/IPAddress.h	2015-08-20 23:35:26.583907000 +0200
2
+++ src/IPAddress.h
3
@@ -16,7 +16,7 @@ public:
3
@@ -16,7 +16,7 @@ public:
4
 
4
 
5
 	virtual int GetType() const = 0;
5
 	virtual int GetType() const = 0;
(-)b/net-mgmt/tcptrack/files/patch-IPv6Address.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/IPv6Address.cc.orig	2010-09-28 03:35:16.000000000 +0200
1
--- src/IPv6Address.cc.orig	2010-09-28 03:35:16 UTC
2
+++ src/IPv6Address.cc	2014-07-18 10:19:48.000000000 +0200
2
+++ src/IPv6Address.cc
3
@@ -7,6 +7,8 @@
3
@@ -7,6 +7,8 @@
4
 #include "IPv6Address.h"
4
 #include "IPv6Address.h"
5
 #include "util.h"
5
 #include "util.h"
(-)b/net-mgmt/tcptrack/files/patch-headers.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/headers.h-orig	2014-07-18 09:58:12.000000000 +0200
1
--- src/headers.h-orig	2014-07-18 09:58:12 UTC
2
+++ src/headers.h	2014-07-18 09:58:31.000000000 +0200
2
+++ src/headers.h
3
@@ -120,7 +120,6 @@
3
@@ -120,7 +120,6 @@
4
     #define TH_URG 0x20
4
     #define TH_URG 0x20
5
     #define TH_ECE 0x40
5
     #define TH_ECE 0x40
(-)b/net-mgmt/tcptrack/files/patch-util.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/util.cc-orig	2014-07-18 09:55:37.000000000 +0200
1
--- src/util.cc-orig	2014-07-18 09:55:37 UTC
2
+++ src/util.cc	2014-07-18 09:56:11.000000000 +0200
2
+++ src/util.cc
3
@@ -22,6 +22,7 @@
3
@@ -22,6 +22,7 @@
4
 #include "util.h"
4
 #include "util.h"
5
 #include <stdio.h>
5
 #include <stdio.h>
(-)b/net/pen/Makefile (-3 / +5 lines)
Lines 1-5 Link Here
1
PORTNAME=	pen
1
PORTNAME=	pen
2
PORTVERSION=	0.34.1
2
PORTVERSION=	0.34.1
3
PORTREVISION=	1
3
CATEGORIES=	net
4
CATEGORIES=	net
4
MASTER_SITES=	http://siag.nu/pub/pen/
5
MASTER_SITES=	http://siag.nu/pub/pen/
5
6
Lines 13-18 USES= cpe ssl Link Here
13
CPE_VENDOR=	${PORTNAME}_project
14
CPE_VENDOR=	${PORTNAME}_project
14
15
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
16
USE_RC_SUBR=	pen
18
USE_RC_SUBR=	pen
17
CONFIGURE_ARGS=	--with-daemon --with-docdir=${DOCSDIR} --without-geoip \
19
CONFIGURE_ARGS=	--with-daemon --with-docdir=${DOCSDIR} --without-geoip \
18
		--with-ssl=${OPENSSLBASE}
20
		--with-ssl=${OPENSSLBASE}
Lines 21-29 LIBS+= -L${LOCALBASE}/lib Link Here
21
23
22
PORTDOCS=	penstats HOWTO AUTHORS README ChangeLog COPYING
24
PORTDOCS=	penstats HOWTO AUTHORS README ChangeLog COPYING
23
PLIST_FILES=	bin/mergelogs bin/pen bin/penctl bin/penlog \
25
PLIST_FILES=	bin/mergelogs bin/pen bin/penctl bin/penlog \
24
		bin/penlogd man/man1/mergelogs.1.gz \
26
		bin/penlogd share/man/man1/mergelogs.1.gz \
25
		man/man1/pen.1.gz man/man1/penctl.1.gz \
27
		share/man/man1/pen.1.gz share/man/man1/penctl.1.gz \
26
		man/man1/penlog.1.gz man/man1/penlogd.1.gz
28
		share/man/man1/penlog.1.gz share/man/man1/penlogd.1.gz
27
29
28
OPTIONS_DEFINE=	DEBUG DOCS KQUEUE
30
OPTIONS_DEFINE=	DEBUG DOCS KQUEUE
29
OPTIONS_DEFAULT=KQUEUE
31
OPTIONS_DEFAULT=KQUEUE

Return to bug 277322