aboutsummaryrefslogtreecommitdiff
path: root/devel/sip
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.5David W. Chapman Jr.2001-11-233-4/+4
| | | | | | | | PR: 31923 Submitted by: maintainer Notes: svn path=/head/; revision=50398
* Upgrade to version 2.4Kevin Lo2001-05-074-5/+4399
| | | | | | | | PR: 27159 Submitted by: MAINTAINER Notes: svn path=/head/; revision=42364
* Overhaul QT/KDE support:Will Andrews2001-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Update to 2.2.Maxim Sobolev2000-11-224-9/+31
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=35347
* Perlace maintainer's address adsharma@home.com (bounces) withMaxim Sobolev2000-11-211-1/+1
| | | | | | | adsharma@sharmas.dhs.org (works). Notes: svn path=/head/; revision=35308
* Update WWW.Maxim Sobolev2000-11-161-0/+2
| | | | Notes: svn path=/head/; revision=35182
* The port that installs stuff in the python1.5 directory is now calledSatoshi Asami2000-11-131-1/+1
| | | | | | | | | lang/python15, not lang/python. Found by: bento Notes: svn path=/head/; revision=35066
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Update to 0.12.Will Andrews2000-06-173-4/+3
| | | | | | | | PR: 19142 Submitted by: MAINTAINER Notes: svn path=/head/; revision=29660
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29615
* This port requires Python.h to build.Steve Price2000-05-281-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28814
* SIP is a tool for generating bindings for C++ classes so that they can beWill Andrews2000-04-225-0/+54
accessed as normal Python classes. PR: 17932 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Notes: svn path=/head/; revision=27898