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

Collapse All | Expand All

(-)Mk/Uses/pathfix.mk (-4 / +1 lines)
Lines 28-36 pathfix: Link Here
28
		s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
28
		s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
29
		s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
29
		s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
30
		s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
30
		s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
31
			s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; \
31
		s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
32
	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
33
		's|DATADIRNAME=lib|DATADIRNAME=share|g ; \
34
		s|{libdir}/locale|{prefix}/share/locale|g'
35
32
36
.endif
33
.endif
(-)Mk/bsd.gnome.mk (-5 / +7 lines)
Lines 477-487 pygnome2_USE_GNOME_IMPL=libgnomeui pygtk Link Here
477
intltool_DETECT=	${LOCALBASE}/bin/intltool-extract
477
intltool_DETECT=	${LOCALBASE}/bin/intltool-extract
478
intltool_BUILD_DEPENDS=	${intltool_DETECT}:${PORTSDIR}/textproc/intltool
478
intltool_BUILD_DEPENDS=	${intltool_DETECT}:${PORTSDIR}/textproc/intltool
479
479
480
intlhack_PRE_PATCH=		${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
480
intlhack_PRE_PATCH=	${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} \
481
				's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
481
			's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
482
				 s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
482
			 s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
483
				 s|/usr/bin/iconv|${ICONV_CMD}|g ; \
483
			 s|/usr/bin/iconv|${ICONV_CMD}|g ; \
484
				 s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|'
484
			 s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' ; \
485
			${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} \
486
			's/DATADIRNAME=lib/DATADIRNAME=share/'
485
intlhack_USE_GNOME_IMPL=intltool
487
intlhack_USE_GNOME_IMPL=intltool
486
488
487
gtkhtml3_LIB_DEPENDS=	libgtkhtml-3.14.so:${PORTSDIR}/www/gtkhtml3
489
gtkhtml3_LIB_DEPENDS=	libgtkhtml-3.14.so:${PORTSDIR}/www/gtkhtml3
(-)accessibility/at-spi2-core/Makefile (-1 / +1 lines)
Lines 25-31 USE_LDCONFIG= yes Link Here
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--disable-xevie
26
CONFIGURE_ARGS=	--disable-xevie
27
CPPFLAGS+=	-I${LOCALBASE}/include
27
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
28
LIBS+=		-L${LOCALBASE}/lib
29
INSTALL_TARGET=	install-strip
29
INSTALL_TARGET=	install-strip
30
30
31
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)audio/easytag/Makefile (-2 / +2 lines)
Lines 21-32 LIB_DEPENDS= libid3.so:${PORTSDIR}/audio Link Here
21
		libFLAC.so:${PORTSDIR}/audio/flac \
21
		libFLAC.so:${PORTSDIR}/audio/flac \
22
		libtag.so:${PORTSDIR}/audio/taglib
22
		libtag.so:${PORTSDIR}/audio/taglib
23
23
24
USES=		gmake pkgconfig pathfix desktop-file-utils tar:xz
24
USES=		desktop-file-utils gmake pkgconfig tar:xz
25
USE_GNOME=	glib20 intltool intlhack libxslt
25
USE_GNOME=	glib20 intltool intlhack libxslt
26
INSTALLS_ICONS=	yes
26
INSTALLS_ICONS=	yes
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GTK
28
CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_GTK
29
LDFLAGS+=	-L${LOCALBASE}/lib
29
LIBS+=		-L${LOCALBASE}/lib
30
30
31
CONFIGURE_ARGS=	--disable-appdata-validate \
31
CONFIGURE_ARGS=	--disable-appdata-validate \
32
	--without-help-dir \
32
	--without-help-dir \
(-)audio/paprefs/Makefile (-3 / +4 lines)
Lines 11-22 MAINTAINER= romain@FreeBSD.org Link Here
11
COMMENT=	GTK configuration dialog for PulseAudio
11
COMMENT=	GTK configuration dialog for PulseAudio
12
12
13
LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
13
LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
14
		libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
15
		libpulse.so:${PORTSDIR}/audio/pulseaudio
