Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | de-pkg-comment | knu | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Update homepage | edwin | 2003-02-03 | 1 | -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 implementation | lioux | 2002-11-11 | 2 | -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. | adamw | 2002-11-07 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Due to popular demant into each port which might be inserted into dependency | sobomax | 2002-09-14 | 1 | -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, they | dwcjr | 2001-09-18 | 1 | -1/+1 |
| | | | | | | have been inactive for too long Approved by: will | ||||
* | Update MASTER_SITES | kevlo | 2001-08-30 | 1 | -1/+2 |
| | |||||
* | Add a URL | jseger | 2001-06-27 | 1 | -0/+2 |
| | | | | Submitted by: Anders Nordby <anders@fix.no> | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-17 | 1 | -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 I | sobomax | 2000-06-16 | 1 | -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. | sobomax | 2000-06-16 | 2 | -3/+1 |
| | |||||
* | Convert to PORTNAME/PORTVERSION. lfview had an invalid version | asami | 2000-04-14 | 1 | -2/+2 |
| | | | | string so I fixed it. | ||||
* | remove a.out support | mharo | 2000-04-03 | 2 | -10/+5 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Run ranlib from post-install instead of pkg/PLIST. | steve | 1999-07-05 | 2 | -2/+2 |
| | |||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-27 | 1 | -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. | jseger | 1999-06-14 | 1 | -0/+10 |
| | | | | | Submitted by: jhs PR: ports/12197 | ||||
* | back out MANCOMPRESSED - didn't notice the USE_IMAKE | thepish | 1999-02-18 | 1 | -2/+1 |
| | |||||
* | Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages) | thepish | 1999-02-16 | 1 | -1/+2 |
| | |||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 1 | -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 really | jkh | 1998-10-05 | 1 | -3/+3 |
| | | | | causes this. | ||||
* | Make this actually work on ELF machines. I'm not sure what the | jkh | 1998-10-05 | 1 | -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. | steve | 1998-09-22 | 1 | -1/+4 |
| | | | | Noticed by: Satoshi Asami | ||||
* | Add libXpm.so. | steve | 1998-09-21 | 1 | -0/+1 |
| | |||||
* | Roll back xpm shared library numbers. It will be truncated to "Xpm.4" | asami | 1998-09-17 | 1 | -1/+1 |
| | | | | for ELF. | ||||
* | Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we can | steve | 1998-09-16 | 2 | -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. | steve | 1998-09-16 | 1 | -0/+2 |
| | |||||
* | Convert to ELF. A previous commit to Makefile blew up on a net.commit. | markm | 1998-09-15 | 1 | -5/+4 |
| | |||||
* | Convert to ELF. | markm | 1998-09-15 | 1 | -2/+2 |
| | |||||
* | Execute `ldconfig -R' at the pkg_delete step. | tg | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Upgrade to version 3.4k. | jseger | 1998-04-16 | 3 | -7/+10 |
| | | | | Make myself MAINTAINER. | ||||
* | ldconfig -> ${LDCONFIG}. | max | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Install header in correct place | ache | 1997-01-16 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.4j | ache | 1997-01-10 | 3 | -5/+5 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -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. | asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 1 | -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.4i | torstenb | 1996-09-15 | 5 | -8/+7 |
| | |||||
* | change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hack | torstenb | 1995-08-07 | 1 | -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.6 | asami | 1995-06-26 | 5 | -10/+8 |
| | | | | (and this is correct!). | ||||
* | Add | asami | 1995-06-24 | 2 | -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. | asami | 1995-04-09 | 1 | -3/+4 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5. | asami | 1995-03-22 | 5 | -8/+8 |
| | | | | Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu> | ||||
* | Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to use | ats | 1995-02-26 | 1 | -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. | ||||
* | Upgrade to version 3.4d | jkh | 1995-02-06 | 4 | -5/+5 |
| | |||||
* | Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of this | jkh | 1995-02-06 | 1 | -3/+3 |
| | | | | | on all of those applications that depend on xpm. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> | ||||
* | Initial revision | jkh | 1995-01-31 | 1 | -0/+1 |
| | |||||
* | ARGH! I'm having a bad hair day. We gzip our manpages by default | jkh | 1994-11-17 | 1 | -1/+1 |
| | | | | now, don't we? | ||||
* | I was wrong - there is a manpage. It's name is changed, that's all. | jkh | 1994-11-17 | 1 | -0/+1 |
| | |||||
* | Doesn't seem to be a manpage for sxpm these days. No big loss. | jkh | 1994-11-17 | 1 | -1/+0 |
| | |||||
* | Whoops - forgot to cvs add the package files for the last commit. | jkh | 1994-11-17 | 3 | -0/+32 |
| | | | | Here they are. | ||||
* | Bring in the xpm port. Package files to follow. | jkh | 1994-09-14 | 1 | -0/+13 |