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

8107 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
2f1a668160 - Update to 1.2.4
- Remove obsolete patch files
- Re-installation or update of lazarus should work fine from now
- STAGEDIR support
2014-06-18 20:51:39 +00:00
Koop Mast
cf906e5cf2 Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
2014-06-17 20:05:30 +00:00
Ashish SHUKLA
de07c9e66b - Fix building on 10.x when CANNA option is enabled, by updating CANNA
patchset

PR:				190711
Submitted by:	Noboyoshi SATO <nobu-s at iwate-pu.ac.jp>
2014-06-17 02:38:13 +00:00
Jung-uk Kim
e1a274b0c0 Shut up check-orphans.
Reported by:	swills
2014-06-17 00:12:37 +00:00
Rodrigo Osorio
b93cd63670 Take maintenership of multiple ports (feld@ drop its maintenership)
devel/trio
editors/poedit
ftp/ftpsync
net-mgmt/rrdbot
sysutils/fusefs-gstfs
textproc/smu
www/p5-HTML-Template-Associate
www/p5-WWW-FreeProxy

Submitted by:	rodrigo
Approved by:	bapt (mentor)
2014-06-16 12:49:00 +00:00
Martin Wilke
71f0e22a2c - Update to 2.7
PR:		190950
2014-06-15 08:40:22 +00:00
Vanilla I. Shu
8d9dc9ed9e Stagify.
Approved by:	portmgr@
2014-06-15 03:25:46 +00:00
Vanilla I. Shu
7d4b9358de 1: Stagify.
2: use @owner, @group, @mode.

Approved by:	portmgr@
2014-06-15 03:21:01 +00:00
Vanilla I. Shu
960e295b34 Stagify.
Approved by:	portmgr@
2014-06-14 16:32:25 +00:00
Jung-uk Kim
689e3c5ca0 - Fix build with libc++ on i386.
- Fix JAVA option.  A distfile was missing.
- Work around INSTALLS_ICONS issues.  Icon caches were not properly updated.
- Tidy up bash completion installation.
2014-06-14 05:52:26 +00:00
Jung-uk Kim
9ad02e2242 Add more language packs for LibreOffice 4.2. 2014-06-12 23:43:05 +00:00
Baptiste Daroussin
ef23e45d66 Restore configure regeneration 2014-06-12 11:02:50 +00:00
Baptiste Daroussin
3a086444be Some part of the build might want to run autoreconf 2014-06-12 09:26:58 +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
Antoine Brodin
41d298818a Add missing \ 2014-06-12 05:44:26 +00:00
Baptiste Daroussin
e0d65c2224 Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it)
Reported by:	antoine
2014-06-12 05:38:04 +00:00
Baptiste Daroussin
447b2b0b8e explicitly disable doxygen
Reported by:	pi
2014-06-11 18:47:43 +00:00
Dmitry Marakasov
67a342b847 - Switch audio/liboggz to libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-11 18:22:48 +00:00
Baptiste Daroussin
a851bbd12c Disconnect removed libreoffice i18n directories
Reported by:	miwi
2014-06-11 16:05:53 +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
Baptiste Daroussin
0533abe3e7 Forgot libreoffice itself in previous commit 2014-06-11 14:45:18 +00:00
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +00:00
Rodrigo Osorio
c5a4777b98 - stagify the port
- add licence

Submitted by:	rodrigo
Reviewed by:	bapt (mentor)
Approved by:	portmgr (blanket)
2014-06-11 13:31:27 +00:00
Dmitry Marakasov
1f083ae994 - Stagify
- Use new LIB_DEPENDS syntax
- Don't try to remove mtree directories

