Commit graph

17817 commits

Author SHA1 Message Date
Tijl Coosemans
33c17bbfe1 Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
also remove the extra update-desktop-database from pkg-plist.
2014-04-25 10:54:50 +00:00
Baptiste Daroussin
b56a109402 Support stage 2014-04-25 10:47:58 +00:00
Baptiste Daroussin
bce3883a2f Remove remnant USE_AUTOTOOLS=libtool forgotten in previous commit
Reported by:	tijl
2014-04-25 09:11:42 +00:00
Baptiste Daroussin
463cabc409 Switch to USES=libtool
Strip binaries
2014-04-25 06:45:45 +00:00
Wen Heping
16fbc9ac98 - Stage support [1]
- Drop easy_install [1]
- Pet portlint [1]
- Add LICENSE
- Reset maintainer to ports@

PR:		188946 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-25 02:52:48 +00:00
Antoine Brodin
0240ab1574 Do not create strange stage orphans 2014-04-24 20:09:16 +00:00
Tijl Coosemans
8ca80ac2e2 Convert to USES=libtool. 2014-04-24 17:35:44 +00:00
Tijl Coosemans
f4af9e4c0d Remove USE_GNOME=lthack. This port does not use libtool. 2014-04-24 17:34:45 +00:00
Tijl Coosemans
10a80290b2 - Convert to USES=libtool.
- Use LDFLAGS instead of LIBS.
2014-04-24 17:33:30 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Dmitry Marakasov
b1895e7ce4 - Stage
- Drop easy_install
- Use auto plist
- Pet portlint

PR:		188950
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-24 14:17:23 +00:00
Pietro Cerutti
8a99b01709 - STAGE-clean 2014-04-24 13:25:51 +00:00
Pietro Cerutti
95060ed2f8 - USES shebangfix + tar:bzip2
PR:		188943
Approved by:	bapt (portmgr)
2014-04-24 11:28:11 +00:00
Antoine Brodin
b50d2cef3f Remove blank line 2014-04-23 20:44:14 +00:00
Antoine Brodin
908e0b6c37 Move the -nox11 PKGNAMESUFFIX to the -nox11 slave and simplify CONFLICTS
Suggested in:	ports/188785 followup
2014-04-23 20:42:47 +00:00
Matthias Andree
744899e18f Drop excess USES+=desktop-file-utils under the GNOME option,
which broke the stage-qa target.

Approved by: portmgr (blanket)
2014-04-23 20:26:50 +00:00
Tijl Coosemans
edf526ceb8 Link editors/gedit and graphics/evince with libICE. (Fixup for r351936)
Reported by:	Mike Harding <mvharding@gmail.com>
2014-04-23 17:00:53 +00:00
TAKATSU Tomonari
d1a76f88d8 - Update to 0.2.4 2014-04-23 16:01:47 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +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
acfcae5a89 Restore conflict with -nox11 variant
Submitted by:	John Hein in PR follow up
2014-04-23 11:06:57 +00:00
Pietro Cerutti
6fcd7e3165 - Fix build on < 9.0 2014-04-23 08:29:23 +00:00
Dmitry Marakasov
667da16725 - Update to 1.7.73
Changelog:
* Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial, when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.

PR:		188290
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com> (maintainer)
2014-04-23 00:59:06 +00:00
Antoine Brodin
3902300dbc Fix ports with duplicate pkgnames
With hat:	portmgr
2014-04-23 00:26:36 +00:00
Rene Ladan
34b3ce97e3 - Fix package build as non-root
- Use option helpers

Note that the CONFLICT with the -nox11 variant is not registered anymore.
PR:		ports/188785
Submitted by:	John Hein <john.hein@microsemi.com>
2014-04-22 18:40:24 +00:00
Baptiste Daroussin
e52bf0cb0f Support stage 2014-04-22 15:41:10 +00:00
Baptiste Daroussin
e4f6307f45 Support stage 2014-04-22 15:38:40 +00:00
Rodrigo Osorio
a3b355c4e4 - fix clang issue caused by incorrect namespacing
- add dependency
- bump portrevision

PR:		ports/188044
Submitted by:	Chris Rees <crees@FreeBSD.org>
Approved by:	bapt (mentor)
Obtained from:	Macports
MFH:		2014Q2
2014-04-22 13:41:53 +00:00
Pietro Cerutti
e1ab652da9 - Add a couple of missing patches
- Explicitely depend on graphics/jpeg
- Remove DOCS
2014-04-22 13:24:48 +00:00
Pietro Cerutti
942f0dee50 graphics/tulip -- depend on graphics/png 2014-04-22 11:41:18 +00:00
Pietro Cerutti
aa02cf5a17 - Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html
2014-04-22 08:47:39 +00:00
Baptiste Daroussin
0485aae945 Support stage
Modernise
2014-04-22 06:46:48 +00:00
Baptiste Daroussin
8bfc3dd55b Switch to lua 5.2 2014-04-21 23:25:22 +00:00
Emanuel Haupt
b5c0ff5703 Update to 1.3.1 2014-04-21 21:15:08 +00:00
Johan van Selst
77cc7f502c Update to XPaint 2.9.10.2 2014-04-21 13:16:06 +00:00
John Marino
dd918e15cf graphics/povray37: Fix build on clang, support stage
The main problem with building this port with clang was the use of
shared_ptr without the boost namespace which clashes with libc++.  This
occurs in numerous places but luckly sed can fix most of them save for
a few files that inconsistently used boost names.

It was also missing an explicit link to libboost_system [1]

PR:		ports/176172
Submitted by:	Oliver Hartmann
Approved by:	Maintainer timeout
Stage support:	blanket approval
MFH:		2014Q2
2014-04-21 13:08:53 +00:00
Thierry Thomas
575463b2c4 - Support staging
- Define license

- Use NOPORTEXAMPLES.
2014-04-21 09:58:05 +00:00
Thierry Thomas
0c654fdf23 Support staging- Support staging. 2014-04-21 09:57:02 +00:00
Thierry Thomas
689141f42b Upgrade to 1.5.8. 2014-04-20 21:12:51 +00:00
Ruslan Makhmatkhanov
27d66f679c graphics/GraphicsMagick12: mark deprecated
- mark this port deprecated - 1.2.x branch is no more supported upstream,
  no ports in the tree depending on this one. Users should migrate to
  graphics/GraphicsMagick13 (1.3.x - current stable branch)
