1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

328365 Commits

Author SHA1 Message Date
Koop Mast
1a87e82241 Update to 0.14.7.
Stagify.
Use new lib_depend syntax.
Add USES=libtool
2014-03-06 22:20:06 +00:00
Koop Mast
be80260253 Add actualy library to plist.
Submitted by:	tijl@
2014-03-06 21:59:01 +00:00
Koop Mast
5fcec2fe40 Unbreak on 10+
Stagify. Add USES=desktop-file-utils and libtool.
2014-03-06 21:45:35 +00:00
Mark Felder
0f244708f0 Update to 3.1.10 RC
Sponsored by:	SupraNet Communications, Inc
2014-03-06 21:17:15 +00:00
Mark Felder
d768f2f3b1 Update to 3.2.0
Support STAGE

aox builds with GCC on 8.x and 9.x, clang on 10.0+

Sponsored by:	SupraNet Communications, Inc
2014-03-06 21:13:02 +00:00
David Naylor
d28d440f48 Fix distfiles for FreeBSD-10 on emulators/i386-wine-devel.
Reported by:	pkg-fallout
2014-03-06 20:52:15 +00:00
Antoine Brodin
28a38d6cf8 Fix packaging of python32 and python33 when they are already installed
The ABIVER was appended twice to some files in the plist

Reported and tested by:	demon
2014-03-06 20:48:23 +00:00
Antoine Brodin
832c3ead7f Mark BROKEN: Does not build
c++ -fpic -DPIC  -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory
In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3,
                 from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2:
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)':
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope
...

Reported by:	pkg-fallout
2014-03-06 20:44:49 +00:00
Antoine Brodin
50813e10e3 Mark BROKEN: violates stage and fails to package
Reported by:	pkg-fallout
2014-03-06 20:41:39 +00:00
Koop Mast
c6022ea918 Don't run dbus-uuidgen in post-install scripts. This has the effect that
there will be no dangeling /var/db/dbus/machine-id on package install [1].
Change the dbus start script to always call dbus-uuidgen --ensure. Which
only generates /var/db/dbus/machine-id if it is not present.
While here switch to USES=libtool.

Reported by:	poudriere in strict mode via miwi@ [1]
2014-03-06 20:39:24 +00:00
Antoine Brodin
4470c4744f Mark BROKEN: Does not build
libtool: compile:  c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp  -fPIC -DPIC -o .libs/sqlrlistener.o
sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)':
sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)'

Reported by:	pkg-fallout
2014-03-06 20:38:10 +00:00
Antoine Brodin
a871d61016 Mark broken: Does not build
cd /wrkdirs/usr/ports/print/pdf4tcl/work/pdf4tcl08 && /usr/local/bin/dtplite -o pdf4tcl.n nroff pdf4tcl.man
env: tclsh: No such file or directory

Reported by:	pkg-fallout
2014-03-06 20:35:17 +00:00
Mark Felder
809cb7fc58 Update to 0.9.9.5.411 2014-03-06 20:32:29 +00:00
Pawel Pekala
d2df1e04e0 - Update to version 4.9 [1]
- Use options helpers, subs
- Add staging support

