1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

382471 Commits

Author SHA1 Message Date
Jan Beich
2b605b7e05 x11-wm/dwm: make DWM_CONF use symlink
Avoid config.h and DWM_CONF being out of sync. In case of update while
trying fix a build failure one may want to do |make clean| after
replacing a third-party patch in Makefile.local or files/ directory.

PR:		204658
Approved by:	maintainer timeout (18 days)
2015-12-07 05:01:45 +00:00
Jan Beich
ebcc3aa614 x11-wm/dwm: simplify patching
Override variables instead of trying to fix them, sometimes incorrectly.

PR:		204658
Approved by:	portmgr blanket
2015-12-07 05:00:57 +00:00
Jan Beich
9153a28ad7 x11-wm/dwm: convert to option helpers
But keep DWM_CONF working if defined via Makefile.local

PR:		204658
Approved by:	portmgr blanket
2015-12-07 04:59:36 +00:00
Jan Beich
af34680a6b x11-wm/dwm: update to 6.1
Drop unused dependencies likely from overlinking in the past.

$ readelf -d /usr/local/bin/dwm | fgrep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libX11.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libXinerama.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libfontconfig.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libXft.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]

Changes:	http://lists.suckless.org/dev/1511/27504.html
PR:		203325, 204658
Approved by:	maintainer timeout (18 days)
2015-12-07 04:58:49 +00:00
Adam Weinberger
53a3f11c08 Add NO_R_TO_GCC_LINKER=1 to MAKE_ARGS, which tells the bundled git to
use -Wl,-rpath=/path/ instead of -R/path/. This occurs when USE_OPENSSL_PORT=yes
is defined in /etc/make.conf, exposed by the changes in r403176.
2015-12-07 04:29:44 +00:00
Adam Weinberger
a782d20006 cgit will link against libcrypto in ${LOCALBASE} if it exists, so
add USE_OPENSSL to acknowledge the dependency.

PR:		204995
Approved by:	Kevin Zheng (maintainer)
2015-12-07 03:58:06 +00:00
Cy Schubert
964755359a Correct test. 2015-12-07 03:25:29 +00:00
Cy Schubert
230daa56e1 Add the new family of cfengine-masterfiles ports.
The ports are intended to provide a stable base policy for
installations and upgrades, and is used by CFEngine 3.6 and newer.
The ports install the repository as examples which should be copied by
the user to the masterfiles directory (usually /var/cfengine/masterfiles).
2015-12-07 03:10:43 +00:00
Cy Schubert
52e3eb14e1 Update 3.7.1 --> 3.7.2 2015-12-07 02:11:13 +00:00
Cy Schubert
441e76eac3 IGNORE because of CFEngine bug #2649: CFEnging overwrites/corrputs
its own binary.

Submitted by:	Trix Farrar <trix@basement.net>
2015-12-06 23:34:02 +00:00
Jimmy Olgeni
40290ab45c Add devel/elixir-conform_exrm, a Conform plugin for ExRM. 2015-12-06 22:44:01 +00:00
Jimmy Olgeni
76ccce0e57 Add PKGNAMESUFFIX to Jetty ports, to avoid PKGBASE conflicts. 2015-12-06 22:37:56 +00:00
John Marino
a0c59a8636 lang/gcc6-aux: Fix internal rpath spec on DragonFly
No revbump necessary because gcc6-aux hasn't been imported to dports yet.
2015-12-06 22:22:38 +00:00
Jimmy Olgeni
7f22baff7a Upgrade devel/elixir-exrm to version 1.0.0rc7. 2015-12-06 22:15:57 +00:00
Jimmy Olgeni
a5bdb83e26 Upgrade devel/elixir-conform to version 1.0.0rc8. 2015-12-06 22:10:44 +00:00
John Marino
25d43fc008 lang/asis: Fix build for gcc6
The UET_Address attribute has been removed for gcc6.  It was intended for
internal use only, but it wasn't used.  Rather than apply this patch for
GCC6 only through the EXTRA_PATCHES mechanism, just unconditionally remove
the check regardless of gnat used to build it.  (It should not make any
difference).  No bump required.
2015-12-06 21:19:55 +00:00
Raphael Kubo da Costa
88c2b62927 py-qt4-demo: Fix runtime dependency list.
r344123 broke it by replacing RUN_DEPENDS with PYQT4_RUN_DEPENDS. The latter
has no meaning, so the port stopped depending on all other PyQt4 ports.

