Commit graph

16033 commits

Author SHA1 Message Date
Xin LI
04787f52b9 Update to 1.3.9. 2014-06-14 07:13:28 +00:00
Martin Wilke
299a2dd79f - Update to 2.4.13
PR:		190903
Submitted by:	ports fury
2014-06-14 05:54:18 +00:00
Cy Schubert
e04402cf33 Make screen 4.0 compatible, prefer fifo over sockets.
PR:		191017
Submitted by:	bdrewery
2014-06-14 04:07:56 +00:00
Antoine Brodin
6f068f4ba7 - Remove __sync_add_and_fetch_8 hack, configure script now detects support for it
- Fix a use after free when dealing with ewf images (already committed upstream)
2014-06-13 19:00:19 +00:00
Pietro Cerutti
e9b575b848 - STAGE-clean
- Simplify Makefile
2014-06-13 08:14:49 +00:00
Mark Felder
2f59f4a908 Update to more recent git commit to fix building on FreeBSD 8 and 9
Submitted by:	maintainer (private email)
2014-06-12 12:48:11 +00:00
Tijl Coosemans
0d6e69bd42 Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.

Approved by:	portmgr (implicit)
2014-06-12 09:17:32 +00:00
Barbara Guida
b02d3ede28 - Support STAGEDIR
- Add LICENSE

Approved by:	 portmgr blanket
2014-06-12 00:55:07 +00:00
Barbara Guida
2b8d7441ed I missed to svn add the new pkg-plist. 2014-06-12 00:16:59 +00:00
Barbara Guida
7c8a6014c5 - Support STAGEDIR
- Added LICENSE

Approved by:	portmgr blanket
2014-06-12 00:10:10 +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
Dmitry Marakasov
afc73a769c - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-11 18:26:24 +00:00
Danilo Egea Gondolfo
5ec13ba350 - Update from 2.8 to 2.9 2014-06-11 15:29:31 +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
89f5d7f26d Add staging support. 2014-06-11 12:09:47 +00:00
Frederic Culot
4fc1dcb876 - Update to 1.6.3
Changes:	https://raw.githubusercontent.com/ansible/ansible/v1.6.3/CHANGELOG.md
PR:		ports/190882
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-06-11 11:41:40 +00:00
Vanilla I. Shu
606da705ce Stagify. 2014-06-11 08:19:36 +00:00
Vanilla I. Shu
2eff26ad14 Stagify. 2014-06-11 07:02:04 +00:00
Vanilla I. Shu
df0fa9fd8a 1: Stagify.
2: new format of LIB_DEPENDS
3: switch to tar:bzip2.
2014-06-11 06:59:48 +00:00
Vanilla I. Shu
1920884475 1: Stagify.
2: new format of LIB_DEPENDS.
2014-06-11 06:25:14 +00:00
Dmitry Marakasov
b849dfb5df - Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool

Approved by:	portmgr blanket
2014-06-10 22:52:51 +00:00
Dmitry Marakasov
0f11dc56f2 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-06-10 21:59:37 +00:00
Sunpoet Po-Chuan Hsieh
3631a26fad - Update to 4.2.10
Changes:	https://github.com/guard/guard-rspec/releases
2014-06-10 15:08:24 +00:00
John Marino
7741f8bee4 sysutils/coreutils: Reset maintainer
Three consecutive PR timeouts...
2014-06-10 12:35:48 +00:00
Ollivier Robert
e085fcf7f3 Unbreak the port after adding stage support.
PR:		190873
Submitted by:	erdgeist@erdgeist.org (MAINTAINER)
2014-06-10 12:24:28 +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
Mark Linimon
617ed1b968 Reset maintainer as per request to freebsd-ports@. Thanks for your help
so far.

Submitted by:	maintainer
Approved by:	portmgr (blanket)
2014-06-10 07:14:19 +00:00
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Danilo Egea Gondolfo
8a39fc6ad7 - Update from 0.2 to 0.2.1
- Convert USE_BZIP2 to USES
- Add stage support

PR:		ports/190853
Submitted by:	erdgeist@erdgeist.org
2014-06-10 03:53:03 +00:00
Danilo Egea Gondolfo
5764b8e8a0 - Update from 3.3 to 3.4
- Convert USE_BZIP2 to USES
- Add stage support