PR:		ports/186717 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net>
Approved by:	maintainer
2014-03-06 20:29:47 +00:00
Antoine Brodin
b5d39e2956 Mark RESTRICTED, according to EULA in the distfile, distribution is not allowed 2014-03-06 20:26:56 +00:00
Koop Mast
07423eed3e Stagify, overwrite symlinks otherwise they point into the stagedir.
Use new LIB_DEPENDS syntax.
2014-03-06 20:25:32 +00:00
Koop Mast
444a170ef2 Use option helpers. 2014-03-06 20:24:29 +00:00
Koop Mast
0f6fd8c050 Stagify, use option helper.
Strip installed files so we don't end up with a ~170M large .a file and a
~50M large .so.
2014-03-06 20:23:53 +00:00
Antoine Brodin
f76111e9b9 Mark BROKEN: Does not build
/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.4/Pinta.Core/Pinta.Core.csproj (default targets) ->
/usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

	Classes/IExtension.cs(5,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
	Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
	Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
	Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
	Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?

Reported by:	pkg-fallout
2014-03-06 20:05:56 +00:00
Antoine Brodin
eff3003c15 - Fix packaging
- Remove post-patch already done by USES=libtool

Reported by:	pkg-fallout
2014-03-06 20:00:36 +00:00
Antoine Brodin
3cd9566430 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2014-03-06 19:39:49 +00:00
Antoine Brodin
8e16c9bdbf Unbreak INDEX by removing deprecated py31-tkinter
2014-03-06 x11-toolkits/py31-tkinter: Depends on expiring lang/python31

With hat:	portmgr
2014-03-06 19:30:54 +00:00
Gerald Pfeifer
53ef374db7 Update to version 3.3.2012.04.03 of the Italian hunspell dictionaries.
PR:		173943
Submitted by:	pfg
Approved by:	maintainer timeout (office, 15 months)
2014-03-06 19:08:59 +00:00
Mathieu Arnold
fa16a4f2ff If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDS
only made gcc recompile without actually solving the problem.  This patch
introduces pre-configure target to check for gcc java items and give a
meaningful explanation if none found.

Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer
here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head

PR:		186893
Submitted by:	Kozlov Sergey
Sponsored by:	Absolight
2014-03-06 18:54:06 +00:00
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd - Remove outdated PERL_LEVEL check
With hat:	perl
2014-03-06 18:51:17 +00:00
Antoine Brodin
8bc198637c - Update to 2.13
- Works fine with requests
2014-03-06 18:42:12 +00:00
Olivier Duchateau
e304a050ec - Update to 1.8
ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#18-2014-03-04
2014-03-06 18:37:18 +00:00
Wesley Shields
083859f0fb Update to 6.02.
Submitted by:	dteske@
2014-03-06 18:36:27 +00:00
Baptiste Daroussin
82b8989676 Support stage 2014-03-06 18:36:11 +00:00
Baptiste Daroussin
09c26290ce Support stage 2014-03-06 18:34:54 +00:00
Baptiste Daroussin
5547e7093a Support stage 2014-03-06 18:33:29 +00:00
Olivier Duchateau
bb458279bb - Update to 4.1.1
ChangeLog: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG.md#20140303-release-411
2014-03-06 18:32:32 +00:00
Baptiste Daroussin
9d881b4ae4 Support stage 2014-03-06 18:31:06 +00:00
Olivier Duchateau
0ce6b4ee88 Blueprint is Gtk2 engine, collection of icons and themes from OpenSolaris.
WWW: http://openindiana.org/

Requested by:	sk8harddiefast (FreeBSD forums)
Reviewed by:	sk8harddiefast
Obtained from:	http://forums.freebsd.org/viewtopic.php?f=22&t=45041
2014-03-06 18:24:50 +00:00
Tijl Coosemans
15337d471b - Fix compilation with newer glib20.
- Prefer libc iconv over libiconv.

PR:		ports/186948
2014-03-06 18:21:04 +00:00
Wesley Shields
2e1f6ab5c9 Update to 1.9.0. [1]
Support staging and general cleanup.

PR:		[2]: ports/186696
Submitted by:	[1]: Dan McGregor (private mail)
		[2]: tijl@
2014-03-06 18:20:53 +00:00
Baptiste Daroussin
facf62e27e Support stage 2014-03-06 18:18:15 +00:00
Baptiste Daroussin
38390d95ee Support stage 2014-03-06 18:14:28 +00:00
Baptiste Daroussin
302f9443e1 shells/zoidberg: remove broken and abandonware 2014-03-06 18:03:19 +00:00
Baptiste Daroussin
8bf2f29fdf Support stage 2014-03-06 17:59:53 +00:00
Baptiste Daroussin
25198e9968 Remove a broken and abandonware 2014-03-06 17:58:25 +00:00
Baptiste Daroussin
50d7789ce9 Support stage
Use options helpers
2014-03-06 17:56:19 +00:00
Antoine Brodin
baec7d593a Stage support 2014-03-06 17:53:27 +00:00
Baptiste Daroussin
f6927e8ec3 Support stage 2014-03-06 17:43:41 +00:00
Baptiste Daroussin
b9b706f117 Support stage 2014-03-06 17:38:47 +00:00
Mathieu Arnold
261d0e7b24 Always depend on libxml[1]
Add XML newstats support to bind99[2]

PR:		186890[1], 186791[2]
Submitted by:	Jason Mann[1], Matthew Seaman[2]
Sponsored by:	Absolight
2014-03-06 17:31:55 +00:00
Baptiste Daroussin
2606662df8 Support stage 2014-03-06 17:30:00 +00:00
Baptiste Daroussin
def6459cb8 Support stage 2014-03-06 17:27:23 +00:00
Mathieu Arnold
93f4bf8487 Try and have BIND start earlier.
Sponsored by:	Absolight
2014-03-06 17:12:52 +00:00
Rusmir Dusko
f40d914435 - Break lines around 80 characters 2014-03-06 17:11:42 +00:00