1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

1038 Commits

Author SHA1 Message Date
Pietro Cerutti
d33268a8e5 Convert USES of tcl or tk from 84+ to 85+
This shouldn't change anything in the default case because tcl86 is chosen
anyway.
2017-09-07 10:56:40 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Dmitry Marakasov
6c6bfd06c9 - Add LICENSE
- Unsilence installation commands
2017-06-18 09:01:27 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Dmitry Marakasov
1990c2fb1e - Switch to USES=localbase
- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
2017-04-10 15:49:25 +00:00
Rodrigo Osorio
a201883711 Update the port to v0.4.9.4 and take maintenership
Fix distfile format,WORKDIR and patch Makefile
Add license file
2017-04-02 10:32:22 +00:00
Olivier Duchateau
86fd231533 - Update to 0.7.0
- Sort USES
- Rewrite pkg-descr
2017-02-25 18:37:06 +00:00
Dmitry Marakasov
1a2f7cb396 - Add LICENSE 2017-02-25 13:45:33 +00:00
Dirk Meyer
eadb0689b7 - add LICENSE
- add OPTIONS framework
- cleanup configure
- fix warnings
- make portlint happier
2017-01-29 10:51:28 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00
Dmitry Marakasov
d401caf157 - Add LICENSE
- Add NO_ARCH
- Silence patching
2016-11-23 12:22:26 +00:00
Rene Ladan
f2aecf8776 Reset edwin's ports, he has handed in his commit bit.
With hat:	portmgr-secretary
2016-11-16 22:55:39 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Tobias C. Berner
1d16d53e19 Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.

Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
	* kde-kde4
In the future, this will be extended to
	* kde-frameworks
	* kde-plasma
	* kde-applications

PR:						213406
Differential Revision:	https://reviews.freebsd.org/D7645
Exp-run by :			antoine
Reviewed by:			mat, rakuco
Approved by: 			portmgr (mat), rakuco (mentor)
2016-10-18 17:22:35 +00:00
Dmitry Marakasov
6599b3c9d9 - Add LICENSE 2016-09-08 16:03:26 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Steve Wills
01ca19a397 Add USE_KDE4 so that KDE4_VERSION is defined
PR:		209756
Submitted by:	T.C.Berner <tcberner@gmail.com>
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
2016-05-26 16:25:39 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Kurt Jaeger
8045c1ff70 x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clang
- make patches conform to recommended format (makepatch)

PR:		209399
Submitted by:	yuri@rawbw.com
2016-05-09 18:38:47 +00:00
Mathieu Arnold
493a4da4aa Unbreak.
PR:		208724
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:58 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Dmitry Marakasov
6db9526c80 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-14 21:44:17 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Raphael Kubo da Costa
83cc9915b1 Unmark BROKEN.
I was able to fetch the port just fine.
2015-12-28 14:49:01 +00:00
Dmitry Marakasov
5b4e2838d5 - Switch to options helpers 2015-12-28 14:02:15 +00:00
Dmitry Marakasov
9b365fbd0e - Switch to USES=tar
- Switch to WRKSRC_SUBDIR
- Switch to options helpers
2015-12-28 14:02:10 +00:00
Martin Wilke
05c1df1194 - Update MASTER_SITES
PR:		205530
Submitted by:	nyan@
2015-12-24 19:37:34 +00:00
Martin Wilke
cd4a4eb96a - Update MASTER_SITES
- Add optional GTK2 support
- Add LICENSE
- Update WWW

PR:		204200
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4298
2015-12-08 18:15:22 +00:00
Marcelo Araujo
18875ab1b0 - Update to 0.51.
- Project moved to github.
- Add LICENSEs.

Changelog at: https://github.com/engerim42/wmbinclock/blob/master/CHANGELOG

Submitted by:	Thomas Kuiper <tkuiper@inxsoft.net> (author)
Approved by:	logix@foobar.franken.de (maintainer implicite)
Sponsored by:	Hackathon Taipei.
2015-12-06 02:37:02 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Cy Schubert
86cee243f6 This port is no longer interactive as of r400147. 2015-10-25 14:51:50 +00:00
Cy Schubert
04b8ff2431 Resurrect xalarm 3.06.
Take on maintainership.
2015-10-25 08:16:49 +00:00
Alexey Dokuchaev
02b2e72d5d - Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/
- Simplify installation routine while I'm here

PR:		203455
Submitted by:	Walter Schwarzenfeld
2015-10-24 15:08:39 +00:00
John Marino
de9e97d2e2 x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16
The PORTDATA mechanism was removed (per my request).

PR:		203487
Submitted by:	ports fury
2015-10-16 13:35:49 +00:00
Antoine Brodin
22e2f3440b Mark BROKEN: fails to link
c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector -fno-strict-aliasing   -L/usr/local/lib -o glclock main.o glclock.o GLObject.o GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm
GLextensions.o: In function `IsSupported_EXT_polygon_offset()':
GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT'

Reported by:	pkg-fallout
2015-09-27 10:30:51 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Dmitry Marakasov
0b689343ab - Switch to options helpers 2015-09-17 11:03:30 +00:00
Baptiste Daroussin
2c0f640f92 Mark as broken: does not fetch 2015-09-13 22:06:46 +00:00
Baptiste Daroussin
71d918afa3 Mark as broken: does not fetch 2015-09-13 22:05:33 +00:00
Dmitry Marakasov
f9c36d6bdf - Switch to options helpers
Approved by:	portmgr blanket
2015-09-04 21:33:35 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00