move depends to new style
This commit is contained in:
parent
1438e4ca7e
commit
5855efb734
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= high-performance CORBA Object Request Broker
|
||||
|
||||
@ -23,10 +23,10 @@ WANTLIB= c m pcre pthread
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS = ::devel/libIDL \
|
||||
::devel/glib2
|
||||
LIB_DEPENDS = devel/libIDL \
|
||||
devel/glib2
|
||||
WANTLIB += IDL-2 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
REGRESS_DEPENDS = :${PKGNAME}:${BUILD_PKGPATH}
|
||||
REGRESS_DEPENDS = ${PKGNAME}:${BUILD_PKGPATH}
|
||||
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/01/03 19:51:04 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
|
||||
COMMENT = reference implementation of ACPI tools
|
||||
V = 20080701
|
||||
DISTNAME = acpica-unix-${V}
|
||||
PKGNAME = acpica-${V}p0
|
||||
PKGNAME = acpica-${V}
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.acpica.org
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/10/18 21:35:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-gtk
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf \
|
||||
${WRKSRC}/libDASM/autoconf \
|
||||
${WRKSRC}/libDebug/autoconf
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/09/12 11:22:20 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = lexical analyser generator for Haskell
|
||||
|
||||
@ -25,11 +25,11 @@ AUTOCONF_VERSION = 2.61
|
||||
AUTOCONF_DIR = ${WRKSRC}/doc
|
||||
WRKCONF = ${AUTOCONF_DIR}
|
||||
|
||||
BUILD_DEPENDS += ::textproc/docbook \
|
||||
::textproc/docbook-xsl \
|
||||
::textproc/libxslt
|
||||
BUILD_DEPENDS += textproc/docbook \
|
||||
textproc/docbook-xsl \
|
||||
textproc/libxslt
|
||||
|
||||
LIB_DEPENDS = ::devel/gmp
|
||||
LIB_DEPENDS = devel/gmp
|
||||
|
||||
post-extract:
|
||||
@chmod -R a+r ${WRKSRC}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2009/11/09 11:03:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= java replacement for make
|
||||
|
||||
DISTNAME= apache-ant-1.7.1
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
REVISION = 1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://ant.apache.org/
|
||||
@ -25,8 +25,8 @@ EXTRACT_SUFX= -bin.tar.bz2
|
||||
MODULES= java
|
||||
MODJAVA_VER= 1.3+
|
||||
|
||||
RUN_DEPENDS= ::java/javaPathHelper
|
||||
BUILD_DEPENDS= ::archivers/gtar
|
||||
RUN_DEPENDS= java/javaPathHelper
|
||||
BUILD_DEPENDS= archivers/gtar
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= companion library to APR
|
||||
|
||||
V= 1.2.10
|
||||
DISTNAME= apr-util-$V
|
||||
FULLPKGNAME= apr-util${MT}-$Vp4${FLAVOR_EXT:S/-mt//}
|
||||
FULLPKGNAME= apr-util${MT}-$V${FLAVOR_EXT:S/-mt//}
|
||||
REVISION = 4
|
||||
SHARED_LIBS += aprutil-1${MT} 2.11 # .2.11
|
||||
|
||||
CATEGORIES= devel
|
||||
@ -24,8 +25,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE:=apr/}
|
||||
|
||||
WANTLIB= expat lib/db4/db.>=4
|
||||
LIB_DEPENDS= :db->=4,<5:databases/db/v4
|
||||
WANTLIB= expat lib/db4/db>=4
|
||||
LIB_DEPENDS= db->=4,<5:databases/db/v4
|
||||
|
||||
MODULES= converters/libiconv
|
||||
USE_LIBTOOL= Yes
|
||||
@ -42,7 +43,7 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} \
|
||||
CONFIGURE_ARGS+= --with-ldap-include=${LOCALBASE}/include \
|
||||
--with-ldap-lib=${LOCALBASE}/lib \
|
||||
--with-ldap
|
||||
LIB_DEPENDS+= ::databases/openldap
|
||||
LIB_DEPENDS+= databases/openldap
|
||||
WANTLIB+= asn1 com_err crypto gssapi krb5 sasl2 ssl lber ldap
|
||||
.endif
|
||||
|
||||
@ -50,15 +51,15 @@ MT?=
|
||||
.if ${FLAVOR:L:Mmt}
|
||||
MT=-mt
|
||||
CONFIGURE_ENV+= APRUTIL_EXPORT_LIBS=-pthread
|
||||
LIB_DEPENDS+= :apr-mt-1.2.11:devel/apr,mt
|
||||
WANTLIB += apr-1-mt.=3
|
||||
LIB_DEPENDS+= apr-mt-1.2.11:devel/apr,mt
|
||||
WANTLIB += apr-1-mt=3
|
||||
|
||||
post-install:
|
||||
sed 's/{APRUTIL_LIBNAME}/{APRUTIL_LIBNAME}-mt/g' ${WRKSRC}/apu-config.out > ${PREFIX}/bin/apu-1-mt-config
|
||||
|
||||
.else
|
||||
LIB_DEPENDS+= :apr-1.2.11:devel/apr
|
||||
WANTLIB+= apr-1.=3
|
||||
LIB_DEPENDS+= apr-1.2.11:devel/apr
|
||||
WANTLIB+= apr-1=3
|
||||
.endif
|
||||
|
||||
SUBST_VARS+= MT
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2009/11/07 18:08:14 william Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= Apache Portable Runtime
|
||||
|
||||
V= 1.2.11
|
||||
DISTNAME= apr-$V
|
||||
FULLPKGNAME= apr${MT}-$Vp4
|
||||
FULLPKGNAME= apr${MT}-$V
|
||||
REVISION = 4
|
||||
SHARED_LIBS += apr-1${MT} 3.0 # .2.11
|
||||
|
||||
CATEGORIES= devel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= ANSI C command line parser
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=argtable/}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
FAKE_FLAGS= exampledir=${PREFIX}/share/examples/argtable2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/22 15:32:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= gcc for arm-elf cross-development
|
||||
|
||||
@ -19,12 +19,12 @@ MAKE_ADA= No
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(VERSION)/}
|
||||
|
||||
BUILD_DEPENDS+= :autoconf-2.13:devel/autoconf/2.13 \
|
||||
::devel/bison \
|
||||
::devel/metaauto \
|
||||
::devel/arm-elf/binutils
|
||||
BUILD_DEPENDS+= autoconf-2.13:devel/autoconf/2.13 \
|
||||
devel/bison \
|
||||
devel/metaauto \
|
||||
devel/arm-elf/binutils
|
||||
|
||||
LIB_DEPENDS= ::devel/mpfr
|
||||
LIB_DEPENDS= devel/mpfr
|
||||
|
||||
LANGS= c,c++
|
||||
CC= /usr/bin/gcc
|
||||
@ -46,7 +46,7 @@ SEPARATE_BUILD= concurrent
|
||||
USE_GMAKE= Yes
|
||||
YACC= bison
|
||||
|
||||
REGRESS_DEPENDS=::devel/dejagnu
|
||||
REGRESS_DEPENDS=devel/dejagnu
|
||||
|
||||
post-install:
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/22 15:32:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= gdb for arm-elf cross-development
|
||||
|
||||
@ -18,6 +18,6 @@ CONFIGURE_ARGS+= --enable-multilib \
|
||||
--enable-thumb \
|
||||
--enable-interwork
|
||||
|
||||
REGRESS_DEPENDS=::devel/dejagnu
|
||||
REGRESS_DEPENDS=devel/dejagnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/22 15:32:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= newlib for arm-elf cross-development
|
||||
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/newlib/
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/arm-elf/gcc
|
||||
RUN_DEPENDS= devel/arm-elf/gcc
|
||||
|
||||
# cope with user settings in /etc/mk.conf
|
||||
MAKE_FLAGS= CFLAGS="-I${LOCALBASE}/include"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= convert ASP code to PHP code
|
||||
|
||||
@ -21,7 +21,7 @@ FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR} != "no_x11"
|
||||
LIB_DEPENDS += ::x11/gtk+2
|
||||
LIB_DEPENDS += x11/gtk+2
|
||||
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
|
||||
ALL_TARGET = all gui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/10/19 15:21:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= accessibility toolkit used by gtk+
|
||||
|
||||
@ -25,7 +25,7 @@ WANTLIB += pcre glib-2.0 gobject-2.0 gthread-2.0
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= ::devel/glib2
|
||||
LIB_DEPENDS= devel/glib2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/19 15:21:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= C++ binding for the ATK library
|
||||
|
||||
@ -25,8 +25,8 @@ WANTLIB += gthread-2.0 pcre sigc-2.0
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= ::devel/glib2mm \
|
||||
::devel/atk
|
||||
LIB_DEPENDS= devel/glib2mm \
|
||||
devel/atk
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/05 09:04:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
@ -33,6 +33,6 @@ SUBST_VARS=SUFFIX
|
||||
post-install:
|
||||
cd ${PREFIX}/info && mv autoconf.info autoconf${SUFFIX}.info && rm standards.info
|
||||
|
||||
REGRESS_DEPENDS=:dejagnu-*:devel/dejagnu
|
||||
REGRESS_DEPENDS=devel/dejagnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.54
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.54
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -30,7 +30,7 @@ MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX}
|
||||
FAKE_FLAGS= lispdir=
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.56
|
||||
CATEGORIES= devel
|
||||
PKGNAME= $(DISTNAME)p2
|
||||
REVISION = 2
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.56
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -30,7 +30,7 @@ MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX}
|
||||
FAKE_FLAGS= lispdir=
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.57
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.57
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -31,7 +31,7 @@ FAKE_FLAGS= lispdir=
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.58
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.58
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -31,7 +31,7 @@ FAKE_FLAGS= lispdir=
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.59
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/autoconf/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.59
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -30,6 +30,6 @@ MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX}
|
||||
FAKE_FLAGS= lispdir=
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.60
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION = 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.60
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -32,6 +32,6 @@ MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS= lispdir= EMACS=no
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME= autoconf-2.61
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION = 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :help2man-*:devel/help2man
|
||||
RUN_DEPENDS= ::devel/metaauto
|
||||
BUILD_DEPENDS= devel/help2man
|
||||
RUN_DEPENDS= devel/metaauto
|
||||
|
||||
SUFFIX= -2.61
|
||||
CONFIGURE_STYLE= gnu
|
||||
@ -32,6 +32,6 @@ MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS= lispdir= EMACS=no
|
||||
#USE_GMAKE= Yes
|
||||
SUBST_VARS= SUFFIX
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = automatically configure source code on many Un*x platforms
|
||||
|
||||
DISTNAME = autoconf-2.62
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
MASTER_SITES = ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = :help2man-*:devel/help2man
|
||||
RUN_DEPENDS = ::devel/metaauto
|
||||
BUILD_DEPENDS = devel/help2man
|
||||
RUN_DEPENDS = devel/metaauto
|
||||
|
||||
SUFFIX = -2.62
|
||||
CONFIGURE_STYLE = gnu
|
||||
@ -32,8 +32,8 @@ MAKE_FLAGS = pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS = lispdir= EMACS=no
|
||||
#USE_GMAKE = Yes
|
||||
SUBST_VARS = SUFFIX
|
||||
REGRESS_DEPENDS = ::devel/automake/1.9
|
||||
REGRESS_DEPENDS = devel/automake/1.9
|
||||
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = automatically configure source code on many Un*x platforms
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = :help2man-*:devel/help2man
|
||||
RUN_DEPENDS = ::devel/metaauto
|
||||
BUILD_DEPENDS = devel/help2man
|
||||
RUN_DEPENDS = devel/metaauto
|
||||
|
||||
SUFFIX = -2.63
|
||||
CONFIGURE_STYLE = gnu
|
||||
@ -32,8 +32,8 @@ MAKE_FLAGS = pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS = lispdir= EMACS=no
|
||||
#USE_GMAKE = Yes
|
||||
SUBST_VARS = SUFFIX
|
||||
REGRESS_DEPENDS = ::devel/automake/1.9
|
||||
REGRESS_DEPENDS = devel/automake/1.9
|
||||
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = automatically configure source code on many Un*x platforms
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = :help2man-*:devel/help2man
|
||||
RUN_DEPENDS = ::devel/metaauto
|
||||
BUILD_DEPENDS = devel/help2man
|
||||
RUN_DEPENDS = devel/metaauto
|
||||
|
||||
SUFFIX = -2.64
|
||||
CONFIGURE_STYLE = gnu
|
||||
@ -32,8 +32,8 @@ MAKE_FLAGS = pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS = lispdir= EMACS=no
|
||||
#USE_GMAKE = Yes
|
||||
SUBST_VARS = SUFFIX
|
||||
REGRESS_DEPENDS = ::devel/automake/1.9
|
||||
REGRESS_DEPENDS = devel/automake/1.9
|
||||
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = automatically configure source code on many Un*x platforms
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = :help2man-*:devel/help2man
|
||||
RUN_DEPENDS = ::devel/metaauto
|
||||
BUILD_DEPENDS = devel/help2man
|
||||
RUN_DEPENDS = devel/metaauto
|
||||
|
||||
SUFFIX = -2.65
|
||||
CONFIGURE_STYLE = gnu
|
||||
@ -32,8 +32,8 @@ MAKE_FLAGS = pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
|
||||
FAKE_FLAGS = lispdir= EMACS=no
|
||||
#USE_GMAKE = Yes
|
||||
SUBST_VARS = SUFFIX
|
||||
REGRESS_DEPENDS = ::devel/automake/1.9
|
||||
REGRESS_DEPENDS = devel/automake/1.9
|
||||
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT=automatic text creation from templates
|
||||
CATEGORIES=devel
|
||||
@ -20,8 +20,8 @@ PERMIT_DISTFILES_CDROM=Yes
|
||||
MODULES= devel/gettext
|
||||
|
||||
WANTLIB= c gmp ltdl m pthread z guile xml2
|
||||
LIB_DEPENDS= ::lang/guile \
|
||||
::textproc/libxml
|
||||
LIB_DEPENDS= lang/guile \
|
||||
textproc/libxml
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --without-libregex \
|
||||
--includedir=${PREFIX}/include/autogen \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/06 10:54:53 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= GNU standards-compliant Makefile generator
|
||||
|
||||
@ -39,15 +39,15 @@ SUBST_VARS= SUFFIX
|
||||
|
||||
FAKE_FLAGS= docdir=${PREFIX}/share/doc/automake${SUFFIX}
|
||||
|
||||
REGRESS_DEPENDS= ::${BASE_PKGPATH} \
|
||||
REGRESS_DEPENDS= ${BASE_PKGPATH} \
|
||||
${MODPY_RUN_DEPENDS} \
|
||||
:autoconf-${AUTOCONF_REGRESS}:devel/autoconf/${AUTOCONF_REGRESS} \
|
||||
::devel/libtool \
|
||||
::devel/gmake \
|
||||
::archivers/bzip2 \
|
||||
::devel/bison \
|
||||
::editors/emacs21 \
|
||||
::devel/dejagnu
|
||||
autoconf-${AUTOCONF_REGRESS}:devel/autoconf/${AUTOCONF_REGRESS} \
|
||||
devel/libtool \
|
||||
devel/gmake \
|
||||
archivers/bzip2 \
|
||||
devel/bison \
|
||||
editors/emacs21 \
|
||||
devel/dejagnu
|
||||
|
||||
TESTS_ENVIRONMENT= AUTOCONF_VERSION=${AUTOCONF_REGRESS} \
|
||||
MAKE=${GMAKE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/22 12:13:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= GNU Standards-compliant Makefile generator
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
REGRESS_DEPENDS=:gmake-*:devel/gmake
|
||||
REGRESS_DEPENDS=devel/gmake
|
||||
|
||||
SUFFIX= -${VERSION}
|
||||
SUBST_VARS= SUFFIX
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/06 10:54:53 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= GNU standards-compliant Makefile generator
|
||||
|
||||
@ -31,7 +31,7 @@ MAKE_FLAGS+= MAKEINFO="makeinfo --no-split" \
|
||||
SUBST_VARS= SUFFIX
|
||||
|
||||
REGRESS_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
::devel/libtool
|
||||
devel/libtool
|
||||
REGRESS_FLAGS= AUTOCONF_VERSION=${AUTOCONF_VERSION}
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/06 10:54:53 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= GNU standards-compliant Makefile generator
|
||||
|
||||
@ -39,13 +39,13 @@ SUBST_VARS= SUFFIX
|
||||
|
||||
REGRESS_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODPY_RUN_DEPENDS} \
|
||||
::devel/libtool \
|
||||
::devel/gmake \
|
||||
::archivers/bzip2 \
|
||||
::devel/bison \
|
||||
::editors/emacs21 \
|
||||
::print/texlive/base \
|
||||
::devel/dejagnu
|
||||
devel/libtool \
|
||||
devel/gmake \
|
||||
archivers/bzip2 \
|
||||
devel/bison \
|
||||
editors/emacs21 \
|
||||
print/texlive/base \
|
||||
devel/dejagnu
|
||||
|
||||
TESTS_ENVIRONMENT= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
MAKE=${GMAKE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= Atmel AVR 8-bit RISC microcontrollers' XGCC
|
||||
|
||||
@ -22,13 +22,13 @@ DISTFILES= gcc-core-${V}${EXTRACT_SUFX} \
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(V)/}
|
||||
|
||||
BUILD_DEPENDS+= :autoconf-2.13:devel/autoconf/2.13 \
|
||||
:bison-*:devel/bison \
|
||||
::devel/metaauto \
|
||||
::devel/avr/binutils
|
||||
BUILD_DEPENDS+= autoconf-2.13:devel/autoconf/2.13 \
|
||||
devel/bison \
|
||||
devel/metaauto \
|
||||
devel/avr/binutils
|
||||
|
||||
LIB_DEPENDS= :gmp->=4.2:devel/gmp \
|
||||
::devel/mpfr
|
||||
LIB_DEPENDS= gmp->=4.2:devel/gmp \
|
||||
devel/mpfr
|
||||
|
||||
LANGS=c,c++
|
||||
# dear autoconf, why do you suck so hard?
|
||||
@ -51,7 +51,7 @@ USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
YACC= bison
|
||||
|
||||
REGRESS_DEPENDS=::devel/dejagnu
|
||||
REGRESS_DEPENDS=devel/dejagnu
|
||||
|
||||
SUBST_VARS= V
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb
|
||||
|
||||
@ -18,10 +18,10 @@ WANTLIB= c expat m ncurses
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
||||
|
||||
REGRESS_DEPENDS= ::devel/dejagnu
|
||||
REGRESS_DEPENDS= devel/dejagnu
|
||||
|
||||
RUN_DEPENDS= ::devel/avr/binutils \
|
||||
::devel/avr/gcc
|
||||
RUN_DEPENDS= devel/avr/binutils \
|
||||
devel/avr/gcc
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2010/06/27 20:58:10 ckuethe Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= libc for Atmel AVR 8-bit RISC microcontrollers
|
||||
|
||||
@ -16,8 +16,8 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH:=avr-libc/}
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= ::devel/avr/binutils \
|
||||
::devel/avr/gcc
|
||||
RUN_DEPENDS= devel/avr/binutils \
|
||||
devel/avr/gcc
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= AVR microcontroller hardware in-system programmer
|
||||
|
||||
@ -24,10 +24,10 @@ EXTRACT_ONLY= avrdude-${V}${EXTRACT_SUFX}
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
LIB_DEPENDS= ::devel/libusb
|
||||
WANTLIB += usb.>=1
|
||||
LIB_DEPENDS= devel/libusb
|
||||
WANTLIB += usb>=1
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/avrdude
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= C++ Application Framework for use with Gtkmm
|
||||
|
||||
@ -31,9 +31,9 @@ WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4
|
||||
WANTLIB += pcre pixman-1 png pthread-stubs sigc-2.0 xcb xml2 z
|
||||
WANTLIB += gconfmm-2.6 glademm-2.4 xml++-2.6
|
||||
|
||||
LIB_DEPENDS = ::devel/gconfmm \
|
||||
::devel/libglademm \
|
||||
::textproc/libxml++
|
||||
LIB_DEPENDS = devel/gconfmm \
|
||||
devel/libglademm \
|
||||
textproc/libxml++
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= graphical file comparator
|
||||
|
||||
V= 1.9
|
||||
DISTNAME= beediff_${V}_src
|
||||
PKGNAME= beediff-${V}p1
|
||||
PKGNAME= beediff-${V}
|
||||
REVISION = 1
|
||||
CATEGORIES= textproc x11 devel
|
||||
|
||||
HOMEPAGE= http://www.beesoft.pl/index.php?id=beediff
|
||||
@ -21,8 +22,6 @@ WANTLIB += freetype glib-2.0 gobject-2.0 gthread-2.0 iconv intl
|
||||
WANTLIB += m png pthread pthread-stubs stdc++ xcb z
|
||||
WANTLIB += lib/qt4/QtGui
|
||||
|
||||
LIB_DEPENDS+= ::x11/qt4
|
||||
|
||||
WRKDIST= ${WRKDIR}/beediff
|
||||
|
||||
MODULES= x11/qt4
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= GNU parser generator
|
||||
|
||||
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MODULES= devel/gettext
|
||||
BUILD_DEPENDS= ::devel/m4
|
||||
BUILD_DEPENDS= devel/m4
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-yacc
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/19 21:04:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= bluetooth network libraries
|
||||
DISTNAME= bluetooth-libs-20081122
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
SHARED_LIBS= bluetooth 2.0 \
|
||||
sdp 2.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2010/11/15 19:45:56 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
|
||||
|
||||
COMMENT-main= garbage collection and memory leak detection for C and C++
|
||||
@ -7,7 +7,8 @@ COMMENT-atomic= access to hardware provided atomic memory operations
|
||||
VERSION= 7.0
|
||||
DISTNAME= gc-${VERSION}
|
||||
PKGNAME-atomic= libatomic_ops-1.2
|
||||
PKGNAME-main= boehm-gc-${VERSION}p3
|
||||
PKGNAME-main= boehm-gc-${VERSION}
|
||||
REVISION = 3
|
||||
|
||||
MULTI_PACKAGES= -main -atomic
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/05 10:06:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT-main= free UML builder with extensions
|
||||
COMMENT-docs= bouml documentation
|
||||
@ -28,7 +28,7 @@ MULTI_PACKAGES= -main -docs
|
||||
|
||||
WANTLIB = X11 Xext c m pthread stdc++
|
||||
|
||||
RUN_DEPENDS-main= ::devel/desktop-file-utils
|
||||
RUN_DEPENDS-main= devel/desktop-file-utils
|
||||
|
||||
MODULES= x11/qt3
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -24,9 +24,9 @@ MASTER_SITES = http://launchpad.net/bzr/${MODPY_EGG_VERSION:C/..$//}/${MODPY_EGG
|
||||
MODULES = lang/python
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS += ::net/py-curl \
|
||||
::security/py-paramiko \
|
||||
::textproc/gdiff
|
||||
RUN_DEPENDS += net/py-curl \
|
||||
security/py-paramiko \
|
||||
textproc/gdiff
|
||||
REGRESS_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
|
||||
# $FreeBSD: ports/devel/hs-c2hs/Makefile,v 1.20 2004/03/25 08:29:28 obraun Exp $
|
||||
|
||||
COMMENT= interface generator for Haskell to C bindings
|
||||
@ -23,7 +23,7 @@ SETUP_CONF_ARGS= configure -g --prefix=${PREFIX}
|
||||
SETUP_CONF_ENV= HOME=${PORTHOME} ${CONFIGURE_ENV}
|
||||
SETUP_PROG= ${WRKSRC}/Setup
|
||||
SUBST_VARS= V
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
||||
# GPL
|
||||
@ -34,9 +34,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m gmp
|
||||
|
||||
LIB_DEPENDS= ::devel/gmp
|
||||
LIB_DEPENDS= devel/gmp
|
||||
|
||||
BUILD_DEPENDS= ::devel/alex ::devel/happy ::textproc/sgmlformat
|
||||
BUILD_DEPENDS= devel/alex devel/happy textproc/sgmlformat
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ghc --make -o ${SETUP_PROG} Setup.hs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/09/12 11:47:14 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT = command-line interface for Cabal and Hackage
|
||||
|
||||
@ -20,10 +20,10 @@ WANTLIB = c gmp m pthread util z
|
||||
MODULES = lang/ghc converters/libiconv
|
||||
MODGHC_BUILD = cabal hackage nort
|
||||
|
||||
BUILD_DEPENDS += :hs-network->=1,<3:devel/hs-network \
|
||||
:hs-HTTP->=4000.0.2,<4001:net/hs-HTTP \
|
||||
:hs-zlib->=0.4,<0.6:archivers/hs-zlib
|
||||
BUILD_DEPENDS += hs-network->=1,<3:devel/hs-network \
|
||||
hs-HTTP->=4000.0.2,<4001:net/hs-HTTP \
|
||||
hs-zlib->=0.4,<0.6:archivers/hs-zlib
|
||||
|
||||
LIB_DEPENDS = ::devel/gmp
|
||||
LIB_DEPENDS = devel/gmp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,39 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= catalyst packages for the tutorial
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
COMMENT = catalyst packages for the tutorial
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
MODULES= cpan
|
||||
CATEGORIES= devel www
|
||||
DISTNAME= Task-Catalyst-Tutorial-0.05
|
||||
PKGNAME= catalyst-tutorial-0.05v0
|
||||
MODULES = cpan
|
||||
CATEGORIES = devel www
|
||||
DISTNAME = Task-Catalyst-Tutorial-0.05
|
||||
PKGNAME = catalyst-tutorial-0.05
|
||||
EPOCH = 0
|
||||
|
||||
# Public domain
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
RUN_DEPENDS= ::www/p5-Catalyst-Runtime \
|
||||
::www/p5-Catalyst-Devel \
|
||||
::databases/p5-DBIx-Class \
|
||||
::databases/p5-Catalyst-Model-DBIC-Schema \
|
||||
::security/p5-Catalyst-Plugin-Authentication \
|
||||
::security/p5-Catalyst-Authentication-Store-DBIx-Class \
|
||||
::security/p5-Catalyst-Plugin-Authorization-ACL \
|
||||
::security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
::www/p5-Catalyst-Controller-HTML-FormFu \
|
||||
::www/p5-Catalyst-Plugin-ConfigLoader \
|
||||
::www/p5-Catalyst-Plugin-Session \
|
||||
::www/p5-Catalyst-Plugin-Session-State-Cookie \
|
||||
::www/p5-Catalyst-Plugin-Session-Store-FastMmap \
|
||||
::devel/p5-Catalyst-Plugin-StackTrace \
|
||||
::devel/p5-Catalyst-Manual \
|
||||
::www/p5-Catalyst-Plugin-Static-Simple \
|
||||
::databases/p5-DBD-SQLite \
|
||||
::textproc/p5-Catalyst-View-TT
|
||||
RUN_DEPENDS = www/p5-Catalyst-Runtime \
|
||||
www/p5-Catalyst-Devel \
|
||||
databases/p5-DBIx-Class \
|
||||
databases/p5-Catalyst-Model-DBIC-Schema \
|
||||
security/p5-Catalyst-Plugin-Authentication \
|
||||
security/p5-Catalyst-Authentication-Store-DBIx-Class \
|
||||
security/p5-Catalyst-Plugin-Authorization-ACL \
|
||||
security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
www/p5-Catalyst-Controller-HTML-FormFu \
|
||||
www/p5-Catalyst-Plugin-ConfigLoader \
|
||||
www/p5-Catalyst-Plugin-Session \
|
||||
www/p5-Catalyst-Plugin-Session-State-Cookie \
|
||||
www/p5-Catalyst-Plugin-Session-Store-FastMmap \
|
||||
devel/p5-Catalyst-Plugin-StackTrace \
|
||||
devel/p5-Catalyst-Manual \
|
||||
www/p5-Catalyst-Plugin-Static-Simple \
|
||||
databases/p5-DBD-SQLite \
|
||||
textproc/p5-Catalyst-View-TT
|
||||
|
||||
CONFIGURE_ARGS= --skipdeps
|
||||
CONFIGURE_ARGS =--skipdeps
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= catalyst development bundle
|
||||
|
||||
@ -15,36 +15,36 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::www/p5-Catalyst-Devel \
|
||||
::www/p5-Catalyst-Runtime \
|
||||
::devel/p5-Params-Validate \
|
||||
::www/p5-Catalyst-Log-Log4perl \
|
||||
::devel/p5-Date-Calc \
|
||||
::www/p5-Catalyst-Plugin-HTML-Widget \
|
||||
::devel/p5-Catalyst-Plugin-StackTrace \
|
||||
::www/p5-Catalyst-Plugin-Prototype \
|
||||
::www/p5-Catalyst-Plugin-Singleton \
|
||||
::www/p5-Catalyst-Plugin-DefaultEnd \
|
||||
::www/p5-Catalyst-Plugin-SubRequest \
|
||||
::www/p5-Catalyst-Plugin-Session \
|
||||
::www/p5-Catalyst-Plugin-Session-Store-File \
|
||||
::www/p5-Catalyst-Plugin-Session-State-Cookie \
|
||||
::www/p5-Catalyst-Plugin-Session-State-URI \
|
||||
::security/p5-Catalyst-Plugin-Authentication \
|
||||
::security/p5-Catalyst-Plugin-Authentication-Store-DBIC \
|
||||
::security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \
|
||||
::security/p5-Catalyst-Plugin-Authorization-ACL \
|
||||
::security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
::www/p5-Catalyst-Plugin-I18N \
|
||||
::www/p5-Catalyst-Plugin-XMLRPC \
|
||||
::www/p5-Catalyst-Plugin-Pluggable \
|
||||
::www/p5-Catalyst-Plugin-ConfigLoader \
|
||||
::databases/p5-Catalyst-Model-DBIC-Schema \
|
||||
::textproc/p5-Catalyst-View-TT \
|
||||
::devel/p5-Test-WWW-Mechanize-Catalyst \
|
||||
::www/p5-CGI-Simple \
|
||||
::www/p5-Catalyst-Action-RenderView \
|
||||
::databases/p5-DBD-SQLite
|
||||
RUN_DEPENDS= www/p5-Catalyst-Devel \
|
||||
www/p5-Catalyst-Runtime \
|
||||
devel/p5-Params-Validate \
|
||||
www/p5-Catalyst-Log-Log4perl \
|
||||
devel/p5-Date-Calc \
|
||||
www/p5-Catalyst-Plugin-HTML-Widget \
|
||||
devel/p5-Catalyst-Plugin-StackTrace \
|
||||
www/p5-Catalyst-Plugin-Prototype \
|
||||
www/p5-Catalyst-Plugin-Singleton \
|
||||
www/p5-Catalyst-Plugin-DefaultEnd \
|
||||
www/p5-Catalyst-Plugin-SubRequest \
|
||||
www/p5-Catalyst-Plugin-Session \
|
||||
www/p5-Catalyst-Plugin-Session-Store-File \
|
||||
www/p5-Catalyst-Plugin-Session-State-Cookie \
|
||||
www/p5-Catalyst-Plugin-Session-State-URI \
|
||||
security/p5-Catalyst-Plugin-Authentication \
|
||||
security/p5-Catalyst-Plugin-Authentication-Store-DBIC \
|
||||
security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \
|
||||
security/p5-Catalyst-Plugin-Authorization-ACL \
|
||||
security/p5-Catalyst-Plugin-Authorization-Roles \
|
||||
www/p5-Catalyst-Plugin-I18N \
|
||||
www/p5-Catalyst-Plugin-XMLRPC \
|
||||
www/p5-Catalyst-Plugin-Pluggable \
|
||||
www/p5-Catalyst-Plugin-ConfigLoader \
|
||||
databases/p5-Catalyst-Model-DBIC-Schema \
|
||||
textproc/p5-Catalyst-View-TT \
|
||||
devel/p5-Test-WWW-Mechanize-Catalyst \
|
||||
www/p5-CGI-Simple \
|
||||
www/p5-Catalyst-Action-RenderView \
|
||||
databases/p5-DBD-SQLite
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= no need to
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/10/18 17:47:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= compiler cache
|
||||
|
||||
DISTNAME= ccache-2.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://ccache.samba.org/
|
||||
|
||||
@ -19,6 +19,6 @@ WANTLIB= c
|
||||
MASTER_SITES= http://samba.org/ftp/ccache/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= implementation of the Real-time Transport Protocol
|
||||
|
||||
DISTNAME= ccrtp-1.7.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
|
||||
|
||||
@ -16,9 +16,9 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= crypto ssl ccgnu2.>=1
|
||||
WANTLIB= crypto ssl ccgnu2>=1
|
||||
|
||||
LIB_DEPENDS= ::devel/commoncpp
|
||||
LIB_DEPENDS= devel/commoncpp
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/25 09:10:07 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:56 espie Exp $
|
||||
|
||||
COMMENT= curses development kit
|
||||
|
||||
V= 5.0-20060507
|
||||
DISTNAME= cdk-${V}
|
||||
PKGNAME= cdk-${V:S/-/./}p0
|
||||
PKGNAME= cdk-${V:S/-/./}
|
||||
REVISION = 0
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
NOT_FOR_ARCHS = arm mips64 mips64el sparc64
|
||||
|
||||
COMMENT = library for efficient computations
|
||||
|
||||
DISTNAME = cln-1.3.1
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
SHARED_LIBS += cln 1.0 # .5.2
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -24,7 +24,7 @@ EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
WANTLIB += c m stdc++ gmp
|
||||
|
||||
LIB_DEPENDS = ::devel/gmp
|
||||
LIB_DEPENDS = devel/gmp
|
||||
|
||||
USE_GMAKE = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/11/15 11:39:08 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
VMEM_WARNING = Yes
|
||||
|
||||
@ -19,8 +19,8 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
WANTLIB = archive c crypto curl curses expat form m \
|
||||
ssl stdc++ z
|
||||
|
||||
LIB_DEPENDS = ::archivers/libarchive \
|
||||
::net/curl
|
||||
LIB_DEPENDS = archivers/libarchive \
|
||||
net/curl
|
||||
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_ARGS = --prefix=${PREFIX} \
|
||||
@ -31,7 +31,7 @@ CONFIGURE_ARGS = --prefix=${PREFIX} \
|
||||
PORTHOME = ${WRKDIR}
|
||||
|
||||
SEPARATE_BUILD = simple
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
REGRESS_TARGET = test
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: cmake.port.mk,v 1.7 2010/06/14 12:34:29 espie Exp $
|
||||
# $OpenBSD: cmake.port.mk,v 1.8 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
BUILD_DEPENDS+= :cmake->=2.8.0:devel/cmake
|
||||
BUILD_DEPENDS+= cmake->=2.8.0:devel/cmake
|
||||
|
||||
.for _n _v in ${SHARED_LIBS}
|
||||
CONFIGURE_ENV+=LIB${_n}_VERSION=${_v}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/08 01:22:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -41,17 +41,17 @@ WANTLIB += stdc++ xcb z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS:=codeblocks/}
|
||||
|
||||
BUILD_DEPENDS= ::archivers/zip
|
||||
BUILD_DEPENDS= archivers/zip
|
||||
|
||||
LIB_DEPENDS= ::archivers/bzip2 \
|
||||
::x11/wxWidgets
|
||||
LIB_DEPENDS= archivers/bzip2 \
|
||||
x11/wxWidgets
|
||||
|
||||
WANTLIB += bz2.>=10 wx_base.>=1 wx_base_net wx_base_odbc wx_base_xml \
|
||||
WANTLIB += bz2>=10 wx_base>=1 wx_base_net wx_base_odbc wx_base_xml \
|
||||
wx_gtk2_adv wx_gtk2_aui wx_gtk2_core wx_gtk2_dbgrid \
|
||||
wx_gtk2_html wx_gtk2_qa wx_gtk2_richtext wx_gtk2_xrc
|
||||
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
|
||||
:shared-mime-info->=0.21:misc/shared-mime-info
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
shared-mime-info->=0.21:misc/shared-mime-info
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/05/19 10:48:52 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = universal parsing tool & source code generator
|
||||
|
||||
V = 4.5.4
|
||||
PKGNAME = codeworker-${V}p0
|
||||
PKGNAME = codeworker-${V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/03 07:27:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = C/C++ static checker
|
||||
|
||||
@ -18,8 +18,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c m stdc++
|
||||
|
||||
BUILD_DEPENDS = ::textproc/docbook-xsl \
|
||||
::textproc/libxslt
|
||||
BUILD_DEPENDS = textproc/docbook-xsl \
|
||||
textproc/libxslt
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cppcheck/}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/11/06 10:18:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT-main = liberalised reimplementation of cpp in Haskell
|
||||
COMMENT-lib = cpphs library
|
||||
@ -30,17 +30,17 @@ SUBST_VARS += DISTNAME
|
||||
# GHC: use cabal to build both the executable and the library.
|
||||
WANTLIB-main += gmp util
|
||||
MODULES = lang/ghc converters/libiconv
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
MODGHC_BUILD = cabal haddock register
|
||||
LIB_DEPENDS-main = ${LIB_DEPENDS} ::devel/gmp
|
||||
LIB_DEPENDS-main = ${LIB_DEPENDS} devel/gmp
|
||||
RUN_DEPENDS-main =
|
||||
LIB_DEPENDS-lib =
|
||||
WANTLIB-lib =
|
||||
.else
|
||||
# NHC: use the good old makefile for now (though it *should* be possible
|
||||
# to build with cabal, too).
|
||||
BUILD_DEPENDS += ::devel/hmake \
|
||||
::lang/nhc98
|
||||
BUILD_DEPENDS += devel/hmake \
|
||||
lang/nhc98
|
||||
HC = hmake
|
||||
HC_OPTS = -nhc98 -package base
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= c++ unit testing framework
|
||||
DISTNAME= cppunit-1.12.1
|
||||
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
WANTLIB= c m stdc++
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= code browsing program
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
@cd ${WRKSRC}; ${INSTALL_SCRIPT} contrib/xcscope/cscope-indexer \
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/10/19 21:04:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= directory synchronization over mail
|
||||
|
||||
PKGNAME= ctm-19960528p0
|
||||
PKGNAME= ctm-19960528
|
||||
REVISION = 0
|
||||
DISTNAME= ctmkit
|
||||
CATEGORIES= net devel
|
||||
HOMEPAGE= http://www.openbsd.org/ctm.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = c unit testing framework
|
||||
|
||||
@ -24,7 +24,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cunit/}
|
||||
EXTRACT_SUFX = -src.tar.gz
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE = autoconf
|
||||
CONFIGURE_ARGS += --enable-curses
|
||||
AUTOCONF_VERSION = 2.59
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $Id: Makefile,v 1.4 2010/10/18 17:47:52 espie Exp $
|
||||
# $Id: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= collection of utilities for C programmers
|
||||
|
||||
DISTNAME= cutils-1.6
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
REVISION = 1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.sigala.it/sandro/software.php
|
||||
@ -21,6 +21,6 @@ WANTLIB= c
|
||||
MASTER_SITES= http://www.sigala.it/sandro/files/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/08/30 22:03:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= fast, incremental CVS to Mercurial conversion
|
||||
|
||||
@ -23,8 +23,8 @@ WRKDIST= ${WRKDIR}/-corecode-hg-cvs20hg-${CHANGESET}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
MODULES= lang/python
|
||||
BUILD_DEPENDS += ::devel/py-rcsparse
|
||||
RUN_DEPENDS += ::devel/py-rcsparse
|
||||
BUILD_DEPENDS += devel/py-rcsparse
|
||||
RUN_DEPENDS += devel/py-rcsparse
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/08/30 22:03:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= migrate repositories from CVS to Subversion/GIT/BZR
|
||||
|
||||
@ -21,7 +21,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
RUN_DEPENDS= :py-subversion-*:devel/subversion,-python \
|
||||
# XXX YUCK
|
||||
RUN_DEPENDS= py-subversion-*:devel/subversion,-python \
|
||||
${MODPY_RUN_DEPENDS:S/python/python-bsddb/},-bsddb
|
||||
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/08 01:22:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= graphical representation of CVS repository
|
||||
|
||||
@ -11,13 +11,13 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c jpeg m png z gd.>=18
|
||||
WANTLIB= c jpeg m png z gd>=18
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/release/
|
||||
|
||||
LIB_DEPENDS= ::graphics/gd
|
||||
LIB_DEPENDS= graphics/gd
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
@ -27,7 +27,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
||||
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
|
||||
--with-gd-lib=${LOCALBASE}/lib \
|
||||
--with-freetype-lib=${X11BASE}/lib
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= CVS-managed project analyzer
|
||||
|
||||
DISTNAME= cvsplot-1.6.5
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsplot/}
|
||||
|
||||
HOMEPAGE= http://cvsplot.sourceforge.net/
|
||||
|
||||
RUN_DEPENDS= :p5-DateManip-*:converters/p5-DateManip \
|
||||
:p5-String-ShellQuote-*:textproc/p5-String-ShellQuote \
|
||||
:gnuplot-*:math/gnuplot
|
||||
RUN_DEPENDS= converters/p5-DateManip \
|
||||
textproc/p5-String-ShellQuote \
|
||||
math/gnuplot
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/08 01:22:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = patch-set and bug tracking system for CVS
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
|
||||
WANTLIB = c m sqlite3
|
||||
LIB_DEPENDS = ::databases/sqlite3
|
||||
LIB_DEPENDS = databases/sqlite3
|
||||
|
||||
USE_GMAKE = Yes
|
||||
MAKE_FILE = bsd-gcc.mk
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= collection of useful CVS scripts
|
||||
|
||||
DISTNAME= cvsutils-0.2.5
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.red-bean.com/cvsutils/
|
||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2010/11/02 20:22:34 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = advanced revision control system written in Haskell
|
||||
|
||||
@ -7,30 +7,30 @@ DISTNAME = darcs-2.5
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://www.darcs.net/
|
||||
|
||||
WANTLIB = c curl.>=2 gmp m ncursesw pthread util z
|
||||
WANTLIB = c curl>=2 gmp m ncursesw pthread util z
|
||||
MODULES = lang/ghc converters/libiconv
|
||||
MODGHC_BUILD = cabal hackage nort
|
||||
MODGHC_SETUP_CONF_ARGS =-f '-threaded'
|
||||
LIB_DEPENDS = ::devel/gmp \
|
||||
::net/curl
|
||||
LIB_DEPENDS = devel/gmp \
|
||||
net/curl
|
||||
|
||||
# Yes, build dependencies, because GHC libs are still static and we
|
||||
# don't want to pull in all of ghc.
|
||||
BUILD_DEPENDS = :hs-tar->=0.3,<0.4:devel/hs-tar \
|
||||
:hs-zlib->=0.5.0,<0.6.0:archivers/hs-zlib \
|
||||
:hs-hashed-storage->=0.5.2,<0.6:devel/hs-hashed-storage \
|
||||
:hs-parsec->=2.0,<3.1:devel/hs-parsec \
|
||||
:hs-regex-compat->=0.71,<0.94:devel/hs-regex-compat \
|
||||
:hs-text->=0.3:devel/hs-text \
|
||||
:hs-html->=1.0,<1.1:www/hs-html \
|
||||
BUILD_DEPENDS = hs-tar->=0.3,<0.4:devel/hs-tar \
|
||||
hs-zlib->=0.5.0,<0.6.0:archivers/hs-zlib \
|
||||
hs-hashed-storage->=0.5.2,<0.6:devel/hs-hashed-storage \
|
||||
hs-parsec->=2.0,<3.1:devel/hs-parsec \
|
||||
hs-regex-compat->=0.71,<0.94:devel/hs-regex-compat \
|
||||
hs-text->=0.3:devel/hs-text \
|
||||
hs-html->=1.0,<1.1:www/hs-html \
|
||||
${RUN_DEPENDS} \
|
||||
::textproc/latex2html
|
||||
textproc/latex2html
|
||||
|
||||
REGRESS_DEPENDS = ::shells/bash
|
||||
REGRESS_DEPENDS = shells/bash
|
||||
|
||||
# For the documentation
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-build:
|
||||
@cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/27 11:38:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -34,8 +34,8 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 png xml2
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
BUILD_DEPENDS= ::lang/vala
|
||||
LIB_DEPENDS= ::x11/gtk+2
|
||||
BUILD_DEPENDS= lang/vala
|
||||
LIB_DEPENDS= x11/gtk+2
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2010/10/24 21:10:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Data Display Debugger, graphical front-end for GDB, etc
|
||||
|
||||
DISTNAME= ddd-3.3.12
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
REVISION = 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=ddd/}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= framework to test programs
|
||||
|
||||
DISTNAME= dejagnu-1.4.3
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
REVISION = 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MODULES= lang/tcl
|
||||
|
||||
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
|
||||
RUN_DEPENDS= :expect-*:lang/expect,no_tk \
|
||||
RUN_DEPENDS= lang/expect,no_tk \
|
||||
${MODTCL_RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= utilities for 'desktop' entries
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= ::devel/glib2
|
||||
LIB_DEPENDS= devel/glib2
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:10:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = graphical frontend to the objdump disassembler
|
||||
|
||||
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = http://dissy.googlecode.com/files/
|
||||
|
||||
MODULES = lang/python
|
||||
RUN_DEPENDS = ::x11/py-gtk2
|
||||
RUN_DEPENDS = x11/py-gtk2
|
||||
|
||||
NO_REGRESS = Yes
|
||||
PKG_ARCH = *
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/10/01 11:42:30 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= documentation system for C, C++, IDL and Java
|
||||
|
||||
DISTNAME= doc++-3.4.10
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
REVISION = 2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://docpp.sourceforge.net/
|
||||
@ -18,8 +18,8 @@ WANTLIB= c m stdc++
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docpp/}
|
||||
|
||||
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
|
||||
::print/texlive/base
|
||||
RUN_DEPENDS= print/ghostscript/gnu \
|
||||
print/texlive/base
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/08 13:15:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT-main= source code documentation generator tool
|
||||
COMMENT-gui= GUI front-end for doxygen
|
||||
@ -42,7 +42,7 @@ MODULES+= x11/qt4
|
||||
MULTI_PACKAGES+=-gui
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS += ::devel/bison
|
||||
BUILD_DEPENDS += devel/bison
|
||||
COMMON_WANTLIB = c m pthread stdc++ ${MODLIBICONV_WANTLIB}
|
||||
COMMON_LIB_DEPENDS = ${MODLIBICONV_LIB_DEPENDS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/09/12 16:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Device Tree Compiler
|
||||
|
||||
@ -19,7 +19,7 @@ MASTER_SITES= http://distfiles.nl/
|
||||
|
||||
WANTLIB += c
|
||||
|
||||
BUILD_DEPENDS= ::devel/bison
|
||||
BUILD_DEPENDS= devel/bison
|
||||
|
||||
USE_GMAKE= Yes
|
||||
MAKE_ENV+= V=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Eclipse Modeling Framework (EMF)
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://download.eclipse.org/modeling/emf/emf/downloads/drops/${V}/R200705141058/
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/02/09 00:31:55 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Perl plugin for Eclipse IDE
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e-p-i-c/}
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.1:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.1:devel/eclipse/sdk
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Eclipse plugin for Java program checker (bytecode analyzer)
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=findbugs/}
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= graphical editing environment for eclipse
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.2.2-200702081315/
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= IVY plug-in for Eclipse IDE
|
||||
|
||||
@ -20,7 +20,7 @@ HOMEPAGE= http://incubator.apache.org/ivy/ivyde/
|
||||
|
||||
MASTER_SITES= http://www.jaya.free.fr/downloads/ivyde/
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk-*:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk-*:devel/eclipse/sdk
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/08/30 22:03:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = Python development plug-in for Eclipse
|
||||
|
||||
@ -24,7 +24,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pydev/}
|
||||
EXTRACT_SUFX = .zip
|
||||
|
||||
RUN_DEPENDS= ::devel/eclipse/sdk
|
||||
RUN_DEPENDS= devel/eclipse/sdk
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/10/26 21:42:14 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Ruby Development Tools for Eclipse IDE
|
||||
|
||||
@ -24,7 +24,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rubyeclipse/}
|
||||
|
||||
MODULES= lang/ruby
|
||||
MODRUBY_BUILDDEP= No
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.1:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.1:devel/eclipse/sdk
|
||||
|
||||
|
||||
USE_ZIP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/28 23:49:58 ian Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Configuration tool for Struts web framework
|
||||
|
||||
@ -22,8 +22,8 @@ MASTER_SITES= http://www.jamesholmes.com/struts/
|
||||
|
||||
TAR= ${LOCALBASE}/bin/gtar
|
||||
|
||||
BUILD_DEPENDS= :gtar-*:archivers/gtar
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
BUILD_DEPENDS= archivers/gtar
|
||||
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= SubVersion (CVS replacement) plug-in for Eclipse IDE
|
||||
|
||||
@ -26,7 +26,7 @@ MASTER_SITES= http://subclipse.tigris.org/files/documents/906/37653/
|
||||
# FETCH_CMD does not.
|
||||
FETCH_CMD= lynx -accept_all_cookies -source >${DISTDIR}/$$f
|
||||
|
||||
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
RUN_DEPENDS= eclipse-sdk->=3.2:devel/eclipse/sdk
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 02:52:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= UML diagram framework for Eclipse
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/${V}/R200702141227/
|
||||
|
||||
RUN_DEPENDS= :eclipse-plugin-emf-sdk->=2.2.2:devel/eclipse/plugins/emf
|
||||
RUN_DEPENDS= STEM->=2.2.2:devel/eclipse/plugins/emf
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/08/28 21:20:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= Web Tools Platform for Eclipse
|
||||
|
||||
V= 1.5.4
|
||||
DISTNAME= wtp-sdk-R-${V}-200705021353
|
||||
PKGNAME= eclipse-plugin-wtp-sdk-${V}p0
|
||||
PKGNAME= eclipse-plugin-wtp-sdk-${V}
|
||||
REVISION = 0
|
||||
CATEGORIES= devel/eclipse/plugins java
|
||||
EXTRACT_SUFX= .zip
|
||||
PKG_ARCH= *
|
||||
@ -21,9 +22,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://download.eclipse.org/webtools/downloads/drops/R1.5/R-${V}-200705021353/
|
||||
|
||||
BUILD_DEPENDS= :gtar-*:archivers/gtar
|
||||
RUN_DEPENDS= :eclipse-plugin-emf-sdk->=2.2.0:devel/eclipse/plugins/emf\
|
||||
:eclipse-plugin-gef-sdk->=3.2.2:devel/eclipse/plugins/gef
|
||||
BUILD_DEPENDS= archivers/gtar
|
||||
RUN_DEPENDS= STEM->=2.2.0:devel/eclipse/plugins/emf\
|
||||
STEM->=3.2.2:devel/eclipse/plugins/gef
|
||||
|
||||
USE_ZIP= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2010/11/12 21:32:17 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
@ -56,19 +56,19 @@ VMEM_WARNING= Yes
|
||||
MODULES= java devel/gettext
|
||||
MODJAVA_VER= 1.5+
|
||||
|
||||
BUILD_DEPENDS= :xulrunner-devel->=1.9:devel/xulrunner/1.9,-devel \
|
||||
:apache-ant->=1.6.1:devel/apache-ant
|
||||
BUILD_DEPENDS= xulrunner-devel->=1.9:devel/xulrunner/1.9,-devel \
|
||||
apache-ant->=1.6.1:devel/apache-ant
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_ZIP= Yes
|
||||
|
||||
MULTI_PACKAGES= -main -swt -gnome -browser
|
||||
|
||||
RUN_DEPENDS-main= ::java/javaPathHelper \
|
||||
RUN_DEPENDS-main= java/javaPathHelper \
|
||||
${MODJAVA_RUN_DEPENDS} \
|
||||
:swt-browser-${ECLIPSE_VER}:devel/eclipse/sdk,-browser \
|
||||
::devel/desktop-file-utils
|
||||
LIB_DEPENDS-main= ::x11/gtk+2
|
||||
swt-browser-${ECLIPSE_VER}:devel/eclipse/sdk,-browser \
|
||||
devel/desktop-file-utils
|
||||
LIB_DEPENDS-main= x11/gtk+2
|
||||
|
||||
WANTLIB-main= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \
|
||||
Xcomposite Xdamage gdk_pixbuf-2.0 \
|
||||
@ -80,15 +80,15 @@ WANTLIB-main= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \
|
||||
gthread-2.0 pthread xcb-render GL Xxf86vm drm xcb-shm \
|
||||
gdk-x11-2.0 gtk-x11-2.0
|
||||
|
||||
LIB_DEPENDS-swt= ::x11/gtk+2
|
||||
LIB_DEPENDS-swt= x11/gtk+2
|
||||
WANTLIB-swt= GL GLU Xtst m atk-1.0 cairo gthread-2.0 gtk-x11-2.0
|
||||
|
||||
RUN_DEPENDS-gnome= :swt-${ECLIPSE_VER}:devel/eclipse/sdk,-swt
|
||||
LIB_DEPENDS-gnome= ::x11/gnome/libgnomeui
|
||||
RUN_DEPENDS-gnome= swt-${ECLIPSE_VER}:devel/eclipse/sdk,-swt
|
||||
LIB_DEPENDS-gnome= x11/gnome/libgnomeui
|
||||
WANTLIB-gnome= gnome-2 gnomevfs-2 gnomeui-2
|
||||
|
||||
RUN_DEPENDS-browser= :swt-${ECLIPSE_VER}:devel/eclipse/sdk,-swt
|
||||
LIB_DEPENDS-browser= :xulrunner->=1.9:devel/xulrunner/1.9
|
||||
RUN_DEPENDS-browser= swt-${ECLIPSE_VER}:devel/eclipse/sdk,-swt
|
||||
LIB_DEPENDS-browser= xulrunner->=1.9:devel/xulrunner/1.9
|
||||
WANTLIB-browser= xulrunner1.9/xpcom xulrunner1.9/xul c nspr4 plc4 plds4 m stdc++
|
||||
|
||||
MOZILLA_HOME= ${LOCALBASE}/xulrunner1.9
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= D-Bus binding for GObject
|
||||
|
||||
@ -20,15 +20,15 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
WANTLIB += c dbus-1 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 pcre
|
||||
WANTLIB += dbus-glib-1.>=4 pthread gthread-2.0 z
|
||||
WANTLIB += dbus-glib-1>=4 pthread gthread-2.0 z
|
||||
|
||||
MASTER_SITES= http://hal.freedesktop.org/releases/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ::textproc/libxslt \
|
||||
::textproc/docbook-xsl
|
||||
LIB_DEPENDS= ::x11/dbus-glib
|
||||
BUILD_DEPENDS= textproc/libxslt \
|
||||
textproc/docbook-xsl
|
||||
LIB_DEPENDS= x11/dbus-glib
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/08 09:57:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = plugin framework library
|
||||
|
||||
@ -37,10 +37,10 @@ MODULES = lang/python \
|
||||
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
RUN_DEPENDS += ::x11/py-gtk2
|
||||
RUN_DEPENDS += x11/py-gtk2
|
||||
|
||||
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
|
||||
::x11/gtk+2
|
||||
x11/gtk+2
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/02/06 11:41:35 pirofti Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = i386
|
||||
|
||||
COMMENT = flat assembler
|
||||
DISTNAME = fasm-1.67.29
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel lang
|
||||
HOMEPAGE = http://flatassembler.net/
|
||||
MAINTAINER = Dmitri Alenichev <mitya@rootshell.be>
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/11/08 09:57:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= generic game engine library
|
||||
|
||||
VERSION= 0.1.4
|
||||
DISTNAME= flatzebra-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS+= flatzebra-0.1 1.0 # .2.0
|
||||
|
||||
@ -21,12 +21,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB += SDL X11 Xau Xdmcp Xext Xrandr Xrender jpeg m mikmod
|
||||
WANTLIB += ogg png pthread-stubs smpeg sndio tiff usbhid vorbis
|
||||
WANTLIB += vorbisfile xcb z
|
||||
WANTLIB += SDL_image.>=2 SDL_mixer.>=3
|
||||
WANTLIB += SDL_image>=2 SDL_mixer>=3
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
LIB_DEPENDS= ::devel/sdl-image \
|
||||
::devel/sdl-mixer
|
||||
LIB_DEPENDS= devel/sdl-image \
|
||||
devel/sdl-mixer
|
||||
|
||||
MODULES= converters/libiconv
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= C/C++ source code auditing tool
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= ${HOMEPAGE} \
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF = Yes
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:47:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= fast lexical analyzer generator
|
||||
|
||||
@ -18,8 +18,8 @@ WANTLIB= c m
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ::devel/help2man \
|
||||
::devel/bison
|
||||
BUILD_DEPENDS= devel/help2man \
|
||||
devel/bison
|
||||
|
||||
YACC= bison
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/11/12 19:02:13 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = simple distributed software configuration management
|
||||
|
||||
@ -31,7 +31,7 @@ MAKE_FLAGS = TCC="${CC} -Wall -DFOSSIL_ENABLE_SSL"
|
||||
WANTLIB = c crypto ssl z
|
||||
|
||||
MODULES = lang/tcl
|
||||
RUN_DEPENDS = :gnupg-<2:security/gnupg
|
||||
RUN_DEPENDS = gnupg-<2:security/gnupg
|
||||
|
||||
REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/11/08 09:57:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT = C++ toolkit for GUI
|
||||
CATEGORIES = devel
|
||||
@ -13,10 +13,10 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
LIB_DEPENDS = ::archivers/bzip2 \
|
||||
::graphics/jpeg \
|
||||
::graphics/png \
|
||||
::graphics/tiff
|
||||
LIB_DEPENDS = archivers/bzip2 \
|
||||
graphics/jpeg \
|
||||
graphics/png \
|
||||
graphics/tiff
|
||||
|
||||
CONFIGURE_ENV += \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/16 02:52:59 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= library implementing the Unicode Bidirectional Algorithm
|
||||
|
||||
DISTNAME= fribidi-0.10.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION = 0
|
||||
SHARED_LIBS += fribidi 0.0 # .0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/11/08 09:57:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT= GNOME Application Libs
|
||||
|
||||
@ -40,8 +40,8 @@ EXTRACT_SUFX= .tar.bz2
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
LIB_DEPENDS= ::x11/gnome/libgnomeui \
|
||||
::x11/gnome/libgnomeprintui
|
||||
LIB_DEPENDS= x11/gnome/libgnomeui \
|
||||
x11/gnome/libgnomeprintui
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2010/11/14 14:16:43 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2010/11/15 19:45:57 espie Exp $
|
||||
|
||||
COMMENT-main= configuration database system for GNOME
|
||||
COMMENT-polkit= PolicyKit integration for GConf2
|
||||
@ -47,14 +47,14 @@ MODULES= devel/gettext \
|
||||
MULTI_PACKAGES= -main -polkit
|
||||
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
::x11/gtk+2 \
|
||||
::devel/ORBit2 \
|
||||
::textproc/libxml \
|
||||
::x11/dbus-glib
|
||||
x11/gtk+2 \
|
||||
devel/ORBit2 \
|
||||
textproc/libxml \
|
||||
x11/dbus-glib
|
||||
|
||||
LIB_DEPENDS-polkit= ${LIB_DEPENDS} \
|
||||
::devel/gconf2 \
|
||||
::sysutils/polkit
|
||||
devel/gconf2 \
|
||||
sysutils/polkit
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user