PR:		ports/190846
Submitted by:	erdgeist@erdgeist.org
2014-06-10 03:45:46 +00:00
Danilo Egea Gondolfo
818a5199c1 - Add stage support [1]
- Convert LIB_DEPENDS to new syntax

PR:		ports/190849
Submitted by:	jhixson@gmail.com [1]
2014-06-10 03:01:36 +00:00
Jason E. Hale
7cdfb0c8c0 - Support staging
- Rename patch file to eliminate ':'
2014-06-10 00:01:35 +00:00
Mark Felder
fb485f0061 Fix usage of @sample
Submitted by:	bdrewery
2014-06-09 19:38:24 +00:00
Mark Felder
3f9fd6b9dc New port: sysutils/clsync
clsync is a utility that initatiates automatic rsync transfers after
detection of filesystem changes

Caution: port may have rough edges. Its FreeBSD support is very new.
2014-06-09 19:31:27 +00:00
Jonathan Chu
3331e59124 Stagedir support for sysutils/rmonitor, LICENSE
- Define BSD4CLAUSE license

PR:		190499
Submitted by:	"Konrad Heuer" <kheuer@gwdg.de> (maintainer)
Approved by:	eadler (mentor), swills (mentor)
2014-06-09 04:55:21 +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
Antoine Brodin
e66fd8d2ed Fix RUN_DEPENDS 2014-06-08 15:00:57 +00:00
Jimmy Olgeni
ac30cb067f Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
Antoine Brodin
61851d22aa Allow staging as a regular user 2014-06-07 21:37:46 +00:00
Antoine Brodin
48d9143444 - Allow staging as a regular user
- Remove non needed include
2014-06-07 21:12:34 +00:00
Antoine Brodin
34e8c8a396 - shebangfix
- allow staging as a regular user
2014-06-07 21:07:00 +00:00
John Marino
fd45332828 sysutils/samesame: forgotten files!
In addition to the provided stage support:
 * separate pkg-plist was created
 * install-strip was implified with the use of INSTALL_TARGET
 * most configure switches pulled into options framework
 * redundant post-install pkg-message removed
 * 2-clause BSD license documented
 * USE_BZIP2 converted
 * patch to buffer.cpp added by maintainer

PR:		ports/190164
Submitted by:	Stephan Esser
Approved by:	maintainer (Alex de Kruijff)
Simplified by:	marino
2014-06-06 22:23:55 +00:00
John Marino
876bd8411a sysutils/samesame: Stage support and simplify
In addition to the provided stage support:
 * separate pkg-plist was created
 * install-strip was implified with the use of INSTALL_TARGET
 * most configure switches pulled into options framework
 * redundant post-install pkg-message removed
 * 2-clause BSD license documented
 * USE_BZIP2 converted
 * patch to buffer.cpp added by maintainer

PR:		ports/190164
Submitted by:	Stephan Esser
Approved by:	maintainer (Alex de Kruijff)
Simplified by:	marino
2014-06-06 22:22:47 +00:00
Cy Schubert
be08e21d81 Update 3.4.7 --> 3.4.8
Submitted by:	Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Sponsored by:	BalaBit IT Security / syslog-ng upstream
2014-06-06 19:36:43 +00:00
Kris Moore
8f18cb5b10 - Add sysutils/grub2-pcbsd
This installs PC-BSD's custom grub 2.02-prerelease, which includes
various enhancements for Boot-Environments and ZFS support
2014-06-06 15:26:31 +00:00
Vanilla I. Shu
ff9ba3ec57 Stagify. 2014-06-06 15:15:35 +00:00
Vanilla I. Shu
0915334a8d Stagify, switch to USES=libtool 2014-06-06 15:12:00 +00:00
Vanilla I. Shu
f0adc29663 Stagify. 2014-06-06 14:47:28 +00:00
Martin Wilke
07b515fab4 - Stage support
PR:		190670
2014-06-06 14:38:37 +00:00
John Marino
ae32bd7e35 sysutils/memtest86: Clean up, reset maintainer, remove post-extract
Tidy up this unmaintained (but surprisingly staged) port.  It has
multiple distfiles of different types, but no special post-extract
target or extraction tool is needed.  Make a small adjustment to remove
an unnecessary build/extract dependency.
2014-06-06 09:47:40 +00:00