- set deprecation date to 2014-05-20
2014-04-20 19:01:45 +00:00
TAKATSU Tomonari
df5613098c - Update to 2.2.5 2014-04-20 14:46:31 +00:00
Bryan Drewery
5b88b2459b - Stop removing directories from BSD.local.dist.
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'
2014-04-19 06:11:21 +00:00
Mathieu Arnold
81c76da1e1 Fix build as a user.
USES+=uidfix dos2unix shebangfix

Sponsored by:	Absolight
2014-04-18 17:10:16 +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
f7670aefe0 graphics/klatexformula:
- Update to 3.2.8
- Add dependence on help2man and install man pages
- Fix build with clang-3.4
2014-04-18 09:40:35 +00:00
John Marino
fc6eb61521 graphics/ocrfeeder: Unbreak with USE_GNOME+= gnomedocutils
approved by:	portmgr (bapt)
2014-04-17 10:58:46 +00:00
Martin Matuska
ec5e312db3 Horde package update:
Horde_ActiveSync 2.13.4 -> 2.14.0
Horde_Image 2.0.6 -> 2.0.7
Horde_Mime_Viewer 2.0.5 -> 2.0.6
2014-04-16 21:37: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
John Marino
ca9574e7df Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.

Also reset maintainership of etherape - maintainer gone for more than
one yet now.

Approved by:	portmgr (bdrewery)
2014-04-16 18:19:26 +00:00
Koop Mast
4c695fef39 Don't hardcode python version.
Submitted by:	makc@
2014-04-15 22:08:01 +00:00
Koop Mast
2701760345 Rework python module compile so it doesn't code the stagedir in it [1]
While here switch to USES=tar:bzip2
Remove waf from SHEBANG_FILES. it contains binary so running sed on it
 not guaranteed to work as intended. [2]
Prefix waf commands with PYTHON_CMD so it run with the correct python version.
Use the waf --destdir command for destdir
Remove configure_ENV because they are already set.
Use post-patch to dynamicly fix the python version in test/examples_test.py
 instead of a patch.

Reported by:	swills@ [1], mva [2]
2014-04-15 20:53:04 +00:00
Thierry Thomas
62d2daacbb - Support stage;
- Install the license with the new framework;

- The original home page is no more available: change to a related page.
2014-04-15 20:28:06 +00:00
Rusmir Dusko
1eb0c93e27 - Update to 1.0.1, Announce message:
Do not create JFIF header (APP0 block) by default.
  This saves 18 bytes per image.

- Add jpeg and libjpeg-turbo to CONFLICTS_INSTALL
- Add USE_LDCONFIG=${PREFIX}/include ${PREFIX}/lib
- Change CONFIGURE_ARGS, change USE_LDCONFIG,
  remove PORTNAME from PLIST_SUB, change STRIP_CMD,
  change pkg-plist
- Add autoheader and libtoolize to USE_AUTOTOOLS,
  remove run-autotools, add AUTOMAKE_ARGS
- Remove LIBTOOL_ARGS and LDFLAGS
- Remove SIMD from default Options
- Use GCC=yes instead of GCC=any
- Change BUILD_DEPENDS from nasm to yasm, moved to SIMD
- Change SOMAJORVERSION to VER
- Reordering Options
- Break lines around 80 characters
- Change REINPLACE, cosmetical changes
- Patch for warning: always_inline function might not be inlinable
  http://sourceforge.net/p/libjpeg-turbo/patches/56/
- Use .if for DOCS due to large number of files installed

PR:		ports/188540
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-04-15 19:26:28 +00:00
Dirk Meyer
842bc3cb42 - Add shebangfix so bdftogd
- Strip libgd
PR:		188581
Submitted by:	Steve Wills
2014-04-15 08:14:22 +00:00
Dirk Meyer
34c95229b7 - Fix shebang for obsolte bin/gifburst
PR:		188637
Submitted by:	Steve Wills

- Strip libgif
2014-04-15 08:13:14 +00:00
Thierry Thomas
d0e150121c - Support stage;
- Change the missing home page for the Darwin page.
2014-04-14 21:09:48 +00:00
Danilo Egea Gondolfo
65b29708a9 - Update from 1.2.1 to 1.3 2014-04-14 15:20:45 +00:00
Koop Mast
020a0fb5ec Fix build with clang 3.4
Submitted by:	Matthew Rezny <matthew@reztek.cz>
Obtained from:	inkscape upstream
http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/10019#src/live_effects/lpe-perp_bisector.h
2014-04-14 10:32:54 +00:00
Marcus von Appen
26a6160fe0 - Update to version 2.70a
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70/Bug_Fixes#Fixes_since_2.70_release
2014-04-13 15:34:19 +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
Dirk Meyer
8f01b76d23 - option PANGOCAIRO is required for option GHOSTSCRIPT
Reported by:	Andrzej Tobola
2014-04-13 08:26:10 +00:00
Antoine Brodin
a0e3a12b6e Mark broken: Fails to configure
user supplied gdal-config (/usr/local/bin/gdal-config)
using /usr/local/lib/gdalplugins as GDAL shared library autoload directory
checking for G_asprintf in -lgrass_gis... no
configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found!  Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib?
===>  Script "configure" failed unexpectedly.

