1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

9075 Commits

Author SHA1 Message Date
Vanilla I. Shu
ecd391ebd4 Stagify.
Approved by:	portmgr@
2014-06-18 10:14:01 +00:00
Vanilla I. Shu
a9ab079081 Stagify. 2014-06-18 10:09:15 +00:00
Vanilla I. Shu
2caca6722d 1: Stagify.
2: new syntax of LIB_DEPENDS.

Approved by:	portmgr@
2014-06-18 09:24:03 +00:00
Vanilla I. Shu
800f3a9584 1: Stagify.
2: USER=libtool, bump version.
3: new syntax of LIB_DEPENDS.

Approved by:	portmgr@
2014-06-18 08:01:00 +00:00
Vanilla I. Shu
e09b0593bf 1: Stagify.
2: add USES=perl5

Approved by:	portmgr@
2014-06-18 07:43:49 +00:00
Vanilla I. Shu
dd707e413a Stagify.
Approved by:	portmgr@
2014-06-18 07:20:21 +00:00
Vanilla I. Shu
57d6422d51 Stagify.
Approved by:	portmgr@
2014-06-18 07:07:26 +00:00
Vanilla I. Shu
3278019b40 Stagify.
Approved by:	portmgr@
2014-06-18 06:54:19 +00:00
Rene Ladan
a99120304d Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs

Approved by:	portmgr (antoine)
2014-06-17 19:26:39 +00:00
Vanilla I. Shu
15844441ac Stagify.
Approved by:	portmgr@
2014-06-17 16:18:25 +00:00
Martin Wilke
4ae9c85153 UPdate to 0.8.3
PR:		191097
2014-06-17 15:50:05 +00:00
David Naylor
5242bccb1b Update math/R-cran-gss to 2.1-2.
ChangeLog:
 * inst: created the directory and added CITATION.
 * man: Updated references
2014-06-16 09:44:08 +00:00
TAKATSU Tomonari
fbc8715e41 - Update to 1.0.4 2014-06-15 20:50:37 +00:00
Antoine Brodin
02f1958821 Fix 2 DEPENDS lines 2014-06-15 16:47:38 +00:00
Martin Wilke
85ef09be66 - Update to 0.14.0
PR:		190850
2014-06-15 08:37:03 +00:00
Marcus von Appen
bb6cf79d07 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-14 08:53:48 +00:00
Marcus von Appen
c0b8b9ab8e - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-14 08:37:44 +00:00
Steve Wills
8c74096f29 - Update to 3.3
- Enabled build on JDK 1.7 since newer version builds with 1.7 with the MAKE_ENV set
- Disable tests since they are fail intermittently due to system load
- Remove echo during install and unmute install commands

PR:		190721
Submitted by:	swills (myself)
Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) (all except test disable)
2014-06-14 02:23:00 +00:00
William Grzybowski
b9e9ab88ab math/py-scientific: support stage and use auto plist 2014-06-13 14:04:57 +00:00
William Grzybowski
dc3b33b2e0 math/py-fiat: support stage and use auto plist 2014-06-13 13:39:45 +00:00
Pawel Pekala
b724d4e1b9 - Add staging support
- Convert to new LIB_DEPENDS format, options helpers
- Rework project Makefiles to install it's files to our standard paths
  instead of huge do-install target
- Don't install SGML doc files, there are already generated HTML, DVI ones
2014-06-12 15:26:46 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
MIHIRA Sanpei Yoshiro
f5ed3ba70d Add staging support. 2014-06-11 10:23:57 +00:00
Pawel Pekala
b104a74fd5 - Add staging support
- Use MAKE_CMD instead of GMAKE
- Fix perl shebangs, bump PORTREVISION
2014-06-11 09:39:10 +00:00
John Marino
0ab15ba065 math/ocamlgsl: Update version 0.6.0 => 1.15.1
As part of this update, bsd.ocaml.mk has been updated to essentially
disable USE_OCAML_LDCONFIG for staged ports.  This means when all
ocaml ports are staged, USE_OCAML_LDCONFIG won't work at all.  It
breaks staging; I don't know what the long term plan is -- maybe some
sort of post-install script will arrive...

