aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xballoon/Makefile
blob: 069e541eed65d0f408683f2d6f68d59ceb62d954 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   XBalloon
# Date created:        3 March 1999
# Whom:                Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   xballoon
PORTVERSION=    1.0
CATEGORIES= x11
MASTER_SITES=   http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/

MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp

ALL_TARGET= xballoon

USE_X_PREFIX=   yes
USE_XPM=    yes

MAN1=       xballoon.1
MANCOMPRESSED=  yes

.include <bsd.port.mk>
pan> | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 * Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1 | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 * multimedia/ffmpeg: update to 4.1jbeich2018-11-061-1/+1 | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ * Fix building on gcc-based archs by upgrading USES.linimon2018-09-201-1/+1 | | | | | | Tested on powerpc64 and amd64 (for no regression). Approved by: portmgr (tier-2 blanket) * Add NLS option to ports using it but not defining it.mat2018-09-101-1/+1 | * - Update to 0.50.3danilo2018-06-231-1/+1 | | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month) * - fix build for option XAWdinoex2018-05-141-0/+1 | * multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+1 | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 * emulators/vice: unbreak with ffmpeg 4.0jbeich2018-04-25