| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
starting with X
Notes:
svn path=/head/; revision=240078
|
|
|
|
|
|
|
|
|
|
| |
- Fix private include paths
- Bump PORTREVISION
Reported by: pointyhat (pav)
Notes:
svn path=/head/; revision=236805
|
|
|
|
|
|
|
|
|
| |
and no commit activity for 3 months.
Hat: portmgr
Notes:
svn path=/head/; revision=223517
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=210928
|
|
|
|
|
|
|
| |
PR: ports/97053
Notes:
svn path=/head/; revision=195082
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: ports/99345
Submitted by: Shaun Amott <shaun@FreeBSD.org>
Notes:
svn path=/head/; revision=166096
|
|
|
|
| |
Notes:
svn path=/head/; revision=162219
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-)
Notes:
svn path=/head/; revision=129328
|
|
|
|
|
|
|
|
| |
Reported by: kris
Approved by: jmz
Notes:
svn path=/head/; revision=120830
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104360
|
|
|
|
| |
Notes:
svn path=/head/; revision=96554
|
|
|
|
| |
Notes:
svn path=/head/; revision=95821
|
|
|
|
|
|
|
| |
Submitted by: joerg
Notes:
svn path=/head/; revision=95819
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=95056
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also fix a broken shared lib configuration that caused the absolute
pathname (in the ports compilation directory) of the tix lib to be
recorded in the generated wish interpreter, so after removing the
compile directory from the machine, the interpreter could not be run
at all anymore. Strange nobody ever comlained abou this.
Not Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=94819
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
| |
safely from a tk program.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Notes:
svn path=/head/; revision=58825
|
|
|
|
|
|
|
|
|
| |
allows Tcl to find Tix if you do 'package require'
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Notes:
svn path=/head/; revision=58765
|
|
|
|
| |
Notes:
svn path=/head/; revision=37998
|
|
|
|
|
|
|
| |
Submitted by: joerg
Notes:
svn path=/head/; revision=31468
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=29613
|
|
|
|
| |
Notes:
svn path=/head/; revision=27434
|
|
|
|
| |
Notes:
svn path=/head/; revision=25942
|
|
|
|
|
|
|
|
| |
fix is now in patch-ad.
Set MAINTAINER to jmz.
Notes:
svn path=/head/; revision=25941
|
|
|
|
|
|
|
|
|
|
|
| |
with rev 1.29, but apparently `-fwritable-strings' was not taken into
account. Now add a post-configure target to explicitly set CFLAGS in
Makefile.
PR: ports/16639
Notes:
svn path=/head/; revision=25647
|
|
|
|
| |
Notes:
svn path=/head/; revision=23693
|
|
|
|
| |
Notes:
svn path=/head/; revision=23678
|
|
|
|
|
|
|
|
|
|
| |
-fwritable-strings (it would probably better to find and fix the specific
portion of Tix code responsible of the core dump but that's not easy)
Install libs and program with the 82 or 8.2 suke the name (instead of 80 or
8.0 resp.)
Notes:
svn path=/head/; revision=23600
|
|
|
|
|
|
|
| |
the upgrade to Tk8.2. Mark broken until a fix is found.
Notes:
svn path=/head/; revision=23573
|
|
|
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23492
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=18424
|
|
|
|
|
|
|
| |
Also change mv to ${CP} in makefile to support make reinstall
Notes:
svn path=/head/; revision=18304
|
|
|
|
| |
Notes:
svn path=/head/; revision=18114
|
|
|
|
|
|
|
| |
of line.
Notes:
svn path=/head/; revision=17809
|
|
|
|
| |
Notes:
svn path=/head/; revision=17684
|
|
|
|
| |
Notes:
svn path=/head/; revision=17682
|
|
|
|
|
|
|
| |
Update MD5 checksum to agree w/what is on the new master site.
Notes:
svn path=/head/; revision=17681
|
|
|
|
| |
Notes:
svn path=/head/; revision=14625
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Notes:
svn path=/head/; revision=13686
|
|
|
|
| |
Notes:
svn path=/head/; revision=13387
|
|
|
|
| |
Notes:
svn path=/head/; revision=12671
|