summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make these work with read-only ${PORTSDIR}s. Also, don't always installSatoshi Asami1998-12-021-4/+3
| | | | | | | xview-config from DEPENDS. Notes: svn path=/head/; revision=15054
* Move interactive questioning about installing Lesstif will overwrite anDavid E. O'Brien1998-12-011-2/+2
| | | | | | | | existing Motif from "pre-fetch" to "pre-extract". This is to allow unattended fetching of distfiles. Notes: svn path=/head/; revision=14996
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-014-7/+11
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14938
* Create ${PREFIX}/bin before cat'ing a file into it.Satoshi Asami1998-11-284-0/+4
| | | | Notes: svn path=/head/; revision=14921
* Unbreak (new master sites).Satoshi Asami1998-11-271-4/+4
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14919
* remove manpages from PLIST as requested by SatoshiAndreas Klemm1998-11-257-2485/+0
| | | | Notes: svn path=/head/; revision=14906
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-252-12/+3
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Create installation directory first.Thomas Gellekum1998-11-242-2/+4
| | | | Notes: svn path=/head/; revision=14863
* Patch up some typos.Satoshi Asami1998-11-237-63/+63
| | | | | | | | Note, the manpages should really be in Makefile (or files/manpages), but I don't have time to go fix this now. Notes: svn path=/head/; revision=14844
* enable qt141Andreas Klemm1998-11-231-1/+2
| | | | Notes: svn path=/head/; revision=14828
* The long awaited port of qt141Andreas Klemm1998-11-2328-413/+2877
| | | | | | | Thanks Satoshi for your patience ! ;-) Notes: svn path=/head/; revision=14827
* Mark it broken, Andreas doesn't seem to have the time to get to itSatoshi Asami1998-11-227-7/+21
| | | | | | | after the repository copy. Notes: svn path=/head/; revision=14758
* List manpage name correctly.Satoshi Asami1998-11-184-8/+8
| | | | Notes: svn path=/head/; revision=14633
* Add some mirror sites.Thomas Gellekum1998-11-181-2/+4
| | | | Notes: svn path=/head/; revision=14625
* Remove BROKEN tag.Vanilla I. Shu1998-11-171-3/+1
| | | | Notes: svn path=/head/; revision=14603
* Downgrage to 1.1.2Vanilla I. Shu1998-11-1713-106/+58
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=14602
* Remove pythonqt.Thomas Gellekum1998-11-171-2/+1
| | | | Notes: svn path=/head/; revision=14599
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-146-41/+52
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Upgrade to 0.87.0.Thomas Gellekum1998-11-132-4/+4
| | | | Notes: svn path=/head/; revision=14497
* Mark this broken, it is for testing only (also is still a copy of qt140).Satoshi Asami1998-11-127-7/+35
| | | | Notes: svn path=/head/; revision=14484
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-115-17/+26
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Add USE_XLIB.Satoshi Asami1998-11-114-4/+8
| | | | | | | Found by: Steve's little perl script Notes: svn path=/head/; revision=14459
* Remove X_LOCALE define.Vanilla I. Shu1998-11-101-22/+4
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=14448
* Upgrade to 0.86.9.Thomas Gellekum1998-11-103-42/+45
| | | | | | | | PR: 8628 Submitted by: laskavy@gambit.msk.su Notes: svn path=/head/; revision=14445
* Mark this port broken, looks like another casualty of the gtk11 upgrade.Satoshi Asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | === cc -c -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -I/usr/local/include -O -pipe -DVERSION=\"0.4\" -DXS_VERSION=\"0.4\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE GtkDefs.c GtkDefs.c: In function `Gtk_InstallTypedefs': GtkDefs.c:2559: `GDK_OTHER_EVENT' undeclared (first use this function) GtkDefs.c:2559: (Each undeclared identifier is reported only once GtkDefs.c:2559: for each function it appears in.) GtkDefs.c:2712: `PIXELS_METRIC' undeclared (first use this function) GtkDefs.c:2713: `POINTS_METRIC' undeclared (first use this function) *** Error code 1 Stop. Notes: svn path=/head/; revision=14441
* Activate gtkstep.Eivind Eklund1998-11-081-1/+2
| | | | Notes: svn path=/head/; revision=14411
* Inital import of a GTKStep port. This provides GTK with a NeXTstep-likeEivind Eklund1998-11-085-0/+158
| | | | | | | | | interface. Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=14410
* Update MASTER_SITE.Joseph Koshy1998-11-037-14/+14
| | | | | | | | PR: 8548 Submitted by: ripley@beng.org Notes: svn path=/head/; revision=14324
* Upgrade to 1.1.3.Vanilla I. Shu1998-11-0213-123/+141
| | | | Notes: svn path=/head/; revision=14314
* Unbreak for ELFJustin M. Seger1998-11-023-8/+15
| | | | Notes: svn path=/head/; revision=14296
* $MASTER_SITE doesn't seem to exist anymore. Put it in my homedir.Thomas Gellekum1998-10-281-2/+2
| | | | Notes: svn path=/head/; revision=14222
* Unbreak; Repair dependancies.Mark Murray1998-10-251-10/+1
| | | | Notes: svn path=/head/; revision=14175
* Unbreak; Make work with Tk80.Mark Murray1998-10-254-10/+10
| | | | Notes: svn path=/head/; revision=14174
* Urk, commit the right patch this time.Steve Price1998-10-211-2/+2
| | | | | | | Noticed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=14139
* This is broken for non-ELF systems too.Satoshi Asami1998-10-206-12/+12
| | | | Notes: svn path=/head/; revision=14122
* Convert to ELF.Steve Price1998-10-203-10/+24
| | | | Notes: svn path=/head/; revision=14091
* Fix a typo error.Vanilla I. Shu1998-10-191-2/+2
| | | | | | | Submitted by: SURANYI Peter <suranyip@jks.is.tsukuba.ac.jp> Notes: svn path=/head/; revision=14078
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | ===> Building package for slingshot-2.1 Creating package /usr/ports/packages/All/slingshot-2.1.tgz Registering depends: XFree86-3.3.2 xview-config-3.2.1 xview-lib-3.2.1. Creating gzip'd tar ball in '/usr/ports/packages/All/slingshot-2.1.tgz' tar: can't add file lib/libsspkg.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=14025
* Mark BROKEN for current: bad python pathsJustin M. Seger1998-10-154-4/+28
| | | | Notes: svn path=/head/; revision=14024
* Standard perl breakage for currentJustin M. Seger1998-10-151-1/+7
| | | | Notes: svn path=/head/; revision=14023
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ===> Building package for iv-3.1 Creating package /usr/ports/packages/All/iv-3.1.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/iv-3.1.tgz' tar: can't add file interviews/lib/FREEBSD/libIV.so.3 : No such file or director y tar: can't add file interviews/lib/FREEBSD/libUnidraw.so.3 : No such file or dir ectory tar: can't add file interviews/bin/FREEBSD/alert : No such file or directory tar: can't add file interviews/bin/FREEBSD/dclock : No such file or directory tar: can't add file interviews/bin/FREEBSD/doc : No such file or directory tar: can't add file interviews/bin/FREEBSD/ibuild : No such file or directory tar: can't add file interviews/bin/FREEBSD/iclass : No such file or directory tar: can't add file interviews/bin/FREEBSD/idemo : No such file or directory tar: can't add file interviews/bin/FREEBSD/idraw : No such file or directory tar: can't add file interviews/bin/FREEBSD/ifc : No such file or directory tar: can't add file interviews/bin/FREEBSD/logo : No such file or directory tar: can't add file interviews/bin/FREEBSD/mailbox : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=14022
* Mark BROKEN for ELF:Justin M. Seger1998-10-156-6/+18
| | | | | | | | | | | | | | | ../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)': In file included from ../../src/gtk--/bin.h:8, from ../../src/gtk--/alignment.h:8, from ../../src/gtk--.h:208, from gtk--.cc:31: ../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach' ../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach' gmake[4]: *** [gtk--.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--' Notes: svn path=/head/; revision=14021
* Mark BROKEN for ELF.Justin M. Seger1998-10-151-1/+3
| | | | Notes: svn path=/head/; revision=14020
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | | | ===> Building package for blt-2.4f Creating package /usr/ports/packages/All/blt-2.4f.tgz Registering depends: tcl-8.0.2 tk-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/blt-2.4f.tgz' tar: can't add file lib/libBLT.so.2 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=13983
* Upgrade to 0.4, add depend with imlib.Vanilla I. Shu1998-10-093-10/+26
| | | | Notes: svn path=/head/; revision=13789
* Use relative (${.CURDIR}) instead of absolute (${PORTSDIR}) paths forSatoshi Asami1998-10-091-2/+2
| | | | | | | | | WRKSRC. Prepend ${WRKDIRPREFIX} in front while I'm here. Reported by: David Kulp <dkulp@neomorphic.com> Notes: svn path=/head/; revision=13761
* Build tix in an ELF world.Thomas Gellekum1998-10-064-39/+32
| | | | | | | Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Notes: svn path=/head/; revision=13686
* Convert to ELF.Steve Price1998-10-052-14/+27
| | | | Notes: svn path=/head/; revision=13658