Martin Wilke
3e4ed01146
- Remove unneeded dependency from gtk12/gtk20 [1]
...
- 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)
2008-04-19 17:56:05 +00:00
Dirk Meyer
c774395cfd
- set USE_XORG
2007-12-11 20:28:23 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Dirk Meyer
5e9fcb3b9e
- fix build with gcc41
2006-10-09 10:30:43 +00:00
Dirk Meyer
023f009b62
- fix build with gcc41
...
Obtained from: debian
2006-10-09 10:29:30 +00:00
Dirk Meyer
a2082a523b
- make gcc41 happy
2006-10-08 08:44:44 +00:00
Dirk Meyer
7ddc68f453
- cleanup
2006-05-13 08:23:55 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Dirk Meyer
ec997a9574
- add SHA checksum
2005-11-13 09:26:50 +00:00
Dirk Meyer
8a40a328cd
- mirror distfiles
...
master site has stopped distribution
2005-09-14 13:20:56 +00:00
Dirk Meyer
77c7cf8609
- add pkg-message for non english users
2005-09-06 09:35:40 +00:00
Dirk Meyer
f6d73036cd
- update to 1.61
...
- allow pipes as input
- fixed build with X11
- fixed option WITHOUT_X11
- new option WITH_ESTIC_DTR_OFF
- honor NOPORTDOCS
Submitted by: Peter Much & Dirk Meyer
2005-09-06 09:34:47 +00:00
Dirk Meyer
0ccc29e81c
- rename and merge patches
...
(for better CVS tracking of next updates)
2005-09-06 08:38:32 +00:00
Dirk Meyer
515c525db4
- take maintainership
2005-09-05 16:09:08 +00:00
Alexey Dokuchaev
5e8f2e5862
Fix bad C++ code and thus unbreak with recent GCC.
2004-12-23 15:07:11 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Clement Laforet
b1f86a88eb
misc category cleanup part 3 of 6:
...
- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy
* diction, earthview
- kill pkg-plist
PR: 61028
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
2004-02-11 15:07:54 +00:00
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Kris Kennaway
2b5073cca4
Reset maintainer on ports maintained by the following non-ports committers,
...
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
2003-11-03 01:30:43 +00:00
Kris Kennaway
93872f18cc
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
...
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
9c288e873f
BROKEN on 5.1: bad C++
2003-05-18 09:55:25 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
65c19329cf
Fix and sort plist, and make this port respect CXX and CFLAGS
2001-03-10 23:35:53 +00:00
Ying-Chieh Liao
f869cc54ca
make it fetchable
...
PR: 24616
Submitted by: joseph@randomnetworks.com
2001-01-25 14:06:46 +00:00
Satoshi Asami
dad9a57abe
Convert to PORTNAME/PORTVERSION.
2000-04-14 08:49:30 +00:00
Steve Price
059a88c435
Consolidate diffs to a single file into one patch and add a boatload
...
of patches to fix the build on -current.
2000-02-27 15:04:16 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
d99d6e104d
Change Id->FreeBSD.
1999-08-25 07:23:21 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Justin M. Seger
539536fae4
Switch to using USE_ZIP along with minor cleanups to some ports.
1999-05-01 12:34:38 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
1999-02-03 11:12:01 +00:00
Satoshi Asami
5e0762a956
More missing dependencies.
1998-11-29 12:43:13 +00:00
Steve Price
665054e7f1
Cleanup pkg/PLIST so that it knows about all files installed and
...
cleans up empty directories on deinstall.
1998-10-04 22:45:08 +00:00
Masafumi Max NAKANE
e61ac414ac
files/* -> ${FILESDIR}/*.
1997-07-21 19:28:46 +00:00
David E. O'Brien
614de2daa6
ESTIC is an Enhanced Supervisor Tool for ISTEC Configuration.
...
The German manufacturer Emmerich makes Istec 1003 & 1008 TK-Anlagen.
The TK-Anlage is an ISDN PBX ( Private Branch Exchange ).
Submitted by: Julian Stacey
1996-12-29 04:44:14 +00:00