- Upgrade to 0.3.4 and unbreak;
- Set WWW to the new site; - Pet portlint; - Don't depend on pswrap which may have been installed by imake-6.
This commit is contained in:
parent
3cde2bd37b
commit
a3b3ef7a27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168771
4 changed files with 24 additions and 12 deletions
|
@ -6,30 +6,38 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkdps
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.3.4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/
|
||||
MASTER_SITES= ftp://ftp.gyve.org/pub/gtkDPS/ \
|
||||
${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
DISTNAME= gtkDPS-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gtk bindings for the Display GhostScript System
|
||||
|
||||
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
||||
RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
||||
|
||||
BROKEN= Unfetchable
|
||||
LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs
|
||||
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
|
||||
--with-dps-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
BROKEN= Does not compile on alpha
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gtkDPS-0.3.2.tar.gz) = 89c41eddc33a58cb98f3a374067faf7b
|
||||
SHA256 (gtkDPS-0.3.2.tar.gz) = c4f804c7cfdb32993b70ffef9537a85ca559547693c3f09de820c07a6a431f6b
|
||||
SIZE (gtkDPS-0.3.2.tar.gz) = 267666
|
||||
MD5 (gtkDPS-0.3.4.tar.gz) = 59fdb6b71bf75e61a0a3477583e9ab98
|
||||
SHA256 (gtkDPS-0.3.4.tar.gz) = 4470246387b4da2b6776851c6c6c618626d25385c92572cf8926dd7e2d5420ce
|
||||
SIZE (gtkDPS-0.3.4.tar.gz) = 283091
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
gtk bindings for the Display GhostScript System
|
||||
A set of functions, objects, and widgets to use Display GhostScript System
|
||||
easily with GTK.
|
||||
|
||||
WWW: http://www.gyve.org/gtkDPS/
|
||||
|
|
|
@ -16,4 +16,5 @@ lib/libgtkDPS.a
|
|||
lib/libgtkDPS.so
|
||||
lib/libgtkDPS.so.1
|
||||
share/aclocal/gtkDPS.m4
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/gtkDPS.mo
|
||||
@dirrm include/gtkDPS
|
||||
|
|
Loading…
Reference in a new issue