1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

6994 Commits

Author SHA1 Message Date
Dmitry Marakasov
dbec84e0f8 - Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files
2014-06-03 01:22:17 +00:00
Dmitry Marakasov
f53263036c - Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:31:45 +00:00
Antoine Brodin
bb2d822460 Deprecated some ports that were already marked BROKEN in 2013
With hat:	portmgr
2014-05-31 20:47:59 +00:00
Olivier Duchateau
fa91bbab04 - Use CCode attribute for setproctitle() function, bug #1324424 [1]
- Add new dependency, sysutils/contractor
- Fix pkg-plist
- Bump PORTREVISION

[1] https://bugs.launchpad.net/granite/+bug/1324424
2014-05-29 17:26:42 +00:00
John Marino
2df40af1be 2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive.
Approved by:	general infrastructure blanket
2014-05-28 21:54:01 +00:00
Rene Ladan
781e4f52cd Remove expired ports:
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
2014-05-27 21:22:44 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
650f107d75 Convert to USES=mono
With hat:	portmgr
2014-05-26 13:29:39 +00:00
Baptiste Daroussin
49a6294c01 Remove useless include of bsd.gnome.mk 2014-05-26 13:28:57 +00:00
Baptiste Daroussin
912c68df95 Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 09:24:47 +00:00
John Marino
56427bf69b x11-toolkits/gtkada3: Update version 3.8.3.0 => 3.8.3.1
While working on the GPS port, GtkAda received a minor bug fix.  Just
bring this new version in before GPS 6.0.x.

The makefile was slightly modified to keep using the 3.8.3.0 version
of the reference manual.  Also the ability to build a debug version
was added as a non-default option.
2014-05-24 22:02:05 +00:00
David Thiel
1b74e096aa Set to expire, as this doesn't appear to serve any modern purpose. 2014-05-23 17:19:50 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Martin Wilke
17c05e7111 - Fix build with clang
- Add LICENSE

PR:		187740
Submitted by:	Ports Fury
2014-05-22 05:42:59 +00:00
Matthias Andree
cca41554b6 Convert to staging.
Modernize NOPORTDOCS to use OPTIONS NG.

Actually, maintainer has resigned on the grounds of having wrestled for
too long with staging, but let's try to convince him to continue now
that staging is implemented.

Approved by:	portmgr (blanket)
2014-05-20 18:51:29 +00:00
Sofian Brabez
605073b7ed - Update to 1.0.3
- Update LICENSE
2014-05-20 13:31:05 +00:00
John Marino
53fcbe0157 x11-toolkits/gtkada: Cleanup and define conflict with gtkada3
This port directly conflicts with gtkada3 as many files are installed
in the same place.  Define the conflict.  While here:

* Convert from generated plist to pkg-plist
* Add DOCS and EXAMPLES options, use PORTDOCS and PORTEXAMPLES
* Remove post-patch target, not needed
* Convert to USES+= tar:bzip2
* Install license - GPLv2 was already defined but not installed
2014-05-20 11:44:58 +00:00
John Marino
897c4ff0c6 toolkits/gtkada3: Update COMMENT, GTK3 instead of GTK2 is used 2014-05-20 10:49:14 +00:00
John Marino
0bdf95112d Add new Ada port: x11-toolkits/gtkada3
The GTK/Ada library is a key component of the GNAT Programming Studio.
The GPS 5.x series used GTK2 components through GKT/Ada.  For the new
6.x series of GPS, GTK3 components are needed and GTK/Ada has been
updated accordingly.

Since GTK/Ada is actually a generic component, it has been decided to
freeze x11-toolkits/gtkada at version 2.24 as this is the last version
that supports GTK2.  To support the upcoming GPS 6.0, this gtkada3 port
based on GTK3 is required.

This port naturally conflicts with x11-toolkits/gtkada.  Once GPS is
upgraded, the gtkada port may be reworked so it can co-exist with the
gtkada port.
2014-05-20 10:45:42 +00:00
Pietro Cerutti
003fa478b5 - Update to 1.7.47
Changes:

  * Project files updated to Visual Studio 2008.
  * Much faster file dialog due to using file extension and PATHEXT for
    executable status.
  * PathFinder lists files about to be deleted.
  * New API's to list widgets for much more convenient way to populate with
    fixed lists of items.
  * New selectAll() API added to list widgets.
  * Updated syntax coloring file Adie.stx with FORTRAN syntax coloring.
  * IMAGE_ALPHAGUESS used when loading BMP icons in FXIconSource.
  * Added APIs filesToURIList() and filesFromURIList() in FXURL namespace.
  * Bug fix in FXStringDictionary.
  * Bug fixes in FXThreadPool.
  * Replaced preprocessor MAYBE with enum maybe.
  * Message map search improvement using branch probability macro and
    test-order.
  * TIFF image loader improvements.
  * FXString::format() now knows about thousands separator option for
    printing floating point.
  * Bugs fixed in IRIS RGB image support.
  * FXObjectListOf::adopt() argument should not have been declared const.
  * Suggested file extension changes automatically ONLY when picking
    existing file.
  * New hasExecExtension() API added to FXPath (Windows specific).
  * Integer overflow fixed in FXApp having to do with click speed interval.
  * New API getExecExtensions() added in FXSystem (Windows specific).
  * If pipe2() system call not available, try set file descriptor flags
    with fcntl() instead.