MFH:		2015Q4
2015-12-06 21:17:52 +00:00
Raphael Kubo da Costa
3678aafc54 py-sip: Allow concurrent Python installations.
Add USE_PYTHON=concurrent and make the necessary adjustments:
- Stop setting DATADIR and DOCSDIR, they are taken care of by
  USE_PYTHON=concurrent.
- Use Python's compileall module instead of py_compile so that Python 3
  byte-code does not contain ${STAGEDIR}.
- Remove %%DATADIR%% from the plist, which was generated by py_compile.

PR:		203734
2015-12-06 21:09:00 +00:00
Alex Kozlov
f396b5498b - Update to 1.3.0
PR:	205072
Submitted by:	leonardo@schenkel.net (maintainer)
2015-12-06 20:59:53 +00:00
Dmitry Marakasov
59a82cd0ad - Add LICENSE
- Pet portlint
- Switch to options helpers
2015-12-06 20:36:09 +00:00
Dmitry Marakasov
ee0c367b9d - Add LICENSE_FILE
- Don't install install instructions
- Simplify installation
- Switch to options helpers
2015-12-06 20:35:54 +00:00
Dmitry Marakasov
0d59a8a24a - Add LICENSE
- Switch to options helpers
2015-12-06 20:35:45 +00:00
Dmitry Marakasov
be0167073a - Add LICENSE
- Fix pkg-message handling
- Switch to options helpers
2015-12-06 20:35:43 +00:00
Dmitry Marakasov
e8f914945b - Add LICENSE
- Switch to options helpers
2015-12-06 20:35:36 +00:00
Dmitry Marakasov
8902d2c761 - Add LICENSE
- Simplify installation
- Switch to options helpers
2015-12-06 20:35:32 +00:00
Jimmy Olgeni
f50d9ae2a0 Update dependencies to www/jetty8. 2015-12-06 20:33:23 +00:00
Raphael Kubo da Costa
d75cd7a3d3 PyQt4: Finalise splitting py-qt4-dbus and py-qt4-dbussupport.
py-qt4-dbus is a wrapper for QtBus classes, while py-qt4-dbussupport
provides Qt event loop support for py-dbus.

devel/py-qt4-dbus:
- Remove dependency on devel/py-dbus.

devel/py-qt4-dbussupport:
- Update comment.
- Remove old CONFLICTS_INSTALL.
- Pull devel/py-dbus or devel/py3-dbus depending on Python version.

bsd.pyqt.mk:
- Update description for the py-qt4-dbussupport port.

The original commit is from makc@ and was made to kde@'s experimental area51
repository. I am landing it myself in preparation for other commits adding
support for PyQt5 and updating the existing ports.
2015-12-06 20:20:30 +00:00
Jimmy Olgeni
7f23250c7b Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty

- Move www/jetty to www/jetty8

- Add LICENSE and fix RUN_DEPENDS in www/jetty8

www/jetty8 is officially EOL'd upstream but still seems to be in use.

PR:		204190
Submitted by:	David Harrigan
2015-12-06 20:12:58 +00:00
John Marino
6809b2ba2c lang/gnat_util: chase update to ada.mk (gcc6-aux support) 2015-12-06 20:10:32 +00:00
Florian Smeets
d27395484a Update to 3.5.12
PR:		204913
Submitted by:	<timp87@gmail.com> (maintainer)
2015-12-06 18:45:57 +00:00
Andreas Tobler
3637bd7a43 Add two fixes which have missed the gcc-5.3 release date:
- Fix --disable-bootstrap build.
- Add ELFv2 support for FreeBSD PowerPC64.

