1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

6313 Commits

Author SHA1 Message Date
Boris Samorodov
38bd336744 print/cups{,-base,-client,-image}: update to version 1.7.2
MDNSRESPONDER id now the default option for print/cups-base
(can't be compiled without dnssd).
2014-04-23 19:56:18 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
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)
2014-04-23 13:25:16 +00:00
Rene Ladan
c6e1c30c97 - Add stage support [1]
- cups-image(1) is part of print/cups-image, so depend on that port
  instead of on print/cups-base [1]
- Convert USE_GMAKE and USE_BZIP2 to their corresponding USES [1]
- Fix pkg-plist
- Use modern LIB_DEPENDS
- Add dependency on print/cups-client for cups-config(1) and correctly
  reference it
- Bump PORTREVISION

PR:		ports/188864 [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
2014-04-22 19:40:15 +00:00
Boris Samorodov
0e9ef71a83 print/cups-base: remove BLOCKS detection from cups/cups.h
It appears to be the best option here, i.e. just remove BLOCKS
detection from cups/cups.h: there are some other ports which
use cups/cups.h and get broken by a BLOCKS detection. So:
. patch cups/cups.h to remove the offending code;
. remove traces of previous attempts to fix cups-* ports;
. bump PORTREVISION;
. at PORTNAME block add a note that PORTREVISION is defined
  later for all ports.

Discussed at:	freebsd-ports
Suggested by:	tijl
MFH:		2014Q2
2014-04-22 19:32:06 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00
Antoine Brodin
d1dc06cf91 Unbreak with new cups
PR:		ports/188451
Obtained from:	https://rt.cpan.org/Public/Bug/Display.html?id=78583
With hat:	portmgr
2014-04-20 20:02:06 +00:00
Mathieu Arnold
cd4d1082e0 Fix building as a user.
Sponsored by:	Absolight
2014-04-19 10:45:15 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
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/)
2014-04-18 11:17:45 +00:00
Max Brazhnikov
b584a9b615 print/hplip:
- Update to 3.14.4
- Install statically generated cups ppd files
- Add patch to fix ioctl warning

