1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Alexey Dokuchaev
a6fd5a21c8 Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 17:13:42 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +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
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Baptiste Daroussin
81a50284dc Cleanup plist 2014-09-22 10:02:27 +00:00
Adam Weinberger
6df3e23245 Rename audio/ patch-xy patches to reflect the files they modify. 2014-07-28 14:12:36 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
85d31308fb Update to 1.9.4
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries
2013-10-19 00:01:10 +00:00
Baptiste Daroussin
ce536687bb Stagify 2013-10-04 20:04:08 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Tijl Coosemans
cbec9fc70a Remove USE_GCC=any since the port builds with clang now.
Also remove the no longer needed post-patch target.
2013-09-02 16:20:26 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Sylvio Cesar Teixeira
1021d8c65c - Update to 1.9.3 2011-08-29 17:20:33 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Sylvio Cesar Teixeira
78258ee5df - Update to 1.9.2
Approved by:	itetcu (mentor, implicit)
2010-04-17 20:30:21 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Pav Lucistnik
dbe4d44cfd - Mark MAKE_JOBS_UNSAFE
Submitted by:	David Naylor <naylor.b.david@gmail.com>
2009-04-12 20:23:21 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Ion-Mihai Tetcu
fc0a410721 - restore the way it was before I started to "fix" things that didn't need
fixing (it was failing on my tindys because of a very particular environment
poisoning)
- no bump of PORTREVISION this time since I didn't actually changed anything

Pointyhat to:	itetcu@ (raises and waves "It's me!")
2008-06-24 19:11:56 +00:00
Ion-Mihai Tetcu
f116dee919 - Really fix plist this time
- bump PORTREVISION again
2008-06-24 07:03:37 +00:00
Ion-Mihai Tetcu
7c33e7af2b - fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
2008-06-24 01:18:59 +00:00
Edwin Groothuis
7b1bef4ffa [PATCH] audio/nas: update to 1.9.1
* Update to 1.9.1 which is claimed to fix many race conditions
	  and nasd segfaults (I experience those quite often with
	  1.8) (I haven't yet used new nasd for enough time to prove
	  that)
	* Use SF macro, USE_XORG (so this port should be ready to
	  ports/122340) and make this port respect CC/CXX
	* Adapt all old patches to the new code

PR:		ports/123684
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer timeout
2008-06-18 08:48:58 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jeremy Messenger
0180080a9e Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
2007-03-26 21:35:04 +00:00
Michael Johnson
f6798178ee - Give a few homeless ports a home with multimedia@ 2006-06-09 18:59:20 +00:00
Erwin Lansing
38fb034a53 Update to 1.8
PR:		98493
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-06-04 21:48:02 +00:00
Erwin Lansing
82a635cfd8 Remove -Werror from CFLAGS. Although I cannot reproduce the warning on
an amd64 machine, there are several reports that there is one, so don't
let it break the build.

PR:			97580
Submitted by:		"O. Hartmann" <hartmann@quark-park.dyndns.org>,
			pointyhat via kris
Fix suggested by:	anray
2006-06-04 20:25:15 +00:00
Vasil Dimov
366285f8d4 Fix build on 64 bit platforms 2006-05-20 08:07:50 +00:00
Vasil Dimov
924c483f27 Split patch-warnings into
patch-clients_audio_audemo_audemo.c
patch-clients_audio_auedit_Graph.c
patch-clients_audio_auedit_auedit.c
patch-clients_audio_aupanel_aupanel.c
patch-clients_audio_auphone_auphone.c
patch-clients_audio_autool_audiotool.c
patch-clients_audio_auwave_auwave.c
patch-server_dda_voxware_config.c
patch-server_dia_gram.y
patch-server_dia_lex.l
to ease with maintaining.
2006-05-20 07:56:48 +00:00
Erwin Lansing
0aa449909c Update to 1.7c
PR:		97483
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-19 10:19:12 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Edwin Groothuis
14dbb6b7a3 Use SUB_FILES to replace %%PREFIX%% 2006-04-01 12:18:06 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Michael Nottebrock
b5e76bed8a Back out last commit, the template got fixed in the meantime. 2005-10-14 19:44:55 +00:00
Mikhail Teterin
c6ee297801 Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later does
not exist on FreeBSD-4.x

Notified by:	Paulo Fragoso
2005-10-14 13:36:20 +00:00
Michael Nottebrock
fa12b79104 Fix build on 4.x 2005-10-11 18:25:56 +00:00
Mikhail Teterin
196fd0688c Remove a bogus variable from the Makefile. 2005-10-10 21:38:56 +00:00
Mikhail Teterin
d618db5fd2 Re-arrange the make-targets to avoid remaking the Makefiles -- this was
my regression from the earlier version of the port.
2005-10-10 21:34:25 +00:00
Mikhail Teterin
26379b9170 Add the missing patch, which provides for nas executables linking
dynamically with -laudio.
2005-10-10 21:23:45 +00:00
Mikhail Teterin
254a7b8396 Update from 1.7 to 1.7b. Add the following improvements:
1) Use proper CFLAGS to compiled libaudio's unshared/*.o --
	   previously only the shared objects were thus compiled.
	2) Use -fPIC for shared objects only on sparc64 -- on other
	   platforms use -fpic.
	3) Use the unshared/*.o to create the static libaudio.a --
	   previously the shared objects were used for both libraries.
	4) Link with -lXt and -lXau -- the vendor's Imakefile does that
	   only on Linux, for some reason...

The first three of these points should really be handled by imake et al...
2005-10-10 19:49:34 +00:00
Pav Lucistnik
d28942a721 - Fix build on !i386
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>
2004-11-18 08:11:46 +00:00
Pav Lucistnik
b101c12f7e - Update to 1.7
PR:		ports/73967
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>
2004-11-15 23:46:29 +00:00
Kirill Ponomarev
e7f7290ca3 - Fix MASTER_SITES
PR:		ports/65531
Submitted by:	Ports Fury
2004-04-14 18:41:44 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Oliver Braun
505f32f85a Upgrade to 1.6.
PR:		44482
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-10-26 07:58:47 +00:00