Approved by:	gerald (maintainer)
2015-12-06 18:37:17 +00:00
John Marino
063e6270d0 cad/ghdl: Upgrade version 0.32 => 0.33 2015-12-06 18:25:14 +00:00
Sunpoet Po-Chuan Hsieh
8bdcfd803f - Update to 1.8
Changes:	http://git.ghostscript.com/?p=mupdf.git;a=blob;f=CHANGES;hb=HEAD
PR:		205057
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-12-06 17:52:51 +00:00
Sunpoet Po-Chuan Hsieh
1a4a4decd0 - Update to 1.06
- Update *_DEPENDS:
  - Fix *_DEPENDS
  - Remove redundant LOCALBASE/bin
- Use CONFLICTS_INSTALL instead of CONFLICTS
- While I'm here:
  - Add BUILD_DEPENDS
  - Add NO_ARCH
  - Remove bash_OLD_CMD

Changes:	http://search.cpan.org/dist/Test-YAML/Changes
PR:		205038
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2015-12-06 17:52:46 +00:00
Sunpoet Po-Chuan Hsieh
8ee50845da - Update to 5.14.1
Changes:	http://www.livinglogic.de/Python/xist/History.html
2015-12-06 17:52:42 +00:00
Sunpoet Po-Chuan Hsieh
f6e2efede7 - Update to 0.5.16.1
Changes:	https://github.com/kayhayen/Nuitka/blob/master/debian/changelog
2015-12-06 17:52:38 +00:00
Sunpoet Po-Chuan Hsieh
04f46a18e2 - Update to 3.5.9
Changes:	https://github.com/logical42/d3_rails/commits/master
2015-12-06 17:52:34 +00:00
Sunpoet Po-Chuan Hsieh
a002d546d6 - Update to 3.5.9
Changes:	https://github.com/logical42/d3_rails/commits/master
2015-12-06 17:52:30 +00:00
Sunpoet Po-Chuan Hsieh
38da3140eb - Update to 1.1.5
Changes:	https://github.com/djberg96/sys-filesystem/blob/ffi/CHANGES
2015-12-06 17:52:26 +00:00
Sunpoet Po-Chuan Hsieh
ae71f78b74 - Update to 4.1.2
Changes:	https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
2015-12-06 17:52:22 +00:00
Sunpoet Po-Chuan Hsieh
a1067884ee - Update to 4.02
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/podlators/Changes
2015-12-06 17:52:18 +00:00
Sunpoet Po-Chuan Hsieh
8b0afc4b1d - Update to 2.22
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/XML-Simple/Changes
2015-12-06 17:52:14 +00:00
Sunpoet Po-Chuan Hsieh
df0b7f7e28 - Update to 1.55
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2015-12-06 17:52:10 +00:00
Sunpoet Po-Chuan Hsieh
d4e6a5a675 - Add gmake to RUN_DEPENDS
- Fix default C/C++ compiler in node-gyp
- Bump PORTREVISION for dependency and package change

PR:		204547
Submitted by:	Yuri <yuri@rawbw.com>
2015-12-06 17:52:06 +00:00
Sunpoet Po-Chuan Hsieh
8e47fc860c - Update to 6.15
Changes:	http://search.cpan.org/dist/libwww/Changes
2015-12-06 17:52:01 +00:00
Sunpoet Po-Chuan Hsieh
a706475196 - Update to 20151205
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20151205.diff
2015-12-06 17:51:57 +00:00
Sunpoet Po-Chuan Hsieh
6f01437bff - Update to 2015.7
Changes:	https://pecl.php.net/package-changelog.php?package=timezonedb
2015-12-06 17:51:54 +00:00
Sunpoet Po-Chuan Hsieh
b67a7391b1 - Add BUILD_DEPENDS for cmake version requirement
PR:		203311
Reported by:	Tilghman Lesher <tilghman@meg.abyt.es>
2015-12-06 17:51:50 +00:00
Sunpoet Po-Chuan Hsieh
ab7fd32beb - Use gmake for zsh completions
- Bump PORTREVISION for package change
2015-12-06 17:51:46 +00:00
Sunpoet Po-Chuan Hsieh
ffb8224a03 - Fix build on i386 2015-12-06 17:51:42 +00:00