Note:		bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix
With hat:	portmgr
2014-04-13 07:29:23 +00:00
Dmitry Sivachenko
33d44aeb2d Fix build on 10+: since boost is linked against libc++, we must use clang to
compile gource too.
2014-04-12 18:30:28 +00:00
Danilo Egea Gondolfo
204c089f45 - Update from 2.1 to 2.1.1
- Convert USE_BZIP2 to USES
2014-04-12 17:10:14 +00:00
Tijl Coosemans
2f9515c2a8 - Remove remnants of the gnomecanvas slave port that has been removed
several months ago.
- Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE.
- Replace a patch with REINPLACE_CMD.
- Remove unneeded patches.
2014-04-12 16:29:28 +00:00
Marcus von Appen
92ceaf4a1d - Update to snapshot from 14-02-2014 2014-04-12 11:32:16 +00:00
Marcus von Appen
e19eb7b511 - Update to snapshot from 28-04-2014 2014-04-12 07:53:02 +00:00
Koop Mast
57fb8075fe Stagify, use new lib_depend syntax. switch to USES=pathfix, strip. 2014-04-11 20:53:04 +00:00
Baptiste Daroussin
29b378ee85 Fix typo
Reported by:	swills
2014-04-11 18:57:02 +00:00
Baptiste Daroussin
4442eb971e Fix build system not able to link to itself when staged (thanks usage of ancient autotools...) 2014-04-11 18:41:00 +00:00
Baptiste Daroussin
dc537cddef Sodipodi did not survive the Inkscape fork 2014-04-11 16:36:08 +00:00
Baptiste Daroussin
19a859d723 Support stage 2014-04-11 16:07:32 +00:00
Baptiste Daroussin
378fcc65e5 Chase gegl shlib changes 2014-04-11 16:04:43 +00:00
Baptiste Daroussin
8194738821 Chase gegl shlib changes 2014-04-11 16:04:29 +00:00
Baptiste Daroussin
98dfc748e5 Support stage
USES=libtool
2014-04-11 16:04:08 +00:00
Baptiste Daroussin
d2a2abb5a1 Support stage 2014-04-11 15:51:46 +00:00
Baptiste Daroussin
807ea67466 Support stage 2014-04-11 15:46:33 +00:00
Baptiste Daroussin
002a388700 Support stage 2014-04-11 15:42:43 +00:00
Baptiste Daroussin
2313f4adbb Support stage 2014-04-11 15:36:16 +00:00
Baptiste Daroussin
c1ca350b17 Support stage
Drop uneeded dependency on shared-mime-infos
2014-04-11 15:31:38 +00:00
Baptiste Daroussin
4b9fa2de2e Support stage 2014-04-11 15:27:54 +00:00
Baptiste Daroussin
93730debc2 Support stage
USES=libtool
2014-04-11 15:22:54 +00:00
Baptiste Daroussin
37b9c91b5f Support stage
Switch to USES=libtool
2014-04-11 15:20:44 +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
Mario Sergio Fujikawa Ferreira
16919ac648 New port jagged-border: GIMP script to create a jagged border around an image
Approved by:	eadler (mentor)
2014-04-10 23:07:40 +00:00
Lars Engels
30795292b1 - Update to 2.3.1
- Stagify
- Use new LIB_DEPENDS syntax
- USES tar:bzip2
- Fix build with libc++
- Remove no longer needed patch

PR:		ports/187858
Submitted by:	maintainer
2014-04-10 07:47:18 +00:00
Baptiste Daroussin
6b16064740 Minimum version of java is now 1.6
With hat:	portmgr
2014-04-10 07:17:17 +00:00
Matthias Andree
b4e790dd75 Grab after nemsysis gave these up. 2014-04-10 06:59:25 +00:00
Rusmir Dusko
3f9a50d1bc - Reset maintainer to ports@ 2014-04-09 19:16:17 +00:00
Rusmir Dusko
e2c66f71d6 - Reset maintainer to ports@ 2014-04-09 19:16:11 +00:00
Koop Mast
d7401fb53d Stagify, switch to USES=libtool tar:xz gmake 2014-04-09 14:10:48 +00:00
Koop Mast
dafdcb174b USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool
2014-04-09 13:44:11 +00:00
Baptiste Daroussin
473a8557c9 Support stage
USES=webplugin
2014-04-09 13:34:04 +00:00
Koop Mast
a2f0476cbd Stagify, use USES=tar:xz, strip libraries, use new lib_depends syntax. 2014-04-09 13:27:41 +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
Baptiste Daroussin
9b537e2f68 Remove useless and outdated ports 2014-04-08 09:57:38 +00:00
Alexey Dokuchaev
e310cf30d5 Release maintainership. There is new version available, 0.5.4, but it does
not work, exiting with "Trace/BPT trap" error on startup and dumping core.

Our devd(8) support patch was submitted upstream in July 2013 and generally
welcomed by the author, but he has a slight preference for GIO's GSocket +
GUnixSocketAddress APIs, and I never had time to rewrite the patch.  After
showering my camera with waters of Gulf of Thailand, it is unlikely that I
will need to use this port any time soon, so let it go for the moment.
2014-04-08 08:11:39 +00:00
Mario Sergio Fujikawa Ferreira
aec9c758e1 New port wavelet-sharpen 0.1.2: GIMP plugin to sharpen by increasing contrast in high frequency space
Approved by:	eadler (mentor)
2014-04-07 23:57:00 +00:00
Mario Sergio Fujikawa Ferreira
69d281f306 New port wavelet-denoise 0.3.1: GIMP plugin to reduce noise in each channel of an image separately
Reviewed by:	eadler (mentor)
2014-04-07 23:56:01 +00:00
Mario Sergio Fujikawa Ferreira
09c482df59 New port Refocus 0.9.0: GIMP plugin to "refocus" images through FIR Wiener filtering
Approved by:	eadler (mentor)
Obtained from:	gentoo portage (patches)
2014-04-07 23:54:13 +00:00
Mario Sergio Fujikawa Ferreira
c83d1bc648 New port ez-perspective 0.1.2: GIMP plugin to sharpen by increasing contrast in high frequency space
Approved by:	eadler (mentor)
2014-04-07 23:51:58 +00:00
Jose Alonso Cardenas Marquez
784a3c889f - Fix install
- Add STAGE support
- Remove BROKEN
2014-04-07 21:41:31 +00:00
Matthias Andree
c084214d73 Use proper libtool magic, to obtain a proper libIlmImf.la file that does
not refer to non-existing other .la files.  Fixes build of graphics/gegl
on FreeBSD 10+.  Bump PORTREVISION.

Approved by:	portmgr (blanket)
2014-04-07 20:33:56 +00:00
Baptiste Daroussin
a5a95d8603 Support stage 2014-04-07 14:39:59 +00:00
Baptiste Daroussin
fd488d2644 Support stage 2014-04-07 14:28:09 +00:00
Baptiste Daroussin
1b1aa224b3 Fix examplesdir 2014-04-07 14:20:19 +00:00
Baptiste Daroussin
01be1672d0 Support stage
Respect EXAMPLES option
2014-04-07 14:14:34 +00:00
Rusmir Dusko
803bdaeabf - Rename from graphics/pyggel to graphics/py-pyggel
- Add PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
2014-04-07 01:02:29 +00:00
Rusmir Dusko
334db61689 Pyggel (Python Graphical Game Engine + Libraries) will ease the learning curve
of getting into 3d programming, while also having a strong enough framework
for full-sized applications.

