1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

2059 Commits

Author SHA1 Message Date
Pietro Cerutti
0f553ec318 - Fix MASTER_SITES
Reported by:	bapt
2014-05-26 07:14:53 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Michael Reifenberger
60018d1831 Fix USES 2014-05-23 16:55:42 +00:00
Michael Reifenberger
37f6262686 Update to r4886 and stagify.
This version should contain the CERN push&shove router.
2014-05-23 16:27:38 +00:00
Hiroki Sato
2a8229755a Fix build on a box where gcc does not exist. 2014-05-22 03:27:03 +00:00
Michael Reifenberger
73c3a3965d Stagify 2014-05-21 17:29:54 +00:00
Alex Kozlov
f8b8b513e9 - Support STAGEDIR
PR:	ports/189727
Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk> (maintainer)
2014-05-20 12:02:32 +00:00
Nicola Vitale
1809df758d - Update to 0.24.4
- Add support for stage dir
- Update URL of the web site

Release Notes:	http://sourceforge.net/p/fidocadj/news/
2014-05-19 02:46:34 +00:00
Danilo Egea Gondolfo
a0e9a04d87 - Update from 3.7.57 to 3.8.58 2014-05-18 16:10:50 +00:00
Rusmir Dusko
9c285869c9 - Change pkg-plist, add missing
Reported by:	swills
2014-05-17 19:41:44 +00:00
Rusmir Dusko
2656904255 These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

audio/liblo

- Pass maintainership to koalative at gmail.com

cad/brickutils

- Bump PORTREVISION for adding PDF
- Add DIST_SUBDIR because more files
- Pass maintainership to koalative at gmail.com
- Add PDF to DOCS

cad/ldraw

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Break lines around 80 characters
- Cosmetical changes

cad/leocad

- Update to 0.80.3, Announce message:

    Fixed mouse coordinates in OSX retina displays.
    Fixed shortcuts in the parts tree.

- Pass maintainership to koalative at gmail.com
- Remove TODO.txt from DOCS
- Add more supplied icons

textproc/unoconv

- Pass maintainership to koalative at gmail.com
2014-05-16 19:57:11 +00:00
Thierry Thomas
1db92475f5 There is no xlocale in 8.4.
Reported by:	pkg-fallout
2014-05-15 19:55:12 +00:00
Thierry Thomas
537a2794f6 Fix plist for i386.
Reported by:	pkg-fallout and Andrea Venturoli
2014-05-15 19:18:31 +00:00
Thierry Thomas
34c444753d - Stagify;
- since I'm there, don't reinstall the license files.
2014-05-11 10:04:02 +00:00
Thierry Thomas
4eeb61888d Chase the upgrade of kicad in CONFLICTS.
Approved by:	portmgr (implicit)
2014-05-11 10:03:02 +00:00
Baptiste Daroussin
d48434b92b Support stage 2014-05-08 23:41:05 +00:00
Baptiste Daroussin
1d930db62a Support stage 2014-05-08 23:40:50 +00:00
Thierry Thomas
c4cae478c8 The tarball was rerolled 2 days ago, with several minor modifications,
but they forgot to bump the version number...

Full diff at
<http://people.freebsd.org/~thierry/opencascade-6.7.1_140430_140505.diff>

Reported by:    pkg-fallout-builder and Andrzej Tobola
2014-05-07 17:15:52 +00:00
Danilo Egea Gondolfo
04fcc13a47 - Update from 3.7.56 to 3.7.57 2014-05-07 15:15:51 +00:00
Thierry Thomas
d0aca13bf4 Chase OpenCascade's upgrade. 2014-05-06 19:38:43 +00:00
Thierry Thomas
cbcf86835c Upgrade to 6.7.1. 2014-05-06 19:38:13 +00:00
Tijl Coosemans
a45da9a027 Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.

cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.

databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.

databases/mysql-workbench52:
- USES=libtool.

devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.

devel/liborcus:
- USES=libtool tar:bzip2.
2014-05-05 22:50:59 +00:00
Raphael Kubo da Costa
5b979ce1a8 The KDE on FreeBSD team presents Qt 4.8.6.
This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.