PR:		189039
Submitted by:	maintainer (Michael Gruenewald)
Portlint pets:	marino
2014-06-11 01:40:09 +00:00
Sunpoet Po-Chuan Hsieh
6e4d5db63c - Update to 0.31
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-06-10 15:08:11 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Antoine Brodin
eaf2278312 Change maintainer's email address to one that may no bounce
With hat:	portmgr
2014-06-09 15:25:27 +00:00
Alexey Dokuchaev
63e4744348 Remove USE_GCC and fix the broken code instead. While gcc accepts %cc and
%memory, the syntax is wrong, since % is only used for registers.  Clang
currently rejects those constructs [1].  Similar fix was applied to NSS by
Mozilla team before [2].

While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use
BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR.

[1] http://llvm.org/bugs/show_bug.cgi?id=10365
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711
2014-06-09 04:25:02 +00:00
Jimmy Olgeni
d2e75ad8f8 Remove all space characters from Makefile assignments.
This is being committed using svn rather than psvn, which is probably
getting confused by the literal "^M" in a regexp.

CR:		D193
Approved by:	portmgr (bapt)
2014-06-08 19:54:21 +00:00
Stephen Montgomery-Smith
0f9366f954 - Update to 1.2.1. 2014-06-08 19:26:26 +00:00
Kurt Jaeger
c4e1289ca5 Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
Vanilla I. Shu
13b1a749ad Stagify. 2014-06-08 15:20:23 +00:00
Vanilla I. Shu
99aab3f241 Stagify, add USE_GCC to fix broken on amd64. 2014-06-08 15:15:21 +00:00
Vanilla I. Shu
6f1899abfd Stagify. 2014-06-08 15:11:27 +00:00
Vanilla I. Shu
69574bf669 Stagify. 2014-06-08 14:58:37 +00:00
Vanilla I. Shu
6690813a57 Stagify. 2014-06-08 14:56:07 +00:00
Jimmy Olgeni
ac30cb067f Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
John Marino
03ec223fd7 math/why3-gpl: Increase distinction between this and math/wny3
The why3 project is worried that users will be confused between this
package and a "vanilla" why3, which was simultaneously added with this
one.  They prefer that this port be completely renamed.

While I ponder that, I can at least improve the situation by fixing the
descriptions to lessen the chance of confusion between the ports.
2014-06-08 10:48:10 +00:00
Antoine Brodin
f7a7d6e5a1 Unbreak 2014-06-08 08:08:36 +00:00
Pawel Pekala
3c5444b1a6 - Add staging support
- Switch to PLIST_FILES, PORTDOCS from pkg-plist
- Convert to new options framework
- Remove leading article from COMMENT
- Fix shebang in script, bump PORTREVISION
2014-06-07 15:26:54 +00:00
Maho Nakata
1ef6427dfa * Better GUI support [1]
* fix pkg-plist [2]

Submitted by:	Jason Bacon <jwbacon@tds.net> [1]
                swills@ [2]
2014-06-07 10:16:05 +00:00
Pawel Pekala
021719d694 - Add staging support
- Unmute install commands
- Use options helper
2014-06-06 22:48:58 +00:00
Pawel Pekala
cddc36cac7 Add staging support, allow it as normal user 2014-06-06 22:23:17 +00:00
Pawel Pekala
100290b3aa Add staging support 2014-06-06 21:23:49 +00:00
Steve Wills
340f2a29cd - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
With hat:	portmgr@
2014-06-06 17:52:34 +00:00
Steve Wills
a89fe901bc - Fix build with OpenJDK 1.7
With hat:	portmgr
2014-06-06 17:19:00 +00:00
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
Maho Nakata
d5ec74b8be Update to 3.8.1 2014-06-05 22:17:37 +00:00