Commit graph

89 commits

Author SHA1 Message Date
mycroft
b02d4788ec ELF rpath issues. 1999-07-27 08:56:39 +00:00
mycroft
50bae43abb ELF rpath issues. 1999-07-27 08:38:36 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
6b6a302f6c Do the test for <sys/inttypes.h>'s existence a different and radical way -
use ".if exists"
1999-06-28 11:54:50 +00:00
mycroft
83e5abc510 Fix X linkage, too. 1999-06-04 15:21:12 +00:00
mycroft
950970c339 Add a generous dose of -Wl,-R so this builds on ELF platforms. 1999-06-04 15:11:27 +00:00
he
935d09b5cb Apply the same patch as for vat to make this go with tcl8.0.5. 1999-05-31 17:11:22 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
he
f7b6a0f63d Fix and/or work around the
vat: invalid command name "tcl_findLibrary"
error by calling Tcl_Init() from a suitable spot.
1999-05-23 22:23:02 +00:00
he
25d4129b50 Make the "active" color actually make sense (and not be all dark).
Not 100% sure this is the right fix, but it's better than before.
1999-05-23 21:57:54 +00:00
garbled
3fe7edf239 add USE_X11=yes 1999-04-26 18:56:13 +00:00
kleink
fa1f387377 Fix linkage for X11 and Tcl/Tk libraries. 1999-04-23 13:49:25 +00:00
tron
e223067f30 Correct master site and add home page. Fixes PR pkg/7390 by Takahiro Kambe. 1999-04-15 07:21:04 +00:00
hubertf
95999ed778 Fix MASTER_SITES 1999-04-05 04:37:47 +00:00
hubertf
03ef7a25f3 - Find tk package in the proper directory (even with WRKOBJDIR set)
- tk source is now in a different directory
 - add a pre-clean target to clean out the dependencies
1999-04-05 03:41:16 +00:00
hubertf
a6bf6a96c1 use GSM_DIR 1999-04-05 03:36:42 +00:00
hubertf
150f8d5545 There is no package in ${WRKOBJDIR}. 1999-04-05 03:24:06 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
agc
49ad04f369 Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
1999-03-22 09:38:22 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
2c7527a8cc Fix for compiling on 1.3.2/sparc - random() and gethost*() are
supplied by the OS.
1999-01-15 23:56:47 +00:00
tron
0c8df4dbe2 Replace outdated homepage with new one. 1999-01-08 00:24:18 +00:00
hubertf
f263a538de Update MASTER_SITES, as reported by J Rizzo <riz@boogers.sf.ca.us>
in PR 6750
1999-01-06 22:21:01 +00:00
garbled
8230ed06cd Make this pkg compile on alpha again:
LP64 fixes to deal with -Werror
Re-enable INTTYPES stuff that was lost in the recent update.
Thanks to Matt for helping me with a nasty.. ;)
1999-01-01 07:58:29 +00:00
tron
8742706ab7 Add "pre-clean" target to do "make clean" in "audio/gsm". 1998-12-30 01:07:07 +00:00
mycroft
4f8e868cf8 Use -O2, not -O6. 1998-11-24 16:32:06 +00:00
hubertf
c037d8c967 devide & optimize, per mycroft 1998-11-24 07:56:07 +00:00
agc
bc79f1588b Use ${OPSYS} and ${OS_VERSION}. 1998-11-16 14:56:07 +00:00
frueauf
93b1705e3d pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:26:58 +00:00
mycroft
5e61d8604d Clean up RCS IDs. 1998-11-05 06:35:24 +00:00
mycroft
8e318baa36 2.5.8 1998-11-05 05:32:18 +00:00
mycroft
9e25d63e72 3.0.28 1998-11-05 02:46:09 +00:00
kleink
cbce6789d1 <sys/inttypes.h> -> <inttypes.h>. A brick flies off into the ether. 1998-10-02 09:49:59 +00:00
hubertf
f66a2e85c2 work around <sys/inttypes.h> not present in 1.3 1998-10-02 06:47:29 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
agc
aaf5955178 Modifications for a read-only pkgsrc (but writable WRKOBJDIR). 1998-09-15 17:05:04 +00:00
garbled
2bf4c9d999 Make the makefile honor LDFLAGS from the environment, and fix up a few
LP64'isms with help from kleink.
1998-09-13 18:02:10 +00:00
garbled
68efe4e9e1 Makefile: removed tk80 as a category, added USE_X11, fixed up build target
Patches:  Added patch to fix alpha 64bit-ism, broke up patches into
separate files, fix various Makefiles WRT PREFIX,X11BASE and LOCALBASE
handling.

All in all, this was a mess. It works now on elf/alpha, pending a fix to
bsd.pkg.mk.. if that falls through, one line will fix it up in the
Makefile.
1998-09-13 17:06:08 +00:00
garbled
2dd5c08c03 Add the -rpath magic to make it go. 1998-09-13 15:15:00 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
hubertf
e47d939203 Pkg-name consistency: last '-'-seperated token is version. 1998-07-14 12:08:36 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
is
fb233fe5d7 Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bug
fixes added).
1998-06-18 10:45:54 +00:00
agc
1c37e29037 Describe this category of packages a bit better. 1998-06-04 11:04:04 +00:00
tv
92d0556067 Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting.  Now all GNU pkgs should work on all
archs (including arm32), except emacs/xemacs, which I'll fix soon.
1998-05-23 15:42:58 +00:00
agc
4fbcbb4b68 Don't hardcode /usr/pkg and /usr/X11R6 in a Makefile - use the values
for LOCALBASE and X11BASE which are passed down through the environment.
Pointed out by Manuel Bouyer.
1998-05-19 12:41:07 +00:00
frueauf
0851be7c5a Mostly cosmetic changes to shut up portlint. Little bugfix for apache. 1998-05-09 15:24:42 +00:00