14
		libpulse.so:${PORTSDIR}/audio/pulseaudio
16
15
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
USES=		gmake pathfix pkgconfig
17
CPPFLAGS+=	-I${LOCALBASE}/include
19
USE_GNOME=	gnomeprefix intltool
18
LIBS+=		-L${LOCALBASE}/lib
19
USES=		gmake pkgconfig
20
USE_GNOME=	gconfmm26 gnomeprefix
20
21
21
CONFIGURE_ARGS=	--disable-lynx
22
CONFIGURE_ARGS=	--disable-lynx
22
23
(-)comms/gpredict/Makefile (-2 / +4 lines)
Lines 15-23 LIB_DEPENDS= libhamlib.so:${PORTSDIR}/co Link Here
15
		libcurl.so:${PORTSDIR}/ftp/curl \
15
		libcurl.so:${PORTSDIR}/ftp/curl \
16
		libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
16
		libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
17
17
18
USES=		gettext pathfix gmake pkgconfig
19
USE_GNOME=	gtk20
20
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
20
LIBS+=		-L${LOCALBASE}/lib
21
USES=		gettext gmake pkgconfig
22
USE_GNOME=	gtk20
21
23
22
post-patch:
24
post-patch:
23
	@${REINPLACE_CMD} -e \
25
	@${REINPLACE_CMD} -e \
(-)deskutils/babytrans/Makefile (-2 / +5 lines)
Lines 10-20 MASTER_SITES= http://fjolliton.free.fr/b Link Here
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	GTK+/GNOME front-end for Babylon Translator .dic files
11
COMMENT=	GTK+/GNOME front-end for Babylon Translator .dic files
12
12
13
USES=		gmake gettext pathfix
13
DEPRECATED=	Abandonware, dictionaries unavailable
14
EXPIRATION_DATE=2014-10-31
15
16
USES=		gmake gettext
14
USE_GNOME=	gtk12 gnomeprefix
17
USE_GNOME=	gtk12 gnomeprefix
15
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
16
CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
19
CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
17
LDFLAGS+=	-L${LOCALBASE}/lib
20
LIBS+=		-L${LOCALBASE}/lib -lintl
18
PKGMESSAGE=	${WRKDIR}/pkg-message
21
PKGMESSAGE=	${WRKDIR}/pkg-message
19
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
20
23
(-)devel/geany-plugins/files/Makefile.common (+2 lines)
Lines 22-27 USE_GNOME+= gtk20 Link Here
22
GEANY_PLUGIN=	NLS
22
GEANY_PLUGIN=	NLS
23
NLS_DIR=	po
23
NLS_DIR=	po
24
NLS_SWITCH=	--enable-nls
24
NLS_SWITCH=	--enable-nls
25
CPPFLAGS+=	-I${LOCALBASE}/include
26
LIBS+=		-L${LOCALBASE}/lib
25
.endif
27
.endif
26
28
27
GEANY_PLUGIN?=			${PORTNAME:S,geany-plugin-,,}
29
GEANY_PLUGIN?=			${PORTNAME:S,geany-plugin-,,}
(-)devel/geany-plugins-l10n/Makefile (-2 lines)
Lines 7-13 CATEGORIES= devel Link Here
7
MAINTAINER=	makc@FreeBSD.org
7
MAINTAINER=	makc@FreeBSD.org
8
COMMENT=	Localization messages for Geany plugins
8
COMMENT=	Localization messages for Geany plugins
9
9
10
USES=		pathfix
11
12
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
10
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
13
.include <bsd.port.mk>
11
.include <bsd.port.mk>
(-)devel/gitg0/Makefile (-2 / +2 lines)
Lines 19-25 CONFLICTS= gitg-[0-9]* Link Here
19
19
20
USES=		tar:bzip2 gmake pkgconfig pathfix libtool
20
USES=		tar:bzip2 gmake pkgconfig pathfix libtool
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GNOME=	gconf2 gtk20 gtksourceview2
22
USE_GNOME=	gconf2 gtk20 gtksourceview2 intlhack
23
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
24
24
25
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
Lines 33-38 OPTIONS_SUB= yes Link Here
33
NLS_USES=	gettext
33
NLS_USES=	gettext
34
NLS_CONFIGURE_ENABLE=nls
34
NLS_CONFIGURE_ENABLE=nls
35
NLS_CPPFLAGS=	-I${LOCALBASE}/include
35
NLS_CPPFLAGS=	-I${LOCALBASE}/include
36
NLS_LDFLAGS=	-L${LOCALBASE}/lib
36
NLS_LIBS=	-L${LOCALBASE}/lib
37
37
38
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)devel/gsettings-desktop-schemas/Makefile (+2 lines)
Lines 20-25 USES= gettext gmake pathfix perl5 pkgco Link Here
20
USE_PERL5=	build
20
USE_PERL5=	build
21
USE_GNOME=	intltool glib20 gnomehier introspection:build
21
USE_GNOME=	intltool glib20 gnomehier introspection:build
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CPPFLAGS+=	-I${LOCALBASE}/include
24
LIBS+=		-L${LOCALBASE}/lib
23
25
24
GLIB_SCHEMAS=	org.gnome.desktop.a11y.applications.gschema.xml \
26
GLIB_SCHEMAS=	org.gnome.desktop.a11y.applications.gschema.xml \
25
		org.gnome.desktop.a11y.keyboard.gschema.xml \
