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

3170 Commits

Author SHA1 Message Date
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
49786cfa02 net-p2p/verlihub:
- Fix build with clang

net-p2p/verlihub-plugins*:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Drop USE_GCC=any
- Avoid including bsd.port.pre.mk
2014-09-08 17:04:04 +00:00
Pawel Pekala
4789e2301e Update to version 5.4.0.0 2014-09-06 15:55:33 +00:00
Vanilla I. Shu
8bbfd6d683 Update to version 0.10.1.
PR:		ports/193162
Submitted by:	Ports Fury.
2014-09-03 14:16:23 +00:00
Jason E. Hale
2a4bad49ff - Update to 1.51
- Add LICENSE
- Use options helpers
- Move plugins to a more sensible (IMHO) location
2014-09-03 01:59:07 +00:00
Baptiste Daroussin
39a5b78f87 Remove non staged ports without pending PR from net-p2p, net and news 2014-09-01 23:05:26 +00:00
Tijl Coosemans
8fd71c4b9c www/libmicrohttpd:
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available

Approved by:	portmgr (implicit, bump unstaged port)
2014-09-01 10:25:48 +00:00
John Marino
6be83b2931 Remove broken net-p2p/p5-Net-DirectConnect-TigerHash
This port has been broken for many months, and the maintainer recommends
that it be removed rather than fixed.  He also indicated that
security/p5-Crypt-RHash would be a suitable substitute for this port.
net-p2p/p5-Net-DirectConnect, the only port to use it,  has already been
modified to use p5-Crypt-RHash instead

PR:		193089
Requested by:	maintainer (Oleg Alexeenkov)
2014-08-30 22:52:17 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Baptiste Daroussin
514525b2e5 Convert to wxPython30 and modernize python 2014-08-29 10:50:46 +00:00
Tijl Coosemans
b33b0aa600 devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-29 08:24:19 +00:00
Vanilla I. Shu
e2d20a588b Upgrade to 0.14, remove BROKEN, fix pkg-plist.
PR:		ports/193068
Submitted by:	maintainer
2014-08-28 02:18:26 +00:00
Bartek Rutkowski
6b6af0caa2 net-p2p/btsync: update 1.3.106 -> 1.3.109
PR:		192917
Submitted by:	Kyle J. Farmer <bannereddivpool@gmail.com>
Approved by:	mentors (implicit)
2014-08-27 10:42:05 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Adam Weinberger
0e28d6468c Add net-p2p/zetacoin-nox11 as a slave to zetacoin. This allows installing
just the daemon on headless servers.

PR:		192629
Submitted by:	maintainer
2014-08-23 20:21:08 +00:00
William Grzybowski
2900e261c0 net-p2p/uhub: update to 0.5.0
PR:		192805
Submitted by:	tkato432 yahoo com
2014-08-23 19:06:59 +00:00
Adam Weinberger
d133713e0c net-p2p/eiskaltdcpp-cli
net-p2p/eiskaltdcpp-daemon
net-p2p/eiskaltdcpp-data
net-p2p/eiskaltdcpp-gtk
net-p2p/eiskaltdcpp-lib
net-p2p/eiskaltdcpp-qt

1. Update to 2.2.9
2. Stage
3. Chase for new build options: gtk30, libcanberra, json-rpc
4. Use master/slave relations

PR:		192869
Submitted by:	Vladimir Kondratiev
2014-08-23 17:20:44 +00:00
John Marino
39adf271de net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plist 2014-08-23 00:20:48 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Tijl Coosemans
24a747f180 - Add missing -lcrypto (fixup for r364712)
- Use MAKE_CMD
2014-08-21 13:19:31 +00:00
Bryan Drewery
69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00
Adam Weinberger
906b6449fb Fix build on -current. 2014-08-16 23:40:00 +00:00
Sunpoet Po-Chuan Hsieh
29dfe585de - Remove leading indefinite article from COMMENT
- Remove NO_LATEST_LINK
2014-08-16 19:13:34 +00:00
Adam Weinberger
882b898091 Remove a very strange series of ^H's from the pkg-message, and remove the
${CAT} ${PKGMESSAGE} from post-install.
2014-08-16 17:42:04 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Thierry Thomas
2864718a59 Refresh. 2014-08-15 13:36:12 +00:00
Danilo Egea Gondolfo
0f74ecefa0 - Update from 0.8.2 to 0.8.3
- Add stage support
- Add DOCS option
- Take maintainership
2014-08-15 12:42:45 +00:00
Matthias Andree
dc65f45842 Prevent installation. We don't have a distfile that matches the checksums, the port relies on the outdated db41, and the web site seems gone. 2014-08-13 18:52:49 +00:00
Tijl Coosemans
cdb8256f1b Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)

net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS

PR:		192062
2014-08-12 15:29:37 +00:00
William Grzybowski
7d2c34ff18 net-p2p/zetacoin: update to 0.9.2.1
- Use options helpers
- Use @sample

PR:		192413
Submitted by:	maintainer
2014-08-12 12:37:29 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
John Marino
8ed170d6f4 net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0
PR:		191825
Submitted by:	Ports Fury
2014-08-09 23:54:31 +00:00
William Grzybowski
a278d202b3 net-p2p/bitmessage: update to 0.4.3
PR:		192522
Submitted by:	maintainer
2014-08-09 12:27:18 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
John Marino
946989e9af net-p2p/transmission-gtk: complete the -inotify fix with LIB_DEPENDS+=
In a previous commit, the inotify configuration was fixed, but we
neglected to guarantee the library was available.  This adds libinotify
to the LIB_DEPENDS list, an action that requires a revbump.

PR:		192319
Suggested by:	Carlos JPM
2014-08-04 06:19:36 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Rene Ladan
eb294d89d1 net-p2p/transmission-daemon: do not hardcode PORTREVISION.
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.

Approved by:	crees (maintainer)
2014-08-03 22:14:00 +00:00
John Marino
dd3d2721eb transmission-* cleanup
I missed the -linotify LDFLAG on the transmission-gtk port.  It was also
pointed out by the submitter than transmission-qt4 now has a duplicate
-lcrypto LDFLAG so let's remove that.

PR:		192319
Submitted by:	Ivan Klymenko
2014-08-03 18:05:29 +00:00
John Marino
738eaeb39e Fix transmission-cli,-gtk on some platforms after openssl update
At least on some releases, transmission-cli and transmission-gtk now
need -lcypto in LDFLAGS to build.  Additionally transmission-gtk needed
an update of the inotify configure argument.  The latter requires a
revbump because it seems possible that it could have been built with
the bad argument somewhere.

PR:		192319
Submitted by:	Ivan Klymenko
Approved by:	"Just Fix It" blanket, but maintainer was in copy on PR
2014-08-03 16:06:58 +00:00
Antoine Brodin
eb9f4ce133 Fix LIB_DEPENDS
With hat:	portmgr
2014-08-01 18:53:34 +00:00
William Grzybowski
b0ec9d0065 net-p2p/uhub: update to 0.4.1
- Support stage
- Use options helpers

PR:		192213
Submitted by:	tkato432 yahoo com
2014-07-30 15:32:51 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00