WWW: https://code.google.com/p/pyggel/
2014-04-06 22:56:23 +00:00
Rusmir Dusko
4995bee7cb - Use dos2unix and tar:bzip2 instead of USE_DOS2UNIX and USE_BZIP2=yes
- Change Desktop entry file
2014-04-06 18:28:17 +00:00
Dirk Meyer
1c353c36b4 - add USES=tar:bzip2 2014-04-06 14:18:04 +00:00
Pawel Pekala
c312492f37 - Fix build with clang by respecting CC, CXXFLAGS
- Add staging support
- Convert to new LIB_DEPENDS format
- Define DOCS option

MFH:		2014Q2
2014-04-06 09:26:16 +00:00
Niclas Zeising
2019d75643 Update to 2.10
Stagify
Convert to new LIB_DEPENDS
Change handling of PORTDOCS.
Add missing dependencies and strip binary by default.

PR:		ports/188222 (based on)
Submitted by:	Mikhail <mp39590@gmail.com>
2014-04-06 07:25:30 +00:00
Sunpoet Po-Chuan Hsieh
7f2d6716e3 - Update to 2.6
- Enable JPEGICC and TIFFICC by default
- Use USES=libtool instead of USE_GNOME=lthack
- Use PORTDOCS
- Install static library
- Strip shared library
- Use MAKE_CMD
- Remove unnecessary PLIST_SUB
- Simplify Makefile

Changes:	https://github.com/mm2/Little-CMS/blob/master/ChangeLog
2014-04-06 05:47:04 +00:00
Sunpoet Po-Chuan Hsieh
13946f671f - Enable JPEGICC and TIFFICC by default
- Use USES=libtool instead of USE_GNOME=lthack
- Use USES=pathfix instead of USE_GNOME=gnomehack
- Use PORTDOCS
- Install static library
- Strip shared library
- Use MAKE_CMD
- Simplify Makefile
- Bump PORTREVISION for dependency and package change
2014-04-06 05:46:59 +00:00
Antoine Brodin
6820b5eda9 - Stage support
- Use new LIB_DEPENDS syntax
- Use OPTIONS helpers
- Use desktop-file-utils
- Do not remove directory belonging to BSD.local.dist mtree
2014-04-05 22:48:14 +00:00
Martin Matuska
19fe325df7 Horde package update:
Horde_ActiveSync 2.13.3 -> 2.13.4
Horde_Alarm 2.1.0 -> 2.2.0
Horde_Argv 2.0.7 -> 2.0.8
Horde_Auth 2.1.2 -> 2.1.3
Horde_Cache 2.4.1 -> 2.4.2
Horde_Cli 2.0.4 -> 2.0.5
Horde_Crypt 2.4.1 -> 2.4.2
Horde_Date 2.0.8 -> 2.0.9
Horde_Db 2.1.0 -> 2.1.1
Horde_Form 2.0.7 -> 2.0.8
Horde_HashTable 1.1.1 -> 1.1.2
Horde_History 2.2.1 -> 2.3.0
Horde_Http 2.0.5 -> 2.1.0
Horde_Image 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.1 -> 2.19.2
Horde_ListHeaders 1.1.0 -> 1.1.1
Horde_Mail 2.1.5 -> 2.1.6
Horde_Smtp 1.4.0 -> 1.4.1
Horde_TimeZone 1.0.5 -> 1.0.6
2014-04-05 20:32:20 +00:00
Dirk Meyer
042fa39d1f - cleanup WITH_DOCBOOK 2014-04-05 14:55:35 +00:00
Dirk Meyer
23ebc5bb3d - install manpages 2014-04-05 14:47:35 +00:00
Rusmir Dusko
e0c3f3d904 - Reset maintainer to ports@ 2014-04-05 14:22:29 +00:00
Dirk Meyer
73a7dddde1 - use CONFIGURE_ENABLE
- register all x11 libs
- fix build with gcc48
2014-04-05 14:19:32 +00:00
Ruslan Makhmatkhanov
aa2aee578a graphics/gthumb: chase exiv2 update
- chase exiv2 update
- convert LIB_DEPENDS to modern syntax
- update pkg-plist and remove NO_STAGE
2014-04-05 14:19:29 +00:00
Marcus von Appen
871b08c31d - Update to version 2.70
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70
2014-04-05 13:09:46 +00:00
Antoine Brodin
584bb5e3a7 Unbreak
With hat:	portmgr
2014-04-05 12:03:19 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Alexey Dokuchaev
1679adb205 - Update to version 0.24, sort pkg-plist
- Define LICENSE (GPLv2), augment COMMENT
- Provide more sensible port description

Approved by:	multimedia (bapt)
2014-04-04 20:30:18 +00:00
Alexey Dokuchaev
8dbfb18d9e - Add missing in the previous revision OPTIONS_DEFINE (DOCS)
- Given a chance, improve on COMMENT and port description
2014-04-04 16:36:39 +00:00
Alexey Dokuchaev
158517e176 Stagify the port; also sort the knobs and generally clean up while here. 2014-04-04 16:29:50 +00:00
Alexey Dokuchaev
a22ce2f644 Lensfun moved to SourceForge, as BerliOS will shut down its service at the
end of April 2014.  While here, convert USE_BZIP2 to USES (tar:bzip2).
2014-04-04 14:28:16 +00:00
Dmitry Marakasov
d1dbd64377 - Fix build on 10.x
- Use canonical filenames for patches
2014-04-04 10:14:04 +00:00
Sunpoet Po-Chuan Hsieh
903822e2e4 - Use MAKE_CMD 2014-04-04 09:52:17 +00:00
Mario Sergio Fujikawa Ferreira
2a15338d01 New port gimp-elsamuko-script version 0.24: GIMP scripts by elsamuko.
Effects:

- Lomo
- Sprocket Hole
- Technicolor 2 Color
- Technicolor 3 Color
- Antique Photo Border
- First Photo Border
- National Geographic
- Split Tone With Edge Detection
- Film Grain
- Obama "Hope"
- Che Guevara
- Vintage Look
- White Balance Puzzle
- Gimp Octave
- Photochrom
- Movie 300
...