27
		org.gnome.desktop.a11y.keyboard.gschema.xml \
(-)devel/libvirt-glib/Makefile (-3 / +4 lines)
Lines 13-25 COMMENT= Glib bindings for Libvirt virtu Link Here
13
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
13
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
14
14
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
CONFIGURE_ARGS=	--enable-introspection
16
USES=		gmake libtool pathfix pkgconfig
17
USES=		gmake libtool pathfix pkgconfig
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
USE_GNOME=	intltool introspection
19
USE_GNOME=	intlhack introspection
19
USE_PYTHON=	2
20
USE_PYTHON=	2
20
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
21
LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
22
LDFLAGS+=	-fstack-protector
22
CONFIGURE_ARGS+=	--enable-introspection
23
LIBS+=		-L${LOCALBASE}/lib
23
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
24
25
25
SHLIB_VER=	1.0
26
SHLIB_VER=	1.0
(-)games/klavaro/Makefile (-13 / +4 lines)
Lines 12-36 COMMENT= Touchtyping trainer Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
LIB_DEPENDS=	libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
15
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
16
		libpcre.so:${PORTSDIR}/devel/pcre \
17
		libcurl.so:${PORTSDIR}/ftp/curl \
18
		libcairo.so:${PORTSDIR}/graphics/cairo \
19
		libpng15.so:${PORTSDIR}/graphics/png \
20
		libfreetype.so:${PORTSDIR}/print/freetype2 \
21
		libexpat.so:${PORTSDIR}/textproc/expat2 \
22
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
23
		libgtkdatabox.so:${PORTSDIR}/x11-toolkits/gtkdatabox
16
		libgtkdatabox.so:${PORTSDIR}/x11-toolkits/gtkdatabox
24
17
25
USES=		pkgconfig gettext gmake iconv pathfix tar:bzip2
18
USES=		pkgconfig gettext gmake iconv tar:bzip2
26
USE_XORG=	pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
19
USE_GNOME=	gtk20 intlhack
27
		xfixes xi xinerama xrandr xrender
28
USE_GNOME=	gtk20
29
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
30
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
31
22
32
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/gtkdatabox
23
CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/gtkdatabox
33
LDFLAGS+=	-L${LOCALBASE}/lib -rdynamic
24
LIBS+=		-L${LOCALBASE}/lib
34
25
35
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
36
27
(-)japanese/libskk/Makefile (-4 / +4 lines)
Lines 17-28 BUILD_DEPENDS= valac:${PORTSDIR}/lang/va Link Here
17
LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
17
LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
18
		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
18
		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
