1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

77 Commits

Author SHA1 Message Date
Baptiste Daroussin
d5d50581a7 Use @sample 2016-01-18 22:59:13 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
b53a4a313e - Switch to options helpers
- Switch from makefile echo's to pkg-message
2015-12-08 17:46:27 +00:00
Andrey A. Chernov
0b2e7339d7 Previous commit picks not so latest Swiss Ephemeris, update to SWE 2.04 2015-12-02 06:44:58 +00:00
Andrey A. Chernov
fb780a98b7 Unbreak port, update to the latest version of Swiss Ephemeris
(It does not require any patching, who mark the port BROKEN
can easily do it by yourself)
2015-12-02 06:29:36 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Baptiste Daroussin
45858fb087 Cleanup plist 2014-12-09 13:36:34 +00:00
Adam Weinberger
0d36ec3c79 Rename misc/ patch-xy patches to reflect the files they modify. 2014-07-29 01:16:45 +00:00
Adam Weinberger
ee8b892f44 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:24:42 +00:00
Andrey A. Chernov
e3e15344fa Convert to stage 2014-05-10 21:26:57 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
William Grzybowski
5102a3de12 misc/astrolog: fix build with clang
- Fix build with clang
- WITHOUT_X11 -> PORT_OPTIONS:MX11
- Use PORTDOCS instead of pkg-plist
- Simplify docs install commands

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 22:22:51 +00:00
Eitan Adler
fd37d8821f Cleanup unmaintained ports in the misc category:
- Trim Header
	- Convert to OptionsNG
	- Prefer DISTNAME to DISTFILES
	- Reorder variables
	- Fix comments (don't include leading article)
	- @unexec rm must not cause failure
	- Tabs, not spaces
	- Single space for WWW
	- Pet portlint
	- etc.

In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.

Reviewed by:	koobs, ashish
2013-03-25 04:30:31 +00:00
Andrey A. Chernov
2076effd19 Rename patch according to Porters's Handbook '4.4 Patching' rules
Feature safe:   yes
2012-11-21 12:20:17 +00:00
Andrey A. Chernov
f1bcee7e5f Update libswe to latest one witch should fix amd64 core dump in
crc32 calculation (used for aspects, etc)

Feature safe: yes
2012-11-21 09:49:47 +00:00
Andrey A. Chernov
01317708a2 Remove local orbs change sneaked in 2012-02-26 11:22:05 +00:00
Andrey A. Chernov
847d1ffda4 spaces -> tabs fixes (wrong editor mode) 2012-02-26 09:29:00 +00:00
Andrey A. Chernov
98228699b1 Original version is abandonware since 1998.
Switch to more recent fork made by Valentin Abramov, it is much improved in
calculation (new ephemeris used), have many bugfixes and some new
features.

Fixes from me:
integrate our fixes for original version
fix some out of memory / junk memory accesses
avoid text clipping on long lines
add seconds precision to zone offset (for true local time)
add missing color reset in one place
2012-02-26 09:20:16 +00:00
Andrey A. Chernov
a3d0f5e0b7 Fix printed universal time calculation when time zone offset contains
minutes.
2012-02-25 16:33:10 +00:00
Pawel Pekala
1b93ba31b0 - Fix build with WITHOUT_X11=true [1]
- Support NOPORTDOCS
- Fix portlint warnings

PR:		ports/163093 [1]
Submitted by:	Christian Gusenbauer <c47g@gmx.at> [1]
2011-12-19 21:01:10 +00:00
Andrey A. Chernov
45ba9805ed Remove myself from MAINTAINER 2011-08-30 07:57:26 +00:00
Andrey A. Chernov
fb1f84c3e0 amd64 fixes (types sizes)
Submitted by:   Christian Gusenbauer <c47g@gmx.at>
2011-05-12 14:38:12 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
4bb8eb15eb - Convert unzip -a to USE_DOS2UNIX
PR:		ports/146533
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2010-06-03 15:54:29 +00:00
Andrey A. Chernov
4217ba397a Use @dirrmtry since old config may present 2010-03-25 12:36:02 +00:00
Andrey A. Chernov
fc3be1aaa0 1) Do not remove config file on package upgrading
2) Supply more useful config file
2010-03-23 13:20:05 +00:00
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
Andrey A. Chernov
a8bdf00dd8 Back out CFLAGS fix because it is now committed to sys.mk 2007-06-26 19:47:55 +00:00
Andrey A. Chernov
00cd032941 Allow 8bit chars be read from file 2007-06-26 11:49:51 +00:00
Andrey A. Chernov
8d192ded06 Back out v1.33 because it requires unzip presence at 'install'
stage (not at 'extract' stage) and this can't be properly handled.
(We don't have INSTALL_DEPENDS and similar to it RUN_DEPENDS used on
'install' stage too adds unneded depend into the package itself)
2007-06-26 09:00:45 +00:00
Andrey A. Chernov
69be1482c0 Use -fno-tree-vrp as better variant of prev. workaround 2007-06-26 07:23:43 +00:00
Andrey A. Chernov
4313e717c1 Remove wrongly placed comment line in prev. commit 2007-06-25 13:12:41 +00:00
Andrey A. Chernov
7a39d4f85a Force -O due to silent gcc 4.2.0 loop optimization bug with -O2 2007-06-25 12:45:45 +00:00
Andrey A. Chernov
89eafde5b2 Allow more by few chars in prev. patch Name&Loc restriction
because Draw* routines do neccessary check.
2007-06-24 05:59:48 +00:00
Andrey A. Chernov
eb0925e19a Sanitize Name and Location given in the command line.
Fix the bug with 8bit chars in the Name & Location in the text output.
2007-06-23 14:20:21 +00:00
Andrey A. Chernov
854b8ce0db Install ephemeris files directly on do-install step 2007-06-23 02:51:14 +00:00
Andrey A. Chernov
688078e432 Remove additional category
Use USE_ZIP
2007-06-23 02:33:29 +00:00
Andrey A. Chernov
d235e4d10d Install all ephemeris files now
Minor tweaks
2007-06-21 22:53:21 +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
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Andrey A. Chernov
ed4503f6d7 Handle WITHOUT_X11 option
Use REINPLACE_CMD
2006-01-26 03:46:56 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
c170f04e0f big whitespace cleanup (see ports/65409)
PR:		ports/65828
Submitted by:	trevor
Approved by:	ache
2005-11-25 03:25:00 +00:00
Trevor Johnson
a1bc8c46f5 Add size data, approved by maintainers. 2004-03-20 21:03:41 +00:00
Trevor Johnson
7e223b8511 Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by:	Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982 Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
2003-11-20 13:51:47 +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
56666de097 Fix build on -current 2002-01-26 07:54:29 +00:00
Andrey A. Chernov
e3433b69f0 Add
-z Current
-z0 Current
functionality.
Misc cleanup.
2001-05-25 17:28:21 +00:00