print/hplip-plugin:
- Update to 3.14.4
- Add stage support via fake hplip installation
2014-04-18 09:35:12 +00:00
Mathieu Arnold
6587ed6e34 Fix build as a user.
Sponsored by:	Absolight
2014-04-17 22:11:56 +00:00
Bernhard Froehlich
36570309fc - Update to 0.11.20140216 which includes a fix from upstream
for running in a FreeNAS jail which does not have /dev/log.
2014-04-17 11:29:14 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
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)
2014-04-16 18:28:47 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
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
2014-04-13 10:55:38 +00:00
Boris Samorodov
747844a3a4 A try (since I can't reproduce it at CURRENT) to fix "make index":
include USES+=compiler unconditionally.

Reported by:	Poersnap buildbox
2014-04-11 14:00:30 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
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
2014-04-11 13:20:44 +00:00
Boris Samorodov
8a4520bd37 . fix cross-building; [1];
. refine comment.

Reported by:	gjb [1]
Suggested by:	bdrewery [1]
MFH:		2014Q2
2014-04-11 11:45:13 +00:00
Boris Samorodov
a9d458435d print/cups-filters: update to 1.0.52 and hand over to the new maintainer
. update to version 1.0.52;
. transfer the port to the submitter.

PR:		ports/188371
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2014-04-10 19:45:16 +00:00
Baptiste Daroussin
33201e7481 Mark as broken non staged ports using the ruby framework
With hat:	portmgr
2014-04-09 07:47:01 +00:00
Glen Barber
d3f7541087 Remove an unused configure flag.
configure: WARNING: unrecognized options: --disable-slp

Sponsored by:	The FreeBSD Foundation
2014-04-09 00:56:25 +00:00
Boris Samorodov
a1ee8dd5fc print/cups-base: add CFLAGS+=-fno-blocks to print/cups-image at gcc systems
In additiond to print/cups-client (r350154):
Use CFLAGS+=-fno-blocks to unbreak systems with default gcc compiler.
This is a band-aid that should be reworked for systems with blocks
and libdispatch support.

Reported by:	Anton Shterenlikht <mexas@bris.ac.uk>
Tested by:	Anton Shterenlikht <mexas@bris.ac.uk>
Discussed at:	freebsd-ports@
MVH:		2014Q2
2014-04-08 07:41:39 +00:00
Pietro Cerutti
1b2cf9cda7 - Unbreak after r350435
MFH:	2014Q2
2014-04-07 09:08:22 +00:00
Antoine Brodin
fb5ec762ee Adjust plist after t1utils were unbundled
With hat:	portmgr
2014-04-06 22:35:28 +00:00
Baptiste Daroussin
ef9fc6154f Support stage 2014-04-06 16:23:35 +00:00
Baptiste Daroussin
3a749cac52 Support stage 2014-04-06 16:20:23 +00:00
Baptiste Daroussin
868163b617 Support stage
Switch from latex to texlive
2014-04-06 15:42:15 +00:00
Baptiste Daroussin
6a9c8e62c6 Change dependency from latex to texlive 2014-04-06 15:36:44 +00:00
Baptiste Daroussin
c2dcbfc1ac Support stage
Unbundle poppler
2014-04-06 15:28:16 +00:00
Sunpoet Po-Chuan Hsieh
6860cf8f46 - Update to 4.28
Changes:
- On a 64-bit system, stretching and shearing fonts did not work. I only noticed
  when I upgraded to a 64-bit system; clearly not many people use this feature.
- Under some circumstances, a spurious error "An input line is too long when
  macros are expanded" could be generated. This showed up on a 64-bit system
  with 4G of memory, but I'm not sure which exact condition provoked it.

PR:		188120
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-06 05:48:17 +00:00
Sunpoet Po-Chuan Hsieh
a5467e20f7 - Update to 2.5.3
- Use USES=tar:bzip2

Changes:	http://git.savannah.gnu.org/cgit/freetype/freetype2-demos.git/tree/ChangeLog
PR:		188116
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-06 05:48:08 +00:00
Boris Samorodov
3fc7bb6fd0 print/foo2zjs: update to version 20140401.
Changes:
2014-04-01	Rick Richardson <rick.richardson@comcast.net>
	* foo2hbpl2 foomatic-db files and PPDs:
	  Bug with default PageSize.
	  PLEASE delete and recreate the foo2hbpl2 printers.
2014-04-05 16:52:34 +00:00
Boris Samorodov
bbe9445143 print/cups-filters: update to version 1.0.50.
This should fix a reported regression (I managed to reproduce
it with HP laser printers) when a job is printed but remains
in a job query.

Reported by:	Dr. Peter Voigt <pvoigt@uos.de>
Tested by:	Dr. Peter Voigt <pvoigt@uos.de>
Discussed at:	freebsd-ports@
MFH:		2014Q2
2014-04-05 16:23:57 +00:00
Boris Samorodov
83c66c94e1 Use CFLAGS+=-fno-blocks to unbreak systems with default gcc compiler.
This is a band-aid that should be reworked for systems with blocks
and libdispatch support.

Reported by:	Anton Shterenlikht <mexas@bris.ac.uk>
Discussed at:	freebsd-ports@
MFH:		2014Q2
2014-04-04 19:27:51 +00:00
Antoine Brodin
4942d87e8b - Fix build with new cups
- Stage support

Reported by:	pkg-fallout
With hat:	portmgr
MFH:		2014Q2
2014-04-03 19:03:00 +00:00
Antoine Brodin
f7a5f3a117 - Fix build with new cups (still broken on 10/head)
- Stage support
- desktop-file-utils not needed as the .desktop file has no MimeType

Reported by:	pkg-fallout
With hat:	portmgr
MFH:		2014Q2
2014-04-03 18:32:18 +00:00
Antoine Brodin
5c48ee75e7 - Stage support
- Fix build with new cups
- NLS is not optional, doesn't build if disabled

Reported by:	pkg-fallout
With hat:	portmgr
MFH:		2014Q2
2014-04-03 18:03:32 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
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.
2014-04-03 09:49:10 +00:00
Boris Samorodov
1935ad159b Add files/foo2zjs.conf.in forgotten at r349883.
Pointed out by:	swills (by e-mail)
2014-04-02 06:43:10 +00:00
Rene Ladan
3ede9c4875 Remove expired ports:
2014-02-27 devel/hyena: Broken for more than 6 month
2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards
2014-04-01 security/gnutls-devel: Stale, broken and vulnerable
2014-04-01 sysutils/epylog: distfiles no longer fetchable
2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted
2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted
2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted
2014-04-01 news/dnews: Unmaintained, interactive and restricted
2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead
2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
2014-04-01 21:24:16 +00:00
Boris Samorodov
1766b072fa print/foo2zjs -- incorporate devd configuration file:
. add a configuration file with samples for devd;
. add a note to pkg-message file;
. bump PORTREVISION.

PR:		ports/162313 (based on)
Submitted by:	rmh
2014-04-01 19:43:27 +00:00
Boris Samorodov
f1ab75327c print/foo2zjs: We mention an INSTALL file at the pkg-message,
but do not install it. Let's fix it!
2014-04-01 09:46:05 +00:00
Antoine Brodin
7af77befd9 Unbreak with new cups
With hat:	portmgr
2014-03-31 16:38:40 +00:00
Nicola Vitale
12662f2bd4 - Convert to USES, that handles tar archives
- Add support for stage dir    [1]
- Enable OPTIONS_SUB (for %%NLS%%)

PR:	ports/187886    [1]
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-31 16:30:11 +00:00
Boris Samorodov
780442ee14 print/foomatic-db: Update to version 20140331. 2014-03-31 10:12:39 +00:00
Boris Samorodov
7b45090007 Update to version 4.0.11. 2014-03-31 10:10:51 +00:00
Boris Samorodov
c417cd5519 Update to version 20140330. 2014-03-31 09:58:27 +00:00
Baptiste Daroussin
83ce4cb0c1 Connect hooks-filters
Reported by:	cperciva
2014-03-30 23:32:21 +00:00
Baptiste Daroussin
6e45879d42 Add cups-filters, it contains backends, filters and other
software that was once part of the core CUPS distribution but is
no longer maintained by Apple Inc

PR:		ports/186824
Submitted by:	bsam
2014-03-30 21:33:51 +00:00
Baptiste Daroussin
0e859c72aa Update to cups to 1.7.1
- Stage all cups related ports
- Cleanup (it still needs more cleanup)

Base on [1]

PR:		ports/186824 [1]
Submitted by:	bsam
2014-03-30 21:16:39 +00:00
Baptiste Daroussin
f4c221b44e Support stage 2014-03-30 14:50:41 +00:00
Baptiste Daroussin
fcb08fb464 Support stage 2014-03-30 14:46:55 +00:00
Baptiste Daroussin
defb16c554 Support stage 2014-03-30 14:45:55 +00:00
Baptiste Daroussin
3e47031cc3 Support stage
Bump portrevision, own of installed files as changed
2014-03-30 14:44:32 +00:00
Baptiste Daroussin
caf1a6cd95 Support stage 2014-03-30 14:36:32 +00:00
Dirk Meyer
1c15fcc994 - use ECHO_CMD
- fix optional symlinks
2014-03-30 05:30:59 +00:00
Sunpoet Po-Chuan Hsieh
15cebad19c - Use USES=tar:bzip2 2014-03-29 19:53:32 +00:00
Steve Wills
e7aaf81c4e - Update to 1.0.0
PR:		ports/188001
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 15:34:42 +00:00
Steve Wills
3c84e292d3 - Update to 1.1.1
PR:		ports/187997
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 15:34:02 +00:00
Steve Wills
dd02a79179 - Update to 0.15.0.0
PR:		ports/187995
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 15:16:17 +00:00
Steve Wills
b5020a733f PDF::Core is a pure Ruby library to render PDF documents.
It supports several PDF features, such as among others:
 * low-level annotation
 * istream objects and stream filters
 * NameTree
 * object repository
 * object serialization
 * indirect objects
 * page geometries

It is used internally by Prawn (provided in the rubygems-prawn package),
a Ruby PDF generation library.

WWW: http://prawnpdf.org/

PR:		ports/187987
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
2014-03-29 14:53:39 +00:00
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
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
2014-03-29 00:52:54 +00:00
Pawel Pekala
4b0ff930d8 Doc files are downloaded separately, they are not available
when DOCS=off

Noticed by:	maintainer
2014-03-24 09:27:54 +00:00
Pawel Pekala
2dbf05b507 - Support staging [1]
- Use OPTIONS helpers [1]
- Catch up to latest freetype2 version [1]
- Updates to LIB_DEPENDS and USES [1]
- Strip program, libs and plugins

PR:		ports/187641 [1]
Submitted by:	maintainer
2014-03-23 16:56:58 +00:00
Alex Dupre
24a7220ac3 Fix installation of perl binding. 2014-03-19 15:53:04 +00:00
Pietro Cerutti
e8dcc0574f - Update to 2.18.2 2014-03-18 10:17:34 +00:00
Juergen Lock
587837f8ba Switch my ports to USES= tar:... 2014-03-15 15:35:59 +00:00
Matthias Andree
db37a046b7 Upgrade to new upstream Version 2.10.
Revision History: <http://jabref.sourceforge.net/revisionhistory.php#v2.10>
2014-03-14 00:46:12 +00:00
Mathieu Arnold
75289dc721 Fix build when WITH=PERL.
Sponsored by:	Absolight
2014-03-12 14:48:13 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Hiroki Sato
c0998b8cc4 - STAGEDIR support.
- s/CONFLICTS/CONFLICTS_INSTALL/.
2014-03-11 13:05:46 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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 20:55:20 +00:00
Baptiste Daroussin
1be832a008 Convert p* to USES=zip 2014-03-10 16:45:37 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
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
2014-03-10 11:50:26 +00:00
Bernhard Froehlich
39e7a0df18 - Add rc startscript with support to run cloudprint as unprivileged user
- Bump PORTREVISION
2014-03-10 09:20:06 +00:00
Koop Mast
ab95a675e3 Update to 2.5.3.
Add main mirror.
This version fixes a security vulnability.

MFH:	2014Q1
Security:	1a0de610-a761-11e3-95fe-bcaec565249c
2014-03-09 08:20:31 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Hiroki Sato
c8d9801a89 Fix build. 2014-03-08 14:34:37 +00:00
Antoine Brodin
b65c9717fc This port is staged 2014-03-08 09:44:57 +00:00
Johan van Selst
ba0ee507ac Update to latest version of texinfo.tex 2014-03-07 15:15:05 +00:00
Martin Wilke
22d1ded924 - Stage support 2014-03-07 13:46:07 +00:00
Antoine Brodin
a871d61016 Mark broken: Does not build
cd /wrkdirs/usr/ports/print/pdf4tcl/work/pdf4tcl08 && /usr/local/bin/dtplite -o pdf4tcl.n nroff pdf4tcl.man
env: tclsh: No such file or directory

Reported by:	pkg-fallout
2014-03-06 20:35:17 +00:00
Mathieu Arnold
fa16a4f2ff If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDS
only made gcc recompile without actually solving the problem.  This patch
introduces pre-configure target to check for gcc java items and give a
meaningful explanation if none found.

Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer
here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head

PR:		186893
Submitted by:	Kozlov Sergey
Sponsored by:	Absolight
2014-03-06 18:54:06 +00:00
Rene Ladan
4260becf39 Remove expired ports:
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
2014-03-06 12:13:54 +00:00
Hiroki Sato
5fa2158f63 Fix iconv issue [*]:
- Add USES=iconv.
 - Fix libiconv detection on FreeBSD < 10 by setting CPPFLAGS and LDFLAGS.
 - Patch Makefile.in so it doesn't use libiconv on FreeBSD 10.

- Use new syntax of LIB_DEPENDS.
- Minor style cleanups.

Submitted by:	tijl [*]
PR:		ports/187014
2014-03-06 09:13:25 +00:00
Hiroki Sato
c893243905 Use new syntax for LIB_DEPENDS. 2014-03-06 07:13:16 +00:00
Hiroki Sato
967baa629b - Fix iconv dependency [*]
- Add STAGEDIR support.
- Remove FT_BRIDGE option.
- Fix old syntax in LIB_DEPENDS.

Submitted by:	tijl [*]
PR:		ports/186705 [*]
2014-03-06 07:07:55 +00:00
Bernhard Froehlich
9d062d4f9d Google cloud print proxy utility for sharing your local
CUPS printers.

WWW: https://github.com/armooo/cloudprint
2014-03-05 15:42:56 +00:00
Rene Ladan
bb6e90b12c Expire on 2014-04-01, depends on expired devel/hyena and not does not respect
modern standards.

PR:		ports/187123
Submitted by:	myself
Approved by:	portmgr (antoine)
2014-03-04 22:55:07 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
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>
2014-03-04 19:15:39 +00:00
Max Brazhnikov
4cd1e8830e KDE/FreeBSD team is happy to present Qt 5 in ports!
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)
2014-03-03 16:50:32 +00:00
Pietro Cerutti
bbd7b43c9f - Update to 2.19.3 2014-03-03 12:42:00 +00:00
Martin Wilke
44b68a3a4c - Stage support 2014-03-03 02:40:53 +00:00
Hiroki Sato
52b9f5fb3c - Fix iconv dependency [*]
- Add STAGEDIR support.
- Fix old syntax in LIB_DEPENDS.

