1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

336980 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
e0c3266358 - Update from 1.4.3 to 1.4.6 [1]
- Add new options [2]
while here
- Add libtool to USES
- Silence mkdir and post-patch commands

Patch improved by Daniel Salzman <daniel.salzman@nic.cz> [2]

PR:		ports/190370
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
2014-06-01 03:32:02 +00:00
Vanilla I. Shu
fe56ba39e8 Upgrade to 0.8.16. 2014-06-01 02:22:37 +00:00
Hajimu UMEMOTO
9dbfd6db18 Mark GKrellM 1.X as DEPRECATED.
Approved by:	portmgr (implicit), lme (maintainer)
2014-06-01 00:02:12 +00:00
Glen Barber
a5df041d69 Add stage support.
Sponsored by:	The FreeBSD Foundation
2014-05-31 23:42:30 +00:00
John Marino
b1f8a24476 2 ports: Use ${TAR} explicitly over ${EXTRACT_CMD}
Approved by:	portmgr (implicit)
2014-05-31 23:33:50 +00:00
John Marino
551b6c6c9b lang/gcc410: Turn off JAVA option completely for DragonFly
Recently DragonFly was added as an officially supported platform on
GCC, providing OOTB support for C, C++, ObjC, and Fortran.  However,
the Java lang does not build, even if the first failure (boehm-gc) is
fixed.

Adding Makefile.DragonFly is the cleanest and least intrusive way I could
remove the JAVA option (there is no EXCLUDE_OPTION_${OPSYS} support in
bsd.options.mk)

Approved by:	maintainer (gerald@)
2014-05-31 23:09:39 +00:00
John Marino
a0c4e1f79a www/lifetype: Remove unneeded placeholders in plist autogen 2014-05-31 23:04:13 +00:00
John Marino
52d8985913 www/lifetype: stage support and a lot of cleanup
I can tell lifetype is a really old port.  In addition to staging, I
took the liberty to:

* convert roll-your-own pkg-message to SUB_FILES/SUB_LIST
* convert roll-your-own PLIST to TMPPLIST
* Remove leading article from comment
* Fix double-extraction bug (templates and plugins extracted twice in
  two different places) by using EXTRACT_ONLY
* Add a license (GPLv2)
* Use ".zip" instead of EXTRACT_SUFX for aesthetic reasons, the variable
  didn't help since the rest of the file name was hardcoded
* Rewrite package list autogen and move it from pre-install target to
  post-install target. It's needed because templates, plugins change all
  the time and even without it's 4000 line plist (200kb+)
* Remove imagick option, it doesn't seem to be a php extension anymore
  as far as I can tell.  It was missing USE_PHP+= imagick in any case
* Remove references to imagick option, rewrite pre-patch warning
* Add USE_PHP+= gd to gd option to fix it
* Use TAR instead of EXTRACT_CMD or UNZIP_CMD to extract the templates and
  plugins (unzip still used for main distfile).  UNZIP_CMD current refers
  to infozip which isn't a dependency.  To avoid using EXTRACT_CMD and
  adding a new dependency on infozip, TAR was deemed the best choice since
  it clearly works fine.

This work was done independently of PR: ports/190214
2014-05-31 22:57:57 +00:00
Antoine Brodin
a5a8ce29e7 - Add missing OPTIONS_DEFINE
- Fix a bug that didn't show up because bsd.port.pre.mk is not included
2014-05-31 21:43:21 +00:00
John Marino
2d6a35c405 comms/chu: Simplify port by eliminating custom extraction target
The default extract target can be used if NO_WRKSUBDIR is set.  The
only unique command is the gunzip, which works well as a post-extract
target.  This eliminates the undefined use of EXTRACT_CMD to ensure
the port keeps working in the future.
2014-05-31 21:31:52 +00:00
Thomas Zander
0c44aafe64 Fix LEGAL/LICENSE* for multimedia/vtkmpeg2encode.
The code itself may be distributed, as well as compiled binaries.
But its usage is subject to patent restrictions, as indicated to the
user in pkg-message.
While on it:
- Stagify
- Pet portlint

PR:		ports/189093
Submitted by:	Jason Bacon <jwbacon@tds.net>
Approved by:	thierry (mentor)
2014-05-31 21:22:21 +00:00
Raphael Kubo da Costa
69e4dade22 Improve kde4-shared-mime-info's description in MOVED a bit 2014-05-31 21:00:54 +00:00
Greg Lewis
49e37d6ee0 . Update to 2014c. 2014-05-31 20:56:46 +00:00
Antoine Brodin
d37bc89a2c Chase py-poppler-qt4 deprecation
With hat:	portmgr
2014-05-31 20:52:21 +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
Pawel Pekala
dd070abe1a Add staging support 2014-05-31 20:17:58 +00:00
Pawel Pekala
a6587a5a45 - Add staging support
- Convert to USES=tar:bzip2
2014-05-31 20:00:55 +00:00
Pawel Pekala
8b733f875c - Add staging support
- Convert to new options framework
- Use new LIB_DEPENDS format, USES=tar:bzip2
2014-05-31 19:59:23 +00:00
Pawel Pekala
599724f3bd - Add staging support
- Convert to new options framework
2014-05-31 19:33:48 +00:00
Pawel Pekala
87a2c9b1d2 - Add staging support
- Remove leading article from COMMENT
2014-05-31 19:30:59 +00:00
Antoine Brodin
eb373b32eb Unbreak 2014-05-31 19:29:53 +00:00
Olivier Duchateau
70ab5c22f1 - Update to 1.2.6
Announce: https://mail.xfce.org/pipermail/xfce-announce/2014-May/000325.html
2014-05-31 19:21:19 +00:00
Pawel Pekala
0d2ace070a - Add staging suport, allow it as normal user
- Remove leading article from COMMENT
- Strip library
2014-05-31 19:20:37 +00:00
Hajimu UMEMOTO
e4c1d2f496 Mark Cyrus IMAPd 2.1.X and 2.2.X as DEPRECATED.
Approved by:	portmgr (implicit)
2014-05-31 19:20:18 +00:00
Hajimu UMEMOTO
73fd294da9 Mark GKrellM 1.X as DEPRECATED.
Approved by:	portmgr (implicit)
2014-05-31 19:12:43 +00:00
Tim Bishop
608c55702f - Update to 0.1.2
- Stage support