See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.

This patch contains commits by me, makc@ and Schaich Alonso.

PR:		ports/189213
2014-05-05 20:47:22 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Thierry Thomas
ee93a49cbc It seems that FreeBSD-9.2 does'nt like 'std::__1'...
Reported by:	Jenkins via swills
2014-05-04 10:57:52 +00:00
Thierry Thomas
ae7bbebef9 I forgot to remove MAKE_JOB_UNSAFE in my previous commit. 2014-05-02 16:33:52 +00:00
Thierry Thomas
5c1b1684de Remove cad/kicad-library: it is no more provided separately but included
with cad/kicad.
2014-05-02 16:11:56 +00:00
Thierry Thomas
b5dcbe0c96 Upgrade Kicad to the latest stable (2013-05-18). 2014-05-02 16:06:56 +00:00
Steve Wills
3b5bf7c929 - Stage
- Pet portlint

PR:		ports/188821
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-26 21:01:23 +00:00
Mathieu Arnold
f2cac0fa35 Replace all @unexec /bin/rmdir with @unexec rmdir
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:42:32 +00:00
Thierry Thomas
54a50a2b69 - Upgrade cgnslib to 3.2.1
Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/>

- Bump PORTREVISION of consumers ports.
2014-04-17 20:31:45 +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
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
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Max Brazhnikov
243c6814c2 cad/librecad:
- update to 2.0.3
2014-03-31 11:00:46 +00:00
Rene Ladan
123a7489e1 - Update to 20140100 and undeprecate
- Update MASTER_SITES
- Port now consists of four source tarballs
- Set license to GPLv2
- Use zip and dos2unix
- Depend on lapack if not using atlas

Submitted by:	thierry
2014-03-29 23:43:21 +00:00
Antoine Brodin
7683e284a9 Mark broken: checksum and size mismatch
Reported by:	pkg-fallout and Pierre Smars
PR:		ports/187440
2014-03-28 19:20:45 +00:00
Pawel Pekala
5f5fab98b3 - Add staging support
- Use option helper
- Switch to PORTDATA, add missing files to PLIST_FILES
2014-03-24 12:05:21 +00:00
Baptiste Daroussin
83f5d6ccf0 Switch to wx 2.8
Requires a modern STL instead of enforcing gcc
2014-03-24 11:43:08 +00:00
Baptiste Daroussin
65ffcebfe3 Switch to wx 2.8 2014-03-24 11:37:29 +00:00
Danilo Egea Gondolfo
c70e84eac6 - Update from 3.7.55 to 3.7.56 2014-03-21 13:30:53 +00:00
Thierry Thomas
55e6556d12 Upgrade Code_Aster to 11.5.0-4.
N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.

Patch for french/med provided by tijl.
2014-03-18 21:09:03 +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
Thomas Zander
0b7b160169 - Stage support
- Makefile cleanup
- Move pkg-message to files/pkg-message.in
- Convert plist to use %%DATADIR%%
- Introduce LICENSE_*
- Bump PORTREVISION
- Update maintainer e-mail address
- Add NO_PACKAGE according to (my understanding of) the license

PR:		ports/187507
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	thierry (mentor)
2014-03-16 13:28:54 +00:00
Hiroki Sato
5719efe0d3 - Update to 0.23.3.
- STAGEDIR support.
2014-03-14 13:54:48 +00:00
Martin Wilke
3a68e61d1f - Convert USE_GMAKE to USES 2014-03-13 08:06:32 +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
Rusmir Dusko
551b8d4bf7 - Use INSTALL_PROGRAM instead of INSTALL_SCRIPT
- Remove strip executable