Submitted by:	tijl [*]
PR:		ports/186705 [*]
2014-03-02 18:18:19 +00:00
Antoine Brodin
1e9a26ec82 - New LIB_DEPENDS syntax
- Allow packaging as a regular user
- Fix references to STAGEDIR in scripts and man pages
2014-03-01 22:39:06 +00:00
Juergen Lock
7e75bf9bea Stagify. 2014-03-01 17:06:15 +00:00
Emanuel Haupt
1083045dce - Support staging
- Use shebangfix
- USES -> gmake
- Define EXAMPLES option
- Define DOCS option
2014-02-28 12:37:32 +00:00
Emanuel Haupt
fa7a389123 Support staging 2014-02-28 12:30:17 +00:00
Emanuel Haupt
3bb3caea80 - Support staging
- Define DOCS option
- New LIB_DEPENDS definition
2014-02-28 12:29:05 +00:00
Emanuel Haupt
c82cc2cf13 - Support staging
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
- Use WWW: with a single space
2014-02-28 12:25:44 +00:00
Emanuel Haupt
facdfd83a7 - Support staging
- New LIB_DEPENDS definition
2014-02-28 12:21:56 +00:00
Emanuel Haupt
cd39057257 - Use shebangfix 2014-02-27 07:52:53 +00:00
Emanuel Haupt
cf511b57d6 Support staging 2014-02-27 07:49:26 +00:00
Emanuel Haupt
c045a86372 Support staging 2014-02-27 07:45:19 +00:00
Martin Wilke
826e4ea5aa - Stage support 2014-02-26 09:44:51 +00:00
Martin Wilke
512c3111d8 - Stage support 2014-02-26 07:38:19 +00:00
Martin Wilke
18455e930f - Stage support 2014-02-26 06:11:24 +00:00
TAKATSU Tomonari
0cbe65e47c - Repocopy print/py-reportlab to print/py-reportlab1
to preserve version 1.x and to update to 3.0

  print/py-reportlab:
    - Update print/py-reportlab to 3.0 based on print/py-reportlab2
    - Support STAGEDIR
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Set CONFLICTS
    - Add PORTSCOUT
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab1:
    - Support STAGEDIR
    - Add PKGNAMESUFFIX not to duplicate ports with the same name
    - Set CONFLICTS
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Make use of PORTDOCS
    - Set OPTIONS_DEFINE explicitly
    - Fix include statement
    - Make docs unconditional to stage
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab2:
    - Update CONFLICTS
    - Set PORTSCOUT

  dependent ports:
    - Switch dependency from print/py-reportlab to print/py-reportlab1
      * biology/py-biopython
      * deskutils/gourmet
      * deskutils/griffith
      * games/pythonsudoku
      * misc/pdfmap
      * print/py-trml2pdf
      * www/py-satchmo