Approved by:	bdrewery (mentor)
2014-04-04 00:31:07 +00:00
Rene Ladan
b5e4d37e4f Remove expired ports:
2014-04-03 www/aolserver: abandonware, messing up on clusters
2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver
2014-04-03 www/openacs: Depends on expiring www/aolserver
2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters
2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters
2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters
2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters
2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
2014-04-03 23:01:30 +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
Sunpoet Po-Chuan Hsieh
b976991378 - Update to 2.53
Changes:	http://search.cpan.org/dist/GD/ChangeLog
2014-04-02 19:01:55 +00:00
Sunpoet Po-Chuan Hsieh
9c2226046d - Sort PLIST 2014-04-01 13:17:18 +00:00
Sunpoet Po-Chuan Hsieh
d63afc12a8 - Fix ICONV option 2014-04-01 12:28:40 +00:00
Dirk Meyer
d55cd2e365 - add one more example 2014-03-31 16:15:56 +00:00
Alex Dupre
7a3092b524 Drop maintainership and fix LEGAL. 2014-03-31 14:30:01 +00:00
Eitan Adler
650ea6c945 graphics/aalib: add license information
PR:	ports/185085
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-03-31 06:14:18 +00:00
Dirk Meyer
66a6bc0198 - use OPTIONS_SLAVE 2014-03-30 19:48:41 +00:00
Dirk Meyer
19ce0d9a56 - add USES=tar:xz
- cleanup GNU_CONFIGURE_ARGS for iconv
2014-03-30 19:48:11 +00:00
Dirk Meyer
67fe3229dc - new USES= 2014-03-30 19:44:48 +00:00
Nicola Vitale
a1c043c2e5 - Sync variable related to license terms with LEGAL file
Required by:	eadler
2014-03-30 16:53:40 +00:00
Nicola Vitale
0488fc4a35 - Fix a typo in mapyrus script, that prevented the program to start
(bump PORTREVISION)
- Remove leading article from COMMENT
- Add support for stage dir
2014-03-30 15:43:49 +00:00
Dirk Meyer
eceeec8b98 - use STAGEDIR
- take maintainership
2014-03-30 15:18:18 +00:00
Antoine Brodin
3a63fd602e Do not create a corrupted package
With hat:	portmgr
2014-03-29 15:39:57 +00:00
Dmitry Marakasov
4f668a0327 - Support staging
- Use new LIB_DEPENDS syntax

PR:		187331
Submitted by:	amdmi3
Approved by:	maintainer timeout, portmgr (blanket)
2014-03-29 14:02:29 +00:00
Dmitry Marakasov
95af41b8f2 - Remove hidden dependency on X11 when built with X11 disabled
PR:		187147
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-03-29 14:00:42 +00:00
Antoine Brodin
be59ed3059 Mark broken: Fails to compile
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/include/synfig-0.0 -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF .deps/libsynfigapp_la-layerparamdisconnect.Tpo -c actions/layerparamdisconnect.cpp  -fPIC -DPIC -o .libs/libsynfigapp_la-layerparamdisconnect.o
actions/layerparamdisconnect.cpp: In member function 'virtual void synfigapp::Action::LayerParamDisconnect::perform()':
actions/layerparamdisconnect.cpp:143: error: 'class etl::handle<synfig::ValueNode>' has no member named 'clone'
gmake[3]: *** [libsynfigapp_la-layerparamdisconnect.lo] Error 1

Reported by:	pkg-fallout since january 2014
2014-03-29 12:25:20 +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
Antoine Brodin
9d8f08bbd3 Remove some references to deprecated NOPORTDATA
With hat:	portmgr
2014-03-28 19:43:34 +00:00
Matthias Andree
2b58831eae Fix build on 10.0-RELEASE i386 by adding an #include <cstdlib>.
USE_XZ=yes -> USES=tar:xz.
2014-03-28 13:09:52 +00:00
Dmitry Marakasov
d146ab4144 - Remove hack for ilmbase 2014-03-28 10:04:11 +00:00
Max Brazhnikov
276a30f469 graphics/vips and the rest:
- bump PORTREVISION after math/matio update

math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz

Approved by:	Fernando Apesteguia (maintainer)

math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)

science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
2014-03-28 09:23:08 +00:00
Matthias Andree
7c1d71eebe - Update to 2013.0.0 (released 2013-10-27)
- Fix a few minor portlint nitpicks while at it.

The port has successfully been test compiled on 9.2-amd64 and
10.0-amd64, and redports reported success on 8.4-amd64 and 9.2-i386,
too. The application starts and looks sane on 9.2-amd64, but haven't
yet built panos with it.

10+ fails on redports because it uses the unfixed enblend port.

PR:		187555
Approved by:	maintainer timeout (vd@, 14 days)
2014-03-27 19:47:37 +00:00
Rusmir Dusko
21f9a9e974 - Use tar:bzip2 instead of USE_BZIP2=yes
- Change PLIST_FILES
- Change REINPLACE, cosmetical changes
- Fix typo, blank character
2014-03-27 01:26:03 +00:00
Rusmir Dusko
d5b76c37c1 - Switch to USES=cmake
- Use patch instead of USES pathfix
- Remove THREAD Option
- Remove obsolete REINPLACE and .la files, needed that works
  graphics/nvidia-texture-tools ports/172108, remove from pkg-plist  [1]
- Symlink libraries [1]
- Add patches files/patch-CMakeLists.txt and
  files/patch-IlmThread__CMakeLists.txt for proper Cmake usage [1]
- Remove obsolete patch files/patch-configure
- All dependent ports builds fine, only graphics/hugin-devel have self
  problem with build

Reviewed by:	amdmi3@ [1]
2014-03-27 01:03:59 +00:00
John Marino
1c990c8f51 ocaml update 4/4: graphics/ocaml-images, update to version 4.0.1
Ocaml 4.00 can't build ocaml-images 3.0.1, so the solution is to update
the package to a newer version.  This arrived from dports, but it has
been heavily modified since then.  It has also been staged.  The
pkg-plist needs work because it doesn't support all the options if they
are turned off.  GTK2 has been left OFF by default since it pulls in
136 packages when enabled.

