aboutsummaryrefslogtreecommitdiff
path: root/devel/imake
Commit message (Collapse)AuthorAgeFilesLines
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-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.) Notes: svn path=/head/; revision=66299
* Need to use bsd.port.pre.mk.David E. O'Brien2002-03-281-1/+3
| | | | Notes: svn path=/head/; revision=56801
* The prevalent style is <pkgname><major_ver_num> w/o -'s.David E. O'Brien2002-03-281-1/+1
| | | | Notes: svn path=/head/; revision=56800
* Allow pkg_add -r to work easily given change to XF4.David E. O'Brien2002-03-281-0/+5
| | | | Notes: svn path=/head/; revision=56799
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53952
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Style police over the devel category.Jimmy Olgeni2001-02-051-2/+2
| | | | Notes: svn path=/head/; revision=37976
* No need to remove lib/X11/config, it's a standard directory.Satoshi Asami2000-08-111-1/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31545
* Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes someSteve Price2000-05-281-0/+2
| | | | | | | | files (most notably xmkmf) that are also in the XFree86 port. This was causing serious problems on my Alpha package building machine. Notes: svn path=/head/; revision=28800
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Define MTREE_FILEMasafumi Max NAKANE2000-03-081-0/+1
| | | | Notes: svn path=/head/; revision=26644
* A port to install utilities in xc/config of XFree86, includingMasafumi Max NAKANE2000-03-029-0/+205
imake, lndir, etc. This port can eliminate the needs to install entire XFree86 when you just need imake to build some ports. Notes: svn path=/head/; revision=26487