PR:		ports/186970
Submitted by:	tota (myself)
Approved by:	Muhammad Moinur Rahman (maintainer)
2014-02-25 12:44:10 +00:00
Emanuel Haupt
ee38efab86 Support staging 2014-02-25 09:33:23 +00:00
Emanuel Haupt
c66dfd16ae Support staging 2014-02-25 09:32:38 +00:00
Emanuel Haupt
d291e8cf28 Support staging 2014-02-25 09:30:52 +00:00
Emanuel Haupt
1735b5e02e Support staging 2014-02-25 09:28:41 +00:00
Emanuel Haupt
0e06342ba6 - Support staging
- Use shebangfix
2014-02-25 09:25:13 +00:00
Emanuel Haupt
70cd7785f0 Support staging 2014-02-25 08:58:18 +00:00
Sunpoet Po-Chuan Hsieh
3ac8d68957 - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Bump PORTREVISION for package change
2014-02-24 10:41:55 +00:00
Emanuel Haupt
e2ea13c6ff Remove trailing whitespaces from category print 2014-02-21 13:39:12 +00:00
Martin Wilke
14cb00cabe - Stage support 2014-02-21 05:49:10 +00:00
Martin Wilke
6535dc25e8 = Stage support 2014-02-21 01:50:25 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Tijl Coosemans
f663aef08c Fix installation of cups-base when libiconv is installed: do not descend
into the cups subdirectory.  That directory is already installed by the
cups-client port and it requires USES=iconv.