19
19
20
USES=		gmake libtool pathfix pkgconfig
21
USE_GNOME=	intltool introspection:build
22
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
22
USES=		gmake libtool pathfix pkgconfig
23
USE_GNOME=	intlhack introspection:build
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
25
25
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LIBS+=		-L${LOCALBASE}/lib
26
28
27
PORTDOCS=	ChangeLog NEWS README
29
PORTDOCS=	ChangeLog NEWS README
28
30
Lines 33-40 NLS_CONFIGURE_ENABLE= nls Link Here
33
NLS_USES=	gettext
35
NLS_USES=	gettext
34
36
35
post-install:
37
post-install:
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskk.so.0
37
38
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
38
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
39
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
39
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
40
40
(-)math/gcalctool/Makefile (-2 / +2 lines)
Lines 15-25 COMMENT= GNOME 2 calculator tool based o Link Here
15
15
16
CONFLICTS=	gcalctool-2.31.*
16
CONFLICTS=	gcalctool-2.31.*
17
17
18
USES=		bison gettext gmake libtool pathfix pkgconfig tar:bzip2
18
USES=		bison gettext gmake libtool pkgconfig tar:bzip2
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GNOME=	gnomeprefix intlhack gconf2 gnomedocutils gtk20
20
USE_GNOME=	gnomeprefix intlhack gconf2 gnomedocutils gtk20
21
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib
22
LIBS+=		-L${LOCALBASE}/lib
23
23
24
GLIB_SCHEMAS=	org.gnome.gcalctool.gschema.xml
24
GLIB_SCHEMAS=	org.gnome.gcalctool.gschema.xml
25
25
(-)math/libqalculate/Makefile (-9 / +5 lines)
Lines 13-27 COMMENT= Multi-purpose desktop calculato Link Here
13
LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
13
LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
14
14
15
USES=		pkgconfig pathfix gmake libtool
15
USES=		pkgconfig pathfix gmake libtool
16
USE_GNOME=	glib20 intlhack libxml2
16
USE_GNOME=	glib20 intltool libxml2
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
20
LIBS+=		-L${LOCALBASE}/lib
21
INSTALL_TARGET=	install-strip
19
22
20
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
21
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
22
25
23
NLS_USES=		gettext
26
NLS_USES=	gettext
24
NLS_CONFIGURE_ENV=	GMSGFMT="${LOCALBASE}/bin/msgfmt"
25
27
26
.include <bsd.port.options.mk>
28
.include <bsd.port.options.mk>
27
29
Lines 30-40 post-patch: Link Here
30
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in
32
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in
31
.endif
33
.endif
32
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in
34
	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in
33
	@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
34
		${WRKSRC}/${CONFIGURE_SCRIPT} \
35
		${WRKSRC}/libqalculate.pc.in
