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

(-)x11-toolkits/viewklass/Makefile (-9 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	viewklass
9
PORTNAME=	viewklass
10
PORTVERSION=	0.5.2
10
PORTVERSION=	0.6.0
11
CATEGORIES=	x11-toolkits
11
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-31 Link Here
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
17
18
USE_REINPLACE=	yes
18
BUILD_DEPENDS=	xmkmf:${PORTSDIR}/devel/imake
19
20
USE_X_PREFIX=	yes
19
USE_MOTIF=	yes
21
USE_MOTIF=	yes
22
USE_REINPLACE=	yes
20
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
21
24
22
post-patch:
25
post-patch:
23
	@${REINPLACE_CMD} -e "s/^CFLAGS=/CFLAGS+=/g ; s/^CXXFLAGS=/CXXFLAGS+=/g ; \
26
	@${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \
24
		s/-g -Wall//g" ${WRKSRC}/Makefile.in
27
		 s/^CXXFLAGS=/CXXFLAGS+=/g ; \
25
28
		 s/-g -Wall//g' ${WRKSRC}/Makefile.in
26
post-install:
27
.for file in libvk.a libvkhelp.a
28
	@${STRIP_CMD} ${PREFIX}/lib/${file}
29
.endfor
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)x11-toolkits/viewklass/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ViewKlass-0.5.2.tar.gz) = 9cb60f02db6e502b36d13ce641d49631
1
MD5 (ViewKlass-0.6.0.tar.gz) = 90395d31bda325f312d645c1ffaec48b
(-)x11-toolkits/viewklass/pkg-plist (-1 / +4 lines)
Lines 6-11 Link Here
6
include/Vk/VkCallbackList.h
6
include/Vk/VkCallbackList.h
7
include/Vk/VkCallbackObject.h
7
include/Vk/VkCallbackObject.h
8
include/Vk/VkCheckBox.h
8
include/Vk/VkCheckBox.h
9
include/Vk/VkCompletionField.h
9
include/Vk/VkComponent.h
10
include/Vk/VkComponent.h
10
include/Vk/VkComponentList.h
11
include/Vk/VkComponentList.h
11
include/Vk/VkConfig.h
12
include/Vk/VkConfig.h
Lines 24-29 Link Here
24
include/Vk/VkInterruptDialog.h
25
include/Vk/VkInterruptDialog.h
25
include/Vk/VkMenu.h
26
include/Vk/VkMenu.h
26
include/Vk/VkMenuAction.h
27
include/Vk/VkMenuAction.h
28
include/Vk/VkMenuActionObject.h
29
include/Vk/VkMenuActionWidget.h
27
include/Vk/VkMenuBar.h
30
include/Vk/VkMenuBar.h
28
include/Vk/VkMenuConfirmFirstAction.h
31
include/Vk/VkMenuConfirmFirstAction.h
29
include/Vk/VkMenuItem.h
32
include/Vk/VkMenuItem.h
Lines 67-72 Link Here
67
include/Vk/VkWidgetList.h
70
include/Vk/VkWidgetList.h
68
include/Vk/VkWindow.h
71
include/Vk/VkWindow.h
69
include/Vk/builtinbusy.h
72
include/Vk/builtinbusy.h
70
@dirrm include/Vk
71
lib/libvk.a
73
lib/libvk.a
72
lib/libvkhelp.a
74
lib/libvkhelp.a
75
@dirrm include/Vk

Return to bug 45454