The Ocaml framework did not support staging at the time, so several
knobs were turned off, especially the "WASH" function which disrupted pkg
greatly.  The options were cleaned up in a modern way too.  An additional
patch was addded to make clang happy so this builds on FreeBSD 10 inside
poudriere.

Urged by: portmgr(bapt)
2014-03-26 17:54:08 +00:00
Rusmir Dusko
a1bcf95cef - Update to 3.14.1
- Take maintainership
- Change license BSD to BSD3CLAUSE
- Use the new format for LIB_DEPENDS
- USES pathfix instead of USE_GNOME gnomehack
- Add USES desktop-file-utils pkgconfig shared-mime-info
- Use PYDISTUTILS_AUTOPLIST=yes and PLIST_FILES instead of pkg-plist
- Add USE_GCC=yes and add REINPLACE, fix bad gcc usage
- Support STAGEDIR
- Comply with OptionsNG
- Simplify DOCS installation handling, install conditional and add Option
- Remove obsolete REINPLACE, changed by upstream
- Strip library
- Add manual page
- Change pkg-descr

PR:		ports/177352
Submitted by:	nemysis (self)
Approved by:	maintainer
2014-03-26 12:16:59 +00:00
Jose Alonso Cardenas Marquez
14627e1fc1 - Update to 2.6.4 2014-03-26 03:32:45 +00:00
Dirk Meyer
d7554110de - fix build when gettext is installed 2014-03-25 21:43:51 +00:00
Wen Heping
1e3d758949 - Fix build with python option
- Convert to new so file format
2014-03-25 16:02:57 +00:00
Baptiste Daroussin
7da85a4714 Support stage 2014-03-24 22:54:41 +00:00
Baptiste Daroussin
b95aad12d1 Support stage 2014-03-24 22:53:47 +00:00
Olivier Duchateau
c659d8fc67 - Update to 0.3.7 (bugfix release) 2014-03-24 20:44:47 +00:00
Steve Wills
88dbfabd36 2014-03-23 accessibility/ruby-atk: Use rubygem-atk instead
2014-03-23 devel/ruby-gio2: Use rubygem-gio2 instead
2014-03-23 devel/ruby-glib2: Use rubygem-glib2 instead
2014-03-23 graphics/ruby-cairo: Use rubygem-cairo instead
2014-03-23 graphics/ruby-gdk_pixbuf2: Use rubygem-gdk_pixbuf2 instead
2014-03-23 graphics/ruby-rsvg2: Use rubygem-rsvg2 instead
2014-03-23 x11-toolkits/ruby-goocanvas: No longer included upstream
2014-03-23 x11-toolkits/ruby-gstreamer: Use rubygem-gstreamer instead
2014-03-23 x11-toolkits/ruby-gtk2: Use rubygem-gtk2 instead
2014-03-23 x11-toolkits/ruby-gtksourceview2: Use rubygem-gtksourceview2 instead
2014-03-23 x11-toolkits/ruby-pango: Use rubygem-pango instead
2014-03-23 x11-toolkits/ruby-poppler: Use rubygem-poppler instead
2014-03-23 x11-toolkits/ruby-vte: Use rubygem-vte instead
2014-03-23 x11/ruby-gnome2: Use rubygem-gnome2 instead
2014-03-24 18:11:44 +00:00
Rusmir Dusko
595f9ec92d - Change license BSD to BSD3CLAUSE
- Add MAJORVER, VER
- Strip library
- Recreate patches with make makepatch
2014-03-24 17:49:42 +00:00
Rusmir Dusko
737e8c9609 - Change license BSD to BSD3CLAUSE
- Add MAJORVER, VER
- Strip libraries
- Recreate patches with make makepatch
2014-03-24 17:49:30 +00:00
Baptiste Daroussin
9576516d0b Use version 3.0 of wxGTK 2014-03-24 17:11:45 +00:00
Baptiste Daroussin
042845f911 Use wxGTK 3.0 2014-03-24 17:08:33 +00:00
Baptiste Daroussin
a45031d7da Convert wxsvg to use wxGTK 3.0
Remove the component part from bsd.wx.mk as only dvdstyler uses it
Make dvdstyle use wxGTK 3.0
2014-03-24 15:53:25 +00:00
Baptiste Daroussin
27da628aa1 Switch to wx 2.8 (unicode) 2014-03-24 12:55:40 +00:00
Guido Falsi
23a66151fb - Update to 0.6.8
PR:		ports/187352
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2014-03-24 12:48:08 +00:00
Baptiste Daroussin
9e3beea26a Convert to new options framework
Remove wxgtk option which is broken with all support version of wxgtk
2014-03-24 12:40:58 +00:00
Sunpoet Po-Chuan Hsieh
d6317abcce - Pet stage-qa:
- Remove STAGEDIR prefix from .packlist
  - Strip shared library
- Use MAKE_CMD
- Bump PORTREVISION for package change
2014-03-24 12:30:45 +00:00
Sunpoet Po-Chuan Hsieh
2a7334cd2b - Strip shared library
- Bump PORTREVISION for package change
2014-03-24 12:30:41 +00:00
Sunpoet Po-Chuan Hsieh
02de78a49b - Strip shared library
- Bump PORTREVISION for package change
2014-03-24 12:30:36 +00:00
Sunpoet Po-Chuan Hsieh
276e757aaf - Simplify Makefile 2014-03-24 12:30:32 +00:00
Sunpoet Po-Chuan Hsieh
2df7a892c3 - Strip binary executable and shared library
- Bump PORTREVISION for package change
2014-03-24 12:30:28 +00:00
John Marino
8a184b717c Add new Ada port: graphics/generic_image_decoder
The Generic Image Decoder (GID) is an Ada package for decoding a broad
variety on image formats from any data stream to any kind of medium.
Examples include in-memory bitmap, a GUI objecct, another stream, floating
point data for scientific calculations, a browser element or a device.
Animations are also supported.  GID features:

  * Standalone; requires no other libraries or bindings
  * Completely portable - no OS, CPU, or compiler dependencies
  * Task safe
  * Endian-neutral
  * Free and open source
  * Pure Ada95 (suitable for Ada2005 and Ada2012 projects)

Currently supports BMP, GIF, JPEG, PNG and TGA formats.

