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

Collapse All | Expand All

(-)b/net/spread/Makefile (-1 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	spread
1
PORTNAME=	spread
2
PORTVERSION=	3.17.4
2
PORTVERSION=	3.17.4
3
PORTREVISION=	7
3
PORTREVISION=	8
4
CATEGORIES=	net perl5
4
CATEGORIES=	net perl5
5
MASTER_SITES=	https://BSDforge.com/projects/source/net/spread/
5
MASTER_SITES=	https://BSDforge.com/projects/source/net/spread/
6
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
6
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
Lines 47-52 OPTIONS_DEFINE= DOCS Link Here
47
# bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.
47
# bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.
48
PERL_CONFIGURE_ARGS=	CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
48
PERL_CONFIGURE_ARGS=	CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
49
			INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"
49
			INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"
50
# but works for MANPREFIX
51
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
50
52
51
.include <bsd.port.options.mk>
53
.include <bsd.port.options.mk>
52
54
(-)b/net/spread/files/patch-Makefile.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ./Makefile.in.orig	2004-09-23 19:12:52.000000000 +0200
1
--- ./Makefile.in.orig	2004-09-23 19:12:52 UTC
2
+++ ./Makefile.in	2012-07-20 21:55:23.000000000 +0200
2
+++ ./Makefile.in
3
@@ -26,7 +26,7 @@
3
@@ -26,7 +26,7 @@
4
 #Rules: major  -- inc for incompatible change
4
 #Rules: major  -- inc for incompatible change
5
 #     : minor  -- inc for bugfix or forward compatible change
5
 #     : minor  -- inc for bugfix or forward compatible change
(-)b/net/spread/files/patch-auth-ip.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- auth-ip.c	Fri Mar  5 11:32:46 2004
1
--- auth-ip.c	2024-02-27 09:46:12 UTC
2
+++ auth-ip.c	Thu Jul 15 21:38:09 2004
2
+++ auth-ip.c
3
@@ -90,12 +90,9 @@
3
@@ -90,12 +90,9 @@
4
     /* load spread.access_ip file */
4
     /* load spread.access_ip file */
5
     if (NULL != (fp = fopen(file_name,"r")) )
5
     if (NULL != (fp = fopen(file_name,"r")) )
(-)b/net/spread/files/patch-auth-pword.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- auth-pword.c	Fri Mar  5 11:32:46 2004
1
--- auth-pword.c	2024-02-27 09:46:12 UTC
2
+++ auth-pword.c	Thu Jul 15 21:40:16 2004
2
+++ auth-pword.c
3
@@ -118,12 +118,9 @@
3
@@ -118,12 +118,9 @@
4
     /* load spread.access_ip file */
4
     /* load spread.access_ip file */
5
     if (NULL != (fp = fopen(file_name,"r")) )
5
     if (NULL != (fp = fopen(file_name,"r")) )
(-)b/net/spread/files/patch-configuration.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- configuration.c	Mon Sep 27 00:15:48 2004
1
--- configuration.c	2024-02-27 09:46:12 UTC
2
+++ configuration.c	Tue Oct  4 14:40:51 2005
2
+++ configuration.c
3
@@ -130,9 +130,6 @@
3
@@ -130,9 +130,6 @@
4
 
4
 
5
 	if (NULL != (yyin = fopen(file_name,"r")) )
5
 	if (NULL != (yyin = fopen(file_name,"r")) )
(-)b/net/spread/files/patch-docs__spmonitor.1 (-2 / +2 lines)
Lines 1-5 Link Here
1
--- docs/spmonitor.1	Thu Dec 13 02:01:49 2001
1
--- docs/spmonitor.1	2024-02-27 09:46:12 UTC
2
+++ docs/spmonitor.1	Mon Dec  8 00:00:34 2003
2
+++ docs/spmonitor.1
3
@@ -27,13 +27,11 @@
3
@@ -27,13 +27,11 @@
4
 Use an alternate configuration file
4
 Use an alternate configuration file
5
 .I config-file
5
 .I config-file
(-)b/net/spread/files/patch-docs__spread.1 (-2 / +2 lines)
Lines 1-5 Link Here
1
--- docs/spread.1	Thu Dec 13 02:03:19 2001
1
--- docs/spread.1	2024-02-27 09:46:12 UTC
2
+++ docs/spread.1	Mon Dec  8 00:00:20 2003
2
+++ docs/spread.1
3
@@ -20,13 +20,11 @@
3
@@ -20,13 +20,11 @@
4
 Use an alternate configuration file
4
 Use an alternate configuration file
5
 .I config-file
5
 .I config-file
(-)b/net/spread/files/patch-perl__Spread__Spread.pm (-2 / +2 lines)
Lines 2-9 Link Here
2
# Original Spread.pm plus included test script can be found here:
2
# Original Spread.pm plus included test script can be found here:
3
# https://cpan.metacpan.org/authors/id/J/JE/JESUS/Spread-3.17.4.4.tar.gz
3
# https://cpan.metacpan.org/authors/id/J/JE/JESUS/Spread-3.17.4.4.tar.gz
4
===========================================================================
4
===========================================================================
5
--- ./perl/Spread/Spread.pm.orig	2002-09-26 15:54:46.000000000 +0200
5
--- ./perl/Spread/Spread.pm.orig	2024-02-27 09:46:12 UTC
6
+++ ./perl/Spread/Spread.pm	2012-08-25 20:16:53.000000000 +0200
6
+++ ./perl/Spread/Spread.pm
7
@@ -1,9 +1,8 @@
7
@@ -1,9 +1,8 @@
8
 # Filename: Spread.pm
8
 # Filename: Spread.pm
9
 # Author:   Theo Schlossnagle <jesus@cnds.jhu.edu>
9
 # Author:   Theo Schlossnagle <jesus@cnds.jhu.edu>
(-)b/net/spread/files/patch-sample.spread.conf (-2 / +2 lines)
Lines 1-5 Link Here
1
--- sample.spread.conf	Mon Dec  8 01:26:39 2003
1
--- sample.spread.conf	2024-02-27 09:46:12 UTC
2
+++ sample.spread.conf	Mon Dec  8 01:26:53 2003
2
+++ sample.spread.conf
3
@@ -50,7 +50,7 @@
3
@@ -50,7 +50,7 @@
4
 # cause the daemons to log to "spreadlog_machine1.mydomain.com.log" and
4
 # cause the daemons to log to "spreadlog_machine1.mydomain.com.log" and
5
 # "spreadlog_machine2.mydomain.com.log" respectively.
5
 # "spreadlog_machine2.mydomain.com.log" respectively.
(-)b/net/spread/files/patch-session.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- session.c	Tue Aug  5 21:35:52 2003
1
--- session.c	Tue Aug  2024-02-27 09:46:12 UTC
2
+++ session.c	Tue Aug  5 21:31:30 2003
2
+++ session.c
3
@@ -406,7 +406,7 @@
3
@@ -406,7 +406,7 @@
4
 	    Alarm( EXIT, "Sess_init: UNIX sock error\n" );
4
 	    Alarm( EXIT, "Sess_init: UNIX sock error\n" );
5
 
5
 
(-)b/net/spread/files/patch-sp.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- sp.c	Tue Oct  5 09:08:10 2004
1
--- sp.c	2024-02-27 09:46:12 UTC
2
+++ sp.c	Tue Oct  4 14:44:27 2005
2
+++ sp.c
3
@@ -591,7 +591,7 @@
3
@@ -591,7 +591,7 @@
4
                 set_large_socket_buffers(s);
4
                 set_large_socket_buffers(s);
5
 
5
 
(-)b/net/spread/files/patch-spread.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ./spread.c.orig	2006-11-20 05:53:13.000000000 +0100
1
--- ./spread.c.orig	2006-11-20 05:53:13 UTC
2
+++ ./spread.c	2012-07-20 21:55:23.000000000 +0200
2
+++ ./spread.c
3
@@ -48,6 +48,8 @@
3
@@ -48,6 +48,8 @@
4
 #include <pwd.h>
4
 #include <pwd.h>
5
 #include <unistd.h>
5
 #include <unistd.h>
(-)b/net/spread/pkg-plist (-19 / +19 lines)
Lines 13-37 lib/libspread.so.1 Link Here
13
lib/libtspread.a
13
lib/libtspread.a
14
lib/libtspread.so
14
lib/libtspread.so
15
lib/libtspread.so.1
15
lib/libtspread.so.1
16
man/man1/spflooder.1.gz
16
share/man/man1/spflooder.1.gz
17
man/man1/spmonitor.1.gz
17
share/man/man1/spmonitor.1.gz
18
man/man1/spread.1.gz
18
share/man/man1/spread.1.gz
19
man/man1/sptuser.1.gz
19
share/man/man1/sptuser.1.gz
20
man/man1/spuser.1.gz
20
share/man/man1/spuser.1.gz
21
man/man3/libsp.3.gz
21
share/man/man3/libsp.3.gz
22
man/man3/SP_connect.3.gz
22
share/man/man3/SP_connect.3.gz
23
man/man3/SP_disconnect.3.gz
23
share/man/man3/SP_disconnect.3.gz
24
man/man3/SP_equal_group_ids.3.gz
24
share/man/man3/SP_equal_group_ids.3.gz
25
man/man3/SP_error.3.gz
25
share/man/man3/SP_error.3.gz
26
man/man3/SP_join.3.gz
26
share/man/man3/SP_join.3.gz
27
man/man3/SP_leave.3.gz
27
share/man/man3/SP_leave.3.gz
28
man/man3/SP_multicast.3.gz
28
share/man/man3/SP_multicast.3.gz
29
man/man3/SP_multigroup_multicast.3.gz
29
share/man/man3/SP_multigroup_multicast.3.gz
30
man/man3/SP_multigroup_scat_multicast.3.gz
30
share/man/man3/SP_multigroup_scat_multicast.3.gz
31
man/man3/SP_poll.3.gz
31
share/man/man3/SP_poll.3.gz
32
man/man3/SP_receive.3.gz
32
share/man/man3/SP_receive.3.gz
33
man/man3/SP_scat_multicast.3.gz
33
share/man/man3/SP_scat_multicast.3.gz
34
man/man3/SP_scat_receive.3.gz
34
share/man/man3/SP_scat_receive.3.gz
35
%%PERL5_MAN3%%/Spread.3.gz
35
%%PERL5_MAN3%%/Spread.3.gz
36
%%SITE_ARCH%%/Spread.pm
36
%%SITE_ARCH%%/Spread.pm
37
%%SITE_ARCH%%/auto/Spread/Spread.so
37
%%SITE_ARCH%%/auto/Spread/Spread.so
(-)b/net/trafshow/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	trafshow
1
PORTNAME=	trafshow
2
PORTVERSION=	5.2.3
2
PORTVERSION=	5.2.3
3
PORTREVISION=	4
3
PORTREVISION=	5
4
PORTEPOCH=	1
4
PORTEPOCH=	1
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	https://src.fedoraproject.org/rpms/trafshow/blob/f32/f/ \
6
MASTER_SITES=	https://src.fedoraproject.org/rpms/trafshow/blob/f32/f/ \
Lines 16-21 LICENSE= BSD2CLAUSE Link Here
16
USES=		ncurses tar:tgz
16
USES=		ncurses tar:tgz
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
18
CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19
ALL_TARGET=	trafshow
20
ALL_TARGET=	trafshow
20
21
21
OPTIONS_DEFINE=	IPV6
22
OPTIONS_DEFINE=	IPV6
(-)b/net/trafshow/files/patch-show_dump.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- show_dump.c.orig	Wed Apr 12 00:16:51 2006
1
--- show_dump.c.orig	2024-02-27 09:57:19 UTC
2
+++ show_dump.c	Wed Apr 12 00:18:21 2006
2
+++ show_dump.c
3
@@ -21,6 +21,7 @@
3
@@ -21,6 +21,7 @@
4
 #include <sys/param.h>
4
 #include <sys/param.h>
5
 #include <sys/types.h>
5
 #include <sys/types.h>
(-)b/net/trafshow/files/patch-trafshow.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- trafshow.c.orig	2023-06-13 16:53:56.932059000 +0700
1
--- trafshow.c.orig	2024-02-27 09:57:19 UTC
2
+++ trafshow.c	2023-06-13 16:57:12.824618000 +0700
2
+++ trafshow.c
3
@@ -20,6 +20,7 @@
3
@@ -20,6 +20,7 @@
4
 #endif
4
 #endif
5
 #include <sys/types.h>
5
 #include <sys/types.h>
(-)b/net/turnserver/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	turnserver
1
PORTNAME=	turnserver
2
PORTVERSION=	4.6.2
2
PORTVERSION=	4.6.2
3
PORTREVISION=	1
3
CATEGORIES=	net
4
CATEGORIES=	net
4
MASTER_SITES=	http://turnserver.open-sys.org/downloads/extradocs/:xdocs \
5
MASTER_SITES=	http://turnserver.open-sys.org/downloads/extradocs/:xdocs \
5
		http://coturn.net/turnserver/extradocs/:xdocs
6
		http://coturn.net/turnserver/extradocs/:xdocs
Lines 105-111 do-install: Link Here
105
	${INSTALL_PROGRAM} ${WRKSRC}/bin/turnutils_${f} ${STAGEDIR}${PREFIX}/bin/
106
	${INSTALL_PROGRAM} ${WRKSRC}/bin/turnutils_${f} ${STAGEDIR}${PREFIX}/bin/
106
.endfor
107
.endfor
107
	(cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MANPAGES} \
108
	(cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MANPAGES} \
108
		${STAGEDIR}${PREFIX}/man/man1)
109
		${STAGEDIR}${PREFIX}/share/man/man1)
109
	${MKDIR} ${STAGEDIR}${DATADIR}
110
	${MKDIR} ${STAGEDIR}${DATADIR}
110
	(cd ${WRKSRC}/turndb && ${INSTALL_DATA} schema.sql schema.userdb.redis \
111
	(cd ${WRKSRC}/turndb && ${INSTALL_DATA} schema.sql schema.userdb.redis \
111
		schema.stats.redis ${STAGEDIR}${DATADIR})
112
		schema.stats.redis ${STAGEDIR}${DATADIR})
(-)b/net/turnserver/pkg-plist (-9 / +9 lines)
Lines 8-22 bin/turnutils_uclient Link Here
8
lib/libturnclient.a
8
lib/libturnclient.a
9
%%SQLITE%%var/db/turndb
9
%%SQLITE%%var/db/turndb
10
etc/turnserver.conf.default
10
etc/turnserver.conf.default
11
man/man1/turnserver.1.gz
11
share/man/man1/turnserver.1.gz
12
man/man1/turnadmin.1.gz
12
share/man/man1/turnadmin.1.gz
13
man/man1/turnutils.1.gz
13
share/man/man1/turnutils.1.gz
14
man/man1/turnutils_natdiscovery.1.gz
14
share/man/man1/turnutils_natdiscovery.1.gz
15
man/man1/turnutils_oauth.1.gz
15
share/man/man1/turnutils_oauth.1.gz
16
man/man1/turnutils_peer.1.gz
16
share/man/man1/turnutils_peer.1.gz
17
man/man1/turnutils_stunclient.1.gz
17
share/man/man1/turnutils_stunclient.1.gz
18
man/man1/turnutils_uclient.1.gz
18
share/man/man1/turnutils_uclient.1.gz
19
man/man1/coturn.1.gz
19
share/man/man1/coturn.1.gz
20
%%DATADIR%%/schema.sql
20
%%DATADIR%%/schema.sql
21
%%DATADIR%%/schema.userdb.redis
21
%%DATADIR%%/schema.userdb.redis
22
%%DATADIR%%/schema.stats.redis
22
%%DATADIR%%/schema.stats.redis
(-)b/net/wackamole/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	wackamole
1
PORTNAME=	wackamole
2
PORTVERSION=	2.1.5
2
PORTVERSION=	2.1.5
3
PORTREVISION=	1
3
PORTREVISION=2
4
CATEGORIES=	net
4
CATEGORIES=	net
5
MASTER_SITES=	https://BSDforge.com/projects/source/net/wackamole/ \
5
MASTER_SITES=	https://BSDforge.com/projects/source/net/wackamole/ \
6
		http://mirrors.omniti.com/wackamole/
6
		http://mirrors.omniti.com/wackamole/
Lines 19-25 LIB_DEPENDS= libspread.so:net/spread Link Here
19
19
20
USES=		tar:xz
20
USES=		tar:xz
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
22
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
23
CONFIGURE_ENV+=	YACC=${YACC}
23
CONFIGURE_ENV+=	YACC=${YACC}
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/net/wackamole/pkg-plist (-3 / +3 lines)
Lines 1-6 Link Here
1
etc/wackamole.conf.sample
1
etc/wackamole.conf.sample
2
sbin/wackamole
2
sbin/wackamole
3
sbin/wackatrl
3
sbin/wackatrl
4
man/man5/wackamole.conf.5.gz
4
share/man/man5/wackamole.conf.5.gz
5
man/man8/wackamole.8.gz
5
share/man/man8/wackamole.8.gz
6
man/man8/wackatrl.8.gz
6
share/man/man8/wackatrl.8.gz
(-)b/print/trueprint/Makefile (-2 / +6 lines)
Lines 1-18 Link Here
1
PORTNAME=	trueprint
1
PORTNAME=	trueprint
2
PORTVERSION=	5.4
2
PORTVERSION=	5.4
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	print
4
CATEGORIES=	print
5
MASTER_SITES=	GNU
5
MASTER_SITES=	GNU
6
6
7
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	Print program listings on postscript printer
8
COMMENT=	Print program listings on postscript printer
9
9
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
10
USES=		gettext gmake
13
USES=		gettext gmake
11
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
12
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
16
LDFLAGS+=	-L${LOCALBASE}/lib -lintl
13
17
14
INFO=		trueprint
18
INFO=		trueprint
15
19
16
PLIST_FILES=	bin/trueprint man/man1/trueprint.1.gz
20
PLIST_FILES=	bin/trueprint share/man/man1/trueprint.1.gz
17
21
18
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/print/trueprint/files/patch-src_getopt.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/getopt.c.orig	2000-02-17 03:12:38.000000000 +0100
1
--- src/getopt.c.orig	2000-02-17 03:12:38 UTC
2
+++ src/getopt.c	2008-04-14 23:51:02.000000000 +0200
2
+++ src/getopt.c
3
@@ -34,6 +34,8 @@
3
@@ -34,6 +34,8 @@
4
 #include <config.h>
4
 #include <config.h>
5
 #endif
5
 #endif
(-)b/shells/rc/Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
PORTNAME=	rc
1
PORTNAME=	rc
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.7.4
3
DISTVERSION=	1.7.4
4
PORTREVISION=	4
4
PORTREVISION=	5
5
CATEGORIES=	shells plan9
5
CATEGORIES=	shells plan9
6
6
7
MAINTAINER=	portmaster@bsdforge.com
7
MAINTAINER=	portmaster@bsdforge.com
Lines 16-21 USE_GITHUB= yes Link Here
16
GH_ACCOUNT=	rakitzis
16
GH_ACCOUNT=	rakitzis
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
CONFIGURE_ARGS=	--with-history
20
CONFIGURE_ARGS=	--with-history
20
21
21
OPTIONS_DEFINE=	READLINE
22
OPTIONS_DEFINE=	READLINE
(-)b/shells/rc/files/patch-Makefile.am (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.am.orig	2022-05-20 12:55:23.153147000 -0700
1
--- Makefile.am.orig	2022-05-20 12:55:23 UTC
2
+++ Makefile.am	2022-05-20 12:58:05.878390000 -0700
2
+++ Makefile.am
3
@@ -64,8 +64,9 @@
3
@@ -64,8 +64,9 @@
4
 
4
 
5
 install-exec-hook:
5
 install-exec-hook:
(-)b/shells/rc/pkg-plist (-2 / +2 lines)
Lines 3-7 bin/- Link Here
3
bin/--
3
bin/--
4
bin/-p
4
bin/-p
5
bin/--p
5
bin/--p
6
man/man1/history.1.gz
6
share/man/man1/history.1.gz
7
man/man1/rc.1.gz
7
share/man/man1/rc.1.gz
(-)b/sysutils/afio/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	afio
1
PORTNAME=	afio
2
PORTVERSION=	2.5.2
2
PORTVERSION=	2.5.2
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	http://members.chello.nl/~k.holtman/
5
MASTER_SITES=	http://members.chello.nl/~k.holtman/
5
6
Lines 16-22 ALL_TARGET= ${PORTNAME} Link Here
16
17
17
SUB_FILES=	pkg-message
18
SUB_FILES=	pkg-message
18
19
19
PLIST_FILES=	bin/afio man/man1/afio.1.gz
20
PLIST_FILES=	bin/afio share/man/man1/afio.1.gz
20
PORTDOCS=	HISTORY README SCRIPTS
21
PORTDOCS=	HISTORY README SCRIPTS
21
PORTEXAMPLES=	*
22
PORTEXAMPLES=	*
22
23
(-)b/sysutils/afio/files/patch-Makefile (-1 / +1 lines)
Lines 56-62 Link Here
56
-	cp afio /usr/local/bin
56
-	cp afio /usr/local/bin
57
-	cp afio.1 /usr/share/man/man1
57
-	cp afio.1 /usr/share/man/man1
58
+	${BSD_INSTALL_PROGRAM} afio ${DESTDIR}${PREFIX}/bin
58
+	${BSD_INSTALL_PROGRAM} afio ${DESTDIR}${PREFIX}/bin
59
+	${BSD_INSTALL_MAN} afio.1 ${DESTDIR}${PREFIX}/man/man1
59
+	${BSD_INSTALL_MAN} afio.1 ${DESTDIR}${PREFIX}/share/man/man1
60
 
60
 
61
 # generate default list of -E extensions from manpage
61
 # generate default list of -E extensions from manpage
62
 # note: on sun, I had to change awk command below to nawk or gawk
62
 # note: on sun, I had to change awk command below to nawk or gawk
(-)b/sysutils/and/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	and
1
PORTNAME=	and
2
PORTVERSION=	1.2.2
2
PORTVERSION=	1.2.2
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	SF
5
MASTER_SITES=	SF
6
6
(-)b/sysutils/and/files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Sat Jul 12 21:00:47 2003
1
--- Makefile.orig	2024-02-27 11:19:04 UTC
2
+++ Makefile	Sun Jul 27 17:59:49 2003
2
+++ Makefile
3
@@ -16,13 +16,13 @@
3
@@ -16,13 +16,13 @@
4
 # (and.init.debian for Debian GNU/Linux or and.init for others;
4
 # (and.init.debian for Debian GNU/Linux or and.init for others;
5
 # leave empty for BSD!)
5
 # leave empty for BSD!)
Lines 27-33 Link Here
27
+INSTALL_ETC=${PREFIX}/etc
27
+INSTALL_ETC=${PREFIX}/etc
28
+INSTALL_INITD=
28
+INSTALL_INITD=
29
+INSTALL_SBIN=$(PREFIX)/sbin
29
+INSTALL_SBIN=$(PREFIX)/sbin
30
+INSTALL_MAN=$(PREFIX)/man
30
+INSTALL_MAN=$(PREFIX)/share/man
31
 
31
 
32
 # typical Debian or SuSE 7.x configuration
32
 # typical Debian or SuSE 7.x configuration
33
 #PREFIX=/usr
33
 #PREFIX=/usr
(-)b/sysutils/and/files/patch-and-OpenBSD.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- and-OpenBSD.c.orig	Sat Mar  6 16:34:02 2004
1
--- and-OpenBSD.c.orig	2024-02-27 11:19:04 UTC
2
+++ and-OpenBSD.c	Thu Oct  6 16:11:57 2005
2
+++ and-OpenBSD.c
3
@@ -91,10 +91,24 @@
3
@@ -91,10 +91,24 @@
4
     abort();
4
     abort();
5
   }
5
   }
(-)b/sysutils/and/files/patch-and.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- and.c.orig	Mon Apr  5 23:19:01 2004
1
--- and.c.orig	2024-02-27 11:19:04 UTC
2
+++ and.c	Thu Oct  6 16:04:09 2005
2
+++ and.c
3
@@ -47,7 +47,11 @@
3
@@ -47,7 +47,11 @@
4
 #include <sys/types.h>
4
 #include <sys/types.h>
5
 #include <signal.h>
5
 #include <signal.h>
(-)b/sysutils/and/pkg-plist (-3 / +3 lines)
Lines 1-6 Link Here
1
etc/and.conf
1
etc/and.conf
2
etc/and.priorities
2
etc/and.priorities
3
man/man5/and.conf.5.gz
3
share/man/man5/and.conf.5.gz
4
man/man5/and.priorities.5.gz
4
share/man/man5/and.priorities.5.gz
5
man/man8/and.8.gz
5
share/man/man8/and.8.gz
6
sbin/and
6
sbin/and
(-)b/sysutils/bkpupsd/Makefile (+3 lines)
Lines 1-9 Link Here
1
PORTNAME=	bkpupsd
1
PORTNAME=	bkpupsd
2
PORTVERSION=	1.0a
2
PORTVERSION=	1.0a
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/bkpupsd/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/bkpupsd/
5
6
6
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
7
COMMENT=	Simple UPS daemon for APC BK Pro(TM)
8
COMMENT=	Simple UPS daemon for APC BK Pro(TM)
8
9
10
LICENSE=	BSD2CLAUSE
11
9
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)b/sysutils/bkpupsd/files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	1997-08-04 01:02:37.000000000 +0800
1
--- Makefile.orig	2024-02-27 11:19:04 UTC
2
+++ Makefile	2013-11-08 20:53:42.000000000 +0800
2
+++ Makefile
3
@@ -5,24 +5,22 @@
3
@@ -5,24 +5,22 @@
4
 # ver 1.0 A
4
 # ver 1.0 A
5
 #
5
 #
Lines 10-16 Link Here
10
-SCRIPTDIR=	/usr/local/libexec
10
-SCRIPTDIR=	/usr/local/libexec
11
+#CC=		/usr/bin/cc
11
+#CC=		/usr/bin/cc
12
+SBINDIR=	${PREFIX}/sbin
12
+SBINDIR=	${PREFIX}/sbin
13
+MANDIR=		${PREFIX}/man/man8
13
+MANDIR=		${PREFIX}/share/man/man8
14
+SCRIPTDIR=	${PREFIX}/libexec/bkpupsd
14
+SCRIPTDIR=	${PREFIX}/libexec/bkpupsd
15
 
15
 
16
 all: ./src/bkpupsd.c
16
 all: ./src/bkpupsd.c
(-)b/sysutils/bkpupsd/files/patch-src__bkpupsd.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/bkpupsd.c.orig	Sun Aug  3 20:11:23 1997
1
--- src/bkpupsd.c.orig	2024-02-27 11:19:04 UTC
2
+++ src/bkpupsd.c	Fri Dec 15 00:53:52 2006
2
+++ src/bkpupsd.c
3
@@ -27,14 +27,17 @@
3
@@ -27,14 +27,17 @@
4
  */
4
  */
5
 
5
 
(-)b/sysutils/bkpupsd/pkg-plist (-1 / +1 lines)
Lines 2-6 libexec/bkpupsd/bkpups.battlow Link Here
2
libexec/bkpupsd/bkpups.failed
2
libexec/bkpupsd/bkpups.failed
3
libexec/bkpupsd/bkpups.restored
3
libexec/bkpupsd/bkpups.restored
4
libexec/bkpupsd/bkpups.shutdown
4
libexec/bkpupsd/bkpups.shutdown
5
man/man8/bkpupsd.8.gz
5
share/man/man8/bkpupsd.8.gz
6
sbin/bkpupsd
6
sbin/bkpupsd
(-)b/sysutils/confctl/Makefile (-1 / +3 lines)
Lines 1-5 Link Here
1
PORTNAME=	confctl
1
PORTNAME=	confctl
2
PORTVERSION=	1.2
2
PORTVERSION=	1.2
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
5
5
MAINTAINER=	portmaster@BSDforge.com
6
MAINTAINER=	portmaster@BSDforge.com
Lines 12-18 USES= autoreconf Link Here
12
USE_GITHUB=	yes
13
USE_GITHUB=	yes
13
GH_ACCOUNT=	trasz
14
GH_ACCOUNT=	trasz
14
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
15
PLIST_FILES=	bin/confctl \
17
PLIST_FILES=	bin/confctl \
16
		man/man1/confctl.1.gz
18
		share/man/man1/confctl.1.gz
17
19
18
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/sysutils/cronolog-devel/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	cronolog
1
PORTNAME=	cronolog
2
PORTVERSION=	1.7.1
2
PORTVERSION=	1.7.1
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
6
PKGNAMESUFFIX=	-devel
6
PKGNAMESUFFIX=	-devel
Lines 18-25 SHEBANG_FILES= src/cronosplit Link Here
18
18
19
PLIST_FILES=	sbin/cronolog \
19
PLIST_FILES=	sbin/cronolog \
20
		sbin/cronosplit \
20
		sbin/cronosplit \
21
		man/man1/cronolog.1m.gz \
21
		share/man/man1/cronolog.1m.gz \
22
		man/man1/cronosplit.1m.gz
22
		share/man/man1/cronosplit.1m.gz
23
23
24
CONFLICTS=	cronolog
24
CONFLICTS=	cronolog
25
25
(-)b/sysutils/cronolog-devel/files/patch-src__cronolog.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ./src/cronolog.c.orig	2010-12-02 13:41:57.000000000 -0800
1
--- ./src/cronolog.c.orig	2024-02-27 11:19:04 UTC
2
+++ ./src/cronolog.c	2010-12-02 13:42:30.000000000 -0800
2
+++ ./src/cronolog.c
3
@@ -84,8 +84,8 @@
3
@@ -84,8 +84,8 @@
4
 
4
 
5
 #ifndef _WIN32
5
 #ifndef _WIN32
(-)b/sysutils/fusefs-chironfs/Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	chironfs
1
PORTNAME=	chironfs
2
PORTVERSION=	1.1.1
2
PORTVERSION=	1.1.1
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/chironfs/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/chironfs/
6
PKGNAMEPREFIX=	fusefs-
6
PKGNAMEPREFIX=	fusefs-
Lines 14-21 LICENSE_FILE= ${WRKSRC}/doc/copyright Link Here
14
14
15
USES=		fuse localbase:ldflags
15
USES=		fuse localbase:ldflags
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
17
18
18
PLIST_FILES=	bin/chironfs bin/chirctl man/man8/chironfs.8.gz
19
PLIST_FILES=	bin/chironfs bin/chirctl share/man/man8/chironfs.8.gz
19
PORTDOCS=	*
20
PORTDOCS=	*
20
21
21
OPTIONS_DEFINE=	DOCS
22
OPTIONS_DEFINE=	DOCS
(-)b/sysutils/jailutils/Makefile (+2 lines)
Lines 1-5 Link Here
1
PORTNAME=	jailutils
1
PORTNAME=	jailutils
2
PORTVERSION=	1.7
2
PORTVERSION=	1.7
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	http://thewalter.net/stef/freebsd/jails/jailutils/ \
5
MASTER_SITES=	http://thewalter.net/stef/freebsd/jails/jailutils/ \
5
		https://BSDforge.com/projects/source/sysutils/jailutils/
6
		https://BSDforge.com/projects/source/sysutils/jailutils/
Lines 12-17 LICENSE= BSD3CLAUSE Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
15
17
16
PORTDOCS=	AUTHORS ChangeLog
18
PORTDOCS=	AUTHORS ChangeLog
17
19
(-)b/sysutils/jailutils/pkg-plist (-6 / +6 lines)
Lines 1-9 Link Here
1
man/man8/injail.8.gz
1
share/man/man8/injail.8.gz
2
man/man8/jails.8.gz
2
share/man/man8/jails.8.gz
3
man/man8/jid.8.gz
3
share/man/man8/jid.8.gz
4
man/man8/jkill.8.gz
4
share/man/man8/jkill.8.gz
5
man/man8/jps.8.gz
5
share/man/man8/jps.8.gz
6
man/man8/jstart.8.gz
6
share/man/man8/jstart.8.gz
7
sbin/injail
7
sbin/injail
8
sbin/jails
8
sbin/jails
9
sbin/jid
9
sbin/jid
(-)b/sysutils/kldpatch/Makefile (-2 / +5 lines)
Lines 1-5 Link Here
1
PORTNAME=	kldpatch
1
PORTNAME=	kldpatch
2
PORTVERSION=	20090116
2
PORTVERSION=	20090116
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/kldpatch/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/kldpatch/
5
DISTNAME=	${PORTVERSION}-${PORTNAME}
6
DISTNAME=	${PORTVERSION}-${PORTNAME}
Lines 8-21 MAINTAINER= portmaster@BSDforge.com Link Here
8
COMMENT=	Utility to patch modules and kernel
9
COMMENT=	Utility to patch modules and kernel
9
WWW=		http://info.iet.unipi.it/~luigi/FreeBSD/
10
WWW=		http://info.iet.unipi.it/~luigi/FreeBSD/
10
11
12
LICENSE=	BSD2CLAUSE
13
11
USES=		tar:tgz
14
USES=		tar:tgz
12
15
13
PLIST_FILES=	man/man8/${PORTNAME}.8.gz sbin/kldpatch
16
PLIST_FILES=	share/man/man8/${PORTNAME}.8.gz sbin/kldpatch
14
17
15
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
16
19
17
do-install:
20
do-install:
18
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
21
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
19
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
22
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
20
23
21
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/sysutils/lxterminal/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	lxterminal
1
PORTNAME=	lxterminal
2
PORTVERSION=	0.4.0
2
PORTVERSION=	0.4.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/
5
MASTER_SITES=	SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/
6
6
Lines 20-25 USE_GNOME= gtk20 glib20 cairo vte intltool Link Here
20
USE_XORG=	x11 xext
20
USE_XORG=	x11 xext
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
23
CONFIGURE_ARGS=	--enable-gtk3=no
24
CONFIGURE_ARGS=	--enable-gtk3=no
24
25
25
PORTDOCS=	AUTHORS ChangeLog NEWS
26
PORTDOCS=	AUTHORS ChangeLog NEWS
(-)b/sysutils/lxterminal/distinfo (-2 / +1 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1620260649
1
TIMESTAMP = 1709064242
2
SHA256 (lxterminal-0.4.0.tar.xz) = 9db8748923b3fa09a82ae2210ed1fa4cdb4c45312009da9caed103d48f8e9be7
2
SHA256 (lxterminal-0.4.0.tar.xz) = 9db8748923b3fa09a82ae2210ed1fa4cdb4c45312009da9caed103d48f8e9be7
3
SHA512 (lxterminal-0.4.0.tar.xz) = d1462bf9739c5e9022cbabe9f9c8f70bbb882c0aba7a39d1f87d804f4002056151165d7555cace6f439c0acfbdcd3c959a420993379f646d066f5d30af71232e
4
SIZE (lxterminal-0.4.0.tar.xz) = 201856
3
SIZE (lxterminal-0.4.0.tar.xz) = 201856
(-)b/sysutils/lxterminal/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/lxterminal
1
bin/lxterminal
2
man/man1/lxterminal.1.gz
2
share/man/man1/lxterminal.1.gz
3
share/applications/lxterminal.desktop
3
share/applications/lxterminal.desktop
4
share/icons/hicolor/128x128/apps/lxterminal.png
4
share/icons/hicolor/128x128/apps/lxterminal.png
5
%%NLS%%share/locale/af/LC_MESSAGES/lxterminal.mo
5
%%NLS%%share/locale/af/LC_MESSAGES/lxterminal.mo
(-)b/sysutils/thefish/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	thefish
1
PORTNAME=	thefish
2
PORTVERSION=	0.6.7
2
PORTVERSION=	0.6.7
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/thefish/
5
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/thefish/
6
6
Lines 23-32 USE_GNOME= gtk20 Link Here
23
MAKE_ENV+=	WITH_GTK=yes
23
MAKE_ENV+=	WITH_GTK=yes
24
#.endif
24
#.endif
25
25
26
PLIST_FILES=	bin/thefish man/man1/thefish.1.gz
26
PLIST_FILES=	bin/thefish share/man/man1/thefish.1.gz
27
27
28
do-install:
28
do-install:
29
	${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin
29
	${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin
30
	${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1
30
	${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/share/man/man1
31
31
32
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)b/sysutils/thefish/files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2015-11-09 12:52:16.212487000 -0800
1
--- Makefile.orig	2024-02-27 11:19:04 UTC
2
+++ Makefile	2015-11-09 12:55:18.251402000 -0800
2
+++ Makefile
3
@@ -19,11 +19,11 @@
3
@@ -19,11 +19,11 @@
4
 CXXFLAGS+= -Wall -g -DWITH_QT -I$(X11BASE)/include
4
 CXXFLAGS+= -Wall -g -DWITH_QT -I$(X11BASE)/include
5
 .endif
5
 .endif
(-)b/sysutils/thefish/files/patch-main.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- main.c.orig	2015-11-09 12:50:35.505718000 -0800
1
--- main.c.orig	2024-02-27 11:19:04 UTC
2
+++ main.c	2015-11-09 12:51:47.774569000 -0800
2
+++ main.c
3
@@ -49,8 +49,6 @@
3
@@ -49,8 +49,6 @@
4
 #include "qt_ui.h"
4
 #include "qt_ui.h"
5
 #endif
5
 #endif
(-)b/sysutils/upsdaemon/Makefile (+5 lines)
Lines 1-5 Link Here
1
PORTNAME=	upsdaemon
1
PORTNAME=	upsdaemon
2
PORTVERSION=	1.0
2
PORTVERSION=	1.0
3
PORTREVISION=	1
3
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
4
MASTER_SITES=	https://BSDforge.com/projects/sysutils/upsdaemon/
5
MASTER_SITES=	https://BSDforge.com/projects/sysutils/upsdaemon/
5
6
Lines 11-14 LICENSE= BSD2CLAUSE Link Here
11
12
12
USE_RC_SUBR=	upsdaemon
13
USE_RC_SUBR=	upsdaemon
13
14
15
post-patch:
16
	@${REINPLACE_CMD} "s,/man/man8,/share/man/man8,g" \
17
		${WRKSRC}/Makefile
18
14
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/sysutils/upsdaemon/files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2014-06-30 00:03:09.754282546 +0800
1
--- Makefile.orig	2024-02-27 11:19:04 UTC
2
+++ Makefile	2014-06-30 00:03:37.920281904 +0800
2
+++ Makefile
3
@@ -36,10 +36,10 @@ all:    ./src/upsdaemon.c
3
@@ -36,10 +36,10 @@ all:    ./src/upsdaemon.c
4
 	${CC} ${CFLAGS} -o ./upsdaemon ./src/upsdaemon.c
4
 	${CC} ${CFLAGS} -o ./upsdaemon ./src/upsdaemon.c
5
 
5
 
(-)b/sysutils/upsdaemon/files/patch-upsdaemon.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/upsdaemon.c.orig	2006-06-20 01:50:23.000000000 +0100
1
--- src/upsdaemon.c.orig	2024-02-27 11:19:04 UTC
2
+++ src/upsdaemon.c	2009-04-12 15:48:34.000000000 +0100
2
+++ src/upsdaemon.c
3
@@ -32,6 +32,7 @@
3
@@ -32,6 +32,7 @@
4
 #include <errno.h>   /* Error number definitions */
4
 #include <errno.h>   /* Error number definitions */
5
 #include <termios.h> /* POSIX terminal control definitions */
5
 #include <termios.h> /* POSIX terminal control definitions */
(-)b/sysutils/upsdaemon/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
sbin/upsdaemon
1
sbin/upsdaemon
2
libexec/upsdaemon/upsdaemon-alerts
2
libexec/upsdaemon/upsdaemon-alerts
3
libexec/upsdaemon/upsdaemon.sh
3
libexec/upsdaemon/upsdaemon.sh
4
man/man8/upsdaemon.8.gz
4
share/man/man8/upsdaemon.8.gz
(-)b/www/httptunnel/Makefile (-2 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	httptunnel
1
PORTNAME=	httptunnel
2
PORTVERSION=	3.3
2
PORTVERSION=	3.3
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	www
4
CATEGORIES=	www
5
5
6
MAINTAINER=	portmaster@BSDforge.com
6
MAINTAINER=	portmaster@BSDforge.com
Lines 18-30 GH_TAGNAME= ebe2583 Link Here
18
USE_RC_SUBR=	hts htc
18
USE_RC_SUBR=	hts htc
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
21
CONFIGURE_ARGS=	--quiet
22
CONFIGURE_ARGS=	--quiet
22
23
23
USERS=		httptunnel
24
USERS=		httptunnel
24
GROUPS=		httptunnel
25
GROUPS=		httptunnel
25
26
26
PLIST_FILES=	bin/hts bin/htc \
27
PLIST_FILES=	bin/hts bin/htc \
27
		man/man1/hts.1.gz man/man1/htc.1.gz
28
		share/man/man1/hts.1.gz share/man/man1/htc.1.gz
28
29
29
OPTIONS_DEFINE=	DEBUG
30
OPTIONS_DEFINE=	DEBUG
30
31
(-)b/www/httptunnel/distinfo (-2 / +1 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1652378606
1
TIMESTAMP = 1709065205
2
SHA256 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = f422c857638c7ce3deee4daa662e480a33be4be80f861b76e73c79a422f435f5
2
SHA256 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = f422c857638c7ce3deee4daa662e480a33be4be80f861b76e73c79a422f435f5
3
SHA512 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 64df60eb38d53ad4a8c44c6f6f31090e094eb72bb523524af496822707741fade46b4ed10477a14062348d0326b2c38a42c1a0eb4283787f45f364697883a18e
4
SIZE (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 376230
3
SIZE (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 376230
(-)b/www/links/Makefile (-17 / +15 lines)
Lines 1-6 Link Here
1
PORTNAME=	links
1
PORTNAME=	links
2
PORTVERSION=	2.29
2
PORTVERSION=	2.29
3
PORTREVISION=	3
3
PORTREVISION=	4
4
PORTEPOCH=	1
4
PORTEPOCH=	1
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	http://links.twibright.com/download/
6
MASTER_SITES=	http://links.twibright.com/download/
Lines 12-29 WWW= http://links.twibright.com/ Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
CONFLICTS_INSTALL=	links1
16
17
LIB_DEPENDS=	libzstd.so:archivers/zstd
15
LIB_DEPENDS=	libzstd.so:archivers/zstd
18
16
17
USES=		cpe localbase:ldflags ssl tar:bz2
18
CPE_VENDOR=	twibright
19
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
20
CONFIGURE_ARGS=	--with-ssl --without-pmshell --without-atheos \
22
CONFIGURE_ARGS=	--with-ssl --without-pmshell --without-atheos \
21
		--without-gpm --without-fb --without-windows
23
		--without-gpm --without-fb --without-windows
22
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
24
CONFLICTS_INSTALL=	links1
23
24
USES=		cpe localbase:ldflags ssl tar:bz2
25
26
CPE_VENDOR=	twibright
27
25
28
PLIST_FILES=	bin/links share/man/man1/links.1.gz
26
PLIST_FILES=	bin/links share/man/man1/links.1.gz
29
27
Lines 31-55 OPTIONS_DEFINE= BROTLI CIPHERSTRING DIRECTFB IPV6 SVG SVGALIB THREADS TRANS \ Link Here
31
		UTF8 X11
29
		UTF8 X11
32
OPTIONS_DEFAULT=	UTF8 X11
30
OPTIONS_DEFAULT=	UTF8 X11
33
31
34
BROTLI_LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
35
BROTLI_CONFIGURE_WITH=	brotli
36
37
CIPHERSTRING_DESC=	Select the OpenSSL ciphers used via CIPHERSTRING
32
CIPHERSTRING_DESC=	Select the OpenSSL ciphers used via CIPHERSTRING
38
DIRECTFB_DESC=		DirectFB graphics support
33
DIRECTFB_DESC=		DirectFB graphics support
39
TRANS_DESC=		Hack for background transparency
34
TRANS_DESC=		Hack for background transparency
40
35
36
BROTLI_LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
37
BROTLI_CONFIGURE_WITH=	brotlis
38
41
DIRECTFB_LIB_DEPENDS=	libdirectfb.so:devel/directfb
39
DIRECTFB_LIB_DEPENDS=	libdirectfb.so:devel/directfb
42
DIRECTFB_CONFIGURE_WITH=directfb
40
DIRECTFB_CONFIGURE_WITH=directfb
43
41
44
IPV6_CONFIGURE_WITH=	ipv6
42
IPV6_CONFIGURE_WITH=	ipv6
45
43
46
SVG_CONFIGURE_WITH=	librsvg
47
SVG_USES=		gnome
48
SVG_USE=		gnome=librsvg2,glib20,gdkpixbuf2,cairo
49
50
SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
44
SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
51
SVGALIB_CONFIGURE_WITH=	svgalib
45
SVGALIB_CONFIGURE_WITH=	svgalib
52
46
47
SVG_USES=		gnome
48
SVG_USE=		gnome=librsvg2,glib20,gdkpixbuf2,cairo
49
SVG_CONFIGURE_WITH=	librsvg
50
53
THREADS_CFLAGS=	-DHAVE_PTHREADS
51
THREADS_CFLAGS=	-DHAVE_PTHREADS
54
THREADS_LDFLAGS=-pthread
52
THREADS_LDFLAGS=-pthread
55
53
Lines 57-67 TRANS_EXTRA_PATCHES= ${FILESDIR}/extra-terminal.c.diff Link Here
57
55
58
UTF8_CONFIGURE_ENABLE=	utf8
56
UTF8_CONFIGURE_ENABLE=	utf8
59
57
60
X11_USES=		xorg
61
X11_USE=		xorg=x11,xorgproto
62
X11_LIB_DEPENDS=	libevent.so:devel/libevent \
58
X11_LIB_DEPENDS=	libevent.so:devel/libevent \
63
			libfontconfig.so:x11-fonts/fontconfig \
59
			libfontconfig.so:x11-fonts/fontconfig \
64
			libfreetype.so:print/freetype2
60
			libfreetype.so:print/freetype2
61
X11_USES=		xorg
62
X11_USE=		xorg=x11,xorgproto
65
63
66
X11_CONFIGURE_WITH=	x
64
X11_CONFIGURE_WITH=	x
67
X11_PLIST_FILES=	share/pixmaps/links.xpm
65
X11_PLIST_FILES=	share/pixmaps/links.xpm
(-)b/www/links/files/extra-terminal.c.diff (-2 / +2 lines)
Lines 1-5 Link Here
1
--- terminal.c.orig	2011-11-20 22:10:01.000000000 -0500
1
--- terminal.c.orig	2024-02-27 11:19:04 UTC
2
+++ terminal.c	2011-12-19 05:33:15.000000000 -0500
2
+++ terminal.c
3
@@ -891,6 +891,7 @@
3
@@ -891,6 +891,7 @@
4
 			add_to_str(&a, &l, m);				\
4
 			add_to_str(&a, &l, m);				\
5
 			m[1] = '4';					\
5
 			m[1] = '4';					\
(-)b/x11-fm/pcmanfm/Makefile (-6 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	pcmanfm
1
PORTNAME=	pcmanfm
2
PORTVERSION=	1.3.2
2
PORTVERSION=	1.3.2
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	x11-fm
4
CATEGORIES=	x11-fm
5
MASTER_SITES=	SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
5
MASTER_SITES=	SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
6
6
Lines 16-35 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
16
FLAVORS=	gtk2 gtk3
16
FLAVORS=	gtk2 gtk3
17
FLAVOR?=	${FLAVORS:[1]}
17
FLAVOR?=	${FLAVORS:[1]}
18
18
19
gtk3_PKGNAMESUFFIX=	-gtk3
19
USES=		cpe desktop-file-utils gmake gnome gettext libtool localbase \
20
		pkgconfig tar:xz xorg
20
21
21
gtk2_LIB_DEPENDS=	libfm-gtk.so:x11/libfm@gtk2
22
gtk2_LIB_DEPENDS=	libfm-gtk.so:x11/libfm@gtk2
22
gtk3_LIB_DEPENDS=	libfm-gtk3.so:x11/libfm@gtk3
23
24
gtk2_CONFLICTS_INSTALL=	pcmanfm-gtk3
23
gtk2_CONFLICTS_INSTALL=	pcmanfm-gtk3
24
25
gtk3_PKGNAMESUFFIX=	-gtk3
26
27
gtk3_LIB_DEPENDS=	libfm-gtk3.so:x11/libfm@gtk3
25
gtk3_CONFLICTS_INSTALL=	pcmanfm
28
gtk3_CONFLICTS_INSTALL=	pcmanfm
26
29
27
USES=		cpe desktop-file-utils gmake gnome gettext libtool localbase \
28
		pkgconfig tar:xz xorg
29
CPE_VENDOR=	${PORTNAME}_project
30
CPE_VENDOR=	${PORTNAME}_project
30
USE_GNOME=	cairo gdkpixbuf2 intltool
31
USE_GNOME=	cairo gdkpixbuf2 intltool
31
USE_XORG=	x11
32
USE_XORG=	x11
32
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
33
35
34
.if ${FLAVOR:Mgtk2}
36
.if ${FLAVOR:Mgtk2}
35
USE_GNOME+=	gtk20
37
USE_GNOME+=	gtk20
(-)b/x11-fm/pcmanfm/pkg-plist (-1 / +1 lines)
Lines 1-7 Link Here
1
bin/pcmanfm
1
bin/pcmanfm
2
@sample etc/xdg/pcmanfm/default/pcmanfm.conf.sample
2
@sample etc/xdg/pcmanfm/default/pcmanfm.conf.sample
3
include/pcmanfm-modules.h
3
include/pcmanfm-modules.h
4
man/man1/pcmanfm.1.gz
4
share/man/man1/pcmanfm.1.gz
5
share/applications/pcmanfm-desktop-pref.desktop
5
share/applications/pcmanfm-desktop-pref.desktop
6
share/applications/pcmanfm.desktop
6
share/applications/pcmanfm.desktop
7
%%NLS%%share/locale/ar/LC_MESSAGES/pcmanfm.mo
7
%%NLS%%share/locale/ar/LC_MESSAGES/pcmanfm.mo
(-)b/x11-toolkits/iwidgets/Makefile (-9 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	iwidgets
1
PORTNAME=	iwidgets
2
PORTVERSION=	4.0.1
2
PORTVERSION=	4.0.1
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	x11-toolkits tk
4
CATEGORIES=	x11-toolkits tk
5
MASTER_SITES=	SF/incrtcl/%5BIncr%20Widgets%5D/${PORTVERSION}
5
MASTER_SITES=	SF/incrtcl/%5BIncr%20Widgets%5D/${PORTVERSION}
6
DISTNAME=	iwidgets${PORTVERSION}
6
DISTNAME=	iwidgets${PORTVERSION}
Lines 9-14 MAINTAINER= portmaster@bsdforge.com Link Here
9
COMMENT=	Iwidgets - [incr Widgets] companion to [incr Tk]
9
COMMENT=	Iwidgets - [incr Widgets] companion to [incr Tk]
10
WWW=		https://sourceforge.net/projects/incrtcl/
10
WWW=		https://sourceforge.net/projects/incrtcl/
11
11
12
LICENSE=	DTSTECH
13
LICENSE_NAME=	DTSTECH
14
LICENSE_FILE=	${WRKSRC}/license.terms
15
LICENSE_PERMS=	auto-accept
16
12
LIB_DEPENDS=	libitk.so:x11-toolkits/itk
17
LIB_DEPENDS=	libitk.so:x11-toolkits/itk
13
18
14
NO_BUILD=	yes
19
NO_BUILD=	yes
Lines 25-38 OPTIONS_DEFINE= DOCS Link Here
25
30
26
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
27
32
28
post-patch:
29
	${REINPLACE_CMD} -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=${MKDIR},' \
30
		-e 's,^INSTALL =.*,INSTALL=${INSTALL} -c,' \
31
		-e 's,^INSTALL_PROGRAM =.*,INSTALL_PROGRAM=${INSTALL_PROGRAM},' \
32
		-e 's,^INSTALL_DATA =.*,INSTALL_DATA=${INSTALL_DATA},' \
33
		-e 's,^INSTALL_SCRIPT =.*,INSTALL_SCRIPT=${INSTALL_SCRIPT},' \
34
		-e 's,@ITCL_VERSION@,3.3,g' ${WRKSRC}/Makefile.in
35
36
post-install:
33
post-install:
37
	${RM} ${STAGEDIR}${PREFIX}/lib/iwidgets
34
	${RM} ${STAGEDIR}${PREFIX}/lib/iwidgets
38
	${LN} -s ${DISTNAME} ${STAGEDIR}${PREFIX}/lib/iwidgets
35
	${LN} -s ${DISTNAME} ${STAGEDIR}${PREFIX}/lib/iwidgets
(-)b/x11-toolkits/iwidgets/files/patch-Makefile.in (+37 lines)
Added Link Here
1
--- Makefile.in.orig	2024-02-27 13:21:17 UTC
2
+++ ./Makefile.in
3
@@ -9,7 +9,7 @@
4
 
5
 # Current [incr Widgets] version;  used in various names.
6
 
7
-ITCL_VERSION = @ITCL_VERSION@
8
+ITCL_VERSION = 3.3
9
 IWIDGETS_VERSION = @VERSION@
10
 
11
 #----------------------------------------------------------------
12
@@ -48,7 +48,7 @@
13
 BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
14
 
15
 # Top-level directory in which to install manual entries:
16
-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man/mann
17
+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/share/man/mann
18
 
19
 # Directory containing Tcl source code (for library used during test):
20
 TCL_SRC_DIR = @TCL_SRC_DIR@
21
@@ -78,11 +78,11 @@
22
 # modify any of this stuff by hand.
23
 #----------------------------------------------------------------
24
 
25
-INSTALL =		$(TCLSH_PROG) `$(CYGPATH) $(ITCL_SRC_DIR)/../config/installFile.tcl` -c
26
-INSTALL_PROGRAM =	$(INSTALL)
27
-INSTALL_DATA =		$(INSTALL) -m 644
28
-INSTALL_SCRIPT =	$(INSTALL) -m 555
29
-MKINSTALLDIRS =		$(ITCL_SRC_DIR)/../config/mkinstalldirs
30
+INSTALL=install -c
31
+INSTALL_PROGRAM=install  -s -m 555
32
+INSTALL_DATA=install  -m 0644
33
+INSTALL_SCRIPT=install  -m 555
34
+MKINSTALLDIRS=/bin/mkdir -p
35
 RANLIB =		@RANLIB@
36
 LN_S =			ln -s
37
 TOP_DIR =		$(srcdir)
(-)b/x11-toolkits/iwidgets/files/patch-noitcl (-2 / +2 lines)
Lines 1-5 Link Here
1
--- configure	Thu Nov 29 15:51:34 2001
1
--- configure	2024-02-27 11:19:04 UTC
2
+++ configure	Tue May 16 17:36:14 2006
2
+++ configure
3
@@ -818,9 +818,4 @@
3
@@ -818,9 +818,4 @@
4
 fi
4
 fi
5
 
5
 
(-)b/x11-toolkits/iwidgets/pkg-plist (-52 / +52 lines)
Lines 190-244 lib/%%IWIDGETS%%/scripts/toolbar.itk Link Here
190
lib/%%IWIDGETS%%/scripts/unknownimage.gif
190
lib/%%IWIDGETS%%/scripts/unknownimage.gif
191
lib/%%IWIDGETS%%/scripts/watch.itk
191
lib/%%IWIDGETS%%/scripts/watch.itk
192
lib/iwidgets
192
lib/iwidgets
193
man/mann/iwidgets_buttonbox.n.gz
193
share/man/mann/iwidgets_buttonbox.n.gz
194
man/mann/iwidgets_calendar.n.gz
194
share/man/mann/iwidgets_calendar.n.gz
195
man/mann/iwidgets_canvasprintbox.n.gz
195
share/man/mann/iwidgets_canvasprintbox.n.gz
196
man/mann/iwidgets_canvasprintdialog.n.gz
196
share/man/mann/iwidgets_canvasprintdialog.n.gz
197
man/mann/iwidgets_checkbox.n.gz
197
share/man/mann/iwidgets_checkbox.n.gz
198
man/mann/iwidgets_combobox.n.gz
198
share/man/mann/iwidgets_combobox.n.gz
199
man/mann/iwidgets_dateentry.n.gz
199
share/man/mann/iwidgets_dateentry.n.gz
200
man/mann/iwidgets_datefield.n.gz
200
share/man/mann/iwidgets_datefield.n.gz
201
man/mann/iwidgets_dialog.n.gz
201
share/man/mann/iwidgets_dialog.n.gz
202
man/mann/iwidgets_dialogshell.n.gz
202
share/man/mann/iwidgets_dialogshell.n.gz
203
man/mann/iwidgets_disjointlistbox.n.gz
203
share/man/mann/iwidgets_disjointlistbox.n.gz
204
man/mann/iwidgets_entryfield.n.gz
204
share/man/mann/iwidgets_entryfield.n.gz
205
man/mann/iwidgets_extbutton.n.gz
205
share/man/mann/iwidgets_extbutton.n.gz
206
man/mann/iwidgets_extfileselectionbox.n.gz
206
share/man/mann/iwidgets_extfileselectionbox.n.gz
207
man/mann/iwidgets_extfileselectiondialog.n.gz
207
share/man/mann/iwidgets_extfileselectiondialog.n.gz
208
man/mann/iwidgets_feedback.n.gz
208
share/man/mann/iwidgets_feedback.n.gz
209
man/mann/iwidgets_fileselectionbox.n.gz
209
share/man/mann/iwidgets_fileselectionbox.n.gz
210
man/mann/iwidgets_fileselectiondialog.n.gz
210
share/man/mann/iwidgets_fileselectiondialog.n.gz
211
man/mann/iwidgets_finddialog.n.gz
211
share/man/mann/iwidgets_finddialog.n.gz
212
man/mann/iwidgets_hierarchy.n.gz
212
share/man/mann/iwidgets_hierarchy.n.gz
213
man/mann/iwidgets_hyperhelp.n.gz
213
share/man/mann/iwidgets_hyperhelp.n.gz
214
man/mann/iwidgets_labeledframe.n.gz
214
share/man/mann/iwidgets_labeledframe.n.gz
215
man/mann/iwidgets_labeledwidget.n.gz
215
share/man/mann/iwidgets_labeledwidget.n.gz
216
man/mann/iwidgets_mainwindow.n.gz
216
share/man/mann/iwidgets_mainwindow.n.gz
217
man/mann/iwidgets_menubar.n.gz
217
share/man/mann/iwidgets_menubar.n.gz
218
man/mann/iwidgets_messagebox.n.gz
218
share/man/mann/iwidgets_messagebox.n.gz
219
man/mann/iwidgets_messagedialog.n.gz
219
share/man/mann/iwidgets_messagedialog.n.gz
220
man/mann/iwidgets_notebook.n.gz
220
share/man/mann/iwidgets_notebook.n.gz
221
man/mann/iwidgets_optionmenu.n.gz
221
share/man/mann/iwidgets_optionmenu.n.gz
222
man/mann/iwidgets_panedwindow.n.gz
222
share/man/mann/iwidgets_panedwindow.n.gz
223
man/mann/iwidgets_promptdialog.n.gz
223
share/man/mann/iwidgets_promptdialog.n.gz
224
man/mann/iwidgets_pushbutton.n.gz
224
share/man/mann/iwidgets_pushbutton.n.gz
225
man/mann/iwidgets_radiobox.n.gz
225
share/man/mann/iwidgets_radiobox.n.gz
226
man/mann/iwidgets_scopedobject.n.gz
226
share/man/mann/iwidgets_scopedobject.n.gz
227
man/mann/iwidgets_scrolledcanvas.n.gz
227
share/man/mann/iwidgets_scrolledcanvas.n.gz
228
man/mann/iwidgets_scrolledframe.n.gz
228
share/man/mann/iwidgets_scrolledframe.n.gz
229
man/mann/iwidgets_scrolledhtml.n.gz
229
share/man/mann/iwidgets_scrolledhtml.n.gz
230
man/mann/iwidgets_scrolledlistbox.n.gz
230
share/man/mann/iwidgets_scrolledlistbox.n.gz
231
man/mann/iwidgets_scrolledtext.n.gz
231
share/man/mann/iwidgets_scrolledtext.n.gz
232
man/mann/iwidgets_selectionbox.n.gz
232
share/man/mann/iwidgets_selectionbox.n.gz
233
man/mann/iwidgets_selectiondialog.n.gz
233
share/man/mann/iwidgets_selectiondialog.n.gz
234
man/mann/iwidgets_shell.n.gz
234
share/man/mann/iwidgets_shell.n.gz
235
man/mann/iwidgets_spindate.n.gz
235
share/man/mann/iwidgets_spindate.n.gz
236
man/mann/iwidgets_spinint.n.gz
236
share/man/mann/iwidgets_spinint.n.gz
237
man/mann/iwidgets_spinner.n.gz
237
share/man/mann/iwidgets_spinner.n.gz
238
man/mann/iwidgets_spintime.n.gz
238
share/man/mann/iwidgets_spintime.n.gz
239
man/mann/iwidgets_tabnotebook.n.gz
239
share/man/mann/iwidgets_tabnotebook.n.gz
240
man/mann/iwidgets_tabset.n.gz
240
share/man/mann/iwidgets_tabset.n.gz
241
man/mann/iwidgets_timeentry.n.gz
241
share/man/mann/iwidgets_timeentry.n.gz
242
man/mann/iwidgets_timefield.n.gz
242
share/man/mann/iwidgets_timefield.n.gz
243
man/mann/iwidgets_toolbar.n.gz
243
share/man/mann/iwidgets_toolbar.n.gz
244
man/mann/iwidgets_watch.n.gz
244
share/man/mann/iwidgets_watch.n.gz
(-)b/x11-wm/emerald/Makefile (-4 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	emerald
1
PORTNAME=	emerald
2
PORTVERSION=	0.8.8
2
PORTVERSION=	0.8.8
3
PORTREVISION=	7
3
PORTREVISION=	8
4
CATEGORIES=	x11-wm
4
CATEGORIES=	x11-wm
5
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/emerald/
5
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/emerald/
6
6
Lines 12-27 LICENSE= GPLv2+ Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
14
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
15
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
15
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
16
		libfreetype.so:print/freetype2 \
16
		libharfbuzz.so:print/harfbuzz \
17
		libfontconfig.so:x11-fonts/fontconfig \
17
		libwnck-1.so:x11-toolkits/libwnck
18
		libwnck-1.so:x11-toolkits/libwnck
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
20
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
21
USES=		desktop-file-utils gl gmake gnome libtool pathfix \
23
USES=		desktop-file-utils gl gmake gnome libtool pathfix \
22
		pkgconfig shared-mime-info tar:bzip2 xorg
24
		pkgconfig shared-mime-info tar:bzip2 xorg
23
USE_GL=		gl
25
USE_GL=		gl
24
USE_GNOME=	cairo gtk20 intltool pango
26
USE_GNOME=	cairo gdkpixbuf2 gtk20 intltool pango
25
USE_XORG=	x11 xrender
27
USE_XORG=	x11 xrender
26
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
27
INSTALL_TARGET=	install-strip
29
INSTALL_TARGET=	install-strip
(-)b/x11-wm/emerald/files/patch-themer_main.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- themer/main.c.orig	2009-10-13 20:56:23.000000000 -0400
1
--- themer/main.c.orig	2024-02-27 13:21:17 UTC
2
+++ themer/main.c	2010-11-24 15:45:57.000000000 -0500
2
+++ themer/main.c
3
@@ -7,6 +7,103 @@
3
@@ -7,6 +7,103 @@
4
 #include <emerald.h>
4
 #include <emerald.h>
5
 #include <engine.h>
5
 #include <engine.h>
(-)b/x11-wm/emerald/pkg-plist (-2 / +2 lines)
Lines 23-30 lib/emerald/engines/libpixmap.a Link Here
23
lib/emerald/engines/libzootreeves.so
23
lib/emerald/engines/libzootreeves.so
24
lib/emerald/engines/libzootreeves.a
24
lib/emerald/engines/libzootreeves.a
25
libdata/pkgconfig/emeraldengine.pc
25
libdata/pkgconfig/emeraldengine.pc
26
man/man1/emerald-theme-manager.1.gz
26
share/man/man1/emerald-theme-manager.1.gz
27
man/man1/emerald.1.gz
27
share/man/man1/emerald.1.gz
28
share/applications/emerald-theme-manager.desktop
28
share/applications/emerald-theme-manager.desktop
29
share/icons/hicolor/48x48/mimetypes/application-x-emerald-theme.png
29
share/icons/hicolor/48x48/mimetypes/application-x-emerald-theme.png
30
share/mime/packages/emerald.xml
30
share/mime/packages/emerald.xml
(-)b/x11/libfm/Makefile (-2 / +4 lines)
Lines 1-11 Link Here
1
PORTNAME=	libfm
1
PORTNAME=	libfm
2
DISTVERSION=	1.3.2
2
DISTVERSION=	1.3.2
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
MASTER_SITES=	SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/
5
MASTER_SITES=	SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/
6
6
7
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT?=	Core library of PCManFM file manager
8
COMMENT=	Core library of PCManFM file manager
9
WWW=		https://wiki.lxde.org/en/Libfm
9
WWW=		https://wiki.lxde.org/en/Libfm
10
10
11
LICENSE=	GPLv2+ LGPL20+
11
LICENSE=	GPLv2+ LGPL20+
Lines 19-24 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ Link Here
19
		libexif.so:graphics/libexif \
19
		libexif.so:graphics/libexif \
20
		libfontconfig.so:x11-fonts/fontconfig \
20
		libfontconfig.so:x11-fonts/fontconfig \
21
		libfreetype.so:print/freetype2 \
21
		libfreetype.so:print/freetype2 \
22
		libharfbuzz.so:print/harfbuzz \
22
		libfm-extra.so:x11/libfm-extra
23
		libfm-extra.so:x11/libfm-extra
23
24
24
FLAVORS=	gtk2 gtk3
25
FLAVORS=	gtk2 gtk3
Lines 37-42 USES+= gettext-tools gmake gnome libtool localbase \ Link Here
37
USE_GNOME=	intltool
38
USE_GNOME=	intltool
38
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
39
GNU_CONFIGURE=	yes
40
GNU_CONFIGURE=	yes
41
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
40
CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc --disable-static
42
CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc --disable-static
41
43
42
.if ! defined(EXTRA_ONLY)
44
.if ! defined(EXTRA_ONLY)
(-)b/x11/libfm/pkg-plist (-2 / +2 lines)
Lines 82-89 lib/libfm/modules/vfs-menu.so Link Here
82
lib/libfm/modules/vfs-search.so
82
lib/libfm/modules/vfs-search.so
83
libdata/pkgconfig/libfm-%%GTKVERSION%%.pc
83
libdata/pkgconfig/libfm-%%GTKVERSION%%.pc
84
libdata/pkgconfig/libfm.pc
84
libdata/pkgconfig/libfm.pc
85
man/man1/libfm-pref-apps.1.gz
85
share/man/man1/libfm-pref-apps.1.gz
86
man/man1/lxshortcut.1.gz
86
share/man/man1/lxshortcut.1.gz
87
share/applications/libfm-pref-apps.desktop
87
share/applications/libfm-pref-apps.desktop
88
share/applications/lxshortcut.desktop
88
share/applications/lxshortcut.desktop
89
%%DATADIR%%/archivers.list
89
%%DATADIR%%/archivers.list
(-)b/x11/xvt/Makefile (-1 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	xvt
1
PORTNAME=	xvt
2
PORTVERSION=	3.0.6
2
PORTVERSION=	3.0.6
3
CATEGORIES+=	x11
3
PORTREVISION=	1
4
CATEGORIES=	x11
4
MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/
5
MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/
5
6
6
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
Lines 15-20 USE_LDCONFIG= yes Link Here
15
USE_PERL5=	build patch
16
USE_PERL5=	build patch
16
USE_XORG=	x11 xpm
17
USE_XORG=	x11 xpm
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
18
20
19
PORTDOCS=	README.xvt xvt.1.html xvtRef.html xvtRef.txt
21
PORTDOCS=	README.xvt xvt.1.html xvtRef.html xvtRef.txt
20
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
(-)b/x11/xvt/pkg-plist (-1 / +1 lines)
Lines 7-11 lib/libxvt.a Link Here
7
lib/libxvt.so
7
lib/libxvt.so
8
lib/libxvt.so.1
8
lib/libxvt.so.1
9
lib/libxvt.so.1.0.0
9
lib/libxvt.so.1.0.0
10
man/man1/xvt.1.gz
10
share/man/man1/xvt.1.gz
11
share/pixmaps/xvt.png
11
share/pixmaps/xvt.png

Return to bug 277322