drop SHARED_ONLY from python and ruby ports

This commit is contained in:
naddy 2016-03-20 16:12:22 +00:00
parent a90d3a4179
commit deea7ed07b
104 changed files with 107 additions and 313 deletions

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.20 2016/03/20 16:12:22 naddy Exp $
COMMENT= Python wrapper module for the ao library

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.19 2016/03/20 16:12:22 naddy Exp $
COMMENT= CDDB audio CD track info access in Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.23 2016/03/20 16:12:22 naddy Exp $
COMMENT= Python wrapper for the Ogg libraries

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.8 2016/03/20 16:12:22 naddy Exp $
COMMENT = Python wrapper for the Vorbis libraries

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.21 2016/03/20 16:12:22 naddy Exp $
COMMENT= Python interface to XMMS

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.150 2016/01/24 10:50:25 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.151 2016/03/20 16:12:22 naddy Exp $
COMMENT= integrated music management application for GNOME

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.26 2016/01/12 13:19:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2016/03/20 16:12:22 naddy Exp $
SHARED_ONLY= Yes
COMMENT= Python tools for computational molecular biology
MODPY_EGG_VERSION= 1.66

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2015/06/10 21:42:26 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.32 2016/03/20 16:12:22 naddy Exp $
COMMENT-main= radio/rotator control library
COMMENT-python= python bindings for hamlib

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2015/01/21 06:13:46 bentley Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.22 2016/03/20 16:12:22 naddy Exp $
COMMENT= Python unicode codecs for Chinese, Japanese and Korean

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/01/21 06:13:46 bentley Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.18 2016/03/20 16:12:22 naddy Exp $
COMMENT= universal unicode codec using iconv for Python

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.202 2016/02/27 08:57:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.203 2016/03/20 16:12:22 naddy Exp $
# XXX add libphonenumber support when a cpp release is out
SHARED_ONLY= Yes
COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2015/03/27 08:11:25 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.12 2016/03/20 16:12:22 naddy Exp $
COMMENT= Qt-based LDAP browser and utility

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.209 2016/02/13 21:54:28 sthen Exp $
# $OpenBSD: Makefile,v 1.210 2016/03/20 16:12:23 naddy Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
@ -43,7 +43,6 @@ MULTI_PACKAGES= -docs -main -server -contrib -plpython
# but the server requires loadable library support. Until we figure
# out the correct incantation to not build the server on those systems,
# simply don't build for them, yet.
SHARED_ONLY= Yes
MAKE_FILE= GNUmakefile

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/01/26 13:29:11 sthen Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.5 2016/03/20 16:12:23 naddy Exp $
COMMENT = thin SQLite wrapper for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2015/11/13 08:44:53 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.42 2016/03/20 16:12:23 naddy Exp $
COMMENT-main= LDAP client API for Python
COMMENT-examples= example programs for the LDAP client API for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2015/09/29 10:51:14 sthen Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.50 2016/03/20 16:12:23 naddy Exp $
COMMENT = Python interface to MySQL

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2015/09/29 10:51:14 sthen Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.13 2016/03/20 16:12:23 naddy Exp $
COMMENT = ODBC bindings for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2016/01/06 17:01:54 ajacoutot Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.26 2016/03/20 16:12:23 naddy Exp $
COMMENT = PostgreSQL database adapter for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2015/04/21 18:40:20 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.24 2016/03/20 16:12:23 naddy Exp $
COMMENT= SQLite adapter for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2015/11/13 09:04:37 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.24 2016/03/20 16:12:23 naddy Exp $
COMMENT= Python interface to the Sybase relational database system

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/08/12 11:24:05 jca Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.16 2016/03/20 16:12:23 naddy Exp $
COMMENT= trivial database library

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.30 2015/12/10 08:47:02 landry Exp $
# $OpenBSD: Makefile,v 1.31 2016/03/20 16:12:23 naddy Exp $
SHARED_ONLY = Yes
BROKEN-alpha = yes_prepare_ocamlcocci.cmi does not exist
BROKEN-powerpc = yes_prepare_ocamlcocci.cmi does not exist
BROKEN-sparc64 = yes_prepare_ocamlcocci.cmi does not exist

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/05/02 12:43:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2016/03/20 16:12:23 naddy Exp $
COMMENT = Gtk debugging tool
@ -11,8 +11,6 @@ REVISION = 0
HOMEPAGE = http://chipx86.github.com/gtkparasite/
SHARED_ONLY = Yes
# BSD
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2015/11/12 16:34:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2016/03/20 16:12:23 naddy Exp $
COMMENT-main = library to handle Apple Property List format
COMMENT-python = python bindings for libplist
SHARED_ONLY = Yes
VERSION = 1.12
SUBST_VARS += VERSION
DISTNAME = libplist-${VERSION}

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2015/08/12 11:24:05 jca Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.9 2016/03/20 16:12:23 naddy Exp $
COMMENT= hierarchical memory pool system with destructors

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.7 2016/03/12 07:02:16 mmcc Exp $
# $OpenBSD: Makefile,v 1.8 2016/03/20 16:12:23 naddy Exp $
SHARED_ONLY= Yes
# based on ffx 17 engine
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS in jsutil.h:235)

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2015/09/17 12:33:00 benoit Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.44 2016/03/20 16:12:23 naddy Exp $
COMMENT = date and time types for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/03/13 16:09:17 benoit Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.13 2016/03/20 16:12:23 naddy Exp $
COMMENT= Radix tree implementation for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2016/01/06 17:01:54 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.21 2016/03/20 16:12:23 naddy Exp $
COMMENT= Python bindings for the SILC toolkit

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2015/08/20 10:02:25 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.30 2016/03/20 16:12:23 naddy Exp $
COMMENT= automatically generate Python bindings for C and C++ libs

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2015/07/07 22:29:14 bcallah Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.32 2016/03/20 16:12:23 naddy Exp $
COMMENT= set of Python modules designed for writing games

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2015/11/24 09:11:04 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.17 2016/03/20 16:12:23 naddy Exp $
COMMENT= Python-alike language for writing Python extension modules

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/04/21 18:33:49 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.15 2016/03/20 16:12:23 naddy Exp $
COMMENT= python interface to libusb

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2016/03/12 07:02:16 mmcc Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.32 2016/03/20 16:12:24 naddy Exp $
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS in jsutil.h:235)

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/12/03 21:24:29 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2016/03/20 16:12:24 naddy Exp $
COMMENT = fast, intuitive file opening in VIM
@ -18,8 +18,6 @@ WANTLIB += c m ${MODRUBY_WANTLIB}
MASTER_SITES = https://spacehopper.org/mirrors/
SHARED_ONLY = Yes
# Must stay in sync with the version vim is using!
MODRUBY_REV = 1.8
MODULES = lang/ruby

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.105 2016/03/11 20:28:25 naddy Exp $
# $OpenBSD: Makefile,v 1.106 2016/03/20 16:12:24 naddy Exp $
BROKEN-alpha= gr_RenderInfo.cpp:426:1: internal compiler error: Segmentation fault
SHARED_ONLY= Yes
COMMENT= free cross-platform WYSIWYG word processor
VERSION= 3.0.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2016/03/07 09:37:06 zhuk Exp $
# $OpenBSD: Makefile,v 1.27 2016/03/20 16:12:24 naddy Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -33,8 +33,6 @@ MODQMAKE_PROJECTS = plugins-src/TWLuaPlugin/TWLuaPlugin.pro \
plugins-src/TWPythonPlugin/TWPythonPlugin.pro \
TeXworks.pro
SHARED_ONLY = Yes
WANTLIB += ICE QtDBus QtGui QtScript QtScriptTools QtXml SM X11
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.3
WANTLIB += m poppler-qt4 pthread stdc++ z

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2015/07/18 21:54:37 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.7 2016/03/20 16:12:24 naddy Exp $
COMMENT= convert Big5 encoded files to PDF

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2016/03/11 20:28:25 naddy Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.64 2016/03/20 16:12:24 naddy Exp $
COMMENT= educational game for children

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2016/03/06 20:28:36 kirby Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.4 2016/03/20 16:12:24 naddy Exp $
SHARED_LIBS += gemrb_core 0.0

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2015/08/31 01:21:39 jca Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.5 2016/03/20 16:12:24 naddy Exp $
COMMENT = game of life simulator

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2015/12/14 07:45:57 benoit Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.34 2016/03/20 16:12:24 naddy Exp $
COMMENT= flash-card tool which optimises your learning process

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.48 2016/03/02 14:39:10 landry Exp $
# $OpenBSD: Makefile,v 1.49 2016/03/20 16:12:24 naddy Exp $
COMMENT = desktop geographical information system
SHARED_ONLY = Yes
DISTNAME = qgis-2.14.0
EXTRACT_SUFX = .tar.bz2
CATEGORIES = geo x11

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.106 2015/12/30 10:59:32 giovanni Exp $
# $OpenBSD: Makefile,v 1.107 2016/03/20 16:12:24 naddy Exp $
COMMENT= GNU Image Manipulation Program
SHARED_ONLY= Yes
DISTNAME= gimp-2.8.16
SHARED_LIBS+= gimp-2.0 272.0 # 800.0

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.45 2015/10/10 08:44:39 kirby Exp $
# $OpenBSD: Makefile,v 1.46 2016/03/20 16:12:24 naddy Exp $
BROKEN-hppa = run dep on enblend-enfuse which will not build on hppa
SHARED_ONLY = Yes
COMMENT = panorama image stitcher
DISTNAME = hugin-2014.0.0

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/11 20:28:26 naddy Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.6 2016/03/20 16:12:24 naddy Exp $
COMMENT-main = library for manipulating IPTC metadata
COMMENT-python = libiptcdata Python bindings

