Commit graph

8885 commits

Author SHA1 Message Date
Antoine Brodin
badbba63c8 Deprecate ports broken for more than 6 months
With hat:	portmgr
2014-04-27 15:26:12 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
David Naylor
8c18fe9309 Update math/RSvgDevice to 0.6.4.4.
ChangeLog (unofficial):
 - Increase support for filename length from 256 characters to 1024 characters.
2014-04-27 07:44:22 +00:00
Steve Wills
0cbeabca57 - Stage
- Pet portlint

PR:		ports/188991
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2014-04-26 20:42:24 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Sunpoet Po-Chuan Hsieh
cbb1a89d22 - Add LICENSE
- Fix build
- Converted to new options framework
- Support STAGEDIR

PR:		ports/188820
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-26 18:15:42 +00:00
Sunpoet Po-Chuan Hsieh
e8161ca5f9 - Update to 3.2
- Add LICENSE
- Convert to new options framework
- Support STAGEDIR

Changes:	http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt
PR:		ports/188801
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-26 18:15:36 +00:00
Sunpoet Po-Chuan Hsieh
fe7d2431f6 - Update to 1.5
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, convert to new options helper

PR:		ports/188413
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:13:44 +00:00
Sunpoet Po-Chuan Hsieh
58fcf555fa - Update to 0.39
Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
2014-04-26 18:10:15 +00:00
Dmitry Sivachenko
1ed9c7ccd6 Fix plist. 2014-04-26 16:07:39 +00:00
Dmitry Sivachenko
5fc099d591 Update to version 1.4.0. 2014-04-26 15:59:43 +00:00
Sunpoet Po-Chuan Hsieh
adc5a5a470 - Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check
Reported by:	swills
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-04-26 06:29:05 +00:00
Max Brazhnikov
afc9c7c8a3 java/javahelp:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW

java/jrosetta:
- Add stage support
- Drop JAVA_VERSION

math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers
2014-04-25 11:51:05 +00:00
Max Brazhnikov
f386552e07 math/scilab:
- Disable hdf5 support (science/hdf-java is broken after recent update) and
  remove BROKEN
- Take maintainership. Not that I do have time to properly maintain the port,
  but I can assist with updates.
2014-04-25 08:46:05 +00:00
Tijl Coosemans
30d6036b44 - Remove USE_GNOME=lthack ltverhack. Port does not use libtool.
- Replace bsd.port.pre.mk with bsd.port.options.mk.
2014-04-24 18:37:22 +00:00
Stephen Montgomery-Smith
e578fc779c - Update to 2.6.3. 2014-04-23 17:46:20 +00:00
TAKATSU Tomonari
7cb530650a - Update to 0.7.1 2014-04-23 16:07:13 +00:00
Pietro Cerutti
98d4b5ce7f - Fix build
Reported by:	pkg-fallout
MFH:		2014Q2
2014-04-23 14:52:17 +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
Dmitry Marakasov
990448b386 - Convert USE_GNOME=gnomehack to USES 2014-04-22 01:26:22 +00:00
Stephen Montgomery-Smith
6c2721d274 - Add a definition of HOME to configure_args, because octave likes to write
.octave_hist into ${HOME}.

Reported by:	marino@
2014-04-20 21:00:52 +00:00
Stephen Montgomery-Smith
a1c111f05d - Update to 2.2.0. 2014-04-19 16:09:43 +00:00
Stephen Montgomery-Smith
ca5b78678b - Add a definition of HOME to configure_args, because octave likes to write
.octave_hist into ${HOME}.

Reported by:	marino@
2014-04-18 03:43:47 +00:00
Greg Lewis
9f71137d77 . Force WX version to 2.8 since gnuplot is apparently not ready to work
with newer versions.

PR:		188628
2014-04-17 05:41:55 +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
Pietro Cerutti
1dc5b6fe0a - Unbreak by temporarily removing support for PYTHON wrapping
- Bump PORTREVISION (default options changed)
2014-04-15 13:21:22 +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
Greg Lewis
0006b6c767 . Update to 4.6.5. 2014-04-13 04:58:35 +00:00
Danilo Egea Gondolfo
d8b73185d6 - Update openmpi from 1.6.5 to 1.8 (new stable version)
- Convert USE_BZIP2 to USES
2014-04-13 00:17:45 +00:00
Danilo Egea Gondolfo
10f3aed14e - Support staging
- Convert LIB_DEPENDS to new syntax
- Remove extra tabs

Approved by:	portmgr (blanket)
2014-04-12 23:35:44 +00:00
Antoine Brodin
a6e9cc6dde Mark broken: Fails to configure
checking minimal version (1.4.1.0) of jgraphx... yes
checking jhdf5... /usr/local/share/java/classes//jhdf5.jar
checking for h5JNIFatalError in -ljhdf5... no
configure: error: libjhdf5: Library missing (Cannot find symbol h5JNIFatalError). Check if libjhdf5 - C/Java (JNI) interface for HDF5 - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries.
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
2014-04-12 22:03:22 +00:00
TAKATSU Tomonari
7af08fae7e - Update to 0.4.200.0 2014-04-12 03:50:02 +00:00
Baptiste Daroussin
a3ea8ee9f7 Support stage 2014-04-11 16:52:39 +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
Bryan Drewery
2ff25b73b3 Fix build with clang34 2014-04-11 03:57:13 +00:00
Danilo Egea Gondolfo
40abe7bcd5 - Add LICENSE
- Ignore version 0.18.2 in PORTSCOUT due problems in the build files. It will be fixed on 0.18.3.
2014-04-11 02:59:07 +00:00
Antoine Brodin
cff88f20db TEX options requires latex
Reported by:	pkg-fallout
With hat:	portmgr
2014-04-10 17:00:46 +00:00
Baptiste Daroussin
6b16064740 Minimum version of java is now 1.6
With hat:	portmgr
2014-04-10 07:17:17 +00:00
Baptiste Daroussin
0e23f665e6 Switch gnuplot to wxGTK 3.0 and texlive 2014-04-08 15:33:31 +00:00
Baptiste Daroussin
0d1e2464ca Previous commit should have the following log:
Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
Add missing run dependencies

and the revision should have been bumped
2014-04-08 13:06:52 +00:00
Baptiste Daroussin
31b0396db0 Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
2014-04-08 13:05:59 +00:00
Baptiste Daroussin
d5b7a39f83 Switch to version 3.0 of wxGTK 2014-04-08 12:34:36 +00:00
Baptiste Daroussin
27f5e78ce8 Suppor stage 2014-04-08 07:14:28 +00:00
Baptiste Daroussin
d5571d2d6e Support stage 2014-04-07 15:04:14 +00:00
Baptiste Daroussin
a70fbd4780 Support stage 2014-04-07 15:02:39 +00:00
Baptiste Daroussin
2cfbc8e92c Support stage 2014-04-07 15:00:24 +00:00
Baptiste Daroussin
c9edf01911 Support stae 2014-04-07 14:57:04 +00:00
Baptiste Daroussin
1974b90025 Fix packaging as a user 2014-04-07 14:55:19 +00:00
Antoine Brodin
8e3a8d44db - Finish stage support
- No need to include bsd.port.pre.mk

With hat:	portmgr
2014-04-06 20:55:15 +00:00
Wen Heping
5f6fd6a6ca - Update to 4.2.1 2014-04-06 14:28:28 +00:00