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

3068 Commits

Author SHA1 Message Date
Jun Kuriyama
598e00d336 - Stagify. 2014-06-11 15:02:36 +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
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
Vanilla I. Shu
e60c5ecbae Stagify. 2014-06-09 09:05:25 +00:00
Vanilla I. Shu
a517c8e5e3 Stagify. 2014-06-09 08:55:26 +00:00
Ruslan Makhmatkhanov
e101c8f5d9 net-p2p/deluge: fix non-default installation
Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
this is not default.

Reported by:    Kenta S. <kentas@hush.com> (private email)
2014-06-07 19:33:46 +00:00
Ruslan Makhmatkhanov
11c405f979 net-p2p/deluge: correct executable name while nobody seeing 2014-06-05 09:22:33 +00:00
Ruslan Makhmatkhanov
f05c0d9ec0 net-p2p/deluge: support staging and more
- do not use easy_install and convert to auto-generated plist
- add staging support
- convert USE_XZ to USES
- Makefile clean-up

- add startup script for deluge-web [1]

PR:     185888
Reported by:    huber.georg@gmail.com
Submitted by:   Daniel O'Connor <darius@dons.net.au> (private email) [1]

- fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin
  from work correctly [2]

PR:     189497
Submitted by:   George Amanakis <g_amanakis@yahoo.com> [2]
2014-06-05 09:20:25 +00:00
Martin Wilke
5be62925c7 - Add stage support
PR:		190509
2014-06-05 01:47:07 +00:00
Martin Wilke
ae49d721e5 - Add stage support
PR:		190510
Submitted by:	maintainer
2014-06-05 01:46:04 +00:00
Rusmir Dusko
5560eb92ea - Update to 3.1.9.2, Announce message:
OTHER: The v3.1.9.1 Windows build was broken

- Remove PORTSCOUT, issue 1713 is solved
2014-06-04 20:23:34 +00:00
Carlo Strub
08596200a9 - Update Zetacoin to 0.8.99.16
- zetacoind now runs as the zetacoin user
- Fixed stop function in rc.d script
- Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable
- Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed.
- Added user and group "zetacoin" to ports/UIDs and ports/GIDs
- Added update instructions to ports/UPDATING

PR:		188567
Submitted by:	daniel@morante.net (maintainer)
2014-06-03 18:33:48 +00:00
Jason E. Hale
a76cd22bf1 - STAGEify
- Add DOCS option
- Add LICENSE
- Make COMMENT more concise
- Reword pkg-descr
2014-06-03 15:48:06 +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
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
Eitan Adler
82186acef9 - Convert to staging 2014-05-30 04:09:41 +00:00
Rusmir Dusko
2d2b455fdb - Set PORTSCOUT, https://github.com/qbittorrent/qBittorrent/issues/1713 2014-05-29 20:37:55 +00:00
Baptiste Daroussin
de8c8c02cd Convert to USES=scons 2014-05-27 12:43:48 +00:00
Baptiste Daroussin
57ef95cb82 Fix detection of lua
Reported by:	antoine
With hat:	portmgr
2014-05-27 08:30:20 +00:00
Dmitry Marakasov
70c68df372 - Convert USE_BZIP2 to USES 2014-05-26 19:01:09 +00:00
Baptiste Daroussin
ee02a09f94 Remove left USES_LUA code
Approved by:	portmgr (implicit)
2014-05-26 15:33:27 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Martin Matuska
48c1cf70af Update cpuminer to 2.4 2014-05-25 10:42:18 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Vanilla I. Shu
72ea707fcd - Stage
- Add LICENSE
- Fix pkg-plist
- Pet portlint

PR:		ports/188673
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-09 03:02:53 +00:00
Alex Kozlov
ab60377305 - Update to 1.19.1
PR:	ports/189032
Submitted by:		Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2014-05-07 16:05:45 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Raphael Kubo da Costa
c4dbc2c799 Import upstream commit to fix the build with recent versions of GCC.
getcwd(3) needs unistd.h.