36
37
post-install:
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libqalculate.so*
39
35
40
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)math/mate-calc/Makefile (-2 / +2 lines)
Lines 14-25 BUILD_DEPENDS= itstool:${PORTSDIR}/textp Link Here
14
14
15
PORTSCOUT=	limitw:1,even
15
PORTSCOUT=	limitw:1,even
16
16
17
USES=		gettext gmake pathfix pkgconfig tar:xz
17
USES=		gettext gmake pkgconfig tar:xz
18
USE_GNOME=	glib20 gnomehier gtk20 intlhack libxml2
18
USE_GNOME=	glib20 gnomehier gtk20 intlhack libxml2
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-gtk=2.0
20
CONFIGURE_ARGS=	--with-gtk=2.0
21
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib
22
LIBS+=		-L${LOCALBASE}/lib
23
23
24
GLIB_SCHEMAS=	org.mate.calc.gschema.xml
24
GLIB_SCHEMAS=	org.mate.calc.gschema.xml
25
25
(-)multimedia/freetuxtv/Makefile (-14 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	freetuxtv
4
PORTNAME=	freetuxtv
5
PORTVERSION=	0.6.5
5
PORTVERSION=	0.6.5
6
PORTREVISION=	15
6
PORTREVISION=	16
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GOOGLE_CODE
9
9
Lines 12-37 COMMENT= WebTV player based on GTK2+ and Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
16
LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc \
15
LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc \
17
		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
16
		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
18
		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
17
		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
19
		libcurl.so:${PORTSDIR}/ftp/curl \
18
		libcurl.so:${PORTSDIR}/ftp/curl \
20
		libnotify.so:${PORTSDIR}/devel/libnotify \
19
		libnotify.so:${PORTSDIR}/devel/libnotify \
21
		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
22
		libpcre.so:${PORTSDIR}/devel/pcre \
23
		libpng15.so:${PORTSDIR}/graphics/png \
24
		libfreetype.so:${PORTSDIR}/print/freetype2 \
25
		libexpat.so:${PORTSDIR}/textproc/expat2 \
26
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
27
20
28
USES=		gmake iconv libtool pathfix pkgconfig
21
USES=		gmake iconv libtool pkgconfig
29
USE_GNOME=	gtk20 cairo
22
USE_GNOME=	gtk20
30
USE_XORG=	pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \
31
		xi xinerama xrandr xrender
32
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
33
CONFIGURE_ARGS+=--with-gtk=2.0
24
CONFIGURE_ARGS=	--with-gtk=2.0
34
CFLAGS+=	-Wno-return-type -w
25
CFLAGS+=	-Wno-return-type -w
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LIBS+=		-L${LOCALBASE}/lib
35
INSTALLS_ICONS=	yes
28
INSTALLS_ICONS=	yes
36
29
37
PORTDOCS=	AUTHORS ChangeLog README
30
PORTDOCS=	AUTHORS ChangeLog README
Lines 48-54 SUB_FILES= pkg-message Link Here
48
PORTSCOUT=	ignore:1
41
PORTSCOUT=	ignore:1
49
42
50
post-patch:
43
post-patch:
51
	@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${PREFIX}/share/doc/${PORTNAME}|' \
44
	@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${pkgdocdir}|' \
52
		-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \
45
		-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \
53
		${WRKSRC}/Makefile.in
46
		${WRKSRC}/Makefile.in
54
	@${REINPLACE_CMD} -e 's/libvlc_media_new_path/libvlc_media_new_location/' \
47
	@${REINPLACE_CMD} -e 's/libvlc_media_new_path/libvlc_media_new_location/' \
(-)multimedia/imagination/Makefile (-2 / +4 lines)
Lines 14-21 LIB_DEPENDS= libsox.so:${PORTSDIR}/audio Link Here
14
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
14
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USES=		gmake pkgconfig pathfix libtool
17
CPPFLAGS+=	-I${LOCALBASE}/include
18
USE_GNOME=	gtk20 intltool intlhack libxslt
18
LIBS+=		-L${LOCALBASE}/lib
19
USES=		gmake pkgconfig libtool
20
USE_GNOME=	gtk20 intltool libxslt
19
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
20
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
21
23
(-)net/mediastreamer/Makefile (-1 / +1 lines)
Lines 25-31 CPPFLAGS+= -I${LOCALBASE}/include Link Here
25
LIBS+=		-L${LOCALBASE}/lib
25
LIBS+=		-L${LOCALBASE}/lib
26
INSTALL_TARGET=	install-strip
26
INSTALL_TARGET=	install-strip
27
USES=		gmake libtool pathfix pkgconfig
27
USES=		gmake libtool pathfix pkgconfig
28
USE_GNOME=	gnomehier intltool
28
USE_GNOME=	gnomehier intlhack
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
OPTIONS_DEFINE=		IPV6 NLS UPNP VIDEO
31
OPTIONS_DEFINE=		IPV6 NLS UPNP VIDEO
(-)net-im/ekiga/Makefile (-2 / +2 lines)
Lines 21-34 LIB_DEPENDS= libboost_signals.so:${PORTS Link Here
21
RUN_DEPENDS=	gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme
21
RUN_DEPENDS=	gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme
22
22
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USES=		gettext gmake libtool pathfix perl5 pkgconfig tar:xz
24
USES=		gettext gmake libtool perl5 pkgconfig tar:xz
25
USE_XORG=	xv
25
USE_XORG=	xv
26
USE_GNOME=	gtk20 intltool libxml2
26
USE_GNOME=	gtk20 intltool libxml2
27
INSTALLS_OMF=	yes
27
INSTALLS_OMF=	yes
28
INSTALLS_ICONS=	yes
28
INSTALLS_ICONS=	yes
29
29
30
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
31
LDFLAGS+=	-I${LOCALBASE}/lib
31
LIBS+=		-L${LOCALBASE}/lib
32
32
33
OPTIONS_DEFINE=	LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP
33
OPTIONS_DEFINE=	LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP
34
OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI
34
OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI
(-)net-im/folks04/Makefile (-1 / +1 lines)
Lines 23-29 USE_LDCONFIG= yes Link Here
23
USE_GNOME=	intlhack gnomehier introspection:build
23
USE_GNOME=	intlhack gnomehier introspection:build
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CPPFLAGS+=	-I${LOCALBASE}/include
25
CPPFLAGS+=	-I${LOCALBASE}/include
26
LDFLAGS+=	-L${LOCALBASE}/lib
26
LIBS+=		-L${LOCALBASE}/lib
27
INSTALL_TARGET=	install-strip
27
INSTALL_TARGET=	install-strip
28
28
29
PLIST_SUB=	VERSION=22
29
PLIST_SUB=	VERSION=22
(-)print/cups-pk-helper/Makefile (-3 / +3 lines)
Lines 13-23 COMMENT= Helper that makes system-config Link Here
13
LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \
13
LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \
14
		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
14
		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
15
15
16
USE_GNOME=	glib20 intlhack
16
USE_GNOME=	glib20 intltool
17
USES=		gettext gmake pathfix pkgconfig tar:xz
17
USES=		gettext gmake pkgconfig tar:xz
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
19
CPPFLAGS+=	-I${LOCALBASE}/include
20
LDFLAGS+=	-L${LOCALBASE}/libs
20
LIBS+=		-L${LOCALBASE}/lib
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)security/fpm2/Makefile (-1 / +3 lines)
Lines 13-22 LICENSE= GPLv2 Link Here
13
13
14
BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
14
BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
15
15
16
USES=		gmake pathfix pkgconfig tar:bzip2
16
USES=		gmake pkgconfig tar:bzip2
17
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
18
INSTALLS_OMF=	yes
18
INSTALLS_OMF=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CPPFLAGS+=	-I${LOCALBASE}/include
21
LIBS+=		-L${LOCALBASE}/lib
20
22
21
PORTDOCS=	AUTHORS ChangeLog README
23
PORTDOCS=	AUTHORS ChangeLog README
22
24
(-)security/libsecret/Makefile (+2 lines)
Lines 19-24 USES= gettext gmake libtool:keepla path Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS+=--enable-introspection --disable-vala
21
CONFIGURE_ARGS+=--enable-introspection --disable-vala
22
CPPFLAGS+=	-I${LOCALBASE}/include
23
LIBS+=		-L${LOCALBASE}/lib
22
24
23
post-install:
25
post-install:
24
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0
26
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0
(-)textproc/lasem/Makefile (+2 lines)
Lines 16-21 LICENSE= GPLv2 Link Here
16
RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/stix:${PORTSDIR}/x11-fonts/stix-fonts
16
RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/stix:${PORTSDIR}/x11-fonts/stix-fonts
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
20
LIBS+=		-L${LOCALBASE}/lib
19
USES=		gettext gmake libtool pathfix pkgconfig tar:xz
21
USES=		gettext gmake libtool pathfix pkgconfig tar:xz
20
USE_GNOME=	glib20 pango intltool gdkpixbuf2 libxml2 introspection:build
22
USE_GNOME=	glib20 pango intltool gdkpixbuf2 libxml2 introspection:build
21
23
(-)x11/avant-window-navigator/Makefile (-1 / +1 lines)
Lines 24-30 USE_LDCONFIG= yes Link Here
24
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
25
USE_XORG=	x11 xproto xcomposite xrender
25
USE_XORG=	x11 xproto xcomposite xrender
26
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
27
LIBS+=		-L${LOCALBASE}/lib
28
28
29
AWN_DESKTOP?=	agnostic
29
AWN_DESKTOP?=	agnostic
30
30
(-)x11/avant-window-navigator/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2009-05-02 19:05:57 UTC
2
+++ configure
3
@@ -21567,6 +21567,8 @@
4
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5
 
6
         # save current global flags
7
+        ac_save_LIBS="$LIBS"
8
+        ac_save_CPPFLAGS="$CPPFLAGS"
9
         LIBS="$ac_save_LIBS $PYTHON_LDFLAGS"
10
         CPPFLAGS="$ac_save_CPPFLAGS $PYTHON_CPPFLAGS"
11
         cat >conftest.$ac_ext <<_ACEOF
(-)x11/mate-dialogs/Makefile (-3 / +3 lines)
Lines 14-25 BUILD_DEPENDS= itstool:${PORTSDIR}/textp Link Here
14
14
15
PORTSCOUT=	limitw:1,even
15
PORTSCOUT=	limitw:1,even
16
16
17
USES=		gettext gmake pathfix pkgconfig tar:xz
17
USES=		gettext gmake pkgconfig tar:xz
18
USE_GNOME=	gnomehier gtk20 intlhack
18
USE_GNOME=	gnomehier gtk20
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-gtk=2.0
20
CONFIGURE_ARGS=	--with-gtk=2.0
21
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-I${LOCALBASE}/lib
22
LIBS+=		-L${LOCALBASE}/lib
23
23
24
OPTIONS_DEFINE=	NOTIFY
24
OPTIONS_DEFINE=	NOTIFY
25
OPTIONS_DEFAULT=NOTIFY
25
OPTIONS_DEFAULT=NOTIFY
(-)x11/workrave/Makefile (-1 / +1 lines)
Lines 25-31 CONFIGURE_ARGS= --disable-silent-rules - Link Here
25
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
26
26
27
CPPFLAGS+=	-I${LOCALBASE}/include
27
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
28
LIBS+=		-L${LOCALBASE}/lib
29
29
30
OPTIONS_DEFINE=		GNOME GSTREAMER PULSEAUDIO
30
OPTIONS_DEFINE=		GNOME GSTREAMER PULSEAUDIO
31
OPTIONS_DEFAULT=	GSTREAMER
31
OPTIONS_DEFAULT=	GSTREAMER
(-)x11/xkeyboard-config/Makefile (-1 / +1 lines)
Lines 22-28 INSTALL_TARGET= install-strip Link Here
22
CONFIGURE_ARGS=	--with-xkb-base=${PREFIX}/share/X11/xkb \
22
CONFIGURE_ARGS=	--with-xkb-base=${PREFIX}/share/X11/xkb \
23
		--with-xkb-rules-symlink=xorg
23
		--with-xkb-rules-symlink=xorg
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
25
LIBS+=		-L${LOCALBASE}/lib
26
26
27
OPTIONS_DEFINE=	ETERSOFT
27
OPTIONS_DEFINE=	ETERSOFT
28
ETERSOFT_DESC=	Add pre-1918 Russian letters to typographic layout
28
ETERSOFT_DESC=	Add pre-1918 Russian letters to typographic layout
(-)x11-themes/lxappearance/Makefile (-1 / +3 lines)
Lines 15-22 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI Link Here
15
15
16
USES=		gmake pathfix pkgconfig tar:xz
16
USES=		gmake pathfix pkgconfig tar:xz
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_GNOME=	gtk20 intlhack
18
USE_GNOME=	gtk20
19
CONFIGURE_ARGS=	--enable-dbus
19
CONFIGURE_ARGS=	--enable-dbus
20
CPPFLAGS+=	-I${LOCALBASE}/include
21
LIBS+=		-L${LOCALBASE}/lib
20
22
21
PORTDOCS=	AUTHORS README
23
PORTDOCS=	AUTHORS README
22
24

Return to bug 193782