Reported by:	makc@
2014-03-09 19:50:40 +00:00
Michael Reifenberger
e720ee1a68 Update to version 3.4.6 2014-03-08 22:51:16 +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
Antoine Brodin
4d55a357aa Unbreak 2014-03-08 08:59:08 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Baptiste Daroussin
83c7a59022 Support stage
Convert to dos2unix
Modernise (options helpers, etc)
2014-03-07 14:03:55 +00:00
Baptiste Daroussin
40e9c4fede Convert to dos2unix 2014-03-07 11:37:49 +00:00
Rusmir Dusko
fb7cded5dc - Update to 0.80.2, Announce message:
Added Look At command.
  Added orthographic projection option.
  Added editing of group names from the Edit Group Dialog.
  Fixed wrong transform of some pieces when importing nested LDraw files.
  Fixed printing and saving images on certain Intel video cards.
  Fixed grid studs being enabled by grid lines option.
  Fixed piece arrows not being drawn if the axis icon is enabled.
  Preserve groups when merging.

  Note that due to changes in Google Code I had to switch to Google Drive
  to host the files and I'll probably close the project there so if you had
  any links/bookmarks pointing to that page please update them.

- Change master site from GOOGLE_CODE to my SF site,
  have used svn download from Trac and Google Drive for pieces
- Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options
- Change dependency for cad/ldraw, only for LDRAW Option
- Change dependency for archivers/unzip, only for LEOCAD Option
- Change REINPLACE
- Remove obsolete patch, changed by upstream,
  the /usr change was a request from the Debian maintainers
2014-03-07 00:40:29 +00:00
Rusmir Dusko
34aafcd3be BrickUtils is a simple utility for builders that use LEGO Digital Designer
or LDraw-compatible CAD for designing models.

WWW: http://bricksnspace.wordpress.com/brickutils/
2014-03-06 13:34:59 +00:00
Rusmir Dusko
c07e669290 - Update to 201302, Announce message:
This update includes 869 files in the core library, including 570 new parts.

- Strip executable
- Change mklist -n to -d according to pkg-message
2014-03-05 21:04:04 +00:00
Maho Nakata
d1de8a7e7b Update cad/calculix to version 2.7
PR:		187104
Submitted by:	pfg@
2014-03-04 00:18:31 +00:00
Emanuel Haupt
73593f9a63 Support staging 2014-02-27 13:43:27 +00:00
Emanuel Haupt
a54af2ed3d Remove trailing whitespaces from category cad 2014-02-21 13:35:32 +00:00
Pawel Pekala
8c79d3d1c8 - Support staging [1]
- Use option helpers and install docs and examples files implicitly
  allowing to remove bsd.port.options.mk inclusion

PR:		ports/186800 [1]
Submitted by:	maintainer
2014-02-17 23:10:39 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Emanuel Haupt
6deefd29a8 Support staging 2014-02-16 12:02:44 +00:00
Emanuel Haupt
c9699bcce3 Support staging 2014-02-16 11:45:15 +00:00
Antoine Brodin
5f1f20ce4d Mark broken: Does not compile
on 8 and 9:
 cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 "-DALLIANCE_VERSION=\"5.0 20090901\"" -DALLIANCE_TOP=\"/usr/local/alliance\" -I. -I. -I../../mbk/src -I../../pat/src -O2 -pipe -fno-strict-aliasing -MT pat_decl_y.lo -MD -MP -MF .deps/pat_decl_y.Tpo -c pat_decl_y.c  -fPIC -DPIC -o .libs/pat_decl_y.o
y.tab.c:562: error: duplicate 'extern'

on 10 and head:
elp.c:252:1: error: non-void function 'elpLotrsShrink' should return a value [-Wreturn-type]
return ;
^
elp.c:460:1: error: non-void function 'elpLofigCapaDiff' should return a value [-Wreturn-type]
return ;
^
elp.c:490:1: error: non-void function 'elpLofigCapaGrid' should return a value [-Wreturn-type]
return ;
^
elp.c:518:1: error: non-void function 'elpLofigShrink' should return a value [-Wreturn-type]
return ;

