non port: x11-toolkits/xview/Makefile |
SVNWeb
|
Number of commits found: 59 |
Sun, 5 Apr 2020
|
[ 04:30 cy ]
Schedule Openlook and Xview for deorbit. They're 32-bit only and well
past their best before date.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
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.
|
Mon, 11 Mar 2019
|
[ 21:25 zeising ] (Only the first 10 of 243 ports in this commit are shown above. )
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
|
Thu, 5 Oct 2017
|
[ 11:54 bapt ]
Use helpers to avoid including pre.mk/post.mk
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 27 May 2015
|
[ 00:15 amdmi3 ] (Only the first 10 of 26 ports in this commit are shown above. )
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Sun, 19 Apr 2015
|
[ 06:02 cy ]
Unbreak.
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
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
|
Thu, 19 Mar 2015
|
[ 02:21 cy ]
Fix conflict, file ownership, and build issues.
|
Fri, 27 Jun 2014
|
[ 04:53 cy ]
Fix build errors related to stage and pkg-plist consistency.
Convert NOPORTDOCS to option.
|
Tue, 10 Jun 2014
|
[ 05:09 cy ]
Support stage. Update to new LIB_DEPENDS.
|
Sat, 23 Nov 2013
|
[ 03:53 cy ]
Fix typo.
Pointy hat to: yours truly
|
Thu, 21 Nov 2013
|
[ 01:35 cy ]
Address conflict with x11/xloadimage
|
Fri, 20 Sep 2013
|
[ 23:57 bapt ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] (Only the first 10 of 111 ports in this commit are shown above. )
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
|
Wed, 12 Jun 2013
|
[ 16:56 bapt ]
Fix build with clang
|
Wed, 8 Feb 2012
|
[ 06:52 cy ] (Only the first 10 of 123 ports in this commit are shown above. )
Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
|
Tue, 27 Sep 2011
|
[ 00:55 cy ]
Fix unresolved external reference in xview-clients under 9.0.
|
Sun, 25 Sep 2011
|
[ 05:48 cy ]
Fix build under 9.0 (with new utmpx).
|
Wed, 8 Jun 2011
|
[ 17:55 cy ]
Fix XAllocID assertion in Xview applications.
Assume maintainership of this port.
Obtained from: Ubuntu bug 89166
|
Wed, 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>
|
Sat, 20 Mar 2010
|
[ 13:27 miwi ]
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Thu, 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
|
Tue, 9 Jun 2009
|
[ 15:33 amdmi3 ] (Only the first 10 of 240 ports in this commit are shown above. )
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)
|
Sat, 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>
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 13 Mar 2008
|
[ 11:42 miwi ]
- Remove dependency on X_CLIENTS_PORTS
PR: 121478
Submitted by: Chess Griffin <chess@chessgriffin.com>
|
Thu, 3 Jan 2008
|
[ 21:03 miwi ]
- Remove inclusion of sgtty
PR: 119102
Submitted by: Ed Schouten <ed@fxq.nl>
|
Fri, 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>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 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
|
Thu, 28 Dec 2006
|
[ 18:24 thierry ]
s:/usr/X11R6:${X11BASE}: everywhere.
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
|
Sat, 7 Oct 2006
|
[ 10:28 pav ] (Only the first 10 of 17 ports in this commit are shown above. )
- Fix build with gcc41
- Respect CC
- Install fonts
PR: ports/104032
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
|
Fri, 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>
|
Tue, 15 Aug 2006
|
[ 01:13 clsung ] (Only the first 10 of 44 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sat, 13 May 2006
|
[ 05:00 edwin ] (Only the first 10 of 191 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with X
|
Sat, 21 Jan 2006
|
[ 18:55 lesi ] (Only the first 10 of 29 ports in this commit are shown above. )
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
|
Sat, 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)
|
Wed, 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
|
Thu, 30 Sep 2004
|
[ 05:49 kris ]
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
|
Sun, 9 May 2004
|
[ 07:10 erwin ] (Only the first 10 of 11 ports in this commit are shown above. )
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)
|
Wed, 5 May 2004
|
[ 13:53 arved ]
Fix build on AMD64
|
Sun, 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)
|
Fri, 5 Mar 2004
|
[ 12:16 kris ]
BROKEN on amd64: Does not compile
|
Sat, 13 Dec 2003
|
[ 23:38 pav ] (Only the first 10 of 173 ports in this commit are shown above. )
- Redo this port. Now it compiles on -current again.
PR: ports/58176
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
Sat, 22 Nov 2003
|
[ 17:01 linimon ]
Mark as broken on recent versions of 5.x due to imake problems.
|
Sun, 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.
|
Wed, 30 Jul 2003
|
[ 20:18 naddy ]
Release maintainership of ports due to personal technical difficulties.
Submitted by: Serge Gagnon
|
Thu, 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)
|
Wed, 4 Jun 2003
|
[ 22:43 kris ] (Only the first 10 of 129 ports in this commit are shown above. )
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
|
Sun, 18 May 2003
|
[ 10:08 kris ]
BROKEN on 5.1: does not compile
|
Thu, 20 Feb 2003
|
[ 19:20 knu ] (Only the first 10 of 74 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 5 Feb 2001
|
[ 16:49 olgeni ] (Only the first 10 of 55 ports in this commit are shown above. )
Batch of style fixes for x11-toolkits.
|
Sun, 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.
|
Fri, 16 Jun 2000
|
[ 22:52 asami ] (Only the first 10 of 264 ports in this commit are shown above. )
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 ] (Only the first 10 of 100 ports in this commit are shown above. )
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.
|
Thu, 15 Jun 2000
|
[ 17:44 sobomax ] (Only the first 10 of 61 ports in this commit are shown above. )
First round of INSTALL_SHLIB fixes.
|
Fri, 9 Jun 2000
|
[ 22:59 asami ] (Only the first 10 of 43 ports in this commit are shown above. )
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my area on
the local ports tree.
|
Number of commits found: 59 |