Commit graph

12697 commits

Author SHA1 Message Date
Kurt Jaeger
32fe139148 databases/cego: 2.20.9 -> 2.20.10, USES libtool, strip libs
Submitted by:	lemke@lemke-it.com
2014-06-14 20:14:25 +00:00
Jun Kuriyama
10ff1c87b7 - Stagify. 2014-06-14 08:38:25 +00:00
Antoine Brodin
7ff7f690e6 Unbreak
Pointyhat:	tj
2014-06-13 18:19:09 +00:00
Vanilla I. Shu
e9d1a5ffdd remove NO_STAGE.
Approved by:	portmgr@
2014-06-13 16:42:03 +00:00
Vanilla I. Shu
8bcc8b64b5 Stagify.
Approved by:	portmgr@
2014-06-13 16:36:24 +00:00
Vanilla I. Shu
49543b56b3 1: Stagify.
2: switch to DEFAULT_VERSIONS.

Approved by:	portmgr@
2014-06-13 16:33:17 +00:00
Vanilla I. Shu
427576c8b9 1: Stagify.
2: switch to DEFAULT_VERSIONS

Approved by:	portmgr@
2014-06-13 16:31:03 +00:00
Vanilla I. Shu
cfd9994e3e 1: Stagify.
2: add USES=libtool
3: bump version.
2014-06-13 16:23:45 +00:00
Vanilla I. Shu
e232d09a59 1: Stagify.
2: add USES=libtool
3: bump version.

Approved by:	portmgr@
2014-06-13 16:15:01 +00:00
Vanilla I. Shu
e3ca2d2fcc Stagify.
Approved by:	portmgr@
2014-06-13 15:46:52 +00:00
Vanilla I. Shu
90450705c9 Stagify.
Approved by:	portmgr@
2014-06-13 15:38:02 +00:00
Mikolaj Golub
3853cb98e2 Remove unnecessary bits:
- manpages are automatically handled by the framework;
 - config existence is handled in pkg-plist;
 - directory existence check is handled by ${MKDIR}.
2014-06-12 19:24:22 +00:00
Florian Smeets
7d3a9f4fa1 Update pkg-descr and point to the correct URL
Reported by:	Ronald Klop <ronald@klop.ws>
2014-06-12 18:44:43 +00:00
Florian Smeets
f03e531775 Update to 5.6.17-66.0 2014-06-12 18:06:53 +00:00
Tom Judge
b4158ed374 Update to 2.022000
Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.022000/Changes
2014-06-12 16:38:50 +00:00
Palle Girgensohn
11e79e69e9 In preparation for upcoming ICU-5.3 upgrade, I failed to update distfile on slave ports 2014-06-12 12:46:52 +00:00
Palle Girgensohn
5a036ffd6e deprecate pgaccess, it has not been actively maintained upstreams for 8+ years
Approved by: portmgr (implicit)
2014-06-12 12:39:54 +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
Mikolaj Golub
f5fd6405a6 - honor PREFIX;
- properly set RIAK_LIBDIR in plist (while here, sort PLIST_SUB).
2014-06-11 18:44:31 +00:00
Oliver Lehmann
69baf55a1a add STAGE support 2014-06-11 16:32:47 +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 Marakasov
5bf588307f - Switch to USES=libtool
Approved by:	portmgr blanket
2014-06-11 09:13:23 +00:00
Bryan Drewery
2458196874 - Explain to user how to build if they have openssl installed. Another option
is to auto select OPENSSL and PORTSSL options but I stuck with letting the
  user make that decision.

PR:		186566
Reported by:	agifford@infowest.com
2014-06-10 15:22:12 +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
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Mark Linimon
02104a6160 Reset maintainership.
PR:		190858
PR:		190859
PR:		190860
PR:		190861
PR:		190862
PR:		190863
PR:		190864
Submitted by:	former maintainer
Approved by:	portmgr (blanket)
2014-06-10 06:31:43 +00:00
Akinori MUSHA
1f7d9ae906 Add staging support. 2014-06-10 05:58:55 +00:00
Baptiste Daroussin
d22c4f1c2f Support stage 2014-06-10 05:49:41 +00:00
John Marino
bcdd74d70f databases: iplike[1], jrrd[2]: reset maintainer
No reason offered.  Thanks for maintaining these for a few years.

PR:		ports/190839 [1]
PR:		ports/190840 [2]
Submitted by:	maintainer (Sevan Janiyan)
2014-06-09 22:07:15 +00:00
Palle Girgensohn
f319c969b6 Prepare for upcoming ICU-5.3 upgrade. 2014-06-09 21:57:43 +00:00
Mathieu Arnold
8255ae7160 - Set license to BSD2CLAUSE.
- Set rcvar to bucardo_ctl_enable; do not call set_rcvar.

PR:		190124
Submitted by:	olgeni@
Sponsored by:	Absolight
2014-06-09 12:31:17 +00:00
Matthew Seaman
7392a0f5b7 Update to 4.2.3
This is a routine bugfix update.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.3/phpMyAdmin-4.2.3-notes.html/view
2014-06-09 09:14:47 +00:00
Palle Girgensohn
cce7650bb8 - Update to 9.2.1004
- Stage support
- Add LICENSE

Submitted by:	bar@
2014-06-09 06:24:45 +00:00
Steve Wills
a7fc988684 - Fix minor issue from previous commit by changing from SUB_LIST to PLIST_SUB
PR:		189787
Reported by:	Mikhail Tatsenko <m.tsatsenko@gmail.com> (maintainer)
Pointyhat to:	swills
2014-06-08 23:53:00 +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
Kurt Jaeger
c4e1289ca5 Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
Sunpoet Po-Chuan Hsieh
c4baab140e - Update to 3.1.0
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2014-06-08 13:23:22 +00:00
Marcus von Appen
5059b9f1d2 - Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Convert to new OPTIONS
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-08 12:17:42 +00:00
Marcus von Appen
c9cacbc290 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-08 12:08:47 +00:00
Marcus von Appen
984a4dd8d2 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-08 12:05:00 +00:00
Matthew Seaman
a9e7adf684 Update to 5.1.31
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-31.html
2014-06-07 17:53:25 +00:00
Raphael Kubo da Costa
34117c378a Add explicit dependency on qt4-gui.
For some reason, PyQt's configure.py adds a dependency on QtGui when
figuring out if QtSql is installed. When the API option is on, this
dependency is always installed indirectly, but things fail if it is turned
off. From configure's build log:

  Checking to see if the QtSql module should be built...
  c++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/local/share/qt4/mkspecs/default
  -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtGui
  -I/usr/local/include/qt4 -I/usr/local/include -O2 -pipe
  -fno-strict-aliasing -O2 -w -pthread -D_THREAD_SAFE cfgtest_QtSql.cpp -o
  cfgtest_QtSql -L/usr/local/lib/qt4 -L/usr/local/lib -Wl,-O1
  -Wl,-rpath,/usr/local/lib/qt4 -lQtSql -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtCore -L/usr/local/lib/qt4
  -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -lXext -lX11 -lm
  /usr/bin/ld: cannot find -lQtGui
  c++: error: linker command failed with exit code 1 (use -v to see invocation)

PR:		183706
MFH:		2014Q2
2014-06-07 09:38:11 +00:00
Vanilla I. Shu
13dc059f0c Stagify. 2014-06-07 02:33:32 +00:00
Vanilla I. Shu
5a0f78596e Stagify. 2014-06-07 02:31:20 +00:00
Vanilla I. Shu
934581d56c Stagify. 2014-06-07 02:28:02 +00:00
Vanilla I. Shu
329ebde5f7 Stagify. 2014-06-07 02:21:27 +00:00
Vanilla I. Shu
62dd952df8 Stagify. 2014-06-07 02:19:21 +00:00
Vanilla I. Shu
facc0fd82d Stagify. 2014-06-07 02:11:20 +00:00
Matthias Andree
db4e6b5f81 Fix stage-qa warnings
Remove trailing blank from MASTER_SITES
Tabs to spaces in pkg-descr WWW: tag
Rename patch to avoid special characters.
Add LICENSE_FILE, USES=libtool:keepla
Patch libtool install runs to use ${INSTALL} instead of cp -p
Bump PORTREVISION (adding .so.0.0.0 files).

PR:		189491
Submitted by:	takefu@airport.fm
Approved by:	gslin@gslin.org (implicit)
2014-06-06 18:56:28 +00:00
Antoine Brodin
ec9733a0e9 - Reset maintainer
- Deprecate

PR:		ports/190717
Submitted by:	maintainer
With hat:	portmgr
2014-06-06 15:59:38 +00:00