mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
devel/gamin:
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
9ce256fff8
commit
df197cdcb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366670
@ -4,7 +4,7 @@
|
||||
PORTNAME?= xmms2
|
||||
PORTVERSION= 0.8
|
||||
DISTVERSIONSUFFIX=DrO_o
|
||||
PORTREVISION?= 10
|
||||
PORTREVISION?= 11
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= codeblocks
|
||||
PORTVERSION= 13.12
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
||||
|
@ -4,26 +4,25 @@
|
||||
|
||||
PORTNAME= gamin
|
||||
PORTVERSION= 0.1.10
|
||||
PORTREVISION?= 7
|
||||
PORTREVISION?= 8
|
||||
CATEGORIES?= devel
|
||||
MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/
|
||||
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT?= File and directory monitoring system
|
||||
|
||||
USES+= gettext gmake pathfix pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES+= gettext gmake libtool pathfix pkgconfig
|
||||
USE_GNOME?= glib20
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
|
||||
--without-python
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -DHAVE_LINUX -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFLICTS= fam-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if !defined(GAMIN_SLAVE)
|
||||
OPTIONS_DEFINE= GAM_POLLER LIBINOTIFY RUN_AS_EUID
|
||||
OPTIONS_DEFAULT=RUN_AS_EUID
|
||||
@ -41,7 +40,7 @@ CPPFLAGS+= -DUSE_GAMIN_POLLER=1
|
||||
|
||||
.if ${PORT_OPTIONS:MLIBINOTIFY}
|
||||
CONFIGURE_ARGS+=--enable-inotify
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -linotify
|
||||
LIBS+= -linotify
|
||||
LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-inotify
|
||||
@ -61,9 +60,6 @@ regression-test: build
|
||||
@${ECHO_MSG} "===> Running gamin regression tests"
|
||||
@(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
||||
Makefile ${MAKE_ARGS} tests)
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,12 @@
|
||||
include/fam.h
|
||||
lib/libfam.a
|
||||
lib/libfam.la
|
||||
lib/libfam.so
|
||||
lib/libfam.so.0
|
||||
lib/libfam.so.0.0.0
|
||||
lib/libgamin-1.a
|
||||
lib/libgamin-1.la
|
||||
lib/libgamin-1.so
|
||||
lib/libgamin-1.so.1
|
||||
lib/libgamin-1.so.0
|
||||
lib/libgamin-1.so.0.1.10
|
||||
lib/libgamin_shared.a
|
||||
libdata/pkgconfig/gamin.pc
|
||||
libexec/gam_server
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/_gamin.a
|
||||
%%PYTHON_SITELIBDIR%%/_gamin.la
|
||||
%%PYTHON_SITELIBDIR%%/_gamin.so
|
||||
%%PYTHON_SITELIBDIR%%/gamin.py
|
||||
%%PYTHON_SITELIBDIR%%/gamin.pyc
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= 0ad
|
||||
PORTVERSION= 0.0.14
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/zero-ad/releases
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= tracker
|
||||
PORTVERSION= 0.6.95
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX?= -client
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= emelfm2
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://emelfm2.net/rel/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= thunar-vfs
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11-fm xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/archive/${PORTNAME}/${PORTVERSION:R}
|
||||
@ -25,7 +25,7 @@ USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack
|
||||
USE_XFCE= configenv libutil libexo
|
||||
USE_XORG= x11
|
||||
USES= gmake pathfix perl5 pkgconfig libtool desktop-file-utils \
|
||||
tar:bzip2
|
||||
tar:bzip2
|
||||
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user