Reported by:	pkg-fallout since august 2013
2014-02-12 20:42:58 +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
Martin Wilke
0c85328eb2 - Stage support 2014-02-09 10:30:04 +00:00
Stephen Montgomery-Smith
8f77984825 - Update to 2.8.4. 2014-02-09 00:52:13 +00:00
Emanuel Haupt
85ad94b8c1 - Support staging
- Use shebangfix
2014-02-08 21:29:55 +00:00
Max Brazhnikov
b94738b4e5 cad/varkon:
- Add stage support and LICENSE
- While here rename patches to match up makepatch

PR:		ports/186475
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-07 21:23:30 +00:00
Pawel Pekala
2ec977763b Update to version 26
PR:		ports/186438
Submitted by:	maintainer
2014-02-07 20:22:00 +00:00
Baptiste Daroussin
155aa7f937 Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by:	distilator
2014-02-07 18:50:30 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
John Marino
0c900713a3 cad/z88: Explicitly link libm (taken from dports) 2014-02-05 23:39:36 +00:00
Michael Reifenberger
3b4acc1021 Upgrade to version 3.4.5 2014-02-02 13:19:05 +00:00
Pietro Cerutti
30fb1088d3 - Remove cad/mars -- does not build, no releases in the past 20 years 2014-01-31 09:12:58 +00:00
Pietro Cerutti
07e27e6281 - Convert to USES=tk
- STAGE-clean
- Fix spaces in Makefile
- Register conflict with graphics/gts
2014-01-29 09:52:04 +00:00
Pietro Cerutti
7246bf7e08 - Convert to USES=tk 2014-01-29 08:43:32 +00:00
Pietro Cerutti
28e28658d6 - Convert to USES=tk
- STAGE-clean
2014-01-28 14:43:22 +00:00
Pietro Cerutti
f9bc2da385 - Convert to USES=gmake tk desktop-file-utils
- STAGE-clean
2014-01-28 14:18:34 +00:00
Pietro Cerutti
15573b9943 - Convert to USES=gmake tk 2014-01-28 14:06:16 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Bernhard Froehlich
9d634e0b5f - Style and typo fixes
- pkg-plist reordered

PR:		ports/185556
Submitted by: 	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2014-01-27 16:22:55 +00:00
Stephen Montgomery-Smith
a4821a49d3 - Implement staging. 2014-01-26 22:25:15 +00:00
Antoine Brodin
be1d3f697a Add a missing plist 2014-01-25 19:32:14 +00:00
Rene Ladan
fa395fa1c8 Remove expired ports:
2013-12-22 devel/mico: Broken for more than 6 month
2014-01-22 cad/salome: depends on expired cad/salome-kernel
2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel
2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel
2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel
2014-01-22 cad/salome-kernel: does not configure
2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel
2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel
2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel
2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel
2014-01-22 cad/salome-med: depends on expired cad/salome-kernel
2014-01-22 cad/salome-light: depends on expired cad/salome-kernel
2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel
2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel
2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel
2014-01-22 devel/combat: depends on expired devel/mico
2014-01-24 09:32:00 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
7718983035 Stage support 2014-01-20 21:00:05 +00:00
Antoine Brodin
3428aabb68 Stage support 2014-01-20 20:55:14 +00:00
Antoine Brodin
4b9c1fc5ad Stage support 2014-01-20 20:51:34 +00:00
Antoine Brodin
a9b42cab55 - Stage support
- Use OPTIONS helpers
2014-01-20 20:48:11 +00:00
Antoine Brodin
05d0ebde52 Stage support 2014-01-20 20:35:51 +00:00
Antoine Brodin
d3ade374e7 Stage support 2014-01-20 20:33:59 +00:00
Antoine Brodin
d507da2f32 Stage support 2014-01-20 20:30:18 +00:00
Baptiste Daroussin
d164d228e5 Reduce over inclusion of bsd.port.mk 2014-01-15 23:14:38 +00:00
Baptiste Daroussin
a39af80e2e Reduce over inclusion of bsd.port.mk 2014-01-15 23:11:44 +00:00
Baptiste Daroussin
735e688541 Reduce over inclusion of bsd.port.mk 2014-01-15 22:54: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
Baptiste Daroussin
eed5d20c30 Support stage
General cleanup
2014-01-09 00:00:05 +00:00