WWW: http://gen-img-dec.sourceforge.net/
2014-03-23 23:55:27 +00:00
Mario Sergio Fujikawa Ferreira
71065b7f4b New port wavelet-decompose: Gimp plugin to losslessly decompose images into wavelet scales layers
Approved by:	bdrewery (mentor)
2014-03-23 23:16:31 +00:00
Mario Sergio Fujikawa Ferreira
6f40a8d7bf New port Lensfun GIMP plugin: correct lens distortion using the lensfun library
Approved by:	bdrewery (mentor)
2014-03-23 23:10:58 +00:00
Mario Sergio Fujikawa Ferreira
29e5699051 New port Beautify: a set of GIMP plugins to both quickly and easily "beautify" photo
Approved by:	bdrewery (mentor)
2014-03-23 23:08:39 +00:00
Olivier Duchateau
5ca4c5f1ba - Update to 0.3.6
ChangeLog: http://docs.wand-py.org/en/0.3.6/changes.html#version-0-3-6
2014-03-23 18:27:06 +00:00
Rusmir Dusko
ed62b45ca4 - Change Makefile header, use my name and @FreeBSD.org email
- Add USES dos2unix
- Change files/cbviewer.in, remove -Djava.ext.dirs="%%DATADIR%%"
2014-03-23 17:19:09 +00:00
Rusmir Dusko
b30d6c83bc - Change files/aoi.in, remove -Djava.ext.dirs="%%DATADIR%%" 2014-03-23 16:42:51 +00:00
Pawel Pekala
66324646c2 - Take maintainership
- Add maintainer's mirror, main site is down for maintaince
- Append not set LDFLAGS

PR:		ports/187851
Submitted by:	A.J. van Werven <freebsd@skysmurf.nl>
2014-03-23 14:50:25 +00:00
Oliver Lehmann
f9c9d474be make STAGEful 2014-03-23 14:10:46 +00:00
Oliver Lehmann
31c7c102ae delete files I added by misstake 2014-03-23 12:02:03 +00:00
Oliver Lehmann
02e7987e4c update ogre to 1.9.0
update cegui to 0.8.3
2014-03-23 09:43:56 +00:00
Antoine Brodin
acb669235c Remove some expired xmms ports (abandonware, unmaintained):
2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead
2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead
2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead
2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead
2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
2014-03-23 08:59:35 +00:00
Pawel Pekala
2a5e6135dd - Staging support [1]
- USES for bzip2 [1]
- Fix order of lines [1]
- More precise BSD license
- Strip module binary

PR:		ports/187682 [1]
Submitted by:	maintainer
2014-03-21 20:57:49 +00:00
Emanuel Haupt
43fdd326f4 - Support staging
- New LIB_DEPENDS definition
2014-03-20 15:23:48 +00:00
Pietro Cerutti
3a2dd80354 - Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version
2014-03-20 09:24:56 +00:00
Tijl Coosemans
2a411fb2c8 - Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
  (Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.

PR:		ports/186779 [1]
2014-03-19 19:26:59 +00:00
Sunpoet Po-Chuan Hsieh
e575a31fd6 - Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change

Suggested by:	vd [1]
2014-03-18 16:20:44 +00:00
Sunpoet Po-Chuan Hsieh
7e8c672970 - Remove .packlist manipulation: this is done by Mk/Uses/perl5.mk in post-stage::
- Strip shared library in post-install: phase
- Simplify Makefile
- Bump PORTREVISION for package change
2014-03-18 16:20:40 +00:00
Sunpoet Po-Chuan Hsieh
a18cc93d04 - Strip shared library in post-install: phase
- Simplify Makefile
- Bump PORTREVISION for package change
2014-03-18 16:20:36 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Emanuel Haupt
c2ba42b794 Support staging 2014-03-18 12:55:49 +00:00
Emanuel Haupt
be2a15a958 - Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- New LIB_DEPENDS definition
- Take maintainership
2014-03-18 07:56:38 +00:00
Emanuel Haupt
21fb94e2a9 - Support staging
- Respect CC and hence fix build with clang
- Respect CFLAGS
2014-03-18 07:46:07 +00:00
Boris Samorodov
b72e867619 graphics/iccexamin: update to version 0.55
remove the patch incorporated upstream
2014-03-17 19:36:01 +00:00
Boris Samorodov
851e85b518 graphics/oyranos: update to version 0.9.5 2014-03-17 19:32:53 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
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)
2014-03-16 22:33:04 +00:00
Max Brazhnikov
a567bb92e8 graphics/showimage:
- update to 1.8.1
- modernize Makefile (stage support, USES)
- trim COMMENT
- fix desktop file: only the showimage binary was renamed, the icon retains
  original name

PR:		ports/187638
Approved by:	Rusty Nejdl (maintainer)
2014-03-16 19:25:36 +00:00
Sunpoet Po-Chuan Hsieh
2031fcad6d - Add imageworsener 1.2.0
ImageWorsener is a cross-platform command-line utility and library for image
scaling and other image processing. It has full support for PNG, JPEG, BMP
formats, experimental support for WebP, read-only support for GIF, and limited
support for some other image formats. It's not as fast or memory-efficient as
some utilities, but it's very accurate.

