| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Convert to optionsng
Notes:
svn path=/head/; revision=350760
|
|
|
|
|
|
|
|
|
| |
- Stage
- Convert to OPTION Helpers
- Fix warning in 'make patch'
Notes:
svn path=/head/; revision=350749
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Stage
- Add LICENSE=GPLv2 [1]
- Update to git version from 2013 which fixes:
* ignore IPv4/IPv6 address hints when option -H is present.
* fix an error in the "hints" handling of the host resolver which confused
local/source and remote hint (AF_INET/AF_INET6).
Notes:
svn path=/head/; revision=350748
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort and add missing dependencies
- Add LICENSE (Artistic 1 & GPL 1)
- Add WWW link
- Fix typo in COMMENT
Changes: http://search.cpan.org/dist/Net-SSH-Perl/Changes
Notes:
svn path=/head/; revision=350725
|
|
|
|
|
|
|
|
| |
Submitted by: bjk@ (maintainer)
Security: c0c31b27-bff3-11e3-9d09-000c2980a9f3
Notes:
svn path=/head/; revision=350715
|
|
|
|
|
|
|
| |
Use new LIB_DEPENDS syntax, and strip.
Notes:
svn path=/head/; revision=350704
|
|
|
|
| |
Notes:
svn path=/head/; revision=350688
|
|
|
|
| |
Notes:
svn path=/head/; revision=350671
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar
- Use HOME=/dev/null during build to fix /root/.rnd leftover
PR: ports/188091
Submitted by: ohauer
Approved by: zi (maintainer)
Notes:
svn path=/head/; revision=350667
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar
PR: ports/188090
Submitted by: ohauer
Approved by: zi (maintainer)
Notes:
svn path=/head/; revision=350666
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/188370
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=350661
|
|
|
|
|
|
|
|
|
| |
WWW: http://chrony.tuxfamily.org/
PR: ports/174263
Notes:
svn path=/head/; revision=350635
|
|
|
|
| |
Notes:
svn path=/head/; revision=350628
|
|
|
|
|
|
|
| |
- Define DOCS option
Notes:
svn path=/head/; revision=350577
|
|
|
|
|
|
|
| |
WWW: https://github.com/sivel/speedtest-cli
Notes:
svn path=/head/; revision=350563
|
|
|
|
|
|
|
|
|
| |
- Add missing LICENSE
- Add a note to pkg-message about a possible failure at the start
of the program related to DBUS
Notes:
svn path=/head/; revision=350558
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Remove deprecated PTHREAD_*
- Strip shared library
Changes: http://git.savannah.gnu.org/cgit/osip.git/tree/ChangeLog
PR: 188107
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=350308
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Dict/Changes
Notes:
svn path=/head/; revision=350292
|
|
|
|
|
|
|
|
|
| |
PR: 188126
Submitted by: rene@
Approved by: portmgr(antoine)
Notes:
svn path=/head/; revision=350282
|
|
|
|
| |
Notes:
svn path=/head/; revision=350269
|
|
|
|
|
|
|
|
| |
- update to 2.4.15
- add some non-functional whitespace changes
Notes:
svn path=/head/; revision=350266
|
|
|
|
|
|
|
|
|
|
|
|
| |
* BFD updates/fixes
* BGP ADD-PATH support
* Various BGP fixes
Approved by: az
Sponsored by: Yandex LLC
Notes:
svn path=/head/; revision=350208
|
|
|
|
|
|
|
|
| |
Drop depends on glib and iconv.
Sort USES, add libtool, strip library.
Notes:
svn path=/head/; revision=350167
|
|
|
|
| |
Notes:
svn path=/head/; revision=350124
|
|
|
|
|
|
|
| |
Unhide installation
Notes:
svn path=/head/; revision=350123
|
|
|
|
|
|
|
| |
Reported by: danfe
Notes:
svn path=/head/; revision=350114
|
|
|
|
| |
Notes:
svn path=/head/; revision=350105
|
|
|
|
|
|
|
|
|
|
|
| |
Enforce usage of gcc as this is bad c++ code that only g++ accept when it should not
see http://clang.debian.net/status.php?version=3.0&key=USE_OF_UNDECLARED_IDENTIFIER
for details
MFH: 2014Q2
Notes:
svn path=/head/; revision=350083
|
|
|
|
|
|
|
| |
Support stage
Notes:
svn path=/head/; revision=350082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PySimpleSOAP (Python Simple SOAP) library for client and server webservices
interfaces, aimed to be as small and easy as possible, supporting most common
functionality. Initially it was inspired by PHP Soap Extension (mimicking it
functionality, simplicity and ease of use), with many advanced features added.
Goals:
- Simple: less than 200LOC client/server concrete implementation for easy
maintainability and enhancments.
- Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the
posibility of fine-tuning XML request and responses
- Pythonic: no artifacts, no class generation, no special types, RPC calls
parameters and return values are simple python structures (dicts, list, etc.)
- Dynamic: no definition (WSDL) required, dynamic generation and parsing
supported (cached in a pickle file for performance, supporting fixing broken
WSDL)
- Easy: simple xml manipulation, including basic serialization and raw
object-like access to SOAP messages
- Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for
special transport needs over SSL and proxy (ISA)
WWW: https://code.google.com/p/pysimplesoap/
Notes:
svn path=/head/; revision=350051
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-GitHub/Changes
Notes:
svn path=/head/; revision=350028
|
|
|
|
|
|
|
|
| |
- Add optional installation of rabbitmqadmin script.
- Note the new guest user behavior in UPDATING.
Notes:
svn path=/head/; revision=349989
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
KDE ports:
- Convert to USES=tar:xz
devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style
devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port
net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)
x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall
The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
Notes:
svn path=/head/; revision=349983
|
|
|
|
| |
Notes:
svn path=/head/; revision=349971
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/188089
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, feld@, Konstantin Belousov <kostikbel@gmail.com>
Notes:
svn path=/head/; revision=349957
|
|
|
|
|
|
|
|
| |
PR: ports/188125
Submitted by: rene
Notes:
svn path=/head/; revision=349920
|
|
|
|
|
|
|
|
| |
PR: ports/188124
Submitted by: rene
Notes:
svn path=/head/; revision=349919
|
|
|
|
|
|
|
|
| |
PR: ports/188123
Submitted by: rene
Notes:
svn path=/head/; revision=349918
|
|
|
|
| |
Notes:
svn path=/head/; revision=349876
|
|
|
|
|
|
|
|
|
|
|
| |
in security advisovies from digium anymore
Deprecate this port and dependent ports
Prodded by: flo
With hat: portmgr
Notes:
svn path=/head/; revision=349795
|
|
|
|
| |
Notes:
svn path=/head/; revision=349782
|
|
|
|
| |
Notes:
svn path=/head/; revision=349744
|
|
|
|
|
|
|
| |
Pointy hat to: self
Notes:
svn path=/head/; revision=349705
|
|
|
|
|
|
|
| |
Approved by: araujo
Notes:
svn path=/head/; revision=349701
|
|
|
|
| |
Notes:
svn path=/head/; revision=349676
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/188020
Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com>
Notes:
svn path=/head/; revision=349617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fails to configure on 8 and 9:
checking if OpenH323 version 1.19.0 is compatible with chan_h323... yes
checking OpenH323 build option... opt
checking OpenH323 installation validity... no
configure: ***
configure: *** The OPENH323 installation on this system appears to be broken.
configure: *** Either correct the installation, or run configure
configure: *** including --without-h323
===> Script "configure" failed unexpectedly.
Fails to build on 10:
g++47 -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -D_THREAD_SAFE -pthread -L/usr/local/lib -pipe -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/share/pwlib//lib -L/usr/local/lib abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o strcompat.o tdd.o term.o test.o threadstorage.o translate.o udptl.o ulaw.o utils.o editline/libedit.a buildinfo.o -ltermcap -lm -lcrypto -lh323_r -lpt_r -lldap -llber -lldap_r -lpthread -lssl -lcrypto -lexpat -pthread -L/usr/local/lib
/usr/local/bin/ld: asterisk: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/local/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
gmake[2]: *** [asterisk] Error 1
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=349613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
Notes:
svn path=/head/; revision=349601
|
|
|
|
|
|
|
|
|
| |
- Drop PLIST_FILES in favor of PYDISTUTILS_AUTOPLIST
- Use USE_PYDISTUTILS=yes instead of deprecated
USE_PYDISTUTILS=easy_install
Notes:
svn path=/head/; revision=349575
|
|
|
|
|
|
|
| |
Submitted by: makc
Notes:
svn path=/head/; revision=349566
|