Approved by:	portmgr blanket
2014-06-11 09:16:15 +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
Thierry Thomas
e4e4a051e7 Upgrade to 2014.24.
Changelog at <http://towo.net/mined/changes.html>.
2014-06-09 19:55:48 +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
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
Pietro Cerutti
886792db25 - Udpate to 6.0.1
Release notes: http://codelite.org/LiteEditor/ReleaseNotesCodeLite60
2014-06-05 15:21:07 +00:00
Dmitry Marakasov
25153da4c5 - Fix options
Spotted by:	bapt
2014-06-04 15:48:16 +00:00
Dmitry Marakasov
b8a059169d - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-03 12:59:51 +00:00
Martin Wilke
18947cf062 - Restore NLS Support
Reported by:	danfe
2014-06-03 06:32:37 +00:00
Martin Wilke
7d39800960 - Update to 5.2.8
PR:		190404
2014-06-03 05:06:59 +00:00
Antoine Brodin
673e9b8ca8 Unbreak
Reported by:	pkg-fallout
2014-06-01 21:18:03 +00:00
Antoine Brodin
53d42c3df7 Unbreak
Reported by:	pkg-fallout
2014-06-01 19:33:35 +00:00
Antoine Brodin
2e34642c45 Mark a few unfetchable ports as BROKEN
With hat:	portmgr
2014-06-01 08:00:35 +00:00
Sunpoet Po-Chuan Hsieh
cd6e9a9547 - Update to 7.4.316
- Fix patch: merge patch-configure into patch-src-auto-configure

Changes:	https://code.google.com/p/vim/source/list
2014-05-31 18:11:29 +00:00
Antoine Brodin
0e666678ac Mark BROKEN: Checksum and size mismatch
Reported by:	pkg-fallout
With hat:	portmgr
2014-05-31 17:54:13 +00:00
Dmitry Marakasov
8d5fbfb409 - Switch to USES=libtool, drop .la file
- Strip binaries
- Fix build on 10.x+ by using gcc
- Optionize
2014-05-31 00:58:44 +00:00
Dmitry Marakasov
9b7bbbe07d - Convert conditinal BROKEN to ONLY_FOR_ARCHS
- Simplify DOCS installation
2014-05-30 18:04:27 +00:00
John Marino
4cf1abf943 editors/xemacs-packages: specify post-extraction with ${TAR}
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats.  We know the post-
extraction tool needs to be tar, so let's specify it directly.
2014-05-29 21:01:23 +00:00
John Marino
e7512728d3 2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}

Approved by:	general infrastructure blanket
2014-05-29 17:48:12 +00:00
Eitan Adler
3cd186f9db Update to 2.3.3
2014.05.28 - This release contains
                many many improvements to the core system, including
                substantial improvements to the undo/redo code, UTF-8
                handling, the configure script, and display of shortcuts
                on very wide terminals,  New features include the
                ability to read named pipes (--noread), as well as
                linter support (see the nanorc man page for details).  Also
                included are much improved syntax highlighting code, and
                configurations for JSON, texinfo, Go, and a default syntax
                for catch all highlighting. Finally, nano now has the
                ability to set the color of the title bar, status bar, and
                shortcut keys (e.g. "^X") and their descriptions.  Again
                see the nanorc page for details.
2014-05-29 06:09:01 +00:00
Baptiste Daroussin
2421f59236 Remove USE_DISPLAY from broken ports
With hat:	portmgr
2014-05-28 12:12:46 +00:00
Vanilla I. Shu
bb93d89713 Stageify.
Approved by:	portmgr@
2014-05-27 15:13:08 +00:00
Vanilla I. Shu
db8bdbb2e1 Stageify.
Approved by:	portmgr@
2014-05-27 15:02:49 +00:00
Vanilla I. Shu
f36524ae0b Stageify.
Approved by:	portmgr@
2014-05-27 15:02:25 +00:00
Vanilla I. Shu
c2cb80025b Stageify.
Approved by:	portmgr@
2014-05-27 15:01:44 +00:00
Baptiste Daroussin
941c31ac7a Finish conversion to USES=lua 2014-05-26 15:30:56 +00:00