WWW: http://entropymine.com/imageworsener/
2014-03-15 18:48:53 +00:00
Alexey Dokuchaev
58d0c7a77c When setting USE_XORG via OPTION helper, use comma syntax universally; in
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were
set incorrectly, which caused build failures of `devel/sdl12' without the
OpenGL, for example.

Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to
produce more neat results, and use official spelling of MPEG abbreviation
in COMMENT (port description still needs cleaning up).
2014-03-15 12:27:11 +00:00
Antoine Brodin
259b8d03e2 Add some missing distinfo
With hat:	portmgr
2014-03-15 11:39:33 +00:00
Ashish SHUKLA
dea520b575 - Update to 1.00
- Add LICENSE information
- Add STAGE support
- Fix spacing in pkg-descr
2014-03-15 08:29:43 +00:00
Dmitry Marakasov
883dfd6226 - Update RESTRICTED comment for graphics/libecwj2
Submitted by:	glebius via private email
2014-03-15 02:44:38 +00:00
Sunpoet Po-Chuan Hsieh
610d2c7ad0 - Update to 9.20
- Use USES=tar:xz

Changes:	http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
2014-03-14 15:20:45 +00:00
Rusmir Dusko
aedb0f931b - Bump PORTREVISION for dependency change 2014-03-14 15:20:21 +00:00
Rusmir Dusko
c375bf2003 - Add dependency for graphics/jogl
- Add pkg-deinstall
- Change pkg-message, remove deinstallation information
2014-03-14 15:06:40 +00:00
Pawel Pekala
e4105d5b61 - Fix build when gcc is not in the base [1]
- Update maintainer's email [1]
- Remove javavmwrapper dependency from BUILD,RUN depends
  it's pulled in by java runtime anyway so no port bump is needed
- Convert to new options framework
- Add support for staging
- Don't try to remove non-existent dirs when DOCS=off (fixes install)

PR:		ports/187386 [1]
Submitted by:	maintainer
2014-03-14 12:25:08 +00:00
Steve Wills
a194e4a6e8 MozJPEG is a fork of libjpeg-turbo with 'jpgcrush' functionality built in.
The goal is to provide a production-quality JPEG encoder that improves
compression while maintaining compatibility with the vast majority of deployed
decoders.

The 'jpgcrush' feature finds the progressive coding configuration which uses the
fewest bits. This most frequently reduces file size by 2-10%, but those are not
hard limits. Significantly greater reductions have been observed.

Library configuration defaults are the same as for libjpeg-turbo, in order to
make transitions as painless as possible. There are new configuration options
for new features, but they are not enabled by default.

The 'cjpeg' program defaults are not the same as for the equivalent program in
libjpeg-turbo. The 'cjpeg' defaults for mozjpeg are set to aggressively optimize
for smaller file sizes.

WWW: https://github.com/mozilla/mozjpeg/

PR:		ports/187398
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-03-13 20:00:11 +00:00
Matthias Andree
579374ec3b Fix build on FreeBSD 10+, and do not force USE_GCC there (which causes vigra linker issues).
If the default compiler is gcc, however, we still request the ports default gcc.
2014-03-13 18:59:49 +00:00
Antoine Brodin
94d84a2d15 Fix WITH_NEW_XORG check, it has to be done after bsd.port.options.mk or
bsd.port.pre.mk is included for it to be default for 11 users

Silence from:	x11@
2014-03-13 18:35:28 +00:00
Pawel Pekala
851bcd42a4 Update to version 1.7.72
PR:		ports/187353
Submitted by:	maintainer
2014-03-13 18:03:06 +00:00
Emanuel Haupt
19f9b53794 - Support staging
- Define DOCS option
2014-03-13 13:41:59 +00:00
Matthias Andree
cb150b3c2d Modernize LIB_DEPENDS, strip .so file after install in default build, support staging. 2014-03-13 08:37:16 +00:00
Martin Wilke
aa15d1f6c3 - Stage support
- Convert to new USES flags
2014-03-13 05:21:50 +00:00
Matthias Andree
320543c68f Convert to staging. Modernize.
Add missing USES=desktop-file-utils shared-mime-info, bumping
PORTREVISION.

Note that hugin could be upgraded to 2014.0 later.
2014-03-13 01:12:42 +00:00
Matthias Andree
faae6a7343 Convert to staging, modernize USE_GMAKE=yes -> USES=gmake.
Approved by: portmgr (blanket)
2014-03-12 23:36:52 +00:00
Rusmir Dusko
0c9d4994a8 - Add license (GPLv2)
- Add NLS Option and OPTIONS_SUB
- Change REINPLACE, install conditional NLS
- Strip libraries
- Recreate pkg-plist with make makeplist

PR:		ports/179336
Submitted by:	nemysis (self)
2014-03-12 20:21:56 +00:00
Sunpoet Po-Chuan Hsieh
bb0dbb4046 - Update USE_PERL5
- Use USES=tar:tgz
- Simplify Makefile
2014-03-12 18:47:43 +00:00
Sunpoet Po-Chuan Hsieh
2be2a741eb - Update to 2.28
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-03-12 17:38:28 +00:00
Martin Wilke
e0bc7d2425 - Stage support 2014-03-12 04:17:58 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Koop Mast
6bf5e3f5a7 When trying to stage errors with:
You do not have write permissions to /usr/local
Also uses nautilus2 which will go away in the GNOME3 update.
2014-03-11 19:51:48 +00:00
Martin Wilke
ee704e5b67 - Update to 4.5.12
PR:		187290
2014-03-11 02:32:16 +00:00
Antoine Brodin
f309589b34 Unbreak 2014-03-10 23:00:20 +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
Antoine Brodin
97987cee2a imlib2 license allows distribution
Reported by:	sjamaan on #pkgng
2014-03-10 17:36:01 +00:00
Baptiste Daroussin
670b4a2621 Removed ports resurrected by mistake
Reported by:	antoine
2014-03-10 15:12:18 +00:00
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +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
Rene Ladan
474f975606 Remove expired ports:
2014-03-10 graphics/jumpgis-postgis: Depends on expiring graphics/jumpgis
2014-03-10 graphics/jumpgis: No more public distfiles
2014-03-10 09:02:36 +00:00
Sunpoet Po-Chuan Hsieh
3568b5aa3f - Use USES=gmake
- Remove Author line
2014-03-09 15:22:09 +00:00
Martin Wilke
6f560b1c4d - Stage support 2014-03-09 15:02:24 +00:00
Wen Heping
878d3b63dc - Fix pkg-plist
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, via email)
2014-03-09 13:21:02 +00:00
John Marino
192164f885 graphics/mapnik: Attempted unbreak on FreeBSD 10+
PR:		ports/186450
submitted by:	Steven Lawrance
approved by:	maintainer (Aleksey Illarionov)
2014-03-09 09:51:32 +00:00
Antoine Brodin
f86ff1a520 Stage support 2014-03-09 00:32:17 +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
Wen Heping
75e6e8f2df - Fix pkg-plist
PR:		187141
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-03-08 11:26:41 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Martin Wilke
b971453ec8 - Fix build with stagedir support by removing leftovers
Discussed/Reviewed by:	bdrewery/antoine
2014-03-08 00:08:21 +00:00
Baptiste Daroussin
276c7c727a Support stage
Use options helpers
Modernise
2014-03-07 14:02:37 +00:00