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

3690 Commits

Author SHA1 Message Date
Vanilla I. Shu
ba1ddc0b3d Stagify. 2014-06-17 10:03:54 +00:00
Vanilla I. Shu
223e2341e8 Stagify. 2014-06-17 09:57:58 +00:00
Vanilla I. Shu
e093d7ea85 Stagify. 2014-06-17 09:54:47 +00:00
Vanilla I. Shu
71496f6779 Stagify. 2014-06-17 09:51:33 +00:00
Vanilla I. Shu
13946b5a69 Stagify. 2014-06-17 09:43:35 +00:00
Vanilla I. Shu
bdeb25bf13 Stagify. 2014-06-17 09:40:22 +00:00
Vanilla I. Shu
ea2e5a3457 Stagify.
Approved by:	portmgr@
2014-06-17 09:33:41 +00:00
Vanilla I. Shu
f6f74eefb8 Stagify.
Approved by:	portmgr@
2014-06-17 09:24:14 +00:00
Vanilla I. Shu
bf859a1b21 Stagify.
Approved by:	portmgr@
2014-06-17 08:03:55 +00:00
Vanilla I. Shu
ecf43beb7e Stagify.
Approved by:	portmgr@
2014-06-17 08:00:10 +00:00
Vanilla I. Shu
5a10f3e51c Stagify.
Approved by:	portmgr@
2014-06-17 07:58:21 +00:00
Vanilla I. Shu
f2dc0757ae Stagify.
Approved by:	portmgr@
2014-06-17 07:55:47 +00:00
Vanilla I. Shu
83c5e88c47 Stagify.
Approved by:	portmgr@
2014-06-17 07:53:12 +00:00
Lev A. Serebryakov
146867e802 subversion port has been overhauled. Some optional parts was extracted
to separate ports. These ports are:

  www/mod_dav_svn
    instead of option MOD_DAV_SVN.
  security/subversion-gnome-keyring
    instead of option GNOME_KEYRING.
  security/subversion-kwallet
    instead of option KDE_KWALLET.

  If you used devel/subversion with one (or more) of these non-standard
  options, you should install appropriate port after subversion upgrade.

  "mod_dontdothat" is installed unconditionally by www/mod_dav_svn
  port (it has been depended on TOOLS option), but is not activated by
  default, you may need to edit apache's configuration file.

  devel/subversion port now installs svndiff, svndiff3 and svndiff4
  commands if TOOLS option is enabled. They was skipped before.
  Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
  avoid conflicts with base and other diff versions.

  All libraries and binaries are now stripped if MAINTAINER_DEBUG
  option is not selected (including all sub-ports, like bindings
  and mod_dav_svn).
2014-06-16 13:12:21 +00:00
Jung-uk Kim
bc31769ff9 Remove redundant uses of NO_CDROM with RESTRICTED.
Reported by:	eadler
2014-06-11 18:16:42 +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
Dmitry Sivachenko
fdce02a97a USE_XZ --> USES=tar:xz. 2014-06-10 11:29:39 +00:00
Nicola Vitale
bc6216d407 - Update to 2.8.2
- Add support for stage dir
- Sort variables
- Remove post-install target
- Remove files/pkg-install.in

Release Notes:	http://pydev.org/history_pydev.html
2014-06-10 02:45:13 +00:00
Greg Lewis
a9eddf5ed5 . Add a pkg-message explaining that procfs and fdescfs may be required.
PR:		177779
Submitted by:	navymaker@rambler-co.ru
2014-06-10 01:33:48 +00:00
Jung-uk Kim
8f8af7b642 Java Development Kit 8 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.

The documentation will be installed in ${PREFIX}/share/doc/jdk8/

WWW: http://www.oracle.com/us/technologies/java/index.html
2014-06-10 00:02:31 +00:00
Jung-uk Kim
c060aceae5 Chase distfile change and support staging. 2014-06-09 23:50:24 +00:00
Jung-uk Kim
ee253d5adb Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE. 2014-06-09 23:47:29 +00:00
Jung-uk Kim
75c0bd3255 Remove unnecessary NO_STAGE. 2014-06-09 23:46:44 +00:00
Jung-uk Kim
02f9e55e21 Update to 7u60. 2014-06-09 23:27:02 +00:00
Jung-uk Kim
566905fff2 Support staging. 2014-06-09 23:03:07 +00:00
Mikhail Teterin
b890d0fc74 Support staging. While here, get rid of the two-line pkg-plist. 2014-06-09 22:45:46 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Jimmy Olgeni
ac30cb067f Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
Vanilla I. Shu
3925dc2bce Stagify. 2014-06-08 04:06:19 +00:00
Vanilla I. Shu
6c080e5abe Stagify. 2014-06-08 04:03:51 +00:00
Greg Lewis
6f1ddbf6db Update to 7u60. 2014-06-07 23:37:24 +00:00
Jung-uk Kim
ca590d213b Mark it as unsafe for parallel build. 2014-06-06 23:40:56 +00:00
Jung-uk Kim
8fbb04a969 Work around build failures with JDK7 and later.
Reported by:	exp-run (PR190511)
2014-06-05 21:21:11 +00:00
Jimmy Olgeni
4809de2a35 Upgrade to version 1.9.2.
- Add LICENSE
- Fix portlint warnings
- Use PORT_OPTIONS
2014-06-05 18:18:44 +00:00
Alex Dupre
ac01db4fa8 Force java 1.6 only. 2014-06-05 07:41:12 +00:00
Jung-uk Kim
b7b91fc0fd Fix build with java/openjdk7 and support staging. Note it does not build
with java/openjdk8.

Reported by:	exp-run (PR190511)
2014-06-04 21:50:22 +00:00
Jung-uk Kim
c3818dca2c Update to 7u60. 2014-06-04 19:19:51 +00:00
Greg Lewis
49e37d6ee0 . Update to 2014c. 2014-05-31 20:56:46 +00:00
Pawel Pekala
fc37e9702f - Add staging support
- Convert to new options framework, add EXAMPLES option
2014-05-31 14:53:53 +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
Pawel Pekala
febf657cf2 Add staging support 2014-05-31 14:33:59 +00:00
Pawel Pekala
ee648104e5 - Add staging support
- Convert to new options framework
2014-05-31 14:22:28 +00:00
Pawel Pekala
70e0487f6e - Add staging support
- Convert to new options framework
2014-05-31 14:08:39 +00:00
Pawel Pekala
8a5080229f - Add staging support
- Remove leading article from COMMENT
2014-05-31 14:04:01 +00:00
Pawel Pekala
e16b6dc6a1 - Add staging support
- Convert to new options framework, add EXAMPLES option
2014-05-31 14:03:07 +00:00
Pawel Pekala
b39633f69e - Add staging support
- Convert to new options framework
2014-05-31 13:46:04 +00:00
Pawel Pekala
e91eb32c49 - Add staging support
- Convert to USES=tar:bzip2
2014-05-31 13:26:33 +00:00
Pawel Pekala
e4f61f6046 - Add staging support
- Convert to new options framework
- Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port
2014-05-31 12:48:50 +00:00
Pawel Pekala
845b4ef666 - Add staging support
- Convert to new options framework
2014-05-31 12:03:44 +00:00