MFH:		2014Q2
2014-05-03 15:58:23 +00:00
Vanilla I. Shu
b3b7323d8e 1: Upgrade jansson to 2.6.
2: bump revision due shared library version.
2014-05-01 01:31:06 +00:00
Rusmir Dusko
7c64a0eebe - Update to 3.1.9.1, announce message is here:
OTHER: This is an excuse to produce new builds with an OpenSSL version
 that isn't affected by the heartbleed bug for Windows and Mac.
 This bug should only affect the WebUI and only if HTTPS/SSL authentication
 was enabled.
2014-04-29 17:32:57 +00:00
Barbara Guida
c42b3e1a7d - Remove unneeded dependency from flex from ports
- Use options helpers
- Convert to tar:bzip2 and desktop-file-utils
- Add DEBUG option
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
2014-04-29 00:52:11 +00:00
Barbara Guida
971118e3d8 - Add missed USES desktop-file-utils from previous commmit
- Use standard desc for DEBUG option
2014-04-29 00:16:00 +00:00
Barbara Guida
ffd9d45b4a - Update to SVN-10834
- Remove uneeded flex from ports dependency
- Use options helpers
- Convert to tar:bzip2
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
2014-04-28 23:27:36 +00:00
Baptiste Daroussin
b33b309470 Stagify a bunch of ports maintained by flz
While here:
- graphics/icoconvert:
  * Respect CC
  * Use modern LIB_DEPENDS
- net/grdesktop:
  * Convert gnomehack to pathfix
- net/ldapsh:
  * Use shebangfix instead of custom post-patch target
- net-im/py-jabber:
  * Use autoplist
- net-p2p/bnbt:
  * Use the options framework
  * Convert to dos2unix
  * Respect CXX
  * Do not renamed base on option
- sysutils/testdisk:
  * Update to 6.14
  * Use options helpers
  * Use modern LIB_DEPENDS
  * Convert USE_BZIP2 -> USES=tar:bzip2
2014-04-28 12:46:39 +00:00
Martin Wilke
e3b820bedb - Support USE_GITHUB
- Update DESCR

PR:		187749
Submitted by:	Ports fury
2014-04-26 02:26:13 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Steve Wills
99631c4b6e - Update to 0.9.1
PR:		ports/188655
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2014-04-16 16:12:04 +00:00
Steve Wills
ba1f9328ed - Stage
- Fix pkg-plist
- Pet portlint

PR:		ports/188672
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-16 13:20:14 +00:00
Baptiste Daroussin
72d919859f Bump port revision 2014-04-11 18:48:39 +00:00
Baptiste Daroussin
4be653e13f Support stage
Remove bogus dep on gdk-pixbuf 1
2014-04-11 18:48:16 +00:00
Baptiste Daroussin
77c6d855dc Mark has broken: does not fetch
With hat:	portmgr
2014-04-11 14:15:37 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +00:00
Baptiste Daroussin
bb34cae2a8 mark as broken 2014-04-08 07:24:57 +00:00
Rusmir Dusko
03622e1696 - Remove TODO from DOCS
- Add pkg-message, information to reinstall if problems

PR:		ports/188122
Submitted by:	adrian chadd <adrian@freebsd.org>
2014-04-02 00:51:01 +00:00
Antoine Brodin
97c6924910 Fix plist
Reported by:	poudriere
With hat:	portmgr
2014-04-01 20:17:56 +00:00
Antoine Brodin
1d5bc57c30 Do not violate stagedir
Reported by:	poudriere
With hat:	portmgr
2014-04-01 17:28:32 +00:00
Jose Alonso Cardenas Marquez
30f32eda12 - Update to 5.0.1 2014-03-26 04:08:49 +00:00
Rusmir Dusko
339b997a2f - Update to 0.16.16, Announce message:
* add missing add_files overload to the python bindings
  * improve error handling in http gunzip
  * fix debug logging for banning web seeds
  * improve support for de-selected files in full allocation mode
  * fix dht_bootstrap_alert being posted
  * SetFileValidData fix on windows (prevents zero-fill)
  * fix minor lock_files issue on unix

- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed
2014-03-25 11:10:59 +00:00