Reported by:	Mark Knight <markk@knigma.org>
2014-02-19 13:19:30 +00:00
Max Brazhnikov
c8c384f00c print/foo2zjs: fix dependence on libcups 2014-02-19 08:04:28 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Pietro Cerutti
68c161eb43 - Update to 2.18.1
We have released updated manuals for LilyPond’s stable version, 2.18. The
  manuals are now for 2.18.1 and have a number of updates and improvements over
  2.18.0. There will be a further release of 2.18 in the future (2.18.2), and
  this will include the updates to the manuals as well as some minor
  enhancements to the LilyPond core functionality.

  To summarise the current situation: stable LilyPond application: 2.18.0;
  stable LilyPond manuals: 2.18.1; development for both: 2.19.2.

- Provide a NLS option
2014-02-18 11:18:11 +00:00
Pietro Cerutti
6d1a05351c - Fix build when a previous version of libharu is installed
Reported by:	Rainer Hurling <rhurlin@gwdg.de>
2014-02-17 10:35:53 +00:00
Martin Wilke
6d490dfba7 - Stage support
- Convert to USE_MAKE to USES
2014-02-17 05:25:10 +00:00
Boris Samorodov
ec8d898909 Release cups-* nad foomatic-* ports. Currently I have no enough
spare time for those ports.

