| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: tijl
|
|
|
|
|
|
|
|
| |
Strip binaries
PR: ports/188978
Submitted by: tijl
Approved by: kwm (gnome)
|
|
|
|
| |
Approved by: kde (makc)
|
|
|
|
|
|
| |
in a number of places.
Notified by: automatic builds
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
|
|
|
|
| |
Changes:
* Rationalize buffer usage and suppress private buff module.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/188387
Submitted by: maintainer
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes false-positive leftover (files removed) warnings
in Redports/QAT/Tinderbox.
Note that some of these ports still have Orphans which I did not
address.
With hat: portmgr
Spotted by: new 'check-plist'
|
|
|
|
|
|
| |
- Unexpire
- Stage
- USE_GMAKE=yes -> USES=gmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
cairo and pango as it's rendering abstraction layer.
WWW: https://wiki.gnome.org/Projects/Lasem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
|
|
|
|
|
|
|
| |
to generate a useful command-line application that can be installed and
packaged for several operating systems.
WWW: http://libsass.org
|
|
|
|
|
|
|
|
|
|
| |
The original version was written in Ruby, but this version is meant
for efficiency and portability.
This library strives to be light, simple, and easy to build and integrate
with a variety of platforms and languages.
WWW: http://libsass.org/
|
|
|
|
|
|
|
|
| |
This fixes docbook2man at runtime and unbreaks gnome-packagekit build
Silence from: doceng
Reported by: pkg-fallout since several weeks
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
|
|
|
|
| |
With hat: portmgr-lurker
|
|
|
|
| |
Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
|
|
|
|
|
| |
Reported by: pkg-fallout
Pointyhat to: mat
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
- fix build with automake 1.13+
- handle used css lists in epub format
- fix broken noextensions option recognition (dropped from our patch)
- searchpath option no longer produces a warning about bad shell syntax
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: poudriere, make check-orphans
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
|
| |
|
|
|
|
| |
Changelog: https://lucene.apache.org/core/4_7_1/changes/Changes.html
|
|
|
|
| |
WWW: http://www.elasticsearch.com/marvel/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This upgade requires a full cluster restart.
Changes: http://www.elasticsearch.org/downloads/1-1-0/
|
|
|
|
|
| |
PR: 188042
Submitted by: Kozlov Sergey (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript-XS/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS-XS/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS/Changes
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/DRTECH/Search-Elasticsearch-1.10/Changes
|
|
|
|
|
| |
PR: ports/188075
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
| |
Reported by: marino
|
|
|
|
| |
Change Log: http://sphinxsearch.com/docs/2.1.7/rel217.html
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- better fetch from github
- add USES=zip
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=tar:bzip2
- Bump PORTREVISION
Allthough not strictly necessary, rename the now non-magic variable "MAN1"
to "GEN_MAN" to avoid confusion with its non-staged meaning.
Approved by: portmgr (infrastructure blanket)
|
|
|
|
|
|
| |
PR: ports/188101
Reported by: Robbert Klarenbeek <robbertkl@renbeek.nl>
Pointyhat to: swills
|
|
|
|
|
|
|
|
|
| |
inheritance, and more. It's translated to well-formatted, standard CSS using
the command line tool or a web-framework plugin.
This older version will be used by rubygem-compass.
WWW: http://sass-lang.com/
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes
PR: ports/188073
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/XML-Twig/Changes
|
|
|
|
|
|
| |
LICENSE: GPL2 or later
WWW: http://www.lurklurk.org/xwindiff.html
|
|
|
|
| |
- use STAGEDIR
|
|
|
|
|
| |
PR: ports/187999
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
| |
|
|
|
|
|
|
|
|
| |
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
|
| |
|
| |
|
|
|
|
|
|
| |
Use new LIB_DEPENDS format;
USE_GMAKE --> USES=gmake;
update to 1.5.12 (the only fetchable version in 1.5.x branch).
|
|
|
|
|
|
|
|
|
|
|
| |
The implements the referenced PR and then stage support was added.
The latter largely came from the pkgsrc version of this port which
has the same maintainer. The modified LGPL license (with an OpenSSL
exception) was annotated as well.
PR: ports/176065
Submitted by: maintainer (Jaap Boender)
Stage support: Taken from pkgsrc
|
|
|
|
|
|
| |
Neither USE_OCAML_LDCONFIG nor USE_OCAMLFIND_PLIST were working
properly earlier. Now that they are, come back to this port and use
those facilities, then bump it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since the maintainer also maintains the pkgsrc version of ocaml-text,
I used their methods for implementing stage. I am perplexed about the
change in the pkg-plist because no documents were generated and there
were no documents on pkgsrc plist either. As with other recent ocaml
changes, ldconf changes were inhibited. ldconf probably needs a new
global policy (e.g. apply in a post-install script)
PR: ports/176060
Submitted by: maintainer (Jaap Boender)
Stage support: Taken from pkgsrc
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For an unknown reason, the shared version of the xmlada library fails
to link on FreeBSD 8. To at least get it building, only the static
version is built on that platform. As a consequence, www/aws had to
have a similar FreeBSD8-only instruction. Neither requires plist
adjustments because they both have generated plists. No bump is
required because neither have been building on FreeBSD 8.
xmlada is due to be updated anyway. Most Ada libraries are static and
I very well just convert xmlada to be a static-only library without
condition.
While here, fix a check-orphans failure due to licensing on aws.
|
| |
|
|
|
|
|
| |
- Convert to the new LIB_DEPENDS syntax
- Convert to USES=pathfix from using gnomehack
|
|
|
|
|
| |
Poked by: bapt
Sponsored by: Absolight
|
|
|
|
|
| |
- Support STAGE
- Add LICENSE
|
|
|
|
|
|
| |
- Switch off GMOME 2 support by default
- Covert to USES= tar:bzip2
- Add patches to fix gnome-free build with clang
|
| |
|
|
|
|
| |
WWW: http://search.cpan.org/dist/RDF-Trine/
|
|
|
|
| |
Reported by: antoine@ [1]
|
|
|
|
| |
WWW: http://search.cpan.org/dist/XML-Namespace/
|
| |
|
| |
|
|
|
|
| |
WWW: http://search.cpan.org/dist/XML-CommonNS/
|
|
|
|
| |
WWW: http://search.cpan.org/dist/XML-NamespaceFactory/
|
|
|
|
|
|
|
|
|
|
| |
along with some related Sphinx extensions. To see an example
of the theme in action, check out it's documentation.
WWW: https://pypi.python.org/pypi/cloud_sptheme/
PR: ports/187893
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
|
|
|
|
|
|
| |
- Strip shared libs
- Pet portlint
PR: ports/187850
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/LaTeX-Encode/Changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/lsegal/yard/commits/master
|
|
|
|
| |
Reported by: swills@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
assessment of XML documents in accord with the
W3C XML Schema specification, second edition.
XSV (XML Schema Validator) is an open source (GPLed) work-in-progress
attempt at a conformant schema-aware processor, as defined by
XML Schema Part 1: Structures, Second Edition of 28 October 2004.
It has been developed at the Language Technology Group of the Human
Communication Research Centre in the School of Informatics at the
University of Edinburgh, with support for one of us (Thompson)
from the World Wide Web Consortium.
WWW: http://www.ltg.ed.ac.uk/~ht/xsv-status.html
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Change DOCS
- Add DOCS and EXAMPLES Options
- Remove obsolete REINPLACE
- Strip library
- Change patch, old was rejected
|
|
|
|
|
|
| |
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Break lines around 80 characters
|
|
|
|
| |
Changes: http://search.cpan.org/dist/XML-Writer/Changes
|
|
|
|
| |
- modernize pkg-descr
|
|
|
|
| |
- Use shebangfix
|
| |
|
| |
|
|
|
|
|
| |
Changes:
* More effort to skip comments in arguments.
|
|
|
|
|
|
|
| |
- Define DOCS option
- Use WWW: with a single space
- Define LICENSE and LICENSE_FILE
- Convert USE_BZIP2=yes to USES=tar:bzip2
|
|
|
|
|
|
|
|
| |
libraries built by the previous version of the Ada compiler can not
be used by the new compiler. Rev bump a couple of libraries that can
cause breakage on incremental builds.
Reported by: pkg-fallout
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Assisgn maintainership to perl@
- Fix WWW (tab -> space) in pkg-plist
PR: ports/187717
Submitted by: C Hutchinson <portmaster@bsdforge.com>
|
|
|
|
|
| |
PR: ports/187672
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
- Use precise BSD licenses
|
|
|
|
|
|
| |
- USES -> gmake
- Define DOCS option
- New LIB_DEPENDS definition
|
|
|
|
|
|
|
| |
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.
Approved by: portmgr (mat)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_GNOME=intlhack. Does not do anything.
- Staging.
- Remove SKIM support. It depends on KDE3.
- Touch config.h.in in post-patch so the makefile doesn't think it's
outdated and decides to run autoheader and other autotools.
- Remove references to FreeBSD 4.x from pkg-message.
PR: ports/187011
Approved by: maintainer timeout (3 weeks)
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://metacpan.org/changes/distribution/String-Truncate
|
|
|
|
| |
Changes: http://metacpan.org/changes/distribution/Text-Truncate
|
|
|
|
| |
Changes: http://metacpan.org/changes/distribution/Version-Next
|
|
|
|
|
| |
Gtkspell check library based on Gtk+ 3.
This version isn't compatible with gtkspell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XML EZ_Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs. It basically wraps the
tags and data provided to it with XML syntax and writes them to a
user-supplied medium.
This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket. The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.
WWW: http://www.mckae.com/xmlEz.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenToken is a facility for performing token analysis and parsing within
the Ada language. It is designed to provide all the functionality of a
traditional lexical analyzer/parser generator, such as lex/yacc. But due
to the magic of inheritance and runtime polymorphism it is implemented
entirely in Ada as withed-in code. No precompilation step is required, and
no messy tool-generated source code is created. The tradeoff is that the
grammar is generated at runtime.
WWW: http://stephe-leake.org/ada/opentoken.html
|
| |
|
|
|
|
| |
- Use USES=tar:tgz
|
| |
|
| |
|
|
|
|
|
|
|
| |
Rather than specify gnat_util every time ASIS is a dependency, set it
as a library dependency for ASIS. LIB_DEPENDS doesn't work because it
is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS
and RUN_DEPENDS, then adjust 3 ports accordingly.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Enable testing when MAINTAINER_MODE is set
Changes:
* More initial whitespace fixes and off-by-one errors when parsing streams
causes invalid XMLs and therefore Expat parsing errors.
(reported by Anup Rao)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
At least with the upcoming gcc49 and ASIS 2013, I've been seeing gmake
Makefile-based builds trying to rebuild ASIS rather than just use the
provided static library. I don't know what causes that, but I did notice
that it doesn't happen with GNAT project files.
1) Disregard gmake completely and provide a new build.gpr file
This will work when gcc-aux is moved to gcc49.
2) Add DOCS option and install the html documentation optionally
3) Relocate LICENSE to make portlint happy
4) Using GPR makes this jobs safe (although the job number might be
limited to 1 anyway in this case)
|
|
|
|
|
|
|
|
| |
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
|
|
|
|
|
| |
Reported by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to: culot@
|
| |
|
| |
|
|
|
|
| |
Deprecate the first batch of ports that are incompatible with the new 3.x version.
|
|
|
|
|
|
|
| |
- Pet portlint(1) by changing spaces into tabs in Makefile
PR: ports/187209 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
|
|
|
|
| |
Approved by: portmgr (infrastructure blanket)
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
- Specify BSD license
|
|
|
|
| |
Suggested by: pfg
|
|
|
|
|
| |
PR: ports/187198
Submitted by: rakuco
|
|
|
|
| |
since more than 12 years)
|
|
|
|
| |
- Simplify Makefile
|
|
|
|
|
|
|
| |
yelp-tools: Utilities to help manage documentation for Yelp and the web
yelp-xsl: DocBook XSLT stylesheets for yelp
Obtained from: GNOME dev repo
|
|
|
|
|
|
|
|
| |
Change back to upstream MASTER_SITES. Remove bogus EXTRACT_SUFX.2013.09.05
PR: 173945 (for an earlier version update) [1]
Submitted by: pfg [1]
Approved by: maintainer timeout (office, 15 months) [1]
|
|
|
|
|
|
|
| |
Remove gawk and a stray \ from the RUN_DEPENDS line.
Replace /bin/bash with /bin/sh in a script.
Obtained from: GNOME dev repo.
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Checking if textproc/pootle already installed
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --single-version-externally-managed not recognized
Reported by: pkg-fallout
|
|
|
|
| |
Submitted by: pfg
|
|
|
|
|
|
|
|
|
| |
- Remove 2to3 command, according to commit 08c34a3315:
https://github.com/mitsuhiko/markupsafe/commit/08c34a3315ec94b237100dd42d4ddd7f406942d9
- Reset maintainer to ports@
PR: 187324
Submitted by: olivierd@
|
| |
|
|
|
|
|
|
| |
PR: 173943
Submitted by: pfg
Approved by: maintainer timeout (office, 15 months)
|
|
|
|
| |
With hat: perl
|
|
|
|
| |
ChangeLog: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG.md#20140303-release-411
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Suggested by: thierry
|
|
|
|
|
|
|
| |
Since I'm there, support staging and fix build in poudriere.
PR: ports/181480
Submitted by: Stephen Hurd <shurd (at) sasktel.net>
|
|
|
|
|
|
| |
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]
misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)
security/kwallet:
- moved to security/kwalletmanager (renamed upstream)
x11/kdelibs:
- remove workaround, which is not needed after global fix in
Mk/bsd.kde4.mk (r315373)
PR: ports/187259 [1]
Submitted by: Tobias Berner <tcberner@gmail.com>
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
| |
- Convert to gmake to uses
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
- fix runtime by placing port data files into proper locations
- bump PORTREVISION
PR: 187151
Reported by: Nunzio Ilari <nunzio.ilari@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Define EXAMPLES option
- Define DOCS option
|
|
|
|
| |
And fails with base gcc
|
|
|
|
|
|
| |
While here:
- Add an explicit dependency on pkg-config
- Convert to USES=libtool
|
|
|
|
| |
Reported by: Ajtim <lumiwa@gmail.com>
|
| |
|
|
|
|
| |
ChangeLog: http://librdf.org/rasqal/RELEASE.html#rel0_9_32
|
| |
|
|
|
|
|
| |
PR: ports/187077
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer)
|
|
|
|
| |
- Thank you hq@ for your years of service!
|
|
|
|
|
|
| |
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
| |
|
|
|
|
| |
- Convert to USES
|
| |
|
|
|
|
| |
- Convert to USES
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
| |
- Convert to USES
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Remove outdated PERL_LEVEL check
- Simplify Makefile
|
|
|
|
|
|
|
| |
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk
|
| |
|
|
|
|
| |
2014-02-27 textproc/py-lucene: Broken for more than 6 month
|
|
|
|
| |
Changelog: http://lucene.apache.org/core/4_7_0/changes/Changes.html
|