forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
297f7e5e48
commit
231976bc25
227 changed files with 798 additions and 1814 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dcf77pi
|
||||
PORTVERSION= 3.4.2
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rene0-dcf77pi-3.4.2_GH0.tar.gz) = d7695ada7006c5384af4e2dc67b0ac92e207aad239734a50d75787b96ddcbbe3
|
||||
SIZE (rene0-dcf77pi-3.4.2_GH0.tar.gz) = 52301
|
||||
SHA256 (rene0-dcf77pi-3.5.0_GH0.tar.gz) = 7ec84865cfada1569c665978f2569015b8fcf7b732b2e22760df94de6ab11312
|
||||
SIZE (rene0-dcf77pi-3.5.0_GH0.tar.gz) = 53239
|
||||
|
|
|
|||
|
|
@ -836,7 +836,6 @@
|
|||
SUBDIR += rrdman
|
||||
SUBDIR += rrdmerge
|
||||
SUBDIR += rrdtool
|
||||
SUBDIR += rrdtool10
|
||||
SUBDIR += rrdtool12
|
||||
SUBDIR += ruby-bdb
|
||||
SUBDIR += ruby-cdb
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= jrrd
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= SF/opennms/JRRD/stable-1.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 5.5.47
|
||||
PORTVERSION= 5.5.49
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
|
||||
http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
|
||||
|
|
@ -26,6 +26,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
|||
|
||||
SLAVEDIRS= databases/mariadb55-client
|
||||
USES= cmake execinfo gmake shebangfix
|
||||
USE_OPENSSL= yes
|
||||
SHEBANG_FILES= scripts/*.sh
|
||||
|
||||
CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
|
||||
|
|
@ -46,6 +47,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
|
|||
-DWITH_UNIT_TESTS=0 \
|
||||
-DWITH_LIBEDIT=0 \
|
||||
-DWITH_LIBWRAP=1 \
|
||||
-DWITH_SSL=yes \
|
||||
-DEXECINFO_ROOT=${LOCALBASE} \
|
||||
-DCOMPILATION_COMMENT="FreeBSD Ports"
|
||||
|
||||
|
|
@ -59,8 +61,7 @@ BROKEN_armv6= Does not compile on arm
|
|||
|
||||
.if !defined(CLIENT_ONLY)
|
||||
# MySQL-Server part
|
||||
USE_MYSQL= yes
|
||||
WANT_MYSQL_VER= 55m
|
||||
USES+= mysql:55m
|
||||
|
||||
CONFLICTS_INSTALL= mariadb5[0-46-9]-server-* \
|
||||
mariadb1*-server-* \
|
||||
|
|
@ -72,7 +73,8 @@ USE_RC_SUBR= mysql-server
|
|||
USERS= mysql
|
||||
GROUPS= mysql
|
||||
|
||||
CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \
|
||||
CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=/usr/include \
|
||||
-DWITH_EMBEDDED_SERVER="ON" \
|
||||
-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1
|
||||
|
||||
.else
|
||||
|
|
@ -81,19 +83,10 @@ USES+= readline
|
|||
.endif
|
||||
|
||||
OPTIONS_DEFINE+= FASTMTX
|
||||
OPTIONS_RADIO= SSL
|
||||
OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL
|
||||
OPTIONS_DEFAULT+= OPENSSL
|
||||
OPTIONS_SUB= yes
|
||||
NO_OPTIONS_SORT=yes
|
||||
|
||||
BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL
|
||||
FASTMTX_DESC= Replace mutexes with spinlocks
|
||||
WITHOUT_SSL_DESC= No SSL/TLS support
|
||||
OPENSSL_CMAKE_ON= -DWITH_SSL=yes
|
||||
OPENSSL_USE= USE_OPENSSL=yes
|
||||
BUNDLED_SSL_CMAKE_ON= -DWITH_SSL=bundled
|
||||
WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no
|
||||
|
||||
FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mariadb-5.5.47.tar.gz) = 62b9378677433461d2a79b1ebe3182ba249994eb0cff2054ae8de8f646364209
|
||||
SIZE (mariadb-5.5.47.tar.gz) = 45705343
|
||||
SHA256 (mariadb-5.5.49.tar.gz) = 2c82f2af71b88a7940d5ff647498ed78922c92e88004942caa213131e20f4706
|
||||
SIZE (mariadb-5.5.49.tar.gz) = 45738390
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mongodb
|
||||
PORTVERSION= 2.6.7
|
||||
PORTVERSION= 2.6.12
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= http://downloads.mongodb.org/src/
|
||||
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mongodb-src-r2.6.7.tar.gz) = 512254d1adeaf19cc8188032ac75ce01ac114811b5a27ef3a95dc79eeedd6bc9
|
||||
SIZE (mongodb-src-r2.6.7.tar.gz) = 14540119
|
||||
SHA256 (mongodb-src-r2.6.12.tar.gz) = 2dd51eabcfcd133573be74c0131c85b67764042833e7d94077e86adc0b9406dc
|
||||
SIZE (mongodb-src-r2.6.12.tar.gz) = 16462842
|
||||
|
|
|
|||
|
|
@ -1,6 +1,21 @@
|
|||
--- SConstruct.orig 2014-05-05 02:29:43.000000000 +0000
|
||||
+++ SConstruct 2014-05-12 09:50:56.999470711 +0000
|
||||
@@ -843,7 +843,7 @@
|
||||
--- SConstruct.orig 2016-03-21 17:09:46.000000000 +0100
|
||||
+++ SConstruct 2016-05-02 12:45:18.685329078 +0200
|
||||
@@ -483,10 +483,10 @@ env = Environment( variables=env_vars,
|
||||
)
|
||||
|
||||
# Report any unknown variables as an error.
|
||||
-unknown_vars = env_vars.UnknownVariables()
|
||||
-if unknown_vars:
|
||||
- print "Unknown variables specified: {0}".format(", ".join(unknown_vars.keys()))
|
||||
- Exit(1)
|
||||
+#unknown_vars = env_vars.UnknownVariables()
|
||||
+#if unknown_vars:
|
||||
+# print "Unknown variables specified: {0}".format(", ".join(unknown_vars.keys()))
|
||||
+# Exit(1)
|
||||
|
||||
if has_option("cache"):
|
||||
EnsureSConsVersion( 2, 3, 0 )
|
||||
@@ -867,7 +867,7 @@ if nix:
|
||||
env.Append( LIBS=[] )
|
||||
|
||||
#make scons colorgcc friendly
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
--- src/mongo/SConscript.orig 2013-03-22 20:55:25.000000000 +0100
|
||||
+++ src/mongo/SConscript 2013-03-25 17:46:04.000000000 +0100
|
||||
--- src/mongo/SConscript.orig 2016-03-21 17:09:46.000000000 +0100
|
||||
+++ src/mongo/SConscript 2016-05-02 12:44:35.405331527 +0200
|
||||
@@ -13,7 +13,7 @@ Import("has_option")
|
||||
Import("usesm usev8")
|
||||
Import("installSetup")
|
||||
Import("get_option")
|
||||
Import("usev8")
|
||||
Import("enforce_glibc")
|
||||
-Import("darwin windows solaris linux nix")
|
||||
+Import("darwin windows solaris linux freebsd nix")
|
||||
|
||||
env.SConscript(['base/SConscript',
|
||||
'db/auth/SConscript',
|
||||
@@ -765,7 +765,7 @@ def installBinary( e, name ):
|
||||
@@ -1183,7 +1183,7 @@ def installBinary( e, name ):
|
||||
if enforce_glibc:
|
||||
e.AddPostAction( name, checkGlibc )
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/mongo/db/kill_current_op.cpp.orig 2014-05-15 15:30:33.100157820 +0000
|
||||
+++ src/mongo/db/kill_current_op.cpp 2014-05-15 15:35:12.714138934 +0000
|
||||
@@ -152,7 +152,7 @@
|
||||
--- src/mongo/db/kill_current_op.cpp.orig 2016-03-21 17:09:46.000000000 +0100
|
||||
+++ src/mongo/db/kill_current_op.cpp 2016-05-02 12:44:35.406331476 +0200
|
||||
@@ -152,7 +152,7 @@ namespace {
|
||||
}
|
||||
|
||||
// Return true with (approx) probability p = "chance". Recall: 0 <= chance <= 1.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/mongo/db/ops/modifier_push.cpp.orig 2014-05-15 15:24:21.650184430 +0000
|
||||
+++ src/mongo/db/ops/modifier_push.cpp 2014-05-15 15:25:51.014179801 +0000
|
||||
@@ -646,7 +646,7 @@
|
||||
--- src/mongo/db/ops/modifier_push.cpp.orig 2016-03-21 17:09:46.000000000 +0100
|
||||
+++ src/mongo/db/ops/modifier_push.cpp 2016-05-02 12:44:35.408331153 +0200
|
||||
@@ -646,7 +646,7 @@ namespace mongo {
|
||||
}
|
||||
|
||||
const int64_t numChildren = mutablebson::countChildren(_preparedState->elemFound);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- src/third_party/boost/libs/filesystem/v3/src/path.cpp.orig 2013-04-22 16:48:39.000000000 +0200
|
||||
+++ src/third_party/boost/libs/filesystem/v3/src/path.cpp 2013-05-03 14:46:44.000000000 +0200
|
||||
--- src/third_party/boost/libs/filesystem/v3/src/path.cpp.orig 2016-03-21 17:09:46.000000000 +0100
|
||||
+++ src/third_party/boost/libs/filesystem/v3/src/path.cpp 2016-05-02 12:44:35.410331831 +0200
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifdef BOOST_WINDOWS_API
|
||||
# include "windows_file_codecvt.hpp"
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
# include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
|
||||
#endif
|
||||
|
||||
@@ -766,7 +766,7 @@
|
||||
@@ -766,7 +766,7 @@ namespace
|
||||
codecvt_facet(&std::use_facet<std::codecvt<wchar_t, char, std::mbstate_t> >
|
||||
(path_locale));
|
||||
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// "All BSD system functions expect their string parameters to be in UTF-8 encoding
|
||||
// and nothing else." See
|
||||
@@ -822,7 +822,7 @@
|
||||
@@ -822,7 +822,7 @@ namespace filesystem3
|
||||
const path::codecvt_type*& path::wchar_t_codecvt_facet()
|
||||
{
|
||||
# if defined(BOOST_POSIX_API) && \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= POE-Component-RRDTool
|
||||
PORTVERSION= 0.18
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases perl5 devel
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= RRD-Simple
|
||||
PORTVERSION= 1.44
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN/Proc/NICOLAW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= rrd
|
||||
DISTVERSION= 1.1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= python-rrdtool
|
||||
PORTVERSION= 1.4.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= rrdtool_lgpl
|
||||
PORTVERSION= 1.0b1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= SF/py-rrdtool/py-rrdtool/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= rrdman
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= rrdmerge
|
||||
PORTVERSION= 0.0.1
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.sippysoft.com/thirdparty/
|
||||
DISTNAME= ${PORTNAME}-${GITREVISION}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rrdtool
|
||||
PORTVERSION= 1.5.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= databases graphics
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
|
|
@ -13,7 +12,7 @@ COMMENT= Round Robin Database Tools
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS= rrdtool10-* rrdtool12-*
|
||||
CONFLICTS= rrdtool12-*
|
||||
|
||||
CONFIGURE_ARGS= --disable-tcl --disable-silent-rules
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rrdtool-1.5.5.tar.gz) = 3a286d449c05d657e3fc3adcaa5cb4f0cfac8f465324b14f364a45d4ff8ca6f6
|
||||
SIZE (rrdtool-1.5.5.tar.gz) = 2187685
|
||||
SHA256 (rrdtool-1.6.0.tar.gz) = cd948e89cd2d8825fab4a6fb0323f810948d934af7d92c9ee8b5e9e1350e52d7
|
||||
SIZE (rrdtool-1.6.0.tar.gz) = 2186538
|
||||
|
|
|
|||
|
|
@ -9,12 +9,8 @@ include/rrd_client.h
|
|||
include/rrd_format.h
|
||||
lib/librrd.a
|
||||
lib/librrd.so
|
||||
lib/librrd.so.4
|
||||
lib/librrd.so.4.3.5
|
||||
lib/librrd_th.a
|
||||
lib/librrd_th.so
|
||||
lib/librrd_th.so.4
|
||||
lib/librrd_th.so.4.3.5
|
||||
lib/librrd.so.8
|
||||
lib/librrd.so.8.0.0
|
||||
libdata/pkgconfig/librrd.pc
|
||||
%%PORTDOCS%%man/man1/bin_dec_hex.1.gz
|
||||
%%PORTDOCS%%man/man1/cdeftutorial.1.gz
|
||||
|
|
|
|||
|
|
@ -1,49 +0,0 @@
|
|||
# Created by: Dmitry Sivachenko <dima@Chg.RU>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rrdtool
|
||||
PORTVERSION= 1.0.50
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/
|
||||
PKGNAMESUFFIX= 10
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Round Robin Database Tools
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
MAKE_ENV= PERL=${PERL}
|
||||
|
||||
CONFLICTS= rrdtool12-1.* rrdtool-1.*
|
||||
|
||||
USES= autoreconf pkgconfig perl5 libtool
|
||||
USE_PERL5= build run
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-local-zlib
|
||||
CONFIGURE_ENV= PERL=${PERL} PERL_MAKE_OPTIONS="PREFIX=${PREFIX}"
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= LATIN2 DOCS EXAMPLES
|
||||
LATIN2_DESC= ISO-8859-2 fonts support
|
||||
|
||||
LATIN2_CONFIGURE_ENABLE= latin2
|
||||
|
||||
post-patch:
|
||||
# fix perl5.18+ pod2x tool
|
||||
@${REINPLACE_CMD} -e 's|IMG<|IMG ... E<|' \
|
||||
${WRKSRC}/doc/rrdcgi.pod
|
||||
@${REINPLACE_CMD} -e 's|rrdtutorial.es.pod||' \
|
||||
${WRKSRC}/doc/Makefile.am \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (rrdtool-1.0.50.tar.gz) = 42aa7c213dedbd95d33ca84d92f4187880f7e96062c6a3fb05bfb16f77ba2a91
|
||||
SIZE (rrdtool-1.0.50.tar.gz) = 1474200
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
--- Makefile.am.orig 2004-08-04 15:20:32 UTC
|
||||
+++ Makefile.am
|
||||
@@ -33,21 +33,7 @@
|
||||
# lets schedule the perl stuff for installation
|
||||
# the special call to install-sh is because the -d switch is not portable
|
||||
# mac os X has its perl module in bundles so it seems
|
||||
-install-data-local:
|
||||
- @if test "x$(PERL)" != "xno"; then \
|
||||
- echo "$(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \
|
||||
- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \
|
||||
- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl"; \
|
||||
- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl; \
|
||||
- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl"; \
|
||||
- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl; \
|
||||
- echo "$(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \
|
||||
- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \
|
||||
- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true"; \
|
||||
- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true; \
|
||||
- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true"; \
|
||||
- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true; \
|
||||
- fi
|
||||
+install-data-local: site-perl-inst
|
||||
|
||||
|
||||
# use relaxed rules when building dists
|
||||
@@ -137,8 +123,8 @@
|
||||
site-perl-inst: site-perl-install
|
||||
|
||||
site-perl-install: all perl-piped/Makefile perl-shared/Makefile
|
||||
- cd perl-piped && $(MAKE) install
|
||||
- cd perl-shared && $(MAKE) install
|
||||
+ cd perl-piped && $(MAKE) pure_install
|
||||
+ cd perl-shared && $(MAKE) pure_install
|
||||
|
||||
site-tcl-install: all
|
||||
cd tcl && $(MAKE) tcl-install
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
--- configure.ac.orig 2005-04-25 20:46:33 UTC
|
||||
+++ configure.ac
|
||||
@@ -393,22 +393,6 @@
|
||||
chmod +x examples/*.cgi examples/*.pl contrib/*/*.pl]],[[]])
|
||||
AC_OUTPUT
|
||||
|
||||
-AC_MSG_CHECKING(in)
|
||||
-AC_MSG_RESULT(and out again)
|
||||
-
|
||||
-echo $ECHO_N "ordering CD from http://people.ee.ethz.ch/~oetiker/wish $ac_c" 1>&6
|
||||
-sleep 1
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-sleep 2
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-sleep 1
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-sleep 3
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-echo $ECHO_N ".$ac_c" 1>&6
|
||||
-sleep 2
|
||||
-AC_MSG_RESULT([ just kidding ;-)])
|
||||
echo
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "Config is DONE!"
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- contrib/Makefile.am.orig 2002-02-26 10:21:19 UTC
|
||||
+++ contrib/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = trytime
|
||||
-contribdir = $(prefix)/contrib
|
||||
+contribdir = $(prefix)/share/examples/rrdtool
|
||||
contrib_DATA = README
|
||||
EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- contrib/trytime/Makefile.am.orig 2003-11-30 22:00:24 UTC
|
||||
+++ contrib/trytime/Makefile.am
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3
|
||||
EXTRA_DIST = trytime.c
|
||||
-contribdir = $(prefix)/contrib/trytime
|
||||
+contribdir = $(prefix)/share/examples/rrdtool/trytime
|
||||
contrib_DATA = README trytime.c
|
||||
bin_PROGRAMS = trytime
|
||||
trytime_SOURCES = trytime.c
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
--- doc/Makefile.am.orig 2005-04-25 21:02:27 UTC
|
||||
+++ doc/Makefile.am
|
||||
@@ -25,9 +25,9 @@
|
||||
EXTRA_DIST= $(POD) $(HTML) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd
|
||||
|
||||
# some install rules
|
||||
-idocdir = $(prefix)/doc
|
||||
+idocdir = $(prefix)/share/doc/rrdtool
|
||||
idoc_DATA = $(POD) $(TXT)
|
||||
-ihtmldir = $(prefix)/html
|
||||
+ihtmldir = $(prefix)/share/doc/rrdtool/html
|
||||
ihtml_DATA = $(HTML)
|
||||
imandir = $(mandir)/man1
|
||||
iman_DATA = $(MAN)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
--- examples/Makefile.am.orig 2002-02-26 10:21:25 UTC
|
||||
+++ examples/Makefile.am
|
||||
@@ -6,5 +6,5 @@
|
||||
|
||||
EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in
|
||||
|
||||
-examplesdir = $(prefix)/examples
|
||||
+examplesdir = $(prefix)/share/examples/rrdtool
|
||||
examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- src/Makefile.am.orig 2005-03-12 16:59:41 UTC
|
||||
+++ src/Makefile.am
|
||||
@@ -91,7 +91,6 @@ librrd_la_LDFLAGS = -version-inf
|
||||
include_HEADERS = rrd.h
|
||||
|
||||
librrd_private_la_LIBADD = $(RRD_LIBS)
|
||||
-librrd_private_la_LDFLAGS = -static
|
||||
|
||||
bin_PROGRAMS = rrdcgi rrdtool rrdupdate
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
It is pretty easy to gather status information from all sorts of things,
|
||||
ranging from the temperature in your office to the number of octets which
|
||||
have passed through the FDDI interface of your router. But it is not so
|
||||
trivial to store this data in a efficient and systematic manner. This is
|
||||
where RRDtool kicks in. It lets you log and analyze the data you gather from
|
||||
all kinds of data-sources. The data analysis part of RRDtool is based
|
||||
on the ability to quickly generate graphical representations of the data
|
||||
values collected over a definable time period.
|
||||
|
||||
WWW: http://www.rrdtool.org/
|
||||
|
|
@ -1,106 +0,0 @@
|
|||
bin/rrdcgi
|
||||
bin/rrdtool
|
||||
bin/rrdupdate
|
||||
bin/trytime
|
||||
include/rrd.h
|
||||
lib/librrd.a
|
||||
lib/librrd.so
|
||||
lib/librrd.so.0
|
||||
lib/librrd.so.0.0.0
|
||||
%%PERL5_MAN3%%/RRDp.3.gz
|
||||
%%PERL5_MAN3%%/RRDs.3.gz
|
||||
%%SITE_PERL%%/RRDp.pm
|
||||
%%SITE_ARCH%%/RRDs.pm
|
||||
%%SITE_ARCH%%/auto/RRDs/RRDs.so
|
||||
%%SITE_ARCH%%/ntmake.pl
|
||||
man/man1/RRDp.1.gz
|
||||
man/man1/RRDs.1.gz
|
||||
man/man1/bin_dec_hex.1.gz
|
||||
man/man1/cdeftutorial.1.gz
|
||||
man/man1/rpntutorial.1.gz
|
||||
man/man1/rrd-beginners.1.gz
|
||||
man/man1/rrdcgi.1.gz
|
||||
man/man1/rrdcreate.1.gz
|
||||
man/man1/rrddump.1.gz
|
||||
man/man1/rrdfetch.1.gz
|
||||
man/man1/rrdfirst.1.gz
|
||||
man/man1/rrdgraph.1.gz
|
||||
man/man1/rrdinfo.1.gz
|
||||
man/man1/rrdlast.1.gz
|
||||
man/man1/rrdresize.1.gz
|
||||
man/man1/rrdrestore.1.gz
|
||||
man/man1/rrdtool.1.gz
|
||||
man/man1/rrdtune.1.gz
|
||||
man/man1/rrdtutorial.1.gz
|
||||
man/man1/rrdupdate.1.gz
|
||||
man/man1/rrdxport.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigtops.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-demo.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minmax.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piped-demo.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared-demo.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stripes.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/trytime.c
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= tcl-lmdb
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
|
@ -17,6 +18,9 @@ GH_ACCOUNT= ray2501
|
|||
|
||||
USES= gmake tcl:tea
|
||||
CONFIGURE_ARGS= --with-system-lmdb
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
|
|
|
|||
|
|
@ -5269,7 +5269,7 @@
|
|||
SUBDIR += smokeqt
|
||||
SUBDIR += smv
|
||||
SUBDIR += soapui
|
||||
SUBDIR += sope
|
||||
SUBDIR += sope2
|
||||
SUBDIR += sope3
|
||||
SUBDIR += sourcenav
|
||||
SUBDIR += sparc64-binutils
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= cgilib
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \
|
||||
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= coverex
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (alfert-coverex-v1.4.8_GH0.tar.gz) = dd7302aa647b0497a5bcc5b270198ab159e5bc635872de18ebb9bf2aa04ca6d1
|
||||
SIZE (alfert-coverex-v1.4.8_GH0.tar.gz) = 55004
|
||||
SHA256 (alfert-coverex-v1.4.9_GH0.tar.gz) = f116d8adeebc9d4752171eb00f43ada1bcd8461bc30d89fb88329af6de91d716
|
||||
SIZE (alfert-coverex-v1.4.9_GH0.tar.gz) = 54968
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins2
|
||||
DISTVERSION= 2.0
|
||||
DISTVERSION= 2.1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
|
||||
DISTNAME= jenkins
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jenkins2/2.0/jenkins.war) = c883c58ba57a70371f60c44c74341e0d511f330e84c13a2499368a02ae11dd97
|
||||
SIZE (jenkins2/2.0/jenkins.war) = 66519999
|
||||
SHA256 (jenkins2/2.1/jenkins.war) = 064d91c5a813c3b2b65174a3ad46d76c46a30f7cb5e50f16ef22157f9d7a1045
|
||||
SIZE (jenkins2/2.1/jenkins.war) = 66546336
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libbson
|
||||
PORTVERSION= 1.3.4
|
||||
PORTVERSION= 1.3.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@bsdserwis.com
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mongodb-libbson-1.3.4_GH0.tar.gz) = 65e505b1cbc42b58171d6613accef5181f39ddff2a7ceba8720ef91d79a22713
|
||||
SIZE (mongodb-libbson-1.3.4_GH0.tar.gz) = 4040715
|
||||
SHA256 (mongodb-libbson-1.3.5_GH0.tar.gz) = 351ac37540a2b406563bfc59ecaec4059c61b0f9d7cde7236c0a0e241bde3564
|
||||
SIZE (mongodb-libbson-1.3.5_GH0.tar.gz) = 4040751
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= llvm
|
||||
DISTVERSION= 3.8.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR}
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}.src
|
||||
|
|
@ -217,7 +217,7 @@ _COMPILER_RT_LIBS= \
|
|||
libclang_rt.ubsan_standalone_cxx-x86_64.a \
|
||||
libclang_rt.ubsan_standalone_cxx-x86_64.a.syms
|
||||
.endif
|
||||
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
|
||||
.if ${ARCH} == "i386"
|
||||
_COMPILER_RT_LIBS+= \
|
||||
libclang_rt.asan-i386.a \
|
||||
libclang_rt.asan-i386.so \
|
||||
|
|
@ -288,6 +288,7 @@ post-patch:
|
|||
|
||||
post-patch-COMPILER_RT-on:
|
||||
cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-261229
|
||||
cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-no-m32
|
||||
|
||||
post-build-COMPILER_RT-on:
|
||||
${MKDIR} ${WRKDIR}/compiler-rt-build
|
||||
|
|
|
|||
14
devel/llvm38/files/compiler-rt-patch-no-m32
Normal file
14
devel/llvm38/files/compiler-rt-patch-no-m32
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- cmake/config-ix.cmake.orig 2016-05-02 20:51:53.598525522 +0000
|
||||
+++ cmake/config-ix.cmake 2016-05-02 20:53:24.573519349 +0000
|
||||
@@ -189,11 +189,6 @@
|
||||
if("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "i[2-6]86|x86|amd64")
|
||||
if(NOT MSVC)
|
||||
test_target_arch(x86_64 "" "-m64")
|
||||
- # FIXME: We build runtimes for both i686 and i386, as "clang -m32" may
|
||||
- # target different variant than "$CMAKE_C_COMPILER -m32". This part should
|
||||
- # be gone after we resolve PR14109.
|
||||
- test_target_arch(i686 __i686__ "-m32")
|
||||
- test_target_arch(i386 __i386__ "-m32")
|
||||
else()
|
||||
if (CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
test_target_arch(i386 "" "")
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-TraceUse
|
||||
PORTVERSION= 2.08
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.094
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -15,6 +14,6 @@ LICENSE= ART10 GPLv1
|
|||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Devel-TraceUse-2.08.tar.gz) = f46e17bebaf53d4582d8c383b6187590fe43b5e016d76601120ff7e12f27ee8a
|
||||
SIZE (Devel-TraceUse-2.08.tar.gz) = 13431
|
||||
SHA256 (Devel-TraceUse-2.094.tar.gz) = 54e93afff5dfdafc34140dbc904b893291803e75592b2e4b5d2b4a82f84b8737
|
||||
SIZE (Devel-TraceUse-2.094.tar.gz) = 23762
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= RRDTool-OO
|
||||
PORTVERSION= 0.36
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test2-Suite
|
||||
PORTVERSION= 0.000028
|
||||
PORTVERSION= 0.000029
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:EXODIST
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test2-Suite-0.000028.tar.gz) = 9c8f1ae5ad52b106ceee2c427e0f7775fdc7fc242f36bad4a2092dd105c873cb
|
||||
SIZE (Test2-Suite-0.000028.tar.gz) = 123016
|
||||
SHA256 (Test2-Suite-0.000029.tar.gz) = 94606f83979db49331b8ccbb0c8dcbc2f032ac552379ed9539cfacb474940485
|
||||
SIZE (Test2-Suite-0.000029.tar.gz) = 123045
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test2
|
||||
PORTVERSION= 0.000042
|
||||
PORTVERSION= 0.000044
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:EXODIST
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test2-0.000042.tar.gz) = 9f37c2be5901b0c96fcdd445181fc2245fe18593144b5ea25235276cf9475aa0
|
||||
SIZE (Test2-0.000042.tar.gz) = 93703
|
||||
SHA256 (Test2-0.000044.tar.gz) = 4e5468907a8a79685d94345d09735abda4ef50f4f3938fc43f5997fe46adfc21
|
||||
SIZE (Test2-0.000044.tar.gz) = 98640
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Test2.pm
|
||||
%%SITE_PERL%%/Test2/API.pm
|
||||
%%SITE_PERL%%/Test2/API/Breakage.pm
|
||||
%%SITE_PERL%%/Test2/API/Context.pm
|
||||
%%SITE_PERL%%/Test2/API/Instance.pm
|
||||
%%SITE_PERL%%/Test2/API/Stack.pm
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
%%SITE_PERL%%/Test2/Util/Trace.pm
|
||||
%%PERL5_MAN3%%/Test2.3.gz
|
||||
%%PERL5_MAN3%%/Test2::API.3.gz
|
||||
%%PERL5_MAN3%%/Test2::API::Breakage.3.gz
|
||||
%%PERL5_MAN3%%/Test2::API::Context.3.gz
|
||||
%%PERL5_MAN3%%/Test2::API::Instance.3.gz
|
||||
%%PERL5_MAN3%%/Test2::API::Stack.3.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= magic
|
||||
PORTVERSION= 5.25
|
||||
PORTVERSION= 5.26
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
||||
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (file-5.25.tar.gz) = 3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca
|
||||
SIZE (file-5.25.tar.gz) = 739485
|
||||
SHA256 (file-5.26.tar.gz) = 2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf
|
||||
SIZE (file-5.26.tar.gz) = 773061
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= parsedatetime
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (parsedatetime-1.4.tar.gz) = 09bfcd8f3c239c75e77b3ff05d782ab2c1aed0892f250ce2adf948d4308fe9dc
|
||||
SIZE (parsedatetime-1.4.tar.gz) = 52766
|
||||
SHA256 (parsedatetime-2.1.tar.gz) = 17c578775520c99131634e09cfca5a05ea9e1bd2a05cd06967ebece10df7af2d
|
||||
SIZE (parsedatetime-2.1.tar.gz) = 56288
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pp
|
||||
PORTVERSION= 1.6.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.parallelpython.com/downloads/pp/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pp-1.6.4.tar.gz) = fa271f17641e069f19e25d352885e3a475797c657b30e433d8227c3d882163fa
|
||||
SIZE (pp-1.6.4.tar.gz) = 29521
|
||||
SHA256 (pp-1.6.5.tar.gz) = 8d50b5739d4033dc66d73bfab93aa9e651a001981b67cbc1785f03eeac8aed5e
|
||||
SIZE (pp-1.6.5.tar.gz) = 30751
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= errand
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hashie
|
||||
PORTVERSION= 3.4.3
|
||||
PORTVERSION= 3.4.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/hashie-3.4.3.gem) = 29213491e9f74158b9a7ec0806b3698039357209a6b24553cfd767f6418365c7
|
||||
SIZE (rubygem/hashie-3.4.3.gem) = 58880
|
||||
SHA256 (rubygem/hashie-3.4.4.gem) = 9dd69627730107041421f453eebef585251a50f6ec2720de0bce2443736598e2
|
||||
SIZE (rubygem/hashie-3.4.4.gem) = 60928
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= rrd-ffi
|
||||
PORTVERSION= 0.2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unicode-display_width
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/unicode-display_width-1.0.3.gem) = 457e24efe457a5cd6e861ca1d67ff586d0fe8802ba273d39ae21e7593590e01d
|
||||
SIZE (rubygem/unicode-display_width-1.0.3.gem) = 196096
|
||||
SHA256 (rubygem/unicode-display_width-1.0.4.gem) = 6655b42ff0f7d041bb2b8cccbaa2294af81ea1514153e25e277a77f9abe9a986
|
||||
SIZE (rubygem/unicode-display_width-1.0.4.gem) = 9728
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (SOPE-2.3.8.tar.gz) = 6fded26f80748bd9628d3c0e54ed44e7689b4df13a596c33a192a008502cd0c3
|
||||
SIZE (SOPE-2.3.8.tar.gz) = 2275132
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Created by: Euan Thoms <euan@potensol.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sope
|
||||
PORTVERSION= 2.3.8
|
||||
PORTNAME= sope2
|
||||
PORTVERSION= 2.3.10
|
||||
CATEGORIES= devel gnustep
|
||||
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
|
||||
DISTNAME= SOPE-${PORTVERSION}
|
||||
2
devel/sope2/distinfo
Normal file
2
devel/sope2/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SOPE-2.3.10.tar.gz) = b51e5c212f938b6b39000d5149b7da6922f978df291c61e1015d8abcbfcdc245
|
||||
SIZE (SOPE-2.3.10.tar.gz) = 2276085
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# TODO: add pg_config, mysql_config etc!
|
||||
-LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib"
|
||||
+LINK_SYSLIBDIRS="-L/usr/local/lib/postgresql -L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib"
|
||||
+LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib"
|
||||
|
||||
# ******************** usage ********************
|
||||
|
||||
|
|
@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
|
|||
LICENSE= ISCL
|
||||
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.11.0.a20160428
|
||||
HASH= a27dc50
|
||||
ISCVERSION= 9.11.0.a20160430
|
||||
HASH= 9e6e088
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
@ -264,4 +264,8 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
|
||||
${STAGEDIR}${ETCDIR}/rndc.conf.sample
|
||||
|
||||
# Can't use USE_PYTHON=autoplist
|
||||
post-install-PYTHON-on:
|
||||
@${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${STAGEDIR}||' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bind9-a27dc50.tar.gz) = f5c2ee82b3a3c6de086df3cfc4c1a2ca2729e60c2563d65247dc36a82f783c01
|
||||
SIZE (bind9-a27dc50.tar.gz) = 11721171
|
||||
SHA256 (bind9-9e6e088.tar.gz) = 39dfc17633e01bc7d28c6f3975c464c5702192267991c27ca8f8be8f92a78a46
|
||||
SIZE (bind9-9e6e088.tar.gz) = 11725304
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- bin/python/Makefile.in.orig 2016-04-29 05:30:53 UTC
|
||||
+++ bin/python/Makefile.in
|
||||
@@ -58,7 +58,6 @@ install:: ${TARGETS} installdirs
|
||||
${INSTALL_SCRIPT} dnssec-keymgr ${DESTDIR}${sbindir}
|
||||
${INSTALL_DATA} ${srcdir}/dnssec-checkds.8 ${DESTDIR}${mandir}/man8
|
||||
${INSTALL_DATA} ${srcdir}/dnssec-coverage.8 ${DESTDIR}${mandir}/man8
|
||||
- ${INSTALL_DATA} ${srcdir}/dnssec-keymgr.8 ${DESTDIR}${mandir}/man8
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- bin/python/isc/Makefile.in.orig 2016-04-29 05:30:53 UTC
|
||||
+++ bin/python/isc/Makefile.in
|
||||
@@ -30,7 +30,9 @@ TARGETS = parsetab.py parsetab.pyc \
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
-%.pyc: %.py
|
||||
+.SUFFIXES: .py .pyc
|
||||
+
|
||||
+.py.pyc:
|
||||
$(PYTHON) -m compileall .
|
||||
|
||||
parsetab.py parsetab.pyc: policy.py
|
||||
@@ -64,4 +66,4 @@ clean distclean::
|
||||
rm -f *.pyc parser.out parsetab.py
|
||||
|
||||
distclean::
|
||||
- rm -Rf utils.py
|
||||
\ No newline at end of file
|
||||
+ rm -Rf utils.py
|
||||
|
|
@ -257,18 +257,6 @@ include/pkcs11/cryptoki.h
|
|||
include/pkcs11/pkcs11.h
|
||||
include/pkcs11/pkcs11f.h
|
||||
include/pkcs11/pkcs11t.h
|
||||
%%PYTHON%%lib/__init__.py
|
||||
%%PYTHON%%lib/__init__.pyc
|
||||
%%PYTHON%%lib/dnskey.py
|
||||
%%PYTHON%%lib/dnskey.pyc
|
||||
%%PYTHON%%lib/eventlist.py
|
||||
%%PYTHON%%lib/eventlist.pyc
|
||||
%%PYTHON%%lib/keydict.py
|
||||
%%PYTHON%%lib/keydict.pyc
|
||||
%%PYTHON%%lib/keyevent.py
|
||||
%%PYTHON%%lib/keyevent.pyc
|
||||
%%PYTHON%%lib/keyzone.py
|
||||
%%PYTHON%%lib/keyzone.pyc
|
||||
lib/libbind9.a
|
||||
lib/libdns.a
|
||||
lib/libirs.a
|
||||
|
|
@ -276,10 +264,6 @@ lib/libisc.a
|
|||
lib/libisccc.a
|
||||
lib/libisccfg.a
|
||||
lib/liblwres.a
|
||||
%%PYTHON%%lib/parsetab.py
|
||||
%%PYTHON%%lib/parsetab.pyc
|
||||
%%PYTHON%%lib/policy.py
|
||||
%%PYTHON%%lib/policy.pyc
|
||||
man/man1/arpaname.1.gz
|
||||
man/man1/bind9-config.1.gz
|
||||
man/man1/delv.1.gz
|
||||
|
|
@ -385,6 +369,7 @@ man/man8/dnssec-dsfromkey.8.gz
|
|||
man/man8/dnssec-importkey.8.gz
|
||||
man/man8/dnssec-keyfromlabel.8.gz
|
||||
man/man8/dnssec-keygen.8.gz
|
||||
%%PYTHON%%man/man8/dnssec-keymgr.8.gz
|
||||
man/man8/dnssec-revoke.8.gz
|
||||
man/man8/dnssec-settime.8.gz
|
||||
man/man8/dnssec-signzone.8.gz
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= bindgraph
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.linux.it/~md/software/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= emacs
|
||||
PORTVERSION= ${EMACS_VER}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors ipv6
|
||||
MASTER_SITES= GNU_ALPHA/emacs/pretest
|
||||
|
|
@ -15,15 +14,12 @@ COMMENT= GNU editing macros
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_sparc64= fails to compile at bootstrap phase
|
||||
BROKEN_ia64= Emacs 24.X does not currently build on ia64
|
||||
BROKEN_sparc64= Emacs does not currently build on sparc64
|
||||
BROKEN_ia64= Emacs does not currently build on ia64
|
||||
|
||||
CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* \
|
||||
emacs23-[0-9]* emacs24-[0-9]* xemacs-[0-9]* \
|
||||
xemacs-devel-[0-9]* xemacs-mule-[0-9]* \
|
||||
xemacs-devel-mule-[0-9]* emacs-nox11-[0-9]*
|
||||
CONFLICTS= emacs24-[0-9]* emacs-nox11-[0-9]*
|
||||
|
||||
EMACS_VER= 25.0.92
|
||||
EMACS_VER= 25.0.93
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake makeinfo ncurses pkgconfig tar:xz
|
||||
INFO_PATH= ${DATADIR_REL}/info
|
||||
|
|
@ -32,147 +28,178 @@ CPE_VENDOR= gnu
|
|||
SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/\
|
||||
${CONFIGURE_TARGET}
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var --with-gameuser=games:games
|
||||
CONFIGURE_ARGS= --localstatedir=/var \
|
||||
--with-gameuser=games:games
|
||||
|
||||
PLIST_SUB= EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET}
|
||||
|
||||
MAKE_ENV= LC_ALL=C
|
||||
|
||||
INFO= ada-mode auth autotype bovine calc ccmode cl dbus \
|
||||
dired-x ebrowse ede ediff edt efaq eieio eintr elisp \
|
||||
emacs emacs-gnutls emacs-mime epa erc ert eshell eudc \
|
||||
eww flymake forms gnus htmlfontify idlwave ido info \
|
||||
mairix-el message mh-e newsticker nxml-mode \
|
||||
octave-mode org pcl-cvs pgg rcirc reftex remember \
|
||||
sasl sc semantic ses sieve smtpmail speedbar srecode \
|
||||
todo-mode tramp url vhdl-mode vip viper widget wisent \
|
||||
woman
|
||||
INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede \
|
||||
ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc \
|
||||
ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \
|
||||
mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg \
|
||||
rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar \
|
||||
srecode todo-mode tramp url vhdl-mode vip viper widget wisent woman
|
||||
|
||||
OPTIONS_DEFINE= X11 ACL DBUS GCONF GIF JPEG M17N OTF PNG SOUND \
|
||||
SOURCES SVG TIFF SCROLLBARS XFT XIM XML XPM MAGICK \
|
||||
GNUTLS GSETTINGS LTO FILENOTIFY LLDB CAIRO MODULES XWIDGETS
|
||||
OPTIONS_DEFINE= ACL DBUS GNUTLS LLDB LTO MODULES SOURCES X11 XML
|
||||
|
||||
OPTIONS_SINGLE= X11 SOUND
|
||||
OPTIONS_RADIO= FILENOTIFY SOUND X11TOOLKIT
|
||||
OPTIONS_RADIO_FILENOTIFY= GFILE KQUEUE
|
||||
OPTIONS_RADIO_SOUND= ALSA OSS
|
||||
OPTIONS_RADIO_X11TOOLKIT= GTK2 GTK3 MOTIF XAW XAW3D
|
||||
|
||||
ACL_DESC= ACL support
|
||||
GSETTINGS_DESC= GSettings support
|
||||
SCROLLBARS_DESC=Toolkit scroll-bars
|
||||
SOUND_DESC= Sound support
|
||||
SOURCES_DESC= Install sources
|
||||
XAW_DESC= Athena widgets
|
||||
XAW3D_DESC= Athena3D widgets
|
||||
XIM_DESC= X Input Method Support
|
||||
M17N_DESC= M17N support for text-shaping
|
||||
OTF_DESC= Opentype fonts suport
|
||||
OPTIONS_GROUP= GRAPHICS NEEDX11
|
||||
OPTIONS_GROUP_GRAPHICS= CAIRO GIF JPEG MAGICK PNG SVG TIFF XPM
|
||||
OPTIONS_GROUP_NEEDX11= GCONF GSETTINGS M17N OTF SCROLLBARS XFT XIM \
|
||||
XWIDGETS
|
||||
|
||||
ACL_DESC= Access control list support
|
||||
CAIRO_DESC= Cairo library support (experimental)
|
||||
FILENOTIFY_DESC=File notification support
|
||||
GCONF_DESC= GConf configuration support
|
||||
GFILE_DESC= File notification via gfile
|
||||
GRAPHICS_DESC= Graphics support (each implies X11)
|
||||
GSETTINGS_DESC= GSettings support (implies DBUS)
|
||||
KQUEUE_DESC= File notification via kqueue
|
||||
LLDB_DESC= Enable LLDB support for GUD
|
||||
LTO_DESC= Enable link-time optimization (requires GCC 4.6+)
|
||||
LLDB_DESC= Enable lldb support for GUD (from llvm.org)
|
||||
MAGICK_DESC= ImageMagick support
|
||||
M17N_DESC= M17N support for text-shaping
|
||||
MODULES_DESC= Dynamic modules support
|
||||
XWIDGETS_DESC= Enable use of some GTK widgets in Emacs buffers
|
||||
NEEDX11_DESC= Other X11-dependent (each implies X11)
|
||||
OTF_DESC= Opentype fonts support
|
||||
SCROLLBARS_DESC=Toolkit scroll-bars
|
||||
SOURCES_DESC= Install sources
|
||||
X11_DESC= X11 support (choose toolkit below)
|
||||
X11TOOLKIT_DESC=X11 toolkit (each implies X11)
|
||||
XAW3D_DESC= Athena3D widgets
|
||||
XAW_DESC= Athena widgets
|
||||
XIM_DESC= X Input Method Support
|
||||
XWIDGETS_DESC= GTK widgets in Emacs buffers (requires GTK3)
|
||||
|
||||
OPTIONS_SINGLE_X11= GTK2 GTK3 XAW XAW3D MOTIF
|
||||
OPTIONS_SINGLE_SOUND= ALSA OSS
|
||||
OPTIONS_DEFAULT=ACL DBUS FREEDESKTOP GCONF GIF GNUTLS GSETTINGS GTK2 JPEG \
|
||||
KQUEUE M17N MAGICK MODULES OSS OTF PNG SCROLLBARS SOURCES SVG \
|
||||
TIFF X11 XFT XIM XML XPM
|
||||
|
||||
OPTIONS_DEFAULT=ACL DBUS FILENOTIFY GCONF GIF GNUTLS GSETTINGS GTK2 \
|
||||
JPEG M17N MAGICK MODULES OSS OTF PNG SCROLLBARS SOUND \
|
||||
SOURCES SVG TIFF X11 XFT XIM XML XPM
|
||||
OPTIONS_SUB= YES
|
||||
|
||||
OPTIONS_SUB= YES
|
||||
ACL_CONFIGURE_ENABLE= acl
|
||||
|
||||
LLDB_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-lldb-gud.el
|
||||
|
||||
SOUND_CONFIGURE_OFF= --with-sound=no
|
||||
ALSA_CONFIGURE_ON= --with-sound=alsa
|
||||
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
OSS_CONFIGURE_ON= --with-sound=oss
|
||||
|
||||
CAIRO_USE= GNOME=cairo
|
||||
CAIRO_CONFIGURE_WITH= cairo
|
||||
CAIRO_IMPLIES= X11
|
||||
|
||||
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
DBUS_CONFIGURE_WITH= dbus
|
||||
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GCONF_USE= gnome=gconf2
|
||||
GCONF_CONFIGURE_WITH= gconf
|
||||
GCONF_IMPLIES= X11
|
||||
|
||||
XML_USE= GNOME=libxml2
|
||||
XML_CONFIGURE_WITH= xml2
|
||||
|
||||
SVG_USE= GNOME=librsvg2
|
||||
SVG_CONFIGURE_WITH= rsvg
|
||||
|
||||
X11_CONFIGURE_WITH= x
|
||||
X11_USE= XORG=x11
|
||||
X11_USES= desktop-file-utils
|
||||
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK2_CONFIGURE_ON= -with-x-toolkit=gtk2
|
||||
|
||||
GTK3_USE= GNOME=gtk30
|
||||
GTK3_CONFIGURE_ON= --with-x-toolkit=gtk3
|
||||
|
||||
XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
|
||||
XAW3D_CONFIGURE_ON= --with-x-toolkit=athena
|
||||
|
||||
XAW_USE= XORG=xaw
|
||||
XAW_CONFIGURE_ON+= --with-x-toolkit=athena --without-xaw3d
|
||||
|
||||
MOTIF_USES= motif
|
||||
MOTIF_CONFIGURE_ON+= --with-x-toolkit=motif
|
||||
|
||||
SCROLLBARS_CONFIGURE_WITH=toolkit-scroll-bars
|
||||
|
||||
SYNC_INPUT_CONFIGURE_WITH=sync-input
|
||||
|
||||
JPEG_USES= jpeg
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TIFF_CONFIGURE_WITH= tiff
|
||||
GFILE_CONFIGURE_ON= --with-file-notification=gfile
|
||||
|
||||
GIF_LIB_DEPENDS= libgif.so:graphics/giflib
|
||||
GIF_CONFIGURE_WITH= gif
|
||||
GIF_IMPLIES= X11
|
||||
|
||||
PNG_LIB_DEPENDS+= libpng.so:graphics/png
|
||||
PNG_CONFIGURE_WITH= png
|
||||
|
||||
XPM_USE= XORG=xpm
|
||||
XPM_CONFIGURE_WITH= xpm
|
||||
|
||||
XFT_USE= XORG=xft
|
||||
XFT_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
XFT_CONFIGURE_WITH= xft
|
||||
|
||||
M17N_LIB_DEPENDS= libm17n.so:devel/m17n-lib
|
||||
M17N_CONFIGURE_WITH= m17n-flt
|
||||
|
||||
OTF_LIB_DEPENDS= libotf.so:print/libotf
|
||||
OTF_CONFIGURE_WITH= libotf
|
||||
|
||||
MAGICK_LIB_DEPENDS=libMagickCore-6.so:graphics/ImageMagick
|
||||
MAGICK_CONFIGURE_WITH= imagemagick
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
|
||||
GSETTINGS_USE= gnome=glib20
|
||||
GSETTINGS_CONFIGURE_WITH=gsettings
|
||||
GSETTINGS_IMPLIES= DBUS X11
|
||||
|
||||
GCONF_USE= gnome=gconf2
|
||||
GCONF_CONFIGURE_WITH= gconf
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK2_CONFIGURE_ON= --with-x-toolkit=gtk2
|
||||
GTK2_IMPLIES= X11
|
||||
|
||||
XIM_CONFIGURE_WITH= xim
|
||||
GTK3_USE= GNOME=gtk30
|
||||
GTK3_CONFIGURE_ON= --with-x-toolkit=gtk3
|
||||
GTK3_IMPLIES= X11
|
||||
|
||||
JPEG_USES= jpeg
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
JPEG_IMPLIES= X11
|
||||
|
||||
KQUEUE_CONFIGURE_ON= --with-file-notification=kqueue
|
||||
|
||||
LLDB_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-lldb-gud.el
|
||||
|
||||
LTO_CONFIGURE_ON= --enable-link-time-optimization
|
||||
LTO_USE= GCC=4.6+
|
||||
|
||||
ACL_CONFIGURE_OFF= --disable-acl
|
||||
M17N_LIB_DEPENDS= libm17n.so:devel/m17n-lib
|
||||
M17N_CONFIGURE_WITH= m17n-flt
|
||||
M17N_IMPLIES= XFT X11
|
||||
|
||||
FILENOTIFY_CONFIGURE_ON=--with-file-notification=gfile
|
||||
FILENOTIFY_CONFIGURE_OFF=--without-file-notification
|
||||
FILENOTIFY_USE= GNOME=glib20
|
||||
MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick
|
||||
MAGICK_CONFIGURE_WITH= imagemagick
|
||||
MAGICK_IMPLIES= X11
|
||||
|
||||
CAIRO_USE= GNOME=cairo
|
||||
CAIRO_CONFIGURE_ON= --with-cairo
|
||||
MODULES_CONFIGURE_WITH= modules
|
||||
|
||||
MODULES_CONFIGURE_ON= --with-modules
|
||||
MOTIF_USES= motif
|
||||
MOTIF_CONFIGURE_ON= --with-x-toolkit=motif
|
||||
MOTIF_IMPLIES= X11
|
||||
|
||||
XWIDGETS_CONFIGURE_ON= --with-xwidgets
|
||||
OSS_CONFIGURE_ON= --with-sound=oss
|
||||
|
||||
OTF_LIB_DEPENDS= libotf.so:print/libotf
|
||||
OTF_CONFIGURE_WITH= libotf
|
||||
OTF_IMPLIES= XFT
|
||||
|
||||
PNG_LIB_DEPENDS= libpng.so:graphics/png
|
||||
PNG_CONFIGURE_WITH= png
|
||||
PNG_IMPLIES= X11
|
||||
|
||||
SCROLLBARS_CONFIGURE_WITH=toolkit-scroll-bars
|
||||
SCROLLBARS_IMPLIES= X11
|
||||
|
||||
SVG_USE= GNOME=librsvg2
|
||||
SVG_CONFIGURE_WITH= rsvg
|
||||
SVG_IMPLIES= X11
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TIFF_CONFIGURE_WITH= tiff
|
||||
TIFF_IMPLIES= X11
|
||||
|
||||
X11_CONFIGURE_OFF= --without-x --with-x-toolkit=no
|
||||
X11_CONFIGURE_ON= --with-x
|
||||
X11_USE= XORG=x11
|
||||
X11_USES= desktop-file-utils
|
||||
X11_VARS= installs_icons=yes
|
||||
X11_VARS_OFF= without_x11=yes
|
||||
|
||||
XAW_USE= XORG=xaw
|
||||
XAW_CONFIGURE_ON= --with-x-toolkit=athena --without-xaw3d
|
||||
XAW_IMPLIES= X11
|
||||
|
||||
XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
|
||||
XAW3D_CONFIGURE_ON= --with-x-toolkit=athena
|
||||
XAW3D_IMPLIES= X11
|
||||
|
||||
XFT_USE= XORG=xft
|
||||
XFT_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
XFT_CONFIGURE_WITH= xft
|
||||
XFT_IMPLIES= X11
|
||||
|
||||
XIM_CONFIGURE_WITH= xim
|
||||
XIM_IMPLIES= X11
|
||||
|
||||
XML_USE= GNOME=libxml2
|
||||
XML_CONFIGURE_WITH= xml2
|
||||
|
||||
XPM_USE= XORG=xpm
|
||||
XPM_CONFIGURE_WITH= xpm
|
||||
XPM_IMPLIES= X11
|
||||
|
||||
XWIDGETS_CONFIGURE_WITH=xwidgets
|
||||
XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3
|
||||
XWIDGETS_IMPLIES= X11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
@ -181,39 +208,16 @@ XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3
|
|||
# http://llvm.org/bugs/show_bug.cgi?id=18171 fixed in r263312
|
||||
# (11-CURRENT), and fixed in r263765 (10-STABLE)
|
||||
.if ${ARCH} == "i386"
|
||||
.if (${OSVERSION} < 1000706) || (${OSVERSION} >= 1100000 && \
|
||||
.if (${OSVERSION} < 1000706) || (${OSVERSION} >= 1100000 && \
|
||||
${OSVERSION} < 1100015)
|
||||
USE_GCC= any
|
||||
USE_GCC=any
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
INSTALLS_ICONS= yes
|
||||
.if !${PORT_OPTIONS:MXFT}
|
||||
.if ${PORT_OPTIONS:MM17N}
|
||||
IGNORE= m17n requires Xft. Please run 'make config'
|
||||
.elif ${PORT_OPTIONS:MOTF}
|
||||
IGNORE= support for Opentype fonts require Xft. Please run 'make config'
|
||||
.endif
|
||||
.endif
|
||||
.else
|
||||
.for OPT in GCONF GIF GSETTINGS GTK2 GTK3 JPEG M17N MAGICK MOTIF \
|
||||
PNG SCROLLBARS SVG TIFF XAW XAW3D XFT XIM XPM
|
||||
.if ${PORT_OPTIONS:M${OPT}}
|
||||
IGNORE= option ${OPT} requires X11 option
|
||||
.endif
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !${PORT_OPTIONS:MDBUS}
|
||||
.if ${PORT_OPTIONS:MGSETTINGS}
|
||||
IGNORE= support for GSettings requires DBUS. Please run 'make config'
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !${PORT_OPTIONS:MGTK3}
|
||||
.if ${PORT_OPTIONS:MXWIDGETS}
|
||||
IGNORE= support for XWidgets requires GTK3. Please run 'make config'
|
||||
.if ! ${PORT_OPTIONS:MGTK2} && ! ${PORT_OPTIONS:MGTK3} && \
|
||||
! ${PORT_OPTIONS:MMOTIF} && ! ${PORT_OPTIONS:MXAW} && ! ${PORT_OPTIONS:MXAW3D}
|
||||
IGNORE=option X11 requires an X11 toolkit
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
@ -221,34 +225,30 @@ IGNORE= support for XWidgets requires GTK3. Please run 'make config'
|
|||
|
||||
# Building with GCC 4.6+ requires it
|
||||
.if ${ncurses_ARGS} == "port"
|
||||
LDFLAGS+= -ltinfo
|
||||
LDFLAGS+=-ltinfo
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} -f ${WRKSRC}/info/*
|
||||
@${REINPLACE_CMD} -e "s/%%EMACS_VER%%/${EMACS_VER}/g" -e \
|
||||
@${REINPLACE_CMD} -e "s/%%EMACS_VER%%/${EMACS_VER}/g" -e \
|
||||
"s/%%DATADIR%%/${DATADIR:C/\//\\\//g}/g" ${WRKSRC}/sources.el
|
||||
.if empty(PORT_OPTIONS:MX11)
|
||||
@${REINPLACE_CMD} -e 's/^Terminal=.*$$/Terminal=true/' \
|
||||
## stage-qa will give a warning, but don't pull in desktop-file-utils
|
||||
## portlint -AC will give a warning about INSTALL_ICONS, but don't pull in those
|
||||
## dependencies
|
||||
.if ! ${PORT_OPTIONS:MX11}
|
||||
@${REINPLACE_CMD} -e 's/^Terminal=.*$$/Terminal=true/' \
|
||||
${WRKSRC}/etc/emacs.desktop
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MSOURCES}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/${EMACS_VER}/src
|
||||
${INSTALL_DATA} ${WRKSRC}/src/*.[ch] \
|
||||
${INSTALL_DATA} ${WRKSRC}/src/*.[ch] \
|
||||
${STAGEDIR}${DATADIR}/${EMACS_VER}/src
|
||||
${INSTALL_DATA} ${WRKSRC}/sources.el \
|
||||
${INSTALL_DATA} ${WRKSRC}/sources.el \
|
||||
${STAGEDIR}${DATADIR}/${EMACS_VER}/site-lisp/site-start.el
|
||||
.endif
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/${INFO_PATH} -type f -name \
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/${INFO_PATH} -type f -name \
|
||||
'*.gz' -exec ${GUNZIP_CMD} '{}' \;
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "====> Define WITHOUT_X11 to disable X11 support."
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (emacs-25.0.92.tar.xz) = c29733959ae2c6a7c1d5f9465b4d06c93977cc1f3905313d992051a16590568e
|
||||
SIZE (emacs-25.0.92.tar.xz) = 42264752
|
||||
SHA256 (emacs-25.0.93.tar.xz) = b39199a491ce53f8b8a5b74fe6f1f191257e424f3ba047b3098ff9218e1579f1
|
||||
SIZE (emacs-25.0.93.tar.xz) = 42515636
|
||||
|
|
|
|||
|
|
@ -1548,7 +1548,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/dired.el.gz
|
||||
|
|
@ -1658,7 +1657,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.el.gz
|
||||
|
|
@ -2278,14 +2276,12 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ido.el.gz
|
||||
|
|
@ -2294,6 +2290,7 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.elc
|
||||
@dir %%DATADIR%%/%%EMACS_VER%%/lisp/image
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.el.gz
|
||||
|
|
@ -2652,7 +2649,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.el.gz
|
||||
|
|
@ -3064,8 +3060,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.el.gz
|
||||
|
|
@ -3543,7 +3537,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.el.gz
|
||||
|
|
@ -3716,7 +3709,6 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-loaddefs.el
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.el.gz
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= verbiste
|
||||
PORTVERSION= 0.1.42
|
||||
PORTVERSION= 0.1.43
|
||||
CATEGORIES= french textproc
|
||||
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= French verb conjugator/deconjugator
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (verbiste-0.1.42.tar.gz) = e40eee50725f5d9ad795610226c2dbacafc065ac382b7a1113d6c7dfd1e25897
|
||||
SIZE (verbiste-0.1.42.tar.gz) = 754691
|
||||
SHA256 (verbiste-0.1.43.tar.gz) = 7745c8d998bba5eaf542aa5d589d187bfdf2edda403cc1edb17ca3d3c33e7251
|
||||
SIZE (verbiste-0.1.43.tar.gz) = 778773
|
||||
|
|
|
|||
|
|
@ -44,10 +44,8 @@ man/man3/verbiste.3.gz
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-french-deconjugator.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trans-tenses.pl
|
||||
%%DATADIR%%-0.1/COPYING
|
||||
%%DATADIR%%-0.1/conjugation-el.xml
|
||||
%%DATADIR%%-0.1/conjugation-fr.xml
|
||||
%%DATADIR%%-0.1/conjugation-it.xml
|
||||
%%DATADIR%%-0.1/verbs-el.xml
|
||||
%%DATADIR%%-0.1/verbs-fr.xml
|
||||
%%DATADIR%%-0.1/verbs-it.xml
|
||||
%%HASGTK%%share/texmf/tex/latex/verbiste/verbiste.cls
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phalanx
|
||||
PORTVERSION= 24
|
||||
PORTVERSION= 25
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/Version%20XXIV
|
||||
DISTNAME= ${PORTNAME}-XXIV-source
|
||||
MASTER_SITES= SF/${PORTNAME}/Version%20XXV
|
||||
DISTNAME= ${PORTNAME}-XXV-source
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Xboard-compatible chess playing program
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (phalanx-XXIV-source.tgz) = 7e7ab6c6f497b7b039552ba98fee1032cd0e3976c05d983d28c3c7fdbeb7fc4f
|
||||
SIZE (phalanx-XXIV-source.tgz) = 352486
|
||||
SHA256 (phalanx-XXV-source.tgz) = b3874d5dcd22c64626b2c955b18b27bcba3aa727855361a91eab57a6324b22dd
|
||||
SIZE (phalanx-XXV-source.tgz) = 360147
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mythes
|
||||
PORTVERSION= 2016.04.24
|
||||
PORTVERSION= 2016.05.01
|
||||
CATEGORIES= german textproc
|
||||
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
||||
DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mythes/Deutscher-Thesaurus-20160424.oxt) = abe4df607cb618b3cc6b0df87714d8f07a4f3e0f920e08568a304c2e80370db9
|
||||
SIZE (mythes/Deutscher-Thesaurus-20160424.oxt) = 7598946
|
||||
SHA256 (mythes/Deutscher-Thesaurus-20160501.oxt) = dc35daab81ecfd91bfc5b7641d0fd3e5cdad34fb834ecaa4d3c6ce7a38a587f9
|
||||
SIZE (mythes/Deutscher-Thesaurus-20160501.oxt) = 7611207
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ CATEGORIES= graphics
|
|||
MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \
|
||||
LOCAL/dinoex/:man
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Toolkit for conversion of images between different formats
|
||||
|
||||
LIB_DEPENDS= libtiff.so:graphics/tiff \
|
||||
|
|
|
|||
|
|
@ -6,12 +6,16 @@ PORTVERSION= 1.5.3
|
|||
CATEGORIES= java ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Call Java Code from Ruby
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
IGNORE= fails to create JVM
|
||||
DEPRECATED= fails to create JVM
|
||||
EXPIRATION_DATE=2016-06-02
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_JAVA= yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= afnix
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.6.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.afnix.org/ftp/ \
|
||||
ftp://ftp.stack.nl/pub/users/johans/afnix/
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (afnix-src-2.6.0.tgz) = efad4643129e876f2d3353ca8d02e37acb581b63586a344a403a9887240c7b00
|
||||
SIZE (afnix-src-2.6.0.tgz) = 2255075
|
||||
SHA256 (afnix-src-2.6.2.tgz) = dbc48689a113d349a6a1c348fb3ff97710c072f2698d522677dfab0d9805f5b8
|
||||
SIZE (afnix-src-2.6.2.tgz) = 2257295
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Perl
|
||||
GH_PROJECT= perl5
|
||||
GH_TAGNAME= v5.24.0-RC3
|
||||
GH_TAGNAME= v5.24.0-RC4
|
||||
|
||||
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \
|
||||
MULTIPLICITY SITECUSTOMIZE
|
||||
|
|
@ -86,10 +86,12 @@ _ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH}
|
|||
# XXX releases are .tar.xz, add: tar:xz
|
||||
USES= cpe
|
||||
|
||||
LIBPERL_VER= ${PORTVERSION:C/[^0-9.]//}
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT=Configure
|
||||
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
|
||||
-Dlibperl=libperl.so.${PORTVERSION} \
|
||||
-Dlibperl=libperl.so.${LIBPERL_VER} \
|
||||
-Darchlib=${PREFIX}/${_ARCH_LIB} \
|
||||
-Dprivlib=${PREFIX}/${_PRIV_LIB} \
|
||||
-Dman3dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man3 \
|
||||
|
|
@ -164,7 +166,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
|||
PRIV_LIB=${_PRIV_LIB} \
|
||||
PKGNAMESUFFIX=${PKGNAMESUFFIX} \
|
||||
ARCH_LIB=${_ARCH_LIB}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} # XXX Remove
|
||||
PLIST_SUB+= LIBPERL_VER=${LIBPERL_VER} # XXX Remove
|
||||
|
||||
_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT
|
||||
|
||||
|
|
@ -247,8 +249,8 @@ pre-everything::
|
|||
# portmaster/portupgrade will remove the installed Perl version, and it will
|
||||
# remove any way to guess what the default Perl version is needed.
|
||||
post-extract:
|
||||
${LN} -s libperl.so.${PORTVERSION} ${WRKSRC}/libperl.so
|
||||
${LN} -s libperl.so.${PORTVERSION} ${WRKSRC}/libperl.so.${PERL_VER}
|
||||
${LN} -s libperl.so.${LIBPERL_VER} ${WRKSRC}/libperl.so
|
||||
${LN} -s libperl.so.${LIBPERL_VER} ${WRKSRC}/libperl.so.${PERL_VER}
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
@${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE}
|
||||
.endif
|
||||
|
|
@ -289,8 +291,8 @@ post-install:
|
|||
${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto
|
||||
${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
|
||||
${LN} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} ${STAGEDIR}${PREFIX}/bin/perl5
|
||||
${LN} -sf libperl.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so
|
||||
${LN} -sf libperl.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER}
|
||||
${LN} -sf libperl.so.${LIBPERL_VER} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so
|
||||
${LN} -sf libperl.so.${LIBPERL_VER} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
# XXX Remove the ECHO_CMD
|
||||
# Force PERL_PORT in case the devel has the same version as the latest release
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (perl/perl-5.24.0-RC3_GH0.tar.gz) = 52987e88eb2a98d34b759211aca40bb12601984811253bd508a9df1ee0673fa7
|
||||
SIZE (perl/perl-5.24.0-RC3_GH0.tar.gz) = 17852929
|
||||
SHA256 (perl/perl-5.24.0-RC4_GH0.tar.gz) = c1c99417f3060896d8f73350f65ef47cc49b74d28449d5ad1e72914a87edf7b7
|
||||
SIZE (perl/perl-5.24.0-RC4_GH0.tar.gz) = 17855211
|
||||
|
|
|
|||
|
|
@ -670,7 +670,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
|
|||
%%ARCH_LIB%%/CORE/l1_char_class_tab.h
|
||||
%%ARCH_LIB%%/CORE/libperl.so
|
||||
%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VER%%
|
||||
%%ARCH_LIB%%/CORE/libperl.so.%%PORTVERSION%%
|
||||
%%ARCH_LIB%%/CORE/libperl.so.%%LIBPERL_VER%%
|
||||
%%ARCH_LIB%%/CORE/malloc_ctl.h
|
||||
%%ARCH_LIB%%/CORE/metaconfig.h
|
||||
%%ARCH_LIB%%/CORE/mg.h
|
||||
|
|
@ -1447,6 +1447,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
|
|||
%%PRIV_LIB%%/pod/perl5203delta.pod
|
||||
%%PRIV_LIB%%/pod/perl5220delta.pod
|
||||
%%PRIV_LIB%%/pod/perl5221delta.pod
|
||||
%%PRIV_LIB%%/pod/perl5222delta.pod
|
||||
%%PRIV_LIB%%/pod/perl5240delta.pod
|
||||
%%PRIV_LIB%%/pod/perl561delta.pod
|
||||
%%PRIV_LIB%%/pod/perl56delta.pod
|
||||
|
|
@ -2115,6 +2116,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
|
|||
%%MAN1%%/perl5203delta.1.gz
|
||||
%%MAN1%%/perl5220delta.1.gz
|
||||
%%MAN1%%/perl5221delta.1.gz
|
||||
%%MAN1%%/perl5222delta.1.gz
|
||||
%%MAN1%%/perl5240delta.1.gz
|
||||
%%MAN1%%/perl561delta.1.gz
|
||||
%%MAN1%%/perl56delta.1.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php55
|
||||
PORTVERSION= 5.5.34
|
||||
PORTVERSION= 5.5.35
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (php-5.5.34.tar.bz2) = af88884416a92619de842ad0fd23f7f7e8140efb0b9194f98a38a78781e5851c
|
||||
SIZE (php-5.5.34.tar.bz2) = 13686681
|
||||
SHA256 (php-5.5.35.tar.bz2) = 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7
|
||||
SIZE (php-5.5.35.tar.bz2) = 13690152
|
||||
SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4
|
||||
SIZE (php-5.5.x-mail-header.patch) = 3379
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php70
|
||||
PORTVERSION= 7.0.5
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 7.0.6
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
DISTNAME= php-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (php-7.0.5.tar.bz2) = 2c09af7fe64537ea795f098b9b542ead407ef83f7cdc65b3787115ccbbb51de9
|
||||
SIZE (php-7.0.5.tar.bz2) = 14086522
|
||||
SHA256 (php-7.0.6.tar.bz2) = 14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7
|
||||
SIZE (php-7.0.6.tar.bz2) = 14102594
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= couriergraph
|
||||
PORTVERSION= 20060202
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.arschkrebs.de/postfix/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mailgraph
|
||||
PORTVERSION= 1.14
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \
|
||||
http://mailgraph.schweikert.ch/pub/old/
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue