Pav Lucistnik
c6a275c4ae
- Fix build when custom CFLAGS are set in make.conf
...
PR: ports/144138
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2010-04-07 08:34:21 +00:00
Martin Wilke
ddb8804c0f
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 13:31:19 +00:00
Doug Barton
1731571e11
The port needs COMPAT_43TTY defined to build on -CURRENT
...
Mark MAKE_JOBS_UNSAFE
Submitted by: mel.flynn+fbsd.ports at mailing.thruhere.net
2009-08-06 04:03:31 +00:00
Dmitry Marakasov
33e3d901d4
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)
2009-06-09 15:33:28 +00:00
Martin Wilke
7a07cf7bda
- 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>
2008-07-19 17:27:39 +00:00
Martin Wilke
3e4ed01146
- 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)
2008-04-19 17:56:05 +00:00
Martin Wilke
d80da8b7ee
- Remove dependency on X_CLIENTS_PORTS
...
PR: 121478
Submitted by: Chess Griffin <chess@chessgriffin.com>
2008-03-13 11:42:13 +00:00
Martin Wilke
4ba3143d39
- Remove inclusion of sgtty
...
PR: 119102
Submitted by: Ed Schouten <ed@fxq.nl>
2008-01-03 21:03:36 +00:00
Pav Lucistnik
5f1016d756
- 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>
2007-07-20 12:41:02 +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
Pav Lucistnik
1385439bf0
- 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
2007-01-31 10:06:01 +00:00
Thierry Thomas
e6fa0c6df5
s:/usr/X11R6:${X11BASE}: everywhere.
...
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
2006-12-28 18:24:06 +00:00
Pav Lucistnik
ba3cef7ac6
- Fix build with gcc41
...
- Respect CC
- Install fonts
PR: ports/104032
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 10:28:40 +00:00
Tilman Keskinoz
45e0cdd363
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>
2006-09-22 14:03:41 +00:00
Cheng-Lung Sung
7fcd38cac3
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- x11-toolkits/ of ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:13:42 +00:00
Edwin Groothuis
5b2fd8de70
Remove USE_REINPLACE from categories starting with X
2006-05-13 05:00:46 +00:00
Dejan Lesjak
97e24935c1
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
2006-01-21 18:55:31 +00:00
Pav Lucistnik
870498d268
- 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)
2005-08-06 21:39:23 +00:00
Jacques Vidrine
43eb26289a
Correct buffer overflows in xview libraries.
...
Obtained from: Debian
Security: http://vuxml.freebsd.org/ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d.html
2005-06-01 17:08:52 +00:00
Kris Kennaway
f3ab1adcfb
BROKEN on 5.x: Broken by changes to make(1)
...
Approved by: portmgr (self)
2004-09-30 05:49:11 +00:00
Erwin Lansing
2f778a0834
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)
2004-05-09 07:10:43 +00:00
Tilman Keskinoz
a8cc709a5e
Fix build on AMD64
2004-05-05 13:53:12 +00:00
Thierry Thomas
a2c6722d4a
Reassign maintainership to Serge Gagnon.
...
Take care, Serge!
PR: ports/64517
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
Approved by: mat (mentor)
2004-03-21 09:58:44 +00:00
Kris Kennaway
f50c7f3199
BROKEN on amd64: Does not compile
2004-03-05 12:20:58 +00:00
Pav Lucistnik
bbff923854
- Redo this port. Now it compiles on -current again.
...
PR: ports/58176
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00
Mark Linimon
b372d889a9
Mark as broken on recent versions of 5.x due to imake problems.
2003-11-22 17:01:30 +00:00
Mark Linimon
0e653b3b04
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.
2003-11-02 00:15:23 +00:00
Christian Weisgerber
2934d4ceb2
Release maintainership of ports due to personal technical difficulties.
...
Submitted by: Serge Gagnon
2003-07-30 20:18:51 +00:00
Daichi GOTO
e4b8bfe6d0
- 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)
2003-06-19 06:56:25 +00:00
Kris Kennaway
93872f18cc
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
2003-06-04 22:43:38 +00:00
Kris Kennaway
d500c1cc50
BROKEN on 5.1: does not compile
2003-05-18 10:15:44 +00:00
Akinori MUSHA
cb07270bfe
De-pkg-comment.
2003-02-20 19:21:36 +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
Jimmy Olgeni
a130b2e7dd
Batch of style fixes for x11-toolkits.
2001-02-05 16:49:17 +00:00
Lars Koeller
ba965121da
Forgotten to bump PORTREVISION due to addition of patch-lp, which fixed
...
the problems of finding .text_extras_menu.
2001-01-28 14:54:40 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
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.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1
First round of INSTALL_SHLIB fixes.
2000-06-15 16:44:16 +00:00
Satoshi Asami
fe90a46320
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
...
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Chris Piazza
458db42f26
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 01:11:24 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408
$Id$ -> $FreeBSD$
1999-08-31 03:04:38 +00:00
Steve Price
ba6754f275
Combine xview-config and xview-lib into one port, xview.
...
PR: 11305
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-04 22:58:09 +00:00
Satoshi Asami
839f94d88c
Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
...
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.
1998-08-07 22:56:48 +00:00
Steve Price
7e7c29d9bd
Remove the _Use macro as it conflicts with the one supplied
...
by X11R6. Also portlin clean and separate patches out so
there is one file per patch.
PR: 6411
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
1998-05-04 03:34:56 +00:00
Thomas Gellekum
f79d5b90e1
DISTFILE now on MASTER_SITE_LOCAL.
1997-10-28 12:28:08 +00:00
Satoshi Asami
cdc7a3c58b
Makefile cleanup. Plus:
...
xview-clients/Makefile: replace NO_EXTRACT with an empty do-extract:
target, otherwise DEPENDS won't work
xview-lib/Makefile: add comment explaining above, use full pathname
for ldconfig
xview-config/Makefile: use MASTER_SITE_XCONTRIB
1996-11-16 10:49:57 +00:00
Satoshi Asami
d5bd88729e
Make the xview-* trilogy compile. I haven't tested them, but all
...
the patches applied without hitch so I assume they should work. (ljo's
too busy to take a look now, so I went ahead and fixed them....)
1995-04-25 04:48:02 +00:00
Satoshi Asami
08f93b2bb4
Some more ports Makefile updates...sorry, don't have time now so
...
x11/ is only halfway finished.
1995-04-12 15:22:43 +00:00