Commit Graph

88 Commits

Author SHA1 Message Date
pvalchev
e4ffad1c1f remove unneed traces of "xor" prototypes, as gcc3 C++ has "xor" to "^" alias; ok espie 2004-03-14 22:27:39 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
espie
b453a56872 kill xor method, which was already marked as obsolete,
and which gcc3 complains loudly about.
2004-01-01 15:39:29 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
fgsch
dd26b7b067 zap NEED_VERSION. 2002-12-29 20:31:39 +00:00
brad
f5230ef613 new png header path. 2002-05-26 19:04:00 +00:00
espie
d900d189e1 Bump NEED_VERSION 2002-03-21 21:25:50 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
heko
0e36dadb66 o Instead of copying the "virtual memory exhausted" warning for each
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING.
By setting this variable to `Yes', the user is given a warning about the
virtual memory requirements just before the pre-build stage.
o Also give some examples for different shells for what to do about
it, and mention login.conf(5). bash, for example, has a confusing
-v flag to ulimit.
o Document this in bsd.port.mk.5
espie@ ok
2001-11-11 13:57:32 +00:00
brad
2b3268778e - fill in PERMIT_
- no regression tests
2001-10-28 19:05:23 +00:00
espie
f28492bfe6 Use full path for libqt and libqt2
Bump need version.
2001-10-28 12:30:13 +00:00
espie
b5ae8331d0 Pass full setup through to configure and build 2001-08-27 09:54:11 +00:00
espie
8861b634d6 qt module 2001-08-27 09:08:57 +00:00
espie
9a9dac2284 %%!SHARED%% -> !%%SHARED%% 2001-07-03 12:07:53 +00:00
espie
c366ff0ea8 Rearrange qt and qt2 slightly, so that both libraries appear in
/usr/local/lib.

This removes the need to add to shlib_dirs.

HOWEVER, ports that depend on these should explicitly use
-L/usr/local/lib/qt  or -L/usr/local/lib/qt2 to be sure to grab the right
library, even if the other library is installed as well.
2001-06-09 19:53:22 +00:00
brad
8f7a78d079 better 2001-04-18 14:59:28 +00:00
espie
2d200ebfcf Pull PKGNAME setup before bsd.port.mk 2001-04-18 14:47:58 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
brad
61cd098a2d pass the pic flag along to the compiler when linking the shared library. 2000-10-21 22:06:29 +00:00
brad
6ceaa0d561 VERSION variable 2000-10-08 04:29:58 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
brad
b88c55d4b6 -Bshareable -> -shared 2000-09-23 03:26:52 +00:00
brad
f5f252960c add pre-build warning, tell the end-user they might need to increase there
soft memory limits
2000-09-07 00:42:05 +00:00
brad
49d0afc666 add USE_X11 2000-09-06 21:35:06 +00:00
brad
88daadede6 use g++ when linking the library as well 2000-09-02 21:36:47 +00:00
brad
2b67758271 better 2000-09-02 21:20:58 +00:00
brad
c8e1c358a4 use VER_MAJ & VER_MIN durring do-install instead of hardcoding the
version numbers
2000-08-30 02:37:52 +00:00
brad
38ea9180a0 - bump NEED_VERSION
- style
2000-08-25 03:55:24 +00:00
brad
d7a7a22afd finally double checked this myself, add a BUILD_DEPENDS on png.h 2000-08-08 21:55:57 +00:00
brad
61da92ba44 revert the addition of the library dependencies on jpeg and png 2000-07-09 01:23:21 +00:00
brad
c5ed5de7a6 - bump NEED_VERSION
- add library dependency on jpeg and png
2000-07-08 20:25:40 +00:00
brad
b645d13993 - don't try to be smart with examples and tutorial, moving those files
around doesn't work, as there are cross-dependencies.
- move LOCALBASE/X11BASE setting to post-patch, as this allows having
  complete, independent Makefiles for examples/tutorial.
- use better filenames for patches and include patches to setup the debug
  Qt config files.
2000-06-30 07:01:33 +00:00
brad
6c0eb552f7 oops, this was not supposed to go in 2000-06-23 09:46:48 +00:00
brad
2ae2b4d0c8 - use sub-packages to split examples/tutorial bins/source into an
examples subpackage and the html documentation (which is now being
  installed) into an html subpackage
- cleanup install target a bit
- make use of a few variables to specify paths for installation, QT_INCDIR,
  QT_LIBDIR, QT_MANDIR, QT_EXAMPLES, QT_TUTORIAL and QT_DOC
- man pages have moved from PREFIX/man to PREFIX/lib/qt/man to stay
  consistant with the qt2 port
2000-06-23 09:45:14 +00:00
espie
b5d6071c7e No easy way to avoid confusion with qt2 for static libraries... 2000-06-22 17:01:59 +00:00
brad
f6cd0c68b9 remove FAKE=Yes 2000-06-14 06:16:55 +00:00
espie
6a34dd3f91 Use new rules to generate simpler PLIST 2000-06-09 19:18:14 +00:00
espie
763ab9132d Revert to PLIST/PLIST.noshared temporarily (qt packaging is awkward,
since it doesn't bother building a .a library on shared systems)
2000-06-02 15:05:55 +00:00
brad
4cee449e27 bump NEED_VERSION 2000-05-24 00:16:03 +00:00
espie
c23f22863e Activate gif support, per Theo's request.
Fix packing list... I need to add a check for duplicates to bsd.port.mk,
this is stupid.
2000-05-23 21:25:37 +00:00
espie
2edaa04ba4 I'm dyslexic 2000-05-22 11:31:15 +00:00
espie
233c74fed3 Fix PLIST.noshared by removing it :)
Add qimgio support (other graphics formats).
This adds a build time dependency, but no runtime dependency,
as users have to explicitly link against libqimgio, as of qt 1.xx
2000-05-22 10:48:55 +00:00
espie
4de7362f18 Let manpages be readable. Problem reported by Marco, fix was slightly
less obvious than first foreseen (pesky .so use)
2000-05-19 13:36:21 +00:00
brad
9b8789a3de re-add USE_X11 2000-03-26 21:36:09 +00:00
brad
21e01d652b remove USE_X11 2000-03-26 20:43:10 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
brad
2122257750 merge in a few minor diffs from my upgrade to qt 1.45
- remove dependency on Mesa since this isn't actually used by Qt for the
"default" installation
- use MAKE_FLAGS to bump the MINOR version number of the Qt lib upto 45
from 44
- ${MAKE_PROGRAM} -> make
- remove ldconfig
2000-03-08 08:55:32 +00:00
brad
604f1e7b82 better patches, uses $(LOCALBASE) to try and link in Mesa if someone trys to compile qgl separately 2000-03-08 08:52:36 +00:00
brad
6e64abcffe sort PLISTs 2000-03-08 08:49:34 +00:00
kevlo
e0813bd919 Upgrade to version 1.45. 2000-03-08 01:27:42 +00:00