mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
-Fix the BROKEN, do not install in /. Remove the BROKEN.
-Remove a patch and use gnomehack instead. -The '--mandir=' is no longer need, taken care by gnomeprefix. -Clean up a bit in Makefile to make it readable. -Update the WWW.
This commit is contained in:
parent
9934a8013f
commit
cac2eb005a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187172
6 changed files with 32 additions and 26 deletions
|
@ -4,6 +4,7 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $
|
# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $
|
||||||
|
#
|
||||||
|
|
||||||
PORTNAME= tracker
|
PORTNAME= tracker
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.5.4
|
||||||
|
@ -19,26 +20,25 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||||
wv-1.2.3:${PORTSDIR}/textproc/wv \
|
wv-1.2.3:${PORTSDIR}/textproc/wv \
|
||||||
gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
||||||
|
|
||||||
BROKEN= Installs file into /
|
|
||||||
|
|
||||||
USE_FAM= yes
|
USE_FAM= yes
|
||||||
WANT_FAM_SYSTEM= gamin
|
WANT_FAM_SYSTEM=gamin
|
||||||
USE_GSTREAMER= core
|
USE_GNOME= gnomedesktop gnomehack gnomeprefix libgsf
|
||||||
USE_GNOME= gnomedesktop gnomeprefix libgsf
|
|
||||||
CONFIGURE_ARGS= --enable-gstreamer --disable-inotify --mandir=${PREFIX}/man
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LDCONFIG= yes
|
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
USE_GSTREAMER= core
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||||
|
CONFIGURE_ARGS= --enable-gstreamer \
|
||||||
|
--disable-inotify \
|
||||||
|
--with-deskbar-applet-handler-dir=${PREFIX}/lib/deskbar-applet/handlers
|
||||||
|
|
||||||
MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \
|
|
||||||
tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1
|
MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \
|
||||||
|
tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -10,4 +10,4 @@ infinte number of properties, metadata (both embedded/harvested as well as user
|
||||||
definable), a comprehensive database of keywords/tags and links to other
|
definable), a comprehensive database of keywords/tags and links to other
|
||||||
entities.
|
entities.
|
||||||
|
|
||||||
WWW: http://www.gnome.org/~jamiemcc/tracker/
|
WWW: http://www.tracker-project.org/
|
||||||
|
|
|
@ -13,6 +13,7 @@ bin/trackerd
|
||||||
etc/xdg/autostart/trackerd.desktop
|
etc/xdg/autostart/trackerd.desktop
|
||||||
include/tracker-client.h
|
include/tracker-client.h
|
||||||
include/tracker.h
|
include/tracker.h
|
||||||
|
lib/deskbar-applet/handlers/tracker-handler.py
|
||||||
lib/libtrackerclient.a
|
lib/libtrackerclient.a
|
||||||
lib/libtrackerclient.la
|
lib/libtrackerclient.la
|
||||||
lib/libtrackerclient.so
|
lib/libtrackerclient.so
|
||||||
|
@ -91,5 +92,7 @@ share/locale/sv/LC_MESSAGES/tracker.mo
|
||||||
@dirrm lib/tracker/filters/application
|
@dirrm lib/tracker/filters/application
|
||||||
@dirrm lib/tracker/filters
|
@dirrm lib/tracker/filters
|
||||||
@dirrm lib/tracker
|
@dirrm lib/tracker
|
||||||
|
@dirrmtry lib/deskbar-applet/handlers
|
||||||
|
@dirrmtry lib/deskbar-applet
|
||||||
@dirrmtry etc/xdg/autostart
|
@dirrmtry etc/xdg/autostart
|
||||||
@dirrmtry etc/xdg
|
@dirrmtry etc/xdg
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $
|
# $MCom: ports/sysutils/tracker/Makefile,v 1.2 2006/12/10 17:33:17 ahze Exp $
|
||||||
|
#
|
||||||
|
|
||||||
PORTNAME= tracker
|
PORTNAME= tracker
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.5.4
|
||||||
|
@ -19,26 +20,25 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||||
wv-1.2.3:${PORTSDIR}/textproc/wv \
|
wv-1.2.3:${PORTSDIR}/textproc/wv \
|
||||||
gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
||||||
|
|
||||||
BROKEN= Installs file into /
|
|
||||||
|
|
||||||
USE_FAM= yes
|
USE_FAM= yes
|
||||||
WANT_FAM_SYSTEM= gamin
|
WANT_FAM_SYSTEM=gamin
|
||||||
USE_GSTREAMER= core
|
USE_GNOME= gnomedesktop gnomehack gnomeprefix libgsf
|
||||||
USE_GNOME= gnomedesktop gnomeprefix libgsf
|
|
||||||
CONFIGURE_ARGS= --enable-gstreamer --disable-inotify --mandir=${PREFIX}/man
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LDCONFIG= yes
|
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
USE_GSTREAMER= core
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||||
|
CONFIGURE_ARGS= --enable-gstreamer \
|
||||||
|
--disable-inotify \
|
||||||
|
--with-deskbar-applet-handler-dir=${PREFIX}/lib/deskbar-applet/handlers
|
||||||
|
|
||||||
MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \
|
|
||||||
tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1
|
MAN1= tracker-extract.1 tracker-files.1 tracker-meta-folder.1 \
|
||||||
|
tracker-query.1 tracker-search.1 tracker-stats.1 trackerd.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -10,4 +10,4 @@ infinte number of properties, metadata (both embedded/harvested as well as user
|
||||||
definable), a comprehensive database of keywords/tags and links to other
|
definable), a comprehensive database of keywords/tags and links to other
|
||||||
entities.
|
entities.
|
||||||
|
|
||||||
WWW: http://www.gnome.org/~jamiemcc/tracker/
|
WWW: http://www.tracker-project.org/
|
||||||
|
|
|
@ -13,6 +13,7 @@ bin/trackerd
|
||||||
etc/xdg/autostart/trackerd.desktop
|
etc/xdg/autostart/trackerd.desktop
|
||||||
include/tracker-client.h
|
include/tracker-client.h
|
||||||
include/tracker.h
|
include/tracker.h
|
||||||
|
lib/deskbar-applet/handlers/tracker-handler.py
|
||||||
lib/libtrackerclient.a
|
lib/libtrackerclient.a
|
||||||
lib/libtrackerclient.la
|
lib/libtrackerclient.la
|
||||||
lib/libtrackerclient.so
|
lib/libtrackerclient.so
|
||||||
|
@ -91,5 +92,7 @@ share/locale/sv/LC_MESSAGES/tracker.mo
|
||||||
@dirrm lib/tracker/filters/application
|
@dirrm lib/tracker/filters/application
|
||||||
@dirrm lib/tracker/filters
|
@dirrm lib/tracker/filters
|
||||||
@dirrm lib/tracker
|
@dirrm lib/tracker
|
||||||
|
@dirrmtry lib/deskbar-applet/handlers
|
||||||
|
@dirrmtry lib/deskbar-applet
|
||||||
@dirrmtry etc/xdg/autostart
|
@dirrmtry etc/xdg/autostart
|
||||||
@dirrmtry etc/xdg
|
@dirrmtry etc/xdg
|
||||||
|
|
Loading…
Add table
Reference in a new issue