View File

@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.35 2015/11/23 20:34:07 zhuk Exp $
# $OpenBSD: Makefile,v 1.36 2016/03/20 16:12:24 naddy Exp $
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
ONLY_FOR_ARCHS-java = amd64 i386
SHARED_ONLY = Yes
CATEGORIES = graphics devel
COMMENT-docs = OpenCV documentation and examples

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2015/10/08 12:02:03 jasper Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.18 2016/03/20 16:12:24 naddy Exp $
COMMENT = library for reading and writing images

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2015/04/05 13:31:14 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.25 2016/03/20 16:12:24 naddy Exp $
COMMENT= Python wrapper for the GD library

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2016/01/01 12:00:15 ajacoutot Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.49 2016/03/20 16:12:24 naddy Exp $
COMMENT = intelligent input bus framework

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.18 2015/12/03 21:24:30 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2016/03/20 16:12:24 naddy Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS =i386 amd64
COMMENT = embeddable prototype-based language

View File

@ -1,4 +1,4 @@
# $OpenBSD: python.port.mk,v 1.86 2016/03/11 18:13:19 naddy Exp $
# $OpenBSD: python.port.mk,v 1.87 2016/03/20 16:12:24 naddy Exp $
#
# python.port.mk - Xavier Santolaria <xavier@santolaria.net>
# This file is in the public domain.
@ -72,10 +72,6 @@ BUILD_DEPENDS += ${_MODPY_BUILD_DEPENDS}
RUN_DEPENDS += ${MODPY_RUN_DEPENDS}
.endif
.if ${MODPY_BUILDDEP:L} == "yes" || ${MODPY_RUNDEP:L} == "yes"
SHARED_ONLY = Yes
.endif
_MODPY_PRE_BUILD_STEPS = :
.if defined(MODPY_SETUPTOOLS) && ${MODPY_SETUPTOOLS:L} == "yes"
# The setuptools module provides a package locator (site.py) that is

