summaryrefslogtreecommitdiffstats
path: root/graphics/xpm
Commit message (Collapse)AuthorAgeFilesLines
* Back out a portion of revision 1.41: I accidently committed somenectar2004-10-261-3/+3
| | | | | | | | modifications made during testing. Noticed by: lesi Pointy hat: now in place Probably was trying to give me a hint: kris
* Correct the vulnerabilities discovered by Chris Evans last month andnectar2004-10-212-3/+197
| | | | | | documented at http://vuxml.freebsd.org/ef253f8b-0727-11d9-b45d-000c41e2cdad.html These patches are based on the X.org fixes.
* Add conflicts to XFree86- and xorg- libraries, as they already includelesi2004-08-211-0/+2
| | | | | | | | this library. Noticed by: David Julien (david dot julien at gmail dot com) PR: ports/70004 Approved by: anholt (mentor)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* IGNORE for XFREE86_VERSION > 3.x, since it is included in XFree86kris2004-04-171-1/+7
|
* SIZEify.trevor2004-01-291-0/+1
|
* de-pkg-commentknu2003-02-202-1/+1
|
* Update homepageedwin2003-02-031-1/+1
| | | | | | | | | PR: ports/47797 Submitted by: MA, Dunzi <tadaluch@s5.xrea.com> Reviewed by: Approved by: Obtained from: MFC after:
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-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-062-1/+2
| | | | Approved by: pat
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-141-0/+4
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-171-1/+1
| | | | | | have been inactive for too long Approved by: will
* Update MASTER_SITESkevlo2001-08-301-1/+2
|
* Add a URLjseger2001-06-261-0/+2
| | | | Submitted by: Anders Nordby <anders@fix.no>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-1/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-152-3/+1
|
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* remove a.out supportmharo2000-04-022-10/+5
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Run ranlib from post-install instead of pkg/PLIST.steve1999-07-042-2/+2
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Ensure we link with local lib not system lib during the build.jseger1999-06-141-0/+10
| | | | | Submitted by: jhs PR: ports/12197
* back out MANCOMPRESSED - didn't notice the USE_IMAKEthepish1999-02-181-2/+1
|
* Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)thepish1999-02-161-1/+2
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-5/+7
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Revert previous diff; we've found the XFree86 dist problem which reallyjkh1998-10-051-3/+3
| | | | causes this.
* Make this actually work on ELF machines. I'm not sure what thejkh1998-10-041-3/+3
| | | | | | proper canonical thing to do with shared libs that install using minor release numbers these days, but this will work a lot better than what's there in the meantime until I figure it out.
* Be sure to install the libXpm.so link in an a.out world.steve1998-09-211-1/+4
| | | | Noticed by: Satoshi Asami
* Add libXpm.so.steve1998-09-201-0/+1
|
* Roll back xpm shared library numbers. It will be truncated to "Xpm.4"asami1998-09-171-1/+1
| | | | for ELF.
* Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we cansteve1998-09-162-3/+3
| | | | | | put these in MAN1 and not have to worry about them being pkg/PLIST. Reminded by: Asami-san
* The manpages must still be here for ports that use imake.steve1998-09-161-0/+2
|
* Convert to ELF. A previous commit to Makefile blew up on a net.commit.markm1998-09-141-5/+4
|
* Convert to ELF.markm1998-09-141-2/+2
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Upgrade to version 3.4k.jseger1998-04-163-7/+10
| | | | Make myself MAINTAINER.
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Install header in correct placeache1997-01-151-2/+2
|
* Upgrade to 3.4jache1997-01-103-5/+5
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-5/+1
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade to 3.4itorstenb1996-09-145-8/+7
|
* change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hacktorstenb1995-08-061-2/+1
| | | | has been removed from bsd.port.mk (rev. 1.173)
* Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6asami1995-06-255-10/+8
| | | | (and this is correct!).
* Addasami1995-06-242-1/+5
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Yet another round of Makefile updates, graphics version.asami1995-04-091-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
OpenPOWER on IntegriCloud