forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
f56e2a26b5
commit
c3c6a0bf26
262 changed files with 1768 additions and 1187 deletions
|
|
@ -26,9 +26,8 @@ NLS_USES= gettext
|
|||
NLS_LIBS= -lintl
|
||||
PORTDOCS= *
|
||||
|
||||
USES= alias gmake libarchive libtool lua:51 pathfix pkgconfig \
|
||||
USES= alias bdb gmake libarchive libtool lua:51 pathfix pkgconfig \
|
||||
shebangfix tar:bzip2
|
||||
USE_BDB= 46+
|
||||
INVALID_BDB_VER=51
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= rzip
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SAMBA/rzip
|
||||
|
||||
|
|
@ -15,4 +16,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Astro-satpass
|
||||
PORTVERSION= 0.072
|
||||
PORTVERSION= 0.073
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467591199
|
||||
SHA256 (Astro-satpass-0.072.tar.gz) = 3be0e90e78d56b70f930f4451bb6b3f1ca2ab77379d79749398c78265dc55883
|
||||
SIZE (Astro-satpass-0.072.tar.gz) = 525814
|
||||
TIMESTAMP = 1470684159
|
||||
SHA256 (Astro-satpass-0.073.tar.gz) = 5802d4058fe56cc10eebafc65a6d132195957d20e06c64e846141e4ba07a4b93
|
||||
SIZE (Astro-satpass-0.073.tar.gz) = 525624
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= festalon
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://projects.raphnet.net/festalon/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate
|
||||
|
||||
USES= libtool pkgconfig tar:bzip2
|
||||
USES+= libtool pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix pkgconfig libtool
|
||||
USE_BDB= 48+
|
||||
USES= gmake pathfix pkgconfig libtool bdb
|
||||
|
||||
CONFIGURE_ARGS= --disable-portaudio \
|
||||
--with-default-tmpdir=/tmp
|
||||
|
|
|
|||
|
|
@ -14,10 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libltdl.so:devel/libltdl
|
||||
|
||||
USES= gmake libtool ncurses pkgconfig tar:bzip2
|
||||
USES= bdb gmake libtool ncurses pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BDB= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mutagen
|
||||
PORTVERSION= 1.33.2
|
||||
PORTVERSION= 1.34
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467845508
|
||||
SHA256 (mutagen-1.33.2.tar.gz) = 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5
|
||||
SIZE (mutagen-1.33.2.tar.gz) = 863803
|
||||
TIMESTAMP = 1470682042
|
||||
SHA256 (mutagen-1.34.tar.gz) = baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619
|
||||
SIZE (mutagen-1.34.tar.gz) = 871691
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= resid
|
||||
PORTVERSION= 0.16
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= LOCAL/ehaupt
|
||||
|
||||
|
|
@ -18,4 +18,6 @@ USE_LDCONFIG= yes
|
|||
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= schism
|
||||
PORTVERSION= 20100101
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://schismtracker.org/dl/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
|||
|
||||
USES= tar:bzip2
|
||||
USE_SDL= yes
|
||||
USE_XORG= x11 xext xv
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sidplayer
|
||||
PORTVERSION= 4.4
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sidplayer.cebix.net/downloads/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -32,4 +32,7 @@ do-install:
|
|||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= teamspeak3-server
|
||||
PORTVERSION= 3.0.12.4
|
||||
PORTVERSION= 3.0.13
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
SHA256 (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = b02b8bac1f67be36b548faaac9771c54587c1b95ac62a3274e28ddb58fc6eff1
|
||||
SIZE (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = 5623654
|
||||
SHA256 (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 4ad78fed037e8c18d0b455882ddc0307c3107b7269897da4563153762561d77d
|
||||
SIZE (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 5490703
|
||||
TIMESTAMP = 1470239631
|
||||
SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 545eeb535412b2ee04f8d17bb24536f7dc521d21bec89c7160ddb4f15c21120f
|
||||
SIZE (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 5961882
|
||||
TIMESTAMP = 1470240656
|
||||
SHA256 (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 72c8d3304095334a309f968ab5efe6ccf37b4c9a2c1f8820dfcb59aa7bd495b4
|
||||
SIZE (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 5896735
|
||||
|
|
|
|||
|
|
@ -13,3 +13,6 @@ into the logs in %%LOGDIR%%
|
|||
|
||||
TeamSpeak DNS server (tsdns) is not handled by this port. If you
|
||||
need it, please download and install it manually.
|
||||
|
||||
Version 3.0.13 adds ipv6 support, if ipv6 is not desired, it can
|
||||
be removed by added voice_ip=0.0.0.0 and filetransfer_ip=0.0.0.0
|
||||
|
|
|
|||
|
|
@ -249,6 +249,26 @@ share/teamspeak/server/sql/update_23.sql
|
|||
share/teamspeak/server/sql/update_24.sql
|
||||
share/teamspeak/server/sql/update_database_version.sql
|
||||
share/teamspeak/server/sql/update_permissions_12.sql
|
||||
share/teamspeak/server/sql/channel_delete_bulk.sql
|
||||
share/teamspeak/server/sql/channel_insert_bulk.sql
|
||||
share/teamspeak/server/sql/channel_insert_bulk_fixup.sql
|
||||
share/teamspeak/server/sql/channel_insert_bulk_mapping.sql
|
||||
share/teamspeak/server/sql/channel_properties_bulk_insert.sql
|
||||
share/teamspeak/server/sql/channel_server_list_properties_bulk.sql
|
||||
share/teamspeak/server/sql/client_get_by_serverid_bulk.sql
|
||||
share/teamspeak/server/sql/client_insert_bulk.sql
|
||||
share/teamspeak/server/sql/client_insert_bulk_mapping.sql
|
||||
share/teamspeak/server/sql/client_properties_bulk_insert.sql
|
||||
share/teamspeak/server/sql/group_insert_bulk_snapshot.sql
|
||||
share/teamspeak/server/sql/group_insert_bulk_snapshot_get_mapping.sql
|
||||
share/teamspeak/server/sql/group_member_insert_bulk.sql
|
||||
share/teamspeak/server/sql/perm_copy_default_permissions.sql
|
||||
share/teamspeak/server/sql/perm_insert_bulk.sql
|
||||
share/teamspeak/server/sql/permission_load_channel_group_total.sql
|
||||
share/teamspeak/server/sql/permission_load_other.sql
|
||||
share/teamspeak/server/sql/permission_load_server_and_channel_group_total.sql
|
||||
share/teamspeak/server/sql/permission_load_server_group_total.sql
|
||||
share/teamspeak/server/sql/update_25.sql
|
||||
share/teamspeak/server/sql/updates_and_fixes/convert_mysql_to_mariadb.sql
|
||||
share/teamspeak/server/sql/updates_and_fixes/mariadb_fix_latin_utf8.sql
|
||||
@dir(teamspeak,teamspeak,) %%DBDIR%%
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= uade
|
||||
PORTVERSION= 2.13
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://zakalwe.fi/uade/uade2/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -60,5 +60,7 @@ post-install:
|
|||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/uade123 \
|
||||
${STAGEDIR}${PREFIX}/lib/uade2/uadecore
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xmms-ahx
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz
|
||||
|
||||
|
|
@ -18,10 +18,13 @@ RUN_DEPENDS= xmms:multimedia/xmms
|
|||
PLIST_FILES= lib/xmms/Input/libahx.so
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool
|
||||
USES= gmake libtool gettext-runtime
|
||||
USE_XORG= xi xext x11
|
||||
USE_GNOME= gtk12
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@ MASTERDIR= ${.CURDIR}/../festalon
|
|||
BUILD_DEPENDS= xmms:multimedia/xmms
|
||||
RUN_DEPENDS= xmms:multimedia/xmms
|
||||
|
||||
USE_GNOME= glib12
|
||||
USES+= gettext-runtime
|
||||
USE_GNOME= glib12 gtk12
|
||||
USE_XORG= xext xi x11
|
||||
CONFIGURE_ARGS+= --enable-interface=interface
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
|
@ -22,5 +24,4 @@ PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \
|
|||
lib/xmms/Input/libfestalon_xmms.so.0 \
|
||||
lib/xmms/Input/libfestalon_xmms.so.0.0.0
|
||||
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xmms-nsf
|
||||
PORTVERSION= 0.0.3
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://optronic.sourceforge.net/files/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -17,7 +17,9 @@ BUILD_DEPENDS= xmms:multimedia/xmms
|
|||
RUN_DEPENDS= xmms:multimedia/xmms
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool
|
||||
USES= gettext-runtime libtool
|
||||
USE_GNOME= glib12 gtk12
|
||||
USE_XORG= x11 xext xi
|
||||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu89
|
||||
CONFIGURE_ARGS= --disable-static --with-pic
|
||||
|
|
@ -33,4 +35,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
|
||||
${WRKSRC}/src/nes/nestypes.h
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libnsf.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xmms-sapplug
|
||||
DISTVERSION= 0.3f
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= LOCAL/ehaupt
|
||||
DISTNAME= sapplug-xmms-${DISTVERSION}
|
||||
|
|
@ -52,7 +52,7 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
|
||||
${INSTALL_DATA} ${WRKSRC}/libsap.so \
|
||||
${INSTALL_LIB} ${WRKSRC}/libsap.so \
|
||||
${STAGEDIR}${PREFIX}/lib/xmms/Input/libsap.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= volnorm
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
PKGNAMEPREFIX= xmms-
|
||||
|
|
@ -13,10 +13,10 @@ COMMENT= Volume Normalizer plugin for XMMS
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
LIB_DEPENDS= libxmms.so:multimedia/xmms
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
USES= libtool
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -27,4 +27,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|tests||g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^COMMON/s|-O2|@CFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Effect/libnormvol.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xymms
|
||||
DISTVERSION= 0.9.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
PKGNAMEPREFIX= xmms-
|
||||
|
|
@ -14,8 +14,9 @@ COMMENT= Sega Genesis GYM plugin for XMMS
|
|||
LIB_DEPENDS= libxmms.so:multimedia/xmms
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool
|
||||
USES= gettext-runtime libtool
|
||||
USE_GNOME= gtk12
|
||||
USE_XORG= x11 xext xi
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
|
|
@ -25,5 +26,6 @@ PLIST_FILES= lib/xmms/Input/libxymms.so \
|
|||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libxymms.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,14 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pycogent
|
||||
PORTVERSION= 1.5.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION}
|
||||
DISTNAME= PyCogent-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Toolkit for statistical analysis of biological sequences
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
|
@ -17,10 +13,11 @@ LICENSE= GPLv2
|
|||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${LOCALBASE}/bin/cython:lang/cython \
|
||||
${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python
|
||||
USES= python:-2.7
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (PyCogent-1.5.3.tgz) = ad883cf4f8bbedd797b934a6ba75a20df2313736e84bff3d5a0e54ac41ea425c
|
||||
SIZE (PyCogent-1.5.3.tgz) = 3360039
|
||||
TIMESTAMP = 1470681973
|
||||
SHA256 (pycogent-pycogent-1.9_GH0.tar.gz) = c9f56d21d764aa62e3e8a9df5a300eb7fb59e502572bec41894d21df19aeceb5
|
||||
SIZE (pycogent-pycogent-1.9_GH0.tar.gz) = 3744597
|
||||
|
|
|
|||
|
|
@ -11,9 +11,8 @@ COMMENT= Library to deal with pinyin
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BDB= yes
|
||||
USE_GNOME= glib20
|
||||
USES= gettext gmake libtool pathfix pkgconfig
|
||||
USES= bdb gettext gmake libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -14,10 +14,9 @@ COMMENT= Unified library for Chinese text processing
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool
|
||||
USES= bdb gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BDB= yes
|
||||
OBSOLETE_BDB_VAR= USE_DB2
|
||||
DATADIR= ${PREFIX}/share/tabe
|
||||
DOCSDIR= ${PREFIX}/share/doc/tabe
|
||||
|
|
|
|||
|
|
@ -13,10 +13,9 @@ COMMENT= Chinese processing via libtabe
|
|||
|
||||
LIB_DEPENDS= libtabe.so:chinese/libtabe
|
||||
|
||||
USES= perl5
|
||||
USES= bdb perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
USE_BDB= yes
|
||||
OBSOLETE_BDB_VAR= WITH_DB
|
||||
|
||||
CONFIGURE_ARGS= DB="${BDB_LIB_NAME}"
|
||||
|
|
|
|||
|
|
@ -18,15 +18,12 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libexpat.so:textproc/expat2
|
||||
|
||||
USE_BDB= 5+
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
USES= cmake compiler:c++11-lib pkgconfig
|
||||
USES= bdb:5+ cmake compiler:c++11-lib pkgconfig ssl
|
||||
CMAKE_ARGS= -DBDB_PREFIX=${LOCALBASE}
|
||||
USE_WX= 2.8+
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
OPTIONS_DEFINE= GEN_CRQ LOAD_CERT STATION_LOC CONVERTER
|
||||
GEN_CRQ_DESC= Build gen_crq
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ RTREE_CONFIGURE_WITH= rtree
|
|||
|
||||
ERRORPOP_CONFIGURE_WITH= errorpopups
|
||||
|
||||
BDB_USE= BDB=41+
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} --with-bdb-libdir=${BDB_LIB_DIR}
|
||||
|
||||
OPTCFLAGS_CFLAGS= -O2 -pipe
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ OPTIONS_SINGLE_BACKEND= BDB GDBM
|
|||
OPTIONS_DEFAULT= GDBM
|
||||
|
||||
BACKEND_DESC= Database backend
|
||||
BDB_USE= bdb=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-berkeley \
|
||||
--with-bdb-include-dir=${BDB_INCLUDE_DIR} \
|
||||
--with-bdb-lib-dir=${BDB_LIB_DIR}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \
|
|||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= bison gettext gmake gnome gperf libtool pathfix pkgconfig \
|
||||
USES= bdb:5 bison gettext gmake gnome gperf libtool pathfix pkgconfig \
|
||||
sqlite tar:xz
|
||||
# Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally
|
||||
# this change would be done there, but it is not a C++ application, so it
|
||||
|
|
@ -37,7 +37,6 @@ USES+= compiler:c++11-lib
|
|||
USE_GNOME= gtk30 intltool introspection:build libxml2
|
||||
USE_OPENLDAP= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BDB= 5
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
--with-openldap=yes \
|
||||
|
|
|
|||
|
|
@ -14,13 +14,12 @@ COMMENT= Interface to Berkeley DB for GNUstep
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= gnustep
|
||||
USES= bdb gnustep
|
||||
USE_GNUSTEP= back build
|
||||
|
||||
LIB_DEPENDS= libEncore.so:devel/fortytwo-encore
|
||||
DEFAULT_LIBVERSION= 0.1
|
||||
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
||||
USE_BDB= 43+
|
||||
|
||||
WRKSRC= ${WRKDIR}/BDB-${PORTVERSION}
|
||||
DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/BDB
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ USE_GNOME+= libgda4
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="bdb"
|
||||
USE_BDB= yes
|
||||
USES+= bdb
|
||||
CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-bdb
|
||||
|
|
@ -100,7 +100,7 @@ CONFIGURE_ARGS+= --without-ldap
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="mysql"
|
||||
USE_MYSQL= yes
|
||||
USES+= mysql
|
||||
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--without-ui
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==bdb
|
||||
USE_BDB= 5
|
||||
USES+= bdb:5
|
||||
CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-bdb
|
||||
|
|
@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-ldap
|
|||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==mysql
|
||||
USE_MYSQL= yes
|
||||
USES+= mysql
|
||||
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ OPTIONS_DEFAULT= MYSQL PGSQL SQLITE SSL
|
|||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE
|
||||
|
||||
MYSQL_USE= mysql=yes
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config
|
||||
MYSQL_CONFIGURE_OFF= --without-mysql
|
||||
PGSQL_USES= pgsql
|
||||
|
|
@ -34,7 +34,7 @@ PGSQL_CONFIGURE_OFF= --without-postgresql
|
|||
SQLITE_USES= sqlite
|
||||
SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE}
|
||||
SQLITE_CONFIGURE_OFF= --without-sqlite
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE}
|
||||
SSL_CONFIGURE_OFF= --disable-openssl
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ USE_CSTD= gnu89
|
|||
CFLAGS+= -I"${BDB_INCLUDE_DIR}"
|
||||
LDFLAGS+= -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib"
|
||||
|
||||
USES= bdb:5
|
||||
USE_RC_SUBR= memcacheq
|
||||
USE_BDB= 5
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --with-bdb=${LOCALBASE} --enable-threads
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,8 @@ PORTSCOUT= skipv:1.801
|
|||
|
||||
CFLAGS+= -I${BDB_INCLUDE_DIR}
|
||||
LDFLAGS+= -lpthread
|
||||
USE_BDB= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USES= bdb perl5
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/Makefile.PL
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@ LICENSE_COMB= dual
|
|||
TEST_DEPENDS= p5-MLDBM>=0:databases/p5-MLDBM \
|
||||
p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_BDB= yes
|
||||
USES= bdb perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
SHEBANG_FILES= mkconsts.pl
|
||||
|
|
|
|||
|
|
@ -16,9 +16,8 @@ LICENSE= PSFL
|
|||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USE_BDB= 43+
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python tar:xz
|
||||
USES= bdb python tar:xz
|
||||
|
||||
DIST_SUBDIR= python
|
||||
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
|
||||
|
|
|
|||
|
|
@ -11,14 +11,11 @@ DISTNAME= rdfdb_src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Lightweight RDF database
|
||||
|
||||
USE_BDB= 40+
|
||||
INVALID_BDB_VER=2
|
||||
|
||||
USERS= rdfdb
|
||||
GROUPS= rdfdb
|
||||
|
||||
WRKSRC= ${WRKDIR}/rdfdb
|
||||
USES= gmake
|
||||
USES= bdb gmake
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET=
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ COMMENT= Ruby interface to Oracle Berkeley DB revision 2 or later
|
|||
|
||||
LICENSE= RUBY
|
||||
|
||||
USE_BDB= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USE_RUBY= yes
|
||||
|
|
@ -35,7 +33,7 @@ EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR}
|
|||
PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/bdb.so
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
USES= shebangfix tar:bzip2
|
||||
USES= bdb shebangfix tar:bzip2
|
||||
SHEBANG_FILES= examples/record.rb \
|
||||
examples/recno.rb \
|
||||
examples/zeroc.rb \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= notify-osd
|
||||
PORTVERSION= 0.9.29
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://launchpadlibrarian.net/43419242/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -15,14 +15,16 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
libfreetype.so:print/freetype2 \
|
||||
libnotify.so:devel/libnotify \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
|
||||
CONFLICTS= xfce4-notification-daemon-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pkgconfig
|
||||
USE_GNOME= libwnck gconf2
|
||||
USES= gettext-runtime gmake libtool pkgconfig
|
||||
USE_GNOME= cairo gconf2 gdkpixbuf2 libwnck
|
||||
USE_XORG= pixman x11
|
||||
|
||||
LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puush
|
||||
PORTVERSION= 0.0.1
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= ultima1252@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1465605222
|
||||
SHA256 (ultima1252-puush-0.0.1_GH0.tar.gz) = e550a9c7dd544d8115704b0171a6a6fb00bda9b0f5bae9c4672503369e296c10
|
||||
SIZE (ultima1252-puush-0.0.1_GH0.tar.gz) = 30846
|
||||
TIMESTAMP = 1469674590
|
||||
SHA256 (ultima1252-puush-0.0.2_GH0.tar.gz) = fe7a1a3412d7e80b545566b31010d382aedf8c92a0abf2786a1b42d0ed43968b
|
||||
SIZE (ultima1252-puush-0.0.2_GH0.tar.gz) = 30844
|
||||
|
|
|
|||
13
deskutils/tomboy/files/patch-configure
Normal file
13
deskutils/tomboy/files/patch-configure
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- configure.orig 2016-06-25 15:40:35 UTC
|
||||
+++ configure
|
||||
@@ -14507,8 +14507,8 @@ do
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mono 2.0 GAC for $asm.dll" >&5
|
||||
$as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; }
|
||||
if test \
|
||||
- -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \
|
||||
- -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \
|
||||
+ -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \
|
||||
+ -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \
|
||||
then \
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
||||
$as_echo "found" >&6; }
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xfce4-generic-slider
|
||||
PORTVERSION= 0.0.20100827
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= LOCAL/ehaupt/
|
||||
|
||||
|
|
@ -12,8 +12,12 @@ COMMENT= Slider plugin to adjust and/or monitor any numeric variable
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= pkgconfig xfce
|
||||
USE_XFCE= panel libgui
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gettext-runtime pkgconfig xfce
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
|
||||
USE_XFCE= libgui panel
|
||||
|
||||
CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0`
|
||||
LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0`
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= notification-daemon
|
||||
PORTVERSION= 0.3.7
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= LOCAL/ehaupt/
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
|
|
@ -17,15 +17,20 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
libdbus-glib-1.so:devel/dbus-glib \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
||||
USE_GNOME= librsvg2
|
||||
USE_GNOME= librsvg2 gtk20 cairo
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= libgui
|
||||
USE_XORG= x11
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
|
||||
--libexecdir=${PREFIX}/libexec/xfce4 \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/daemon/daemon.c.orig 2010-05-05 10:54:14.000000000 +0200
|
||||
+++ ./src/daemon/daemon.c 2010-05-05 10:54:50.000000000 +0200
|
||||
@@ -1091,10 +1091,6 @@
|
||||
--- src/daemon/daemon.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/daemon/daemon.c
|
||||
@@ -1091,10 +1091,6 @@ main(int argc, char **argv)
|
||||
|
||||
g_set_application_name ("notification-daemon-xfce");
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/daemon/stack.c.orig 2007-05-26 11:52:28.000000000 +0200
|
||||
+++ ./src/daemon/stack.c 2010-05-05 10:54:02.000000000 +0200
|
||||
@@ -40,51 +40,18 @@
|
||||
--- src/daemon/stack.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/daemon/stack.c
|
||||
@@ -40,51 +40,18 @@ struct _NotifyStack
|
||||
static gboolean
|
||||
get_work_area(GtkWidget *nw, GdkRectangle *rect)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- ./src/settings/main.c.orig 2012-05-29 15:07:41.000000000 +0200
|
||||
+++ ./src/settings/main.c 2012-05-29 15:08:08.000000000 +0200
|
||||
@@ -187,8 +187,7 @@
|
||||
--- src/settings/main.c.orig 2007-05-26 09:52:28 UTC
|
||||
+++ src/settings/main.c
|
||||
@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget
|
||||
/* create new preview notification */
|
||||
preview = notify_notification_new (_("Preview notification"),
|
||||
_("Lorem Ipsum is simply dummy text of the printing and typesetting industry."),
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xfce4-notifyd
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= http://errements.eu/distfiles/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
|
@ -16,8 +17,9 @@ COMMENT= Visually-appealing notification daemon for Xfce
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libnotify.so:devel/libnotify \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
|
||||
USES= gmake gettext-tools libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
|
|
@ -3,9 +3,10 @@
|
|||
|
||||
PORTNAME= bunny
|
||||
PORTVERSION= 0.93
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
|
||||
PROJECTHOST= bunny-the-fuzzer
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer
|
||||
|
|
@ -13,9 +14,8 @@ COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:tgz
|
||||
USES= ssl tar:tgz
|
||||
|
||||
PROJECTHOST= bunny-the-fuzzer
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PORTDOCS= README
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cloudabi
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 2b3e1ad30e4af3d2cb5560fb25d2bc9d328db7d1ad1f648dbd4bb8dbb3effb50
|
||||
SIZE (NuxiNL-cloudabi-v0.6_GH0.tar.gz) = 111250
|
||||
TIMESTAMP = 1470676531
|
||||
SHA256 (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = a6e9fc8aa8c9ca70be5842e8097b4f260461ad2d00c683d84df88c6eb54caa52
|
||||
SIZE (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = 109870
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ include/cloudabi32_types.h
|
|||
include/cloudabi64_types.h
|
||||
include/cloudabi_syscalls.h
|
||||
include/cloudabi_syscalls_info.h
|
||||
include/cloudabi_syscalls_native.h
|
||||
include/cloudabi_syscalls_native_aarch64.h
|
||||
include/cloudabi_syscalls_native_x86_64.h
|
||||
include/cloudabi_syscalls_struct.h
|
||||
include/cloudabi_types.h
|
||||
include/cloudabi_types_common.h
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tirexs
|
||||
PORTVERSION= 0.8.4
|
||||
PORTVERSION= 0.8.5
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1470131151
|
||||
SHA256 (Zatvobor-tirexs-v0.8.4_GH0.tar.gz) = b40a1af60fcc817fcffb5c7218a69279084b8898cd57ecf563d283606bea445f
|
||||
SIZE (Zatvobor-tirexs-v0.8.4_GH0.tar.gz) = 41103
|
||||
TIMESTAMP = 1470657037
|
||||
SHA256 (Zatvobor-tirexs-v0.8.5_GH0.tar.gz) = 0d624718e80a01efd1eb4bc7f0b6af8c1223af8221678a251d6023a2eed867e0
|
||||
SIZE (Zatvobor-tirexs-v0.8.5_GH0.tar.gz) = 41207
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
--- mix.exs.orig 2016-07-14 15:23:49 UTC
|
||||
--- mix.exs.orig 2016-08-08 12:02:38 UTC
|
||||
+++ mix.exs
|
||||
@@ -8,10 +8,9 @@ defmodule Tirexs.Mixfile do
|
||||
version: "0.8.3",
|
||||
source_url: github,
|
||||
homepage_url: github,
|
||||
- elixir: "~> 1.2.0",
|
||||
+ elixir: "~> 1.3.0",
|
||||
@@ -11,7 +11,6 @@ defmodule Tirexs.Mixfile do
|
||||
elixir: "~> 1.3.0",
|
||||
description: description,
|
||||
package: package,
|
||||
- deps: deps,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpb
|
||||
PORTVERSION= 3.24.3
|
||||
PORTVERSION= 3.24.4
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1469778864
|
||||
SHA256 (tomas-abrahamsson-gpb-3.24.3_GH0.tar.gz) = 6904d5721db3e0def9d768f52820ca3d3a71e313e6546e820adbaa6fa52a0523
|
||||
SIZE (tomas-abrahamsson-gpb-3.24.3_GH0.tar.gz) = 334931
|
||||
TIMESTAMP = 1470642399
|
||||
SHA256 (tomas-abrahamsson-gpb-3.24.4_GH0.tar.gz) = d212c22745de4af1b7f85f5cbe366dfdca20af975916411a7761c57258e728f1
|
||||
SIZE (tomas-abrahamsson-gpb-3.24.4_GH0.tar.gz) = 337074
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Grantlee is a string template engine based on the Django template
|
||||
system and written using the Qt framework.
|
||||
|
||||
WWW: http://gitorious.org/grantlee/pages/Home
|
||||
WWW: https://github.com/steveire/grantlee
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ SLAVE_PORT?= no
|
|||
.if ${SLAVE_PORT} == "no"
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libmcpp.so:devel/mcpp
|
||||
USE_OPENSSL= yes
|
||||
USES+= ssl
|
||||
.else
|
||||
LIB_VRS= ${PORTVERSION:R:S|.||g}
|
||||
LIB_DEPENDS+= libIce.so.${LIB_VRS}:devel/ice
|
||||
|
|
@ -37,8 +37,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib
|
|||
|
||||
WRKSRC= ${WRKDIR}/ice-${PORTVERSION}
|
||||
|
||||
USE_BDB= 5
|
||||
INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6
|
||||
USES+= bdb:5
|
||||
INVALID_BDB_VER= 48 6
|
||||
USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC?= ${WRKSRC}/cpp
|
||||
INSTALL_WRKSRC?= ${WRKSRC}/cpp
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libbinio
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
@ -22,6 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CFLAGS+= ${CPPFLAGS}
|
||||
CXXFLAGS+= ${CPPFLAGS}
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ BDB_DESC= Translation database support
|
|||
BDB_CONFIGURE_ENABLE= bdb
|
||||
BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR}
|
||||
BDB_LDFLAGS= -L${BDB_LIB_DIR}
|
||||
BDB_USE= BDB=41+
|
||||
BDB_USES= bdb
|
||||
|
||||
TRANSLATE_DESC= Online translation support
|
||||
TRANSLATE_CONFIGURE_ENABLE= libtranslate
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mono-addins
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.3
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
@ -18,13 +18,17 @@ CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
|
|||
USES= autoreconf gmake mono pkgconfig
|
||||
WANT_GNOME= yes
|
||||
|
||||
OPTIONS_DEFINE= GTK2
|
||||
OPTIONS_DEFINE= GTK2 GTK3
|
||||
OPTIONS_DEFAULT=GTK2
|
||||
|
||||
GTK2_USE= GNOME=gtksharp20
|
||||
GTK2_CONFIGURE_ENABLE= gui
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
#GTK3_USE= GNOME=gtksharp30
|
||||
GTK3_CONFIGURE_ENABLE= gui-gtk3
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PLIST_SUB+= VER=1.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mono-mono-addins-mono-addins-1.1_GH0.tar.gz) = 9dae88975597f82564756a75d503e5c23071c17b7092c08069d71f650aa9a075
|
||||
SIZE (mono-mono-addins-mono-addins-1.1_GH0.tar.gz) = 555705
|
||||
TIMESTAMP = 1470311096
|
||||
SHA256 (mono-mono-addins-mono-addins-1.3_GH0.tar.gz) = e2c4db9fd12087b795dd03a035c6ab8daffe157694d98dcfe227067913db5580
|
||||
SIZE (mono-mono-addins-mono-addins-1.3_GH0.tar.gz) = 672166
|
||||
|
|
|
|||
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj.orig
|
||||
+++ Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj
|
||||
@@ -141,25 +141,25 @@
|
||||
<LogicalName>plugin-22.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22%402x.png">
|
||||
- <LogicalName>plugin-22.png</LogicalName>
|
||||
+ <LogicalName>plugin-22@2x.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~dark.png">
|
||||
<LogicalName>plugin-22~dark.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~dark%402x.png">
|
||||
- <LogicalName>plugin-22~dark.png</LogicalName>
|
||||
+ <LogicalName>plugin-22~dark@2x.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~sel.png">
|
||||
<LogicalName>plugin-22~sel.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~sel%402x.png">
|
||||
- <LogicalName>plugin-22~sel.png</LogicalName>
|
||||
+ <LogicalName>plugin-22~sel@2x.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~dark~sel.png">
|
||||
<LogicalName>plugin-22~dark~sel.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-22~dark~sel%402x.png">
|
||||
- <LogicalName>plugin-22~dark~sel.png</LogicalName>
|
||||
+ <LogicalName>plugin-22~dark~sel@2x.png</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\plugin-32.png">
|
||||
<LogicalName>plugin-32.png</LogicalName>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
--- Mono.Addins.Gui/Mono.Addins.Gui.csproj.orig
|
||||
+++ Mono.Addins.Gui/Mono.Addins.Gui.csproj
|
||||
@@ -52,7 +52,7 @@
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Mono.Posix" />
|
||||
- <Reference Include="Mono.Cairo" />
|
||||
+ <Reference Include="Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
|
||||
<Reference Include="System.Core" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -181,4 +181,4 @@
|
||||
</Properties>
|
||||
</MonoDevelop>
|
||||
</ProjectExtensions>
|
||||
-</Project>
|
||||
\ No newline at end of file
|
||||
+</Project>
|
||||
|
|
@ -3,6 +3,8 @@ lib/mono/gac/Mono.Addins.CecilReflector/%%VER%%.0__0738eb9f132ed756/Mono.Addins.
|
|||
lib/mono/gac/Mono.Addins.CecilReflector/%%VER%%.0__0738eb9f132ed756/Mono.Addins.CecilReflector.dll.mdb
|
||||
%%GTK2%%lib/mono/gac/Mono.Addins.Gui/%%VER%%.0__0738eb9f132ed756/Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/Mono.Addins.Gui/%%VER%%.0__0738eb9f132ed756/Mono.Addins.Gui.dll.mdb
|
||||
%%GTK3%%lib/mono/gac/Mono.Addins.GuiGtk3/1.0.6060.21481__0738eb9f132ed756/Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/Mono.Addins.GuiGtk3/1.0.6060.21481__0738eb9f132ed756/Mono.Addins.GuiGtk3.dll.mdb
|
||||
lib/mono/gac/Mono.Addins.MSBuild/%%VER%%.0__0738eb9f132ed756/Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/Mono.Addins.MSBuild/%%VER%%.0__0738eb9f132ed756/Mono.Addins.MSBuild.dll.mdb
|
||||
lib/mono/gac/Mono.Addins.Setup/%%VER%%.0__0738eb9f132ed756/Mono.Addins.Setup.dll
|
||||
|
|
@ -13,6 +15,8 @@ lib/mono/gac/policy.0.2.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/pol
|
|||
lib/mono/gac/policy.0.2.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.2.config
|
||||
%%GTK2%%lib/mono/gac/policy.0.2.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.2.Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/policy.0.2.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.2.config
|
||||
%%GTK3%%lib/mono/gac/policy.0.2.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.2.Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/policy.0.2.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.2.config
|
||||
lib/mono/gac/policy.0.2.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.2.Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/policy.0.2.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.2.config
|
||||
lib/mono/gac/policy.0.2.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.2.Mono.Addins.Setup.dll
|
||||
|
|
@ -23,6 +27,8 @@ lib/mono/gac/policy.0.3.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/pol
|
|||
lib/mono/gac/policy.0.3.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.3.config
|
||||
%%GTK2%%lib/mono/gac/policy.0.3.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.3.Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/policy.0.3.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.3.config
|
||||
%%GTK3%%lib/mono/gac/policy.0.3.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.3.Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/policy.0.3.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.3.config
|
||||
lib/mono/gac/policy.0.3.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.3.Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/policy.0.3.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.3.config
|
||||
lib/mono/gac/policy.0.3.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.3.Mono.Addins.Setup.dll
|
||||
|
|
@ -33,6 +39,8 @@ lib/mono/gac/policy.0.4.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/pol
|
|||
lib/mono/gac/policy.0.4.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.4.config
|
||||
%%GTK2%%lib/mono/gac/policy.0.4.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.4.Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/policy.0.4.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.4.config
|
||||
%%GTK3%%lib/mono/gac/policy.0.4.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.4.Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/policy.0.4.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.4.config
|
||||
lib/mono/gac/policy.0.4.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.4.Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/policy.0.4.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.4.config
|
||||
lib/mono/gac/policy.0.4.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.4.Mono.Addins.Setup.dll
|
||||
|
|
@ -43,6 +51,8 @@ lib/mono/gac/policy.0.5.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/pol
|
|||
lib/mono/gac/policy.0.5.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.5.config
|
||||
%%GTK2%%lib/mono/gac/policy.0.5.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/policy.0.5.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.5.config
|
||||
%%GTK3%%lib/mono/gac/policy.0.5.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/policy.0.5.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.5.config
|
||||
lib/mono/gac/policy.0.5.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/policy.0.5.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.5.config
|
||||
lib/mono/gac/policy.0.5.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.5.Mono.Addins.Setup.dll
|
||||
|
|
@ -53,6 +63,8 @@ lib/mono/gac/policy.0.6.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/pol
|
|||
lib/mono/gac/policy.0.6.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/policy.0.6.config
|
||||
%%GTK2%%lib/mono/gac/policy.0.6.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.6.Mono.Addins.Gui.dll
|
||||
%%GTK2%%lib/mono/gac/policy.0.6.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/policy.0.6.config
|
||||
%%GTK3%%lib/mono/gac/policy.0.6.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.6.Mono.Addins.GuiGtk3.dll
|
||||
%%GTK3%%lib/mono/gac/policy.0.6.Mono.Addins.GuiGtk3/0.0.0.0__0738eb9f132ed756/policy.0.6.config
|
||||
lib/mono/gac/policy.0.6.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.6.Mono.Addins.MSBuild.dll
|
||||
lib/mono/gac/policy.0.6.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756/policy.0.6.config
|
||||
lib/mono/gac/policy.0.6.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/policy.0.6.Mono.Addins.Setup.dll
|
||||
|
|
@ -61,11 +73,13 @@ lib/mono/gac/policy.0.6.Mono.Addins/0.0.0.0__0738eb9f132ed756/policy.0.6.Mono.Ad
|
|||
lib/mono/gac/policy.0.6.Mono.Addins/0.0.0.0__0738eb9f132ed756/policy.0.6.config
|
||||
lib/mono/mono-addins/Mono.Addins.CecilReflector.dll
|
||||
%%GTK2%%lib/mono/mono-addins/Mono.Addins.Gui.dll
|
||||
%%GTK3%%lib/mono/mono-addins/Mono.Addins.GuiGtk3.dll
|
||||
lib/mono/mono-addins/Mono.Addins.MSBuild.dll
|
||||
lib/mono/mono-addins/Mono.Addins.Setup.dll
|
||||
lib/mono/mono-addins/Mono.Addins.dll
|
||||
lib/mono/mono-addins/mautil.exe
|
||||
%%GTK2%%libdata/pkgconfig/mono-addins-gui.pc
|
||||
%%GTK3%%libdata/pkgconfig/mono-addins-gui-gtk3.pc
|
||||
libdata/pkgconfig/mono-addins-msbuild.pc
|
||||
libdata/pkgconfig/mono-addins-setup.pc
|
||||
libdata/pkgconfig/mono-addins.pc
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ DOCSDIR= ${PREFIX}/share/doc/NAnt
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build
|
||||
@${REINPLACE_CMD} -e 's|lib/mono/4.0|lib/mono/4.0-api|' \
|
||||
${WRKSRC}/src/NAnt.Console/App.config \
|
||||
${WRKSRC}/tests/NAnt.Core/Framework.config
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
|
|
|||
|
|
@ -37,12 +37,6 @@ libdata/pkgconfig/nant.pc
|
|||
%%DATADIR%%/bin/NDoc.Documenter.NAnt.dll
|
||||
%%DATADIR%%/bin/NDoc.Documenter.NAnt.dll.mdb
|
||||
%%DATADIR%%/bin/NDoc.Documenter.NAnt.xml
|
||||
%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.dll
|
||||
%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.dll.mdb
|
||||
%%DATADIR%%/bin/extensions/common/2.0/NAnt.MSBuild.xml
|
||||
%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.dll
|
||||
%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.dll.mdb
|
||||
%%DATADIR%%/bin/extensions/common/4.0/NAnt.MSBuild.xml
|
||||
%%DATADIR%%/bin/lib/common/2.0/nunit-console-runner.dll
|
||||
%%DATADIR%%/bin/lib/common/2.0/nunit-console.exe
|
||||
%%DATADIR%%/bin/lib/common/2.0/nunit-console.exe.config
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@ do-build:
|
|||
/property:AssemblyOriginatorKeyFile=Dynamic.snk \
|
||||
/property:Configuration=Release \
|
||||
/property:DefineConstants='SIGNED NET45 TRACE')
|
||||
(cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \
|
||||
${SETENV} ${MAKE_ENV} monodis Newtonsoft.Json.dll --output=Newtonsoft.Json.il)
|
||||
(cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \
|
||||
${SETENV} ${MAKE_ENV} ilasm /dll /key:../../../Dynamic.snk Newtonsoft.Json.il)
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC}/Src/Newtonsoft.Json/bin/Release/Net45 && \
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Class-C3-XS
|
||||
PORTVERSION= 0.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Class-C3-XS-0.13.tar.gz) = faa55a03d5d4caf0bae49856b45a5de628392d26cac04e65f006024f912a21ab
|
||||
SIZE (Class-C3-XS-0.13.tar.gz) = 26105
|
||||
TIMESTAMP = 1470685305
|
||||
SHA256 (Class-C3-XS-0.14.tar.gz) = a81489bb1d84a18ca0199b7f3d332c1586cadb03365cb8f2dd7d77d8ab88bcc6
|
||||
SIZE (Class-C3-XS-0.14.tar.gz) = 35209
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Class-Virtual
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Class-Virtual-0.07.tar.gz) = 7f5e9f313edbb5dd77325ab09eeda2fe376101dca13e37f7ee49f5be24e22e6c
|
||||
SIZE (Class-Virtual-0.07.tar.gz) = 6357
|
||||
TIMESTAMP = 1470686326
|
||||
SHA256 (Class-Virtual-0.08.tar.gz) = c6499b42d3b4e5c6488a5e82fbc28698e6c9860165072dddfa6749355a9cfbb2
|
||||
SIZE (Class-Virtual-0.08.tar.gz) = 6864
|
||||
|
|
|
|||
|
|
@ -41,15 +41,8 @@ INTF_TEST_ALL_TARGET= itests
|
|||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|"-lpcsclite"|${GPRLINK}|' \
|
||||
${WRKSRC}/pcscada_common.gpr \
|
||||
${WRKSRC}/pcscada_lib.gpr
|
||||
${REINPLACE_CMD} -e 's|gnaty.*|gnatyd",|' ${WRKSRC}/pcscada_common.gpr
|
||||
(cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|"-lpcsclite");|"-L${LOCALBASE}/lib"); pragma Linker_Options ("-lpcsclite");|' \
|
||||
examples/cardd/cardd.adb \
|
||||
examples/sample/sample.adb \
|
||||
examples/pinverify/pinpad.adb \
|
||||
examples/thin/thin_example.adb \
|
||||
tests/runner.adb \
|
||||
tests/test_pcscada.adb)
|
||||
|
||||
do-build:
|
||||
# We cannot use a redefined ALL_TARGET because MAKE_JOBS_SAFE is set
|
||||
|
|
|
|||
|
|
@ -16,4 +16,7 @@ LICENSE= BSD3CLAUSE
|
|||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
DEPRECATED= EOL upstream. Merged into devel/py-dogpile.cache since 0.6.0
|
||||
EXPIRATION_DATE= 2016-09-01
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ OPTIONS_NAME= devel_subversion
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
BDB_CONFIGURE_OFF= --without-berkeley-db
|
||||
BDB_USE= BDB=42+
|
||||
BDB_USES= bdb
|
||||
|
||||
MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ OPTIONS_NAME= devel_subversion18
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
BDB_CONFIGURE_OFF= --without-berkeley-db
|
||||
BDB_USE= BDB=42+
|
||||
BDB_USES= bdb
|
||||
|
||||
MAINTAINER_DEBUG_CFLAGS= -g
|
||||
MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
|
|||
LICENSE= MPL
|
||||
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.12.0a.2016.07.30
|
||||
HASH= 32b4a9a
|
||||
ISCVERSION= 9.12.0a.2016.08.08
|
||||
HASH= 3146be6
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit
|
|||
QUERYTRACE_CONFIGURE_ENABLE= querytrace
|
||||
|
||||
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
|
||||
|
||||
LMDB_CONFIGURE_WITH= lmdb
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1470230492
|
||||
SHA256 (bind9-32b4a9a.tar.gz) = 62ee065529227bb823101b44a8db3b322a7479b89e33d1860424359f41bac2e9
|
||||
SIZE (bind9-32b4a9a.tar.gz) = 11763591
|
||||
TIMESTAMP = 1470656613
|
||||
SHA256 (bind9-3146be6.tar.gz) = c21fd9b8941670669bc680f6a415b52ed1a8cc63463f88fa22d392fc210f5d1d
|
||||
SIZE (bind9-3146be6.tar.gz) = 11763979
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit
|
|||
QUERYTRACE_CONFIGURE_ENABLE= querytrace
|
||||
|
||||
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
|
||||
|
||||
NEWSTATS_CONFIGURE_ENABLE= newstats
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
|||
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
|
||||
USE_BDB= yes
|
||||
USES= bdb
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libadns.so:dns/adns
|
||||
RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB
|
||||
|
||||
USES= perl5 tar:bzip2
|
||||
USE_BDB= yes
|
||||
USES= bdb perl5 tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL} \
|
||||
djm_cv_lib_db_Dbopen=yes
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= zonenotify
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.morettoni.net/bsd/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -18,6 +19,9 @@ post-patch:
|
|||
${WRKSRC}/Makefile
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ WIDECHAR_DESC= Enable wide-character support (UTF-8)
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= iconv libtool ncurses pkgconfig tar:bzip2
|
||||
USE_BDB= 42+
|
||||
USES= bdb iconv libtool ncurses pkgconfig tar:bzip2
|
||||
CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
|
||||
--program-prefix=n
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
|
|
|
|||
|
|
@ -18,11 +18,10 @@ LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \
|
|||
libboost_thread.so:devel/boost-libs \
|
||||
liblucene++.so:textproc/luceneplusplus
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig
|
||||
USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig
|
||||
USE_WX= 3.0
|
||||
WX_CONF_ARGS= absolute
|
||||
WX_UNICODE= yes
|
||||
USE_BDB= yes
|
||||
WITH_BDB_HIGHEST= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.9.15
|
||||
DISTVERSION= 1.9.16
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1469379036
|
||||
SHA256 (wine-1.9.15.tar.bz2) = cf992ac991b0e49fd0b186305021acf6e612d5df18d30e3d5808fa6f6731adda
|
||||
SIZE (wine-1.9.15.tar.bz2) = 23357574
|
||||
SHA256 (v1.9.15.tar.gz) = 10b836e4f78b7da1693cf1199f1b16c160a844a6372733817be31de67ea85150
|
||||
SIZE (v1.9.15.tar.gz) = 9926094
|
||||
TIMESTAMP = 1470642852
|
||||
SHA256 (wine-1.9.16.tar.bz2) = e120d6673aada93935c6661b75c2edc835a45a8e658b80934c36434b56940f04
|
||||
SIZE (wine-1.9.16.tar.bz2) = 23419636
|
||||
SHA256 (v1.9.16.tar.gz) = 24b0386b3bd04a2e48b5233487b2b3479d6e4042b44378ad3b9f1e04c5082a1d
|
||||
SIZE (v1.9.16.tar.gz) = 9919553
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ include/wine/windows/d3dx10.h
|
|||
include/wine/windows/d3dx10async.h
|
||||
%%STAGING%%include/wine/windows/d3dx10core.h
|
||||
%%STAGING%%include/wine/windows/d3dx10core.idl
|
||||
include/wine/windows/d3dx10math.h
|
||||
include/wine/windows/d3dx10tex.h
|
||||
include/wine/windows/d3dx11.h
|
||||
include/wine/windows/d3dx11async.h
|
||||
|
|
@ -1599,6 +1600,7 @@ lib/wine/fakedlls/msvcp100.dll
|
|||
lib/wine/fakedlls/msvcp110.dll
|
||||
lib/wine/fakedlls/msvcp120.dll
|
||||
lib/wine/fakedlls/msvcp120_app.dll
|
||||
lib/wine/fakedlls/msvcp140.dll
|
||||
lib/wine/fakedlls/msvcp60.dll
|
||||
lib/wine/fakedlls/msvcp70.dll
|
||||
lib/wine/fakedlls/msvcp71.dll
|
||||
|
|
@ -2100,6 +2102,7 @@ lib/wine/libstrmiids.a
|
|||
lib/wine/libsxs.def
|
||||
lib/wine/libt2embed.def
|
||||
lib/wine/libtapi32.def
|
||||
lib/wine/libucrtbase.def
|
||||
lib/wine/libunicows.def
|
||||
lib/wine/liburl.def
|
||||
lib/wine/liburlmon.def
|
||||
|
|
@ -2207,6 +2210,7 @@ lib/wine/msvcp100.dll.so
|
|||
lib/wine/msvcp110.dll.so
|
||||
lib/wine/msvcp120.dll.so
|
||||
lib/wine/msvcp120_app.dll.so
|
||||
lib/wine/msvcp140.dll.so
|
||||
lib/wine/msvcp60.dll.so
|
||||
lib/wine/msvcp70.dll.so
|
||||
lib/wine/msvcp71.dll.so
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= bloboats
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -13,7 +13,7 @@ COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto
|
|||
|
||||
USES= gmake
|
||||
USE_SDL= mixer image net sdl
|
||||
USE_GL= yes
|
||||
USE_GL= gl glu
|
||||
|
||||
MAKE_ENV+= DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR}
|
||||
|
||||
|
|
|
|||
16
games/gbrainy/files/patch-configure
Normal file
16
games/gbrainy/files/patch-configure
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -13674,8 +13674,8 @@
|
||||
for i in $needed_assemblies; do
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $i.dll" >&5
|
||||
$as_echo_n "checking for $i.dll... " >&6; }
|
||||
- if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0/$i.dll \); then
|
||||
- if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/4.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/4.0/$i.dll \); then
|
||||
+ if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0-api/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0-api/$i.dll \); then
|
||||
+ if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/4.0-api/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/4.0-api/$i.dll \); then
|
||||
as_fn_error $? "missing required mono 2.0/4.0 DLL: $i.dll" "$LINENO" 5
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dygraphs
|
||||
PORTVERSION= 1.1.1.0
|
||||
DISTVERSION= 1.1.1-1
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Interface to Dygraphs Interactive Time Series Charting Library
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1470122668
|
||||
SHA256 (dygraphs_1.1.1.0.tar.gz) = ab5127d1dde1db779170488313453801e3d8e33d1371a1cde85437fb699db0ab
|
||||
SIZE (dygraphs_1.1.1.0.tar.gz) = 293300
|
||||
TIMESTAMP = 1470661698
|
||||
SHA256 (dygraphs_1.1.1-1.tar.gz) = cb649a07bfb38cb9cc41589c112da48120c9f45e110fe7cedef707c3c1333baf
|
||||
SIZE (dygraphs_1.1.1-1.tar.gz) = 293309
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= exrtools
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://scanline.ca/exrtools/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -13,8 +13,9 @@ COMMENT= Utilities for manipulating with HDR images in OpenEXR format
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \
|
||||
libpng.so:graphics/png
|
||||
LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \
|
||||
libpng.so:graphics/png \
|
||||
libIlmImf.so:graphics/OpenEXR
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake jpeg pkgconfig
|
||||
|
|
|
|||
|
|
@ -13,14 +13,13 @@ COMMENT= Graph management system for GNUstep
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= gnustep
|
||||
USES= bdb gnustep
|
||||
USE_GNUSTEP= back build
|
||||
|
||||
LIB_DEPENDS= libEncore.so:devel/fortytwo-encore \
|
||||
libBDB.so:databases/fortytwo-bdb
|
||||
DEFAULT_LIBVERSION= 0.1
|
||||
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
||||
USE_BDB= 43+
|
||||
|
||||
WRKSRC= ${WRKDIR}/FT-${PORTVERSION}
|
||||
DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= grafx2
|
||||
PORTVERSION= 2.4.2035
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
|
@ -51,4 +51,7 @@ post-patch:
|
|||
-e 's|Extract_path(program_dir, argv0);|strcpy(program_dir,"${PREFIX}/bin/");|' \
|
||||
${WRKSRC}/setup.c
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= iec16022
|
||||
PORTVERSION= 0.2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -21,6 +21,8 @@ USES= libtool pkgconfig
|
|||
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \
|
||||
${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue