mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
This commit is contained in:
parent
4aaf3e0e13
commit
fb1f93a73f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356785
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ntop
|
||||
PORTVERSION= 5.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable
|
||||
|
||||
|
@ -3,21 +3,21 @@
|
||||
|
||||
PORTNAME= gdome2
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gnome DOM Engine
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix pkgconfig libtool
|
||||
USE_GNOME= glib20 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -9,9 +9,9 @@ include/libgdome/gdome-xpath.h
|
||||
include/libgdome/gdome.h
|
||||
lib/gdomeConf.sh
|
||||
lib/libgdome.a
|
||||
lib/libgdome.la
|
||||
lib/libgdome.so
|
||||
lib/libgdome.so.8
|
||||
lib/libgdome.so.0
|
||||
lib/libgdome.so.0.8.1
|
||||
libdata/pkgconfig/gdome2.pc
|
||||
man/man1/gdome-config.1.gz
|
||||
share/aclocal/gdome2.m4
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gmetadom
|
||||
PORTVERSION= 0.2.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= XML-Canonical
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
@ -14,7 +14,7 @@ COMMENT= Perl Implementation of Canonical XML
|
||||
|
||||
BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDIR}/textproc/p5-XML-GDOME
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2
|
||||
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
|
||||
|
||||
USES= perl5 pkgconfig
|
||||
USE_PERL5= configure
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= XML-GDOME
|
||||
PORTVERSION= 0.86
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= workrave
|
||||
PORTVERSION= 1.9.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user