Commit Graph

63 Commits

Author SHA1 Message Date
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
espie
76d52e1f68 PORTSDIR no longer needed in *DEPENDS. 2000-03-05 18:30:21 +00:00
brad
1e80f7511d post-configure -> do-configure 2000-01-12 05:38:55 +00:00
brad
4adbaf2f78 somehow I managed to use ${X11BASE} in a few places durring the install
target where they should have been ${PREFIX} and never noticed the mistake
until now.
2000-01-12 05:26:01 +00:00
brad
a5c1ca04cf - no need to list both MesaGL and MesaGLU for LIB_DEPENDS
- hardcoded gmake -> ${MAKE_PROGRAM}
- mkdir -> ${INSTALL_DATA_DIR}
2000-01-12 05:19:49 +00:00
brad
858e95b3d4 change built-in GIF reading support to the default behaviour of being
disabled
2000-01-12 04:58:25 +00:00
brad
57d51facfd - cleanup Makefile
- use -Bforacrchive when linking shared lib
- stop patching static build config with shared lib options
1999-12-20 01:15:21 +00:00
brad
feb01ed2f6 fix path to Qt's documentation 1999-12-19 20:42:04 +00:00
brad
533396bb02 - remove unnecessary USE_EGXX tag now that we have GCC 2.95.x in-tree
- cleanup Makefile
1999-11-30 02:32:22 +00:00
brad
6fe015bbeb MesaGL is now known as Mesa in the ports tree 1999-06-20 23:54:28 +00:00
brad
c313aa4e83 style 1999-06-13 03:44:49 +00:00
brad
d8ad8624cd use EGCS to compile this port 1999-06-07 15:58:48 +00:00
brad
d1feb0a1ad - fixup patches
- remove BROKEN tag, Qt now compiles and works on SPARC
1999-05-28 18:10:19 +00:00
brad
a2c696523c add missing files to PLISTs 1999-05-27 21:41:46 +00:00
brad
900544e399 - style
- fix typo in SPARC patch
1999-05-27 21:02:16 +00:00
brad
c07be8e7b9 Qt 1.44 Makefile 1999-05-27 20:13:30 +00:00
brad
73174028dd - upgrade to Qt 1.44
- add patch to work around Internal Compiler errors on SPARC
1999-05-27 20:13:05 +00:00
brad
84d3dfac99 make Qt use the CXXFLAGS 1999-05-16 04:50:25 +00:00
espie
5ac3448778 Fix comments 1999-04-20 18:47:26 +00:00
brad
f7db821607 remove non-existant example, fixes install 1999-04-12 23:23:09 +00:00
brad
50b6b53e43 remove unnecessary creation of sym link and tidy up Makefile and PLIST
some more
1999-04-09 05:12:32 +00:00
brad
cd1337aa7d remove unnecessary MAN tags and fix examples list so Qt installs 1999-04-09 04:51:39 +00:00
brad
088232b80e fix install target 1999-03-23 22:00:04 +00:00
espie
6f51d847b4 Trim up a few COMMENTS. 1999-03-23 18:07:31 +00:00
brad
f2e2852dc9 uncomment MesaGL LIB_DEPENDS 1999-03-10 04:00:14 +00:00
brad
2b3d9e7f10 oops, uncomment BROKEN lines 1999-03-07 03:40:09 +00:00