I've submitted ports/186824 to update cups-* ports to version 1.7.0.
2014-02-16 21:17:15 +00:00
Pietro Cerutti
4f800583b9 - Update to 2.3.0
PR:		184052
Submitted by:	gahr
Approved by:	maintainer (timeout)
2014-02-14 15:09:30 +00:00
Johan van Selst
291519dc66 - Remove superfluous bsd.port.options.mk include
- Reduce the number of commands to run for installation
2014-02-13 18:11:11 +00:00
Mathieu Arnold
33ab73cd19 Fix old makeplist bug.
Pointy hat to:	people who blindly use makeplist
Sponsored by:	Absolight
2014-02-12 14:03:25 +00:00
Rene Ladan
fed840f224 - Convert to USES=kmod
- Add stage support
- Remove some steps from distribution Makefile already done by USES=kmod
- Specify license as 'BSD2CLAUSE' instead of just 'BSD'
- Allow packaging as user
- Simplify inclusions

Approved by:	hrs (maintainer)
2014-02-10 23:35:59 +00:00
Johan van Selst
9ef24de288 - Update to latest version of texinfo.tex
- Minor clean-ups

PR:		ports/186620
Submitted by:	Takefu <takefu@airport.fm>
2014-02-10 18:10:18 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Martin Wilke
8bd739640d - Stage support 2014-02-09 11:17:42 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Martin Wilke
856fbc0457 - Stage support 2014-02-06 14:19:13 +00:00
Alex Dupre
e27dbec522 - Update to 1.8.4 release
- Overhaul port
- Stagify
- Take maintainership
2014-02-06 13:51:15 +00:00
Martin Wilke
1521c2a634 - Stage support 2014-02-06 12:16:22 +00:00
Martin Wilke
4e82f0942b - Stage support 2014-02-06 10:51:23 +00:00
Alex Kozlov
7dff589db4 - Deprecate and set expiration date to 2014-03-05: Abandoned, outdated (no updates since 1999) 2014-02-05 15:35:35 +00:00
Martin Wilke
c57133fc36 - Stage support 2014-02-05 13:45:39 +00:00
Martin Wilke
0ecaea287b - Stage support part1 for client and image
Submitted by:	antoine
2014-02-05 05:41:01 +00:00
Lars Engels
934f74e518 Fix several typos in the ports tree.
PR:		ports/176378
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Pawel Pekala
91721fd606 - Fix build with clang [1]
- Support stage