2014-05-20 09:19:27 +00:00
Pietro Cerutti
ff11e57eae - Update to snapshot 10147 2014-05-19 09:50:42 +00:00
Tijl Coosemans
5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00
Tijl Coosemans
1f8935d509 Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]

audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.

Approved by:	portmgr (implicit) [1]
2014-05-13 11:54:53 +00:00
Tijl Coosemans
f71b7dc6fd Add USES=libtool:keepla. 2014-05-13 10:28:39 +00:00
Steve Wills
18cccbbf5a - Update to 1.2491
PR:		ports/189597
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-12 15:29:47 +00:00
Steve Wills
5a5c5ebdae - Update to 1.226
PR:		ports/189571
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-12 14:57:07 +00:00
Raphael Kubo da Costa
bbfe2c461a Explicitly disable evdev support.
This is Linux-specific, and support for it may be accidentally enabled
because the compiler test for it passes if multimedia/v4l_compat is
installed, since it installs linux/input.h into ${LOCALBASE}/include.

PR:		ports/187260
MFH:		2014Q2
2014-05-12 13:51:04 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Pietro Cerutti
c0ee1ce198 - Convert to new LIB_DEPENDS format
- Convert to USES=tar:bzip2
- STAGE-clean
2014-05-12 10:50:39 +00:00
Dmitry Marakasov
c120d28f33 - Support staging
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-11 15:46:05 +00:00
Dmitry Marakasov
121beb51de - Support staging
- Convert USE_BZIP2 to USES
2014-05-10 17:53:30 +00:00
Tijl Coosemans
ba93c2d261 Convert to USES=libtool tar:bzip2. 2014-05-09 17:47:15 +00:00
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Baptiste Daroussin
1abc0cfb69 Fixed slave ports building
Reported by:	pkg-fallout
2014-05-07 15:44:01 +00:00
Tijl Coosemans
6fa241409c - USES=libtool:keepla tar:bzip2.
- INSTALL_TARGET=install-strip.
2014-05-07 11:46:29 +00:00
Rusmir Dusko
20e066a2e4 These ports are no longer used or cared for.
audio/dssi

- Reset maintainer to ports@

audio/hexter

- Reset maintainer to ports@

Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports
with my help.

x11-toolkits/libsexy

- Pass maintainership to horia at racoviceanu.com

x11-toolkits/libsexymm

- Pass maintainership to horia at racoviceanu.com

x11-toolkits/py-sexy

- Pass maintainership to horia at racoviceanu.com
2014-05-06 19:08:39 +00:00
Tijl Coosemans
7ad01768ac Convert to USES=libtool:keepla tar:xz. 2014-05-06 17:31:20 +00:00
Tijl Coosemans
01c3ad619e - USES=libtool tar:bzip2.
- Remove indirect dependencies.
2014-05-06 16:06:45 +00:00
Tijl Coosemans
3a759a9883 Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.
And USES=tar:bzip2 here and there.

deskutils/xfce4-notification-daemon:
- Don't patch Makefile.am.
- Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not
  imply it.

x11/xfce4-wmdock-plugin:
- Make it fetchable.
2014-05-06 14:44:07 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Pietro Cerutti
f14ea0e16c - Update to snapshot 10142 2014-05-05 10:23:19 +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
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Koop Mast
4f538bdf08 USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool:keepla
use INSTALL_TARGET=install-strip for stripping.
2014-05-02 17:00:01 +00:00
Tijl Coosemans
7a0ec006e7 - Convert to USES=libtool.
- Replace autogen.sh in pre-configure with normal USE_AUTOTOOLS.  The
  script also ran ./configure so configure ran twice.
- Remove --with-pic from CONFIGURE_ARGS.  Not needed.
2014-04-28 18:20:55 +00:00
John Marino
1a7693cfbf x11-toolkits/p5-Alien-wxWidgets: Unbreak on some platforms
For me, the most cringeworthy makefile technique is the shell command
(!=) evaluating another port with "make -C".  This is very slow, fragile,
and can cause a huge mess if something is out of wack.

The technique was used in this port and it didn't even work on all
platforms.  For sure FreeBSD 8 (according to portsmon) and DragonFly
were broken.  Essentially the file "gtk2_3_0_0_uni_gcc_3.4.pm" was
installed, but the broken plist substitution was looking for
"gtk2__uni_gcc_3.4.pm".

To fix this robustly, get rid of the whole "make -C" mess and the plist
substituion and just use the find command to dynamically add this one
file to the plist.  Since it starts with a unique pattern, we really
don't need to know the Wx version in order to establish the plist with
this technique.

Approved by:	blanket
2014-04-27 18:55:29 +00:00
Martin Wilke
49d03f5ff3 - Update to version 1.1.9
PR:		187968
Submitted by:	Ports Fury
2014-04-26 02:28:18 +00:00
Baptiste Daroussin
a4aefba45b Stagify brasero
Convert to USES=libtool
Chase shlib number change
Clean up a bit chased ports
2014-04-25 23:46:27 +00:00
Pawel Pekala
90b722fc49 - Update to version 2.2.6
- Disable test for now, they fail with clang
2014-04-25 16:33:00 +00:00
Baptiste Daroussin
f8472ea346 Fix expiration date
With hat:	portmgr
Reported by:	Dan Langille
2014-04-25 13:46:13 +00:00