PR:		ports/190408
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2014-05-31 18:45:15 +00:00
Adam Weinberger
cc2d9a70fe Add a DOCS option to allow control of installing PORTDOCS. The
autoplist stuff sure makes this difficult!
2014-05-31 18:26:30 +00:00
Danilo Egea Gondolfo
74d9974cc1 - Update from 0.99.2 to 0.99.5
- Convert USE_BZIP2 to USES
- Take maintainership
2014-05-31 18:15:34 +00:00
Sunpoet Po-Chuan Hsieh
9d9ea657d1 - Update to 0.9.13
- Use USES=libtool

Changes:	http://sourceforge.net/projects/check/files/check/0.9.13/NEWS-README-0.9.13/view
2014-05-31 18:11:46 +00:00
Sunpoet Po-Chuan Hsieh
5f5c3fa8a9 - Update to 1.5.0
Changes:	https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
2014-05-31 18:11:41 +00:00
Sunpoet Po-Chuan Hsieh
cbf2ffbdac - Add rubygem-colorize 0.7.3
colorize is a Ruby String class extension which adds methods to set text color,
background color and, text effects on ruby console and command line output,
using ANSI escape sequences.

WWW: https://github.com/fazibear/colorize
RG:  https://rubygems.org/gems/colorize
2014-05-31 18:11:34 +00:00
Sunpoet Po-Chuan Hsieh
cd6e9a9547 - Update to 7.4.316
- Fix patch: merge patch-configure into patch-src-auto-configure

Changes:	https://code.google.com/p/vim/source/list
2014-05-31 18:11:29 +00:00
Olli Hauer
2ae76e59f0 - add stage support
- use EXTRACT_AFTER_ARGS so we have a dedicated WRKSRC
  directory and can use COPYTREE_SHARE instead ugly `find ...
2014-05-31 18:08:09 +00:00
Danilo Egea Gondolfo
3a22921826 - I forgot to svn add a new patch 2014-05-31 18:03:08 +00:00
Danilo Egea Gondolfo
2e8ad31ad5 - Update from 1.13.5 to 1.13.7
- Add libtool to USES
- Take maintainership
2014-05-31 17:57:06 +00:00
Antoine Brodin
0e666678ac Mark BROKEN: Checksum and size mismatch
Reported by:	pkg-fallout
With hat:	portmgr
2014-05-31 17:54:13 +00:00
Olli Hauer
aa720c0e08 - add stage support
- use shebangfix
- use WWWDIR instead ${PREFIX}/www/nedi
- remove LATEST_LINK
- bump PORTREVISION
2014-05-31 17:29:02 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Kevin Lo
f465168802 Commit correct patch.
Reported by:	sbruno
2014-05-31 15:35:46 +00:00
Antoine Brodin
01e1c8bd3e Unbreak 2014-05-31 15:23:58 +00:00
John Marino
c46f0e966e audio/xmcd: Unbreak on !amd64, support DragonFly
The staging attempted didn't go quite right as it was hardcoded for
FreeBSD 9 AMD.  Since I'm fixing this anyway, bring in dports patches
to support DragonFly.
2014-05-31 15:23:44 +00:00
Antoine Brodin
bbde51b6ec Unbreak
While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
2014-05-31 15:21:36 +00:00
Antoine Brodin
f1a4ef5313 Unbreak, the sample configuration installation is already handle in plist
While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
2014-05-31 15:15:31 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Alex Kozlov
0cc4bd9c2f - Update to 1.16 2014-05-31 14:59:03 +00:00
John Marino
153b432d5b devel/cvs2svn: Replace EXTRACT_CMD with TAR
This port has distfiles of two formats: .tar.bz2 and .tar.gz.
The TAR command handles both of them, so explicit specify this tool
to ensure the port continues to work in the future.

As a comment, it's strange that a custom extract target is needed to
overcome a possible deficiency in the standard extract target.
2014-05-31 14:58:33 +00:00
Pawel Pekala
fc37e9702f - Add staging support
- Convert to new options framework, add EXAMPLES option
2014-05-31 14:53:53 +00:00
John Marino
af5bfb6f25 games/fotaq: Remove unnecessary extract target
There is no need to use a custom extract target; using NO_WRKSUBDIR
works fine.
2014-05-31 14:53:09 +00:00
Pawel Pekala
901f8a6ab1 Add staging support 2014-05-31 14:48:05 +00:00
Pawel Pekala
217333838c - Add staging support
- Convert to new options framework
2014-05-31 14:39:57 +00:00