aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libsx
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-2/+3
| | | | | | | | | | | | | 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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-5/+5
| | | | | | | | | | | | | | | - 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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-4/+1
| | | | | | ports With hat: portmgr
* - Add SHA256pav2005-11-261-0/+1
|
* Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon justlesi2005-04-101-1/+1
| | | | | | | fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake.
* SIZEify.trevor2004-01-301-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* - PORTDOCS policepat2001-12-242-20/+20
| | | | | - DOCSDIR support to some - Brush out some lint
* Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-241-1/+1
| | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
|
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-011-1/+1
| | | | files.
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1
| | | | work with both XFree86-3 and XFree86-4.
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Fix for ELF build and remove empty directories on deinstall.steve1998-09-272-64/+43
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Add dependency on Xaw3d and minor cleanup prompted by portlint.tg1997-09-153-3/+4
| | | | | Part of PR: 4531 Submitted by: Pedro Giffuni <giffunip@asme.org>
* Patch to make freq/dirlist.c compile on -current.max1997-09-031-0/+10
|
* Modify this port to also install libfreq.a.max1997-09-032-10/+14
| | | | | PR: 4456 Submitted by: the port maintainer
* Change from .tar.gz to .tar.Zfenner1997-08-112-2/+3
| | | | | PR: ports/4266 Submitted by: pgiffuni@fps.biblos.unal.edu.co (Pedro Giffuni S.)
* Checksum changed again.asami1997-01-241-1/+1
|
* Update checksum and fix CFLAGS += setting.chuckr1997-01-232-2/+2
| | | | Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
* Switched to using the INSTALL_* macros.obrien1997-01-131-7/+7
|
* Checksum was incorrect, has changed, or something.asami1997-01-131-1/+1
|
* Import of libsx, a simple X library.tg1997-01-136-0/+129
Closes PR #2289. Submitted by: pgiffuni@FPS.biblos.unal.edu.co