PR:		ports/182043 [1]
Submitted by:	maintainer
MFH:		2014Q1
2014-02-04 19:10:51 +00:00
Martin Wilke
9d9fecc928 - Stage support 2014-02-03 14:31:32 +00:00
Martin Wilke
0f2200e494 - Stage support 2014-02-03 13:40:41 +00:00
Martin Wilke
2aa69d3577 - Stage support 2014-02-03 13:40:08 +00:00
Martin Wilke
c1b93607a8 - Stage support 2014-02-03 13:39:30 +00:00
Pietro Cerutti
3fe97c4dcc - Update to 2.19.2 2014-02-03 09:57:31 +00:00
Martin Wilke
47fa642433 - Stage support 2014-02-03 02:49:53 +00:00
Martin Wilke
9f7e19dc6a - Stage support 2014-02-02 16:05:53 +00:00
Martin Wilke
d515033843 - Stage support 2014-02-02 16:05:24 +00:00
Martin Wilke
4f6e06746d - Stage support
- Convert to uses
2014-02-01 15:39:05 +00:00
Max Brazhnikov
ba04f34e7e - Replace KDE4 sharedmime with USES=shared-mime-info
- Convert LIB_DEPENDS to new style
- Add stage support
2014-02-01 12:15:59 +00:00
Antoine Brodin
eb2997f8a7 Mark broken: Does not install
( cd /wrkdirs/usr/ports/print/latex-aa/work/aa-package &&  /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null  2>&1) &&  /usr/sbin/chown -Rh root:wheel $1 &&  /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; &&  /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- "aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt" /usr/local/share/texmf/doc/latex/aa )
/usr/local/share/texmf
make: exec(/usr/local/share/texmf) failed (Permission denied)
*** Error code 1

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-01-31 21:44:04 +00:00
Martin Wilke
770c150e6f - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREV
2014-01-30 08:07:04 +00:00
Martin Wilke
36b382a2b0 - Stage support 2014-01-30 07:55:01 +00:00
Eitan Adler
13759ce711 New port:
CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
systems. It allows any application which prints via CUPS to print to Google
Cloud Print directly.
2014-01-29 14:43:47 +00:00
Eitan Adler
8814a8ed8b New port:
CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
systems. It allows any application which prints via CUPS to print to Google
Cloud Print directly.
2014-01-29 14:43:43 +00:00
Martin Wilke
1b5c649ef0 - Stage support 2014-01-28 15:59:10 +00:00
Alex Dupre
7f50cc984c Update to 3.0.4 release.
PR:		ports/186142
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2014-01-27 10:07:36 +00:00
Raphael Kubo da Costa
8729f74013 Update to 2.0.7.
Announcement and changelog: http://www.lyx.org/announce/2_0_7.txt
2014-01-25 21:09:12 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
Max Brazhnikov
be88475b80 Update to 3.14.1 2014-01-23 08:39:00 +00:00
Max Brazhnikov
12cffea301 Update to 3.14.1 2014-01-23 08:38:57 +00:00
Matthias Andree
7ab8506c5d Update master sites for some ports formerly hosted on easysw.com, now extinct.
Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror
list (is no longer mirroring easysw.com).
2014-01-22 23:37:53 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Pietro Cerutti
6abd12f53d - Update to 2.19.1 2014-01-20 09:52:42 +00:00
Raphael Kubo da Costa
ae3550ee5b Update to 5.1.1.
PR:		ports/185878
Submitted by:	Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer)
2014-01-19 14:10:49 +00:00
Marcus von Appen
d9e864b2dd - Enable stagedir support
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert USE_GMAKE=yes -> USES=gmake
- Rename MAN option to MANPAGES
- Bump PORTREVISION to properly deal with some of the OPTION settings
2014-01-18 14:27:31 +00:00
Danilo Egea Gondolfo
fdfff7b919 - Update from 2.0.1 to 2.2.2
- Add stage support