View File

@ -1,4 +1,4 @@
# $OpenBSD: ruby.port.mk,v 1.86 2016/01/17 19:39:05 jasper Exp $
# $OpenBSD: ruby.port.mk,v 1.87 2016/03/20 16:12:24 naddy Exp $
# ruby module
@ -253,12 +253,11 @@ MODRUBY_WANTLIB+= gmp
.if ${CONFIGURE_STYLE:L:Mext} || ${CONFIGURE_STYLE:L:Mextconf}
# Ruby C exensions are specific to an arch and are loaded as
# shared libraries (not compiled into ruby), so set SHARED_ONLY
# and make sure PKG_ARCH=* is not set.
# shared libraries (not compiled into ruby), so make sure PKG_ARCH=*
# is not set.
. if defined(PKG_ARCH) && ${PKG_ARCH} == *
ERRORS+= "Fatal: Should not have PKG_ARCH=* when compiling extensions"
. endif
SHARED_ONLY= Yes
# Add appropriate libraries to WANTLIB depending on ruby version and
# implementation
@ -285,14 +284,8 @@ BUILD_DEPENDS+= lang/jruby>=1.6.5
BUILD_DEPENDS+= lang/ruby/2.1>=2.1.0p0
. endif
# Just like all ruby C extensions should set SHARED_ONLY,
# pure ruby gem ports without C extensions should definitely not
# set SHARED_ONLY, and they are arch-independent.
# Pure ruby gem ports without C extensions are arch-independent.
. if !${CONFIGURE_STYLE:L:Mext}
. if defined(SHARED_ONLY) && ${SHARED_ONLY:L:Myes}
ERRORS+= "Fatal: Pure ruby gems without ext CONFIGURE_STYLE should not \
have SHARED_ONLY=Yes"
. endif
PKG_ARCH= *
. elif ${MODRUBY_REV} == 2.1 || ${MODRUBY_REV} == 2.2 || ${MODRUBY_REV} == 2.3
# Add build complete file to package so rubygems doesn't complain

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.29 2016/03/12 07:02:16 mmcc Exp $
# $OpenBSD: Makefile,v 1.30 2016/03/20 16:12:24 naddy Exp $
# old version that does not get updates; should be rm'd at some point
PORTROACH= ignore:1
SHARED_ONLY= Yes
COMMENT = Mozilla C implementation of JavaScript
MOZILLA_VERSION = 1.9.2.28

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2015/04/21 18:24:22 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.28 2016/03/20 16:12:25 naddy Exp $
COMMENT= fast array facility to the Python language

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/04/21 18:24:22 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.16 2016/03/20 16:12:25 naddy Exp $
COMMENT= probability and statistics utilities for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:23:57 espie Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.15 2016/03/20 16:12:25 naddy Exp $
COMMENT= text reader and catalog browser for Project Gutenberg

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.9 2016/03/11 20:28:28 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2016/03/20 16:12:25 naddy Exp $
PORTROACH= limit:^3\.
SHARED_ONLY= Yes
COMMENT-main= RADIUS server implementation
COMMENT-iodbc= freeradius iodbc rlm addon
COMMENT-memcached= freeradius memcached rlm addon

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2016/03/11 19:59:15 naddy Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.70 2016/03/20 16:12:25 naddy Exp $
COMMENT= jabber client written in pygtk
DISTNAME= gajim-0.15.4

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2016/02/25 07:36:15 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.40 2016/03/20 16:12:25 naddy Exp $
COMMENT= framework for creating UPnP devices and control points

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2016/03/14 20:25:39 jca Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.10 2016/03/20 16:12:25 naddy Exp $
COMMENT = GTK+2 IRC Client
DISTNAME = hexchat-2.12.0

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2015/05/20 11:29:58 jca Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.39 2016/03/20 16:12:25 naddy Exp $
COMMENT= utility to create virtual hosts on a network
DISTNAME= honeyd-1.5c

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/01/18 22:30:44 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.6 2016/03/20 16:12:25 naddy Exp $
COMMENT= AFP file and print services for IP networks

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.118 2016/03/18 21:13:38 giovanni Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.119 2016/03/20 16:12:25 naddy Exp $
COMMENT-main= scan ports and fingerprint stack of network hosts
COMMENT-zenmap= graphical frontend for nmap

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.129 2016/01/22 19:04:39 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.130 2016/03/20 16:12:25 naddy Exp $
COMMENT-main= multi-protocol instant messaging client
COMMENT-finch= multi-protocol instant messaging client, console client

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2015/08/19 20:13:59 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.14 2016/03/20 16:12:25 naddy Exp $
COMMENT= python interface to adns

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2016/01/06 10:49:28 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.38 2016/03/20 16:12:25 naddy Exp $
COMMENT= Python interface to cURL library

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2015/08/19 20:13:59 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.17 2016/03/20 16:12:25 naddy Exp $
COMMENT= Python API for flowd binary log files

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2015/08/19 20:13:59 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.17 2016/03/20 16:12:25 naddy Exp $
COMMENT= python interface to flow-tools file format

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2016/01/23 18:28:34 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.31 2016/03/20 16:12:25 naddy Exp $
COMMENT= libpcap bindings for Python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.94 2016/03/11 20:28:29 naddy Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.95 2016/03/20 16:12:25 naddy Exp $
COMMENT-main= system to store and display time-series data
COMMENT-update= lightweight update-only tool for rrdtool

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2016/01/11 15:11:31 abieber Exp $
# $OpenBSD: Makefile,v 1.24 2016/03/20 16:12:25 naddy Exp $
COMMENT-main= fast, light and extensible chat client
COMMENT-lua= Lua bindings for weechat
@ -21,8 +21,6 @@ HOMEPAGE= http://www.weechat.org/
MAINTAINER= Eric Lalonde <eric.c.lalonde@gmail.com>
SHARED_ONLY= Yes
# GPLv3
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2016/03/05 16:26:40 kirby Exp $
# $OpenBSD: Makefile,v 1.37 2016/03/20 16:12:25 naddy Exp $
# XXX should add pledge to dumpcap.
@ -16,7 +16,6 @@ DISTNAME = wireshark-${WVER}
PKGNAME-main = wireshark-${WVER}
PKGNAME-gtk = wireshark-gtk-${WVER}
PKGNAME-text = tshark-${WVER}
SHARED_ONLY = Yes
SHARED_LIBS += wsutil 2.0 # 5.0
SHARED_LIBS += wiretap 2.0 # 4.5

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2015/04/21 18:51:26 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.39 2016/03/20 16:12:25 naddy Exp $
COMMENT= vector font editor/converter

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.140 2016/03/19 11:37:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.141 2016/03/20 16:12:25 naddy Exp $
PORTROACH= skipv:${V}_py2.5
SHARED_ONLY= Yes
COMMENT-main= HP Linux Imaging and Printing
COMMENT-common= HPLIP applications common files
COMMENT-hpaio= HP sane(7) scanner backend

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2015/04/06 21:05:07 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.44 2016/03/20 16:12:26 naddy Exp $
COMMENT-main= text based music notation system
COMMENT-docs= lilypond documentation

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2016/01/05 11:24:05 landry Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.57 2016/03/20 16:12:26 naddy Exp $
COMMENT= DTP program
DISTNAME= scribus-1.4.5

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2015/04/21 18:19:27 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.21 2016/03/20 16:12:26 naddy Exp $
COMMENT= Python Cryptographic Toolkit

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2015/12/29 23:19:33 rpe Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.36 2016/03/20 16:12:26 naddy Exp $
COMMENT = cryptographic tools for Python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2015/10/30 12:59:16 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2016/03/20 16:12:26 naddy Exp $
COMMENT-main = system metrics collection engine
COMMENT-mysql = collectd mysql plugin
@ -29,7 +29,6 @@ CATEGORIES = sysutils
HOMEPAGE = http://www.collectd.org/
SHARED_LIBS += collectdclient 1.0
SHARED_ONLY = Yes
# GPLv2
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2016/01/17 09:48:59 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.35 2016/03/20 16:12:26 naddy Exp $
COMMENT= simple encrypted backup tool for GNOME

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2016/03/04 10:14:05 jasper Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.25 2016/03/20 16:12:26 naddy Exp $
COMMENT = libvirt virtualization API python bindings

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2016/03/10 11:50:13 naddy Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.39 2016/03/20 16:12:26 naddy Exp $
COMMENT-main= multimedia communication library (SIP, RTP, ICE, etc)
COMMENT-pjsua= lightweight sip client

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2015/08/27 07:04:35 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.37 2016/03/20 16:12:26 naddy Exp $
# This architecture lacks fast mutexes...
NOT_FOR_ARCHS= mips64 mips64el

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2015/07/19 23:46:08 naddy Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.64 2016/03/20 16:12:26 naddy Exp $
COMMENT= gettext(1) files editor for GNOME

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2015/08/19 20:13:59 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.48 2016/03/20 16:12:26 naddy Exp $
COMMENT= Python module for writing basic XML applications

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2015/06/23 07:46:25 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2016/03/20 16:12:26 naddy Exp $
COMMENT= syntax highlighter based on pygments
@ -12,8 +12,6 @@ HOMEPAGE= https://github.com/tmm1/pygments.rb
# GPL
PERMIT_PACKAGE_CDROM= Yes
# order matters, as otherwise ruby.port.mk complains about SHARED_ONLY=yes
# which is set by python.port.mk, and not having 'ext' in CONFIGURE_STYLE.
MODULES= lang/ruby \
lang/python

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2015/07/17 23:58:43 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.4 2016/03/20 16:12:26 naddy Exp $
COMMENT= Python WSGI compliant interface module for Apache2

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2014/06/14 10:34:45 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.29 2016/03/20 16:12:26 naddy Exp $
COMMENT-main= fast, powerful, and language-neutral HTML template system
COMMENT-perl= perl bindings for clearsilver

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.37 2016/03/18 12:20:06 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2016/03/20 16:12:26 naddy Exp $
BROKEN-alpha = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
BROKEN-hppa = error: Compiler GCC >= 4.7 or Clang >= 3.3 is required for C compilation
PORTROACH = limitw:1,even
SHARED_ONLY = Yes
COMMENT = GTK+ port of the WebKit rendering engine
V = 2.10.9

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2016/03/11 11:48:28 naddy Exp $
SHARED_ONLY = Yes
# $OpenBSD: Makefile,v 1.8 2016/03/20 16:12:26 naddy Exp $
COMMENT = equinox desktop library

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.133 2015/11/08 19:43:40 jasper Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.134 2016/03/20 16:12:26 naddy Exp $
COMMENT= versatile IDE for GNOME

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2015/10/30 12:59:17 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.16 2016/03/20 16:12:26 naddy Exp $
COMMENT= IDE for GNOME

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.121 2016/01/23 09:09:40 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.122 2016/03/20 16:12:26 naddy Exp $
COMMENT= password agent for the GNOME project

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.108 2016/01/05 17:18:19 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.109 2016/03/20 16:12:26 naddy Exp $
COMMENT-main= GNOME Data Access library
COMMENT-ldap= LDAP backend for libgda

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2015/11/16 10:05:35 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.34 2016/03/20 16:12:26 naddy Exp $
COMMENT= GNOME music playing application

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.140 2015/10/12 17:20:35 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.141 2016/03/20 16:12:27 naddy Exp $
COMMENT= official media player for GNOME

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.199 2016/03/02 07:22:38 ajacoutot Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.200 2016/03/20 16:12:27 naddy Exp $
COMMENT= powerful desktop search tool and indexer

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.61 2015/08/19 20:13:59 sthen Exp $
# $OpenBSD: Makefile,v 1.62 2016/03/20 16:12:27 naddy Exp $
SHARED_ONLY= Yes
BROKEN-alpha= .got subsegment exceeds 64K
COMMENT= GTK+2 Python bindings

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2015/08/19 20:13:59 sthen Exp $
SHARED_ONLY= Yes
# $OpenBSD: Makefile,v 1.15 2016/03/20 16:12:27 naddy Exp $
COMMENT= python bindings to the XOSD library

Some files were not shown because too many files have changed in this diff Show More