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

Collapse All | Expand All

(-)b/x11/xdialog/Makefile (-1 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	xdialog
1
PORTNAME=	xdialog
2
PORTVERSION=	2.3.1
2
PORTVERSION=	2.3.1
3
PORTREVISION=	9
3
PORTREVISION=	10
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
MASTER_SITES=	http://xdialog.free.fr/
5
MASTER_SITES=	http://xdialog.free.fr/
6
DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
6
DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
Lines 36-41 post-patch: Link Here
36
	@${REINPLACE_CMD} -e 's,Xdialog\\-%%version%%,xdialog,' \
36
	@${REINPLACE_CMD} -e 's,Xdialog\\-%%version%%,xdialog,' \
37
		${WRKSRC}/doc/Xdialog.man
37
		${WRKSRC}/doc/Xdialog.man
38
38
39
post-install:
40
	@${MKDIR} ${STAGEDIR}${DATADIR}${DESKTOPDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
41
	${INSTALL_DATA} ${PATCHDIR}/bsdconfig.desktop ${STAGEDIR}${DESKTOPDIR}
42
	${INSTALL_DATA} ${PATCHDIR}/bsdconfig-48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/bsdconfig.png
43
39
post-install-DOCS-on:
44
post-install-DOCS-on:
40
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/samples
45
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/samples
41
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
46
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
(-)b/x11/xdialog/files/bsdconfig.desktop (+12 lines)
Added Link Here
1
[Desktop Entry]
2
Version=1.5
3
Encoding=UTF-8
4
Type=Application
5
Name=bsdconfig
6
GenericName=System configuration utility
7
Icon=bsdconfig
8
Exec=/usr/sbin/bsdconfig -X
9
Comment=Set up many system configuration settings
10
Terminal=false
11
StartupNotify=false
12
Categories=Settings;System;GTK;
(-)b/x11/xdialog/pkg-message (+5 lines)
Added Link Here
1
This package also installs a desktop application file for bsdconfig(8),
2
FreeBSD's system configuration tool, for operation as a graphical
3
interface (starting with -X) as permitted with xdialog(1) as helper tool.
4
However, for proper operation this requires either running as the root user, or
5
sudo(8) to be installed and the user to be allowed in the sudoers(5) file.
(-)b/x11/xdialog/pkg-plist (-1 / +2 lines)
Lines 1-5 Link Here
1
bin/Xdialog
1
bin/Xdialog
2
man/man1/Xdialog.1.gz
2
man/man1/Xdialog.1.gz
3
share/applications/bsdconfig.desktop
4
share/icons/hicolor/48x48/apps/bsdconfig.png
3
%%PORTDOCS%%%%DOCSDIR%%/2ranges.png
5
%%PORTDOCS%%%%DOCSDIR%%/2ranges.png
4
%%PORTDOCS%%%%DOCSDIR%%/authors.html
6
%%PORTDOCS%%%%DOCSDIR%%/authors.html
5
%%PORTDOCS%%%%DOCSDIR%%/box.html
7
%%PORTDOCS%%%%DOCSDIR%%/box.html
6
- 

Return to bug 275796