while here
- Convert USE_GMAKE to USES
- Remove the indefinite article from COMMENT

PR:		ports/185670
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2014-01-18 02:25:27 +00:00
Steve Wills
45ba5cfad1 - Fix build on 10.0 2014-01-16 16:02:10 +00:00
Antoine Brodin
d7939cee1c Update to 2.100
PR:		ports/185702
Submitted by:	KATO Tsuguru
2014-01-14 22:40:35 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Johan van Selst
adca18a930 Enable stage support 2014-01-11 09:52:39 +00:00
Johan van Selst
133e44b996 Enable stage support 2014-01-11 09:40:52 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Pietro Cerutti
e15297181b - Update to 2.19.0 2014-01-08 09:07:12 +00:00
Pietro Cerutti
f057d8a4fc - Update to 2.18.0
Changes: http://lilypond.org/doc/v2.18/Documentation/changes/
2014-01-07 15:32:24 +00:00
Max Brazhnikov
19c2e6288c - Don't restrict USE_PYTHON to 2.x only
- Convert to USES=dos2unix
- More source files need path fixes [1]
- Use options helpers
- Clean up after removing support for FreeBSD < 8.0

Reported by:	Nick Withers <nick.withers at anu.edu.au> via email [1]
2014-01-07 10:39:41 +00:00
Boris Samorodov
e1e0ff426b Update to version 20140106. 2014-01-06 15:04:09 +00:00
Andrej Zverev
e8d65f9e66 - state support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:55:04 +00:00
Andrej Zverev
d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00
Mathieu Arnold
89ac1130e3 Another iteration on the path of finding the right fix. 2014-01-04 12:54:51 +00:00
Antoine Brodin
e7a364c28a - Update to 2.99
- Stage support
- Fix build with clang

PR:		ports/181893
Submitted by:	KATO Tsuguru
2014-01-03 16:16:11 +00:00
Sunpoet Po-Chuan Hsieh
5ef802e258 - Add LICENSE
PR:		ports/183996
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-01-02 18:30:14 +00:00
Boris Samorodov
708ce74c8c Update to version 20131225. 2013-12-30 23:00:46 +00:00
Boris Samorodov
cd80c7bb53 Update to version 20131230. 2013-12-30 22:24:03 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Koop Mast
b5d0c05727 Update to 0.9.25.
Stagify.
2013-12-29 13:31:28 +00:00
William Grzybowski
9d4a7b563d print/py-rtf: support staging and use auto plist 2013-12-29 11:27:58 +00:00
William Grzybowski
f7f5120882 print/py-relatorio: support staging and switch from easy_install 2013-12-29 11:24:40 +00:00
William Grzybowski
ed3ba48137 print/py-fonttools: support staging 2013-12-29 11:24:08 +00:00
Boris Samorodov
67f6c4ff6c . update to version 20131229;
. reword COMMENT.
2013-12-29 10:36:16 +00:00
Tijl Coosemans
9bc4061dff Fix dependency on x11-toolkits/gtkglext. 2013-12-28 12:33:29 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Boris Samorodov
8290d526c1 Actually take maintainership (lost while commiting r337610). 2013-12-27 13:17:27 +00:00
Boris Samorodov
3cea66de34 . update to version 20131227; [1]
. refresh WWW address;
. use a package description from the site.

PR:		ports/185222  [1]
Reported by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>  [1]
2013-12-27 13:04:18 +00:00