summaryrefslogtreecommitdiff
path: root/graphics/xpm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Run ranlib from post-install instead of pkg/PLIST.Steve Price1999-07-042-2/+2
| | | | Notes: svn path=/head/; revision=20055
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Ensure we link with local lib not system lib during the build.Justin M. Seger1999-06-141-0/+10
| | | | | | | | Submitted by: jhs PR: ports/12197 Notes: svn path=/head/; revision=19465
* back out MANCOMPRESSED - didn't notice the USE_IMAKEPeter Hawkins1999-02-181-2/+1
| | | | Notes: svn path=/head/; revision=16758
* Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)Peter Hawkins1999-02-161-1/+2
| | | | Notes: svn path=/head/; revision=16731
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Revert previous diff; we've found the XFree86 dist problem which reallyJordan K. Hubbard1998-10-051-3/+3
| | | | | | | causes this. Notes: svn path=/head/; revision=13660
* Make this actually work on ELF machines. I'm not sure what theJordan K. Hubbard1998-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. Notes: svn path=/head/; revision=13634
* Be sure to install the libXpm.so link in an a.out world.Steve Price1998-09-211-1/+4
| | | | | | | Noticed by: Satoshi Asami Notes: svn path=/head/; revision=13289
* Add libXpm.so.Steve Price1998-09-201-0/+1
| | | | Notes: svn path=/head/; revision=13266
* Roll back xpm shared library numbers. It will be truncated to "Xpm.4"Satoshi Asami1998-09-171-1/+1
| | | | | | | for ELF. Notes: svn path=/head/; revision=13191
* Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we canSteve Price1998-09-162-3/+3
| | | | | | | | | put these in MAN1 and not have to worry about them being pkg/PLIST. Reminded by: Asami-san Notes: svn path=/head/; revision=13163
* The manpages must still be here for ports that use imake.Steve Price1998-09-161-0/+2
| | | | Notes: svn path=/head/; revision=13162
* Convert to ELF. A previous commit to Makefile blew up on a net.commit.Mark Murray1998-09-141-5/+4
| | | | Notes: svn path=/head/; revision=13115
* Convert to ELF.Mark Murray1998-09-141-2/+2
| | | | Notes: svn path=/head/; revision=13114
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Upgrade to version 3.4k.Justin M. Seger1998-04-163-7/+10
| | | | | | | Make myself MAINTAINER. Notes: svn path=/head/; revision=10526
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Install header in correct placeAndrey A. Chernov1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=5358
* Upgrade to 3.4jAndrey A. Chernov1997-01-103-5/+5
| | | | Notes: svn path=/head/; revision=5292
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Upgrade to 3.4iTorsten Blum1996-09-145-8/+7
| | | | Notes: svn path=/head/; revision=3777
* change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hackTorsten Blum1995-08-061-2/+1
| | | | | | | has been removed from bsd.port.mk (rev. 1.173) Notes: svn path=/head/; revision=2034
* Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6Satoshi Asami1995-06-255-10/+8
| | | | | | | (and this is correct!). Notes: svn path=/head/; revision=1879
* AddSatoshi Asami1995-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! :) Notes: svn path=/head/; revision=1871
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-3/+4
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.Satoshi Asami1995-03-225-8/+8
| | | | | | | Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu> Notes: svn path=/head/; revision=1181
* Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to useAndreas Schulz1995-02-251-1/+2
| | | | | | | | a "xmkmf -a" instead of the xmkmf. This is cleaner and all ports should work that way. But some X-window ports having difficulties with that rule. Notes: svn path=/head/; revision=1040
* Upgrade to version 3.4dJordan K. Hubbard1995-02-064-5/+5
| | | | Notes: svn path=/head/; revision=896
* Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of thisJordan K. Hubbard1995-02-061-3/+3
| | | | | | | | on all of those applications that depend on xpm. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=895
* Initial revisionJordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=862
* ARGH! I'm having a bad hair day. We gzip our manpages by defaultJordan K. Hubbard1994-11-171-1/+1
| | | | | | | now, don't we? Notes: svn path=/head/; revision=399
* I was wrong - there is a manpage. It's name is changed, that's all.Jordan K. Hubbard1994-11-171-0/+1
| | | | Notes: svn path=/head/; revision=398
* Doesn't seem to be a manpage for sxpm these days. No big loss.Jordan K. Hubbard1994-11-171-1/+0
| | | | Notes: svn path=/head/; revision=397
* Whoops - forgot to cvs add the package files for the last commit.Jordan K. Hubbard1994-11-173-0/+32
| | | | | | | Here they are. Notes: svn path=/head/; revision=396
* Bring in the xpm port. Package files to follow.Jordan K. Hubbard1994-09-141-0/+13
Notes: svn path=/head/; revision=94