non port: x11-toolkits/xview/Makefile |
Number of commits found: 59 |
Sunday, 5 Apr 2020
|
04:30 cy
Schedule Openlook and Xview for deorbit. They're 32-bit only and well
past their best before date.
|
Thursday, 7 Nov 2019
|
18:36 zeising
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Monday, 11 Mar 2019
|
21:25 zeising
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init
|
Thursday, 5 Oct 2017
|
11:54 bapt
Use helpers to avoid including pre.mk/post.mk
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 27 May 2015
|
00:15 amdmi3
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 19 Apr 2015
|
06:02 cy
Unbreak.
|
Friday, 3 Apr 2015
|
11:26 mat
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Thursday, 19 Mar 2015
|
02:21 cy
Fix conflict, file ownership, and build issues.
|
Friday, 27 Jun 2014
|
04:53 cy
Fix build errors related to stage and pkg-plist consistency.
Convert NOPORTDOCS to option.
|
Tuesday, 10 Jun 2014
|
05:09 cy
Support stage. Update to new LIB_DEPENDS.
|
Saturday, 23 Nov 2013
|
03:53 cy
Fix typo.
Pointy hat to: yours truly
|
Thursday, 21 Nov 2013
|
01:35 cy
Address conflict with x11/xloadimage
|
Friday, 20 Sep 2013
|
23:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Friday, 28 Jun 2013
|
11:51 bapt
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
|
Wednesday, 12 Jun 2013
|
16:56 bapt
Fix build with clang
|
Wednesday, 8 Feb 2012
|
06:52 cy
Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
|
Tuesday, 27 Sep 2011
|
00:55 cy
Fix unresolved external reference in xview-clients under 9.0.
|
Sunday, 25 Sep 2011
|
05:48 cy
Fix build under 9.0 (with new utmpx).
|
Wednesday, 8 Jun 2011
|
17:55 cy
Fix XAllocID assertion in Xview applications.
Assume maintainership of this port.
Obtained from: Ubuntu bug 89166
|
Wednesday, 7 Apr 2010
|
08:34 pav
- Fix build when custom CFLAGS are set in make.conf
PR: ports/144138
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
Saturday, 20 Mar 2010
|
13:27 miwi
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Thursday, 6 Aug 2009
|
04:03 dougb
The port needs COMPAT_43TTY defined to build on -CURRENT
Mark MAKE_JOBS_UNSAFE
Submitted by: mel.flynn+fbsd.ports at mailing.thruhere.net
|
Tuesday, 9 Jun 2009
|
15:33 amdmi3
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
Saturday, 19 Jul 2008
|
17:27 miwi
- Set only i386 - Attempting to launch any application
that uses xview on amd64 causes a segmentation dump
(signal 10, bus error).
PR: 125589
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
|
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Thursday, 13 Mar 2008
|
11:42 miwi
- Remove dependency on X_CLIENTS_PORTS
PR: 121478
Submitted by: Chess Griffin <chess@chessgriffin.com>
|
Thursday, 3 Jan 2008
|
21:03 miwi
- Remove inclusion of sgtty
PR: 119102
Submitted by: Ed Schouten <ed@fxq.nl>
|
Friday, 20 Jul 2007
|
12:41 pav
- The port was patching /usr/lib --> /usr/X11R6/lib and then replacing all
occurrences of X11BASE to PREFIX. It's a lot cleaner to remove all prefix
changing patches and directly change /usr/lib to $PREFIX/lib with reinplace.
PR: ports/114507
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wednesday, 31 Jan 2007
|
10:06 pav
- Clean up lib/X11/config on package deinstall. This was masked in port builds,
because the directory contained imake files. But when xview was added from
package, this directory was left over after deinstall. Should fix leftovers
on pointyhat
|
Thursday, 28 Dec 2006
|
18:24 thierry
s:/usr/X11R6:${X11BASE}: everywhere.
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
|
Saturday, 7 Oct 2006
|
10:28 pav
- Fix build with gcc41
- Respect CC
- Install fonts
PR: ports/104032
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
|
Friday, 22 Sep 2006
|
14:03 arved
Don't install msgfmt and xgettext.
They may break devel/gettext if a user has set /usr/X11R6/bin before
/usr/local/bin.
PR: 100582
Reported by: Jean-Baptiste Quenot <jbq@caraldi.com>
|
Tuesday, 15 Aug 2006
|
01:13 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
|
Saturday, 21 Jan 2006
|
18:55 lesi
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
|
Saturday, 6 Aug 2005
|
21:39 pav
- Unbreak on 5.X and above:
* Redo SUBDIRS passing to work with new make(1)
* Patch out TIOCREMOTE ioctl calls, it was removed from FreeBSD
* Some gcc34 fixes
- Fix plist for xorg users
Approved by: portmgr (marcus)
|
Wednesday, 1 Jun 2005
|
17:08 nectar
Correct buffer overflows in xview libraries.
Obtained from: Debian
Security:
http://vuxml.freebsd.org/ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d.html
|
Thursday, 30 Sep 2004
|
05:49 kris
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
|
Sunday, 9 May 2004
|
07:10 erwin
Drop maintainership. Maintainer is not using FreeBSD as
primary OS any longer.
Thanks for all your work, Serge! Sorry to see you go.
PR: 66407
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
|
Wednesday, 5 May 2004
|
13:53 arved
Fix build on AMD64
|
Sunday, 21 Mar 2004
|
09:58 thierry
Reassign maintainership to Serge Gagnon.
Take care, Serge!
PR: ports/64517
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
Approved by: mat (mentor)
|
Friday, 5 Mar 2004
|
12:16 kris
BROKEN on amd64: Does not compile
|
Saturday, 13 Dec 2003
|
23:38 pav
- Redo this port. Now it compiles on -current again.
PR: ports/58176
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
Saturday, 22 Nov 2003
|
17:01 linimon
Mark as broken on recent versions of 5.x due to imake problems.
|
Sunday, 2 Nov 2003
|
00:15 linimon
Fix typo in comments. I don't believe there are that many sites
where you can download masers, but, on the other hand, see RFC 1437
by the present committer.
|
Wednesday, 30 Jul 2003
|
20:18 naddy
Release maintainership of ports due to personal technical difficulties.
Submitted by: Serge Gagnon
|
Thursday, 19 Jun 2003
|
06:56 daichi
- Unbroke xview on -current machine
- New files patch-old-wait.h patch-text_extras_menu patch-util-Imakefile
types.h.in wait.h.in.
PR: 52437
Submitted by: Serge Gagnon <gagnon__s@videotron.ca> (maintainer)
|
Wednesday, 4 Jun 2003
|
22:43 kris
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
Sunday, 18 May 2003
|
10:08 kris
BROKEN on 5.1: does not compile
|
Thursday, 20 Feb 2003
|
19:20 knu
De-pkg-comment.
|
Monday, 5 Feb 2001
|
16:49 olgeni
Batch of style fixes for x11-toolkits.
|
Sunday, 28 Jan 2001
|
14:54 lkoeller
Forgotten to bump PORTREVISION due to addition of patch-lp, which fixed the
problems of finding .text_extras_menu.
|
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
09:19 sobomax
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
Thursday, 15 Jun 2000
|
17:44 sobomax
First round of INSTALL_SHLIB fixes.
|
Friday, 9 Jun 2000
|
22:59 asami
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my area on
the local ports tree.
|
Number of commits found: 59 |