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

(-)devhelp/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	devhelp
8
PORTNAME=	devhelp
9
PORTVERSION=	0.9
9
PORTVERSION=	0.9.1
10
CATEGORIES?=	devel gnome
10
CATEGORIES?=	devel gnome
11
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,}
12
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,}
Lines 21-34 Link Here
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_REINPLACE=	yes
25
USE_GNOME=	gnomehack intlhack gnomeprefix libgtkhtml libgnomeui
24
USE_GNOME=	gnomehack intlhack gnomeprefix libgtkhtml libgnomeui
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
28
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
27
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
29
		LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
28
		LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
30
29
31
post-patch:
30
# This target is only meant to be used by the port maintainer.
32
	@${REINPLACE_CMD} -E 's,^(LD_),export \1,g' ${WRKSRC}/devhelp.in
31
x-generate-plist:
32
	(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,^@dirrm share/((gnome/[^d]|pixmaps|application|locale).*|gnome$$),,;s,^@dirrm etc/gconf.*,,;s,^etc/gconf/gconf.*,,'|${TR} -s '\n') > temp-pkg-plist
33
33
34
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)devhelp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gnome2/devhelp-0.9.tar.bz2) = cc1394c8738b91e7b95943a60977759f
1
MD5 (gnome2/devhelp-0.9.1.tar.bz2) = 2d6358178bbb4e74cf564b7c608d46fa
2
SIZE (gnome2/devhelp-0.9.tar.bz2) = 352597
2
SIZE (gnome2/devhelp-0.9.1.tar.bz2) = 372190
(-)devhelp/pkg-plist (+2 lines)
Lines 36-41 Link Here
36
share/locale/da/LC_MESSAGES/devhelp.mo
36
share/locale/da/LC_MESSAGES/devhelp.mo
37
share/locale/de/LC_MESSAGES/devhelp.mo
37
share/locale/de/LC_MESSAGES/devhelp.mo
38
share/locale/el/LC_MESSAGES/devhelp.mo
38
share/locale/el/LC_MESSAGES/devhelp.mo
39
share/locale/en_CA/LC_MESSAGES/devhelp.mo
40
share/locale/en_GB/LC_MESSAGES/devhelp.mo
39
share/locale/es/LC_MESSAGES/devhelp.mo
41
share/locale/es/LC_MESSAGES/devhelp.mo
40
share/locale/fi/LC_MESSAGES/devhelp.mo
42
share/locale/fi/LC_MESSAGES/devhelp.mo
41
share/locale/fr/LC_MESSAGES/devhelp.mo
43
share/locale/fr/LC_MESSAGES/devhelp.mo

Return to bug 69598