non port: misc/astrolog/Makefile |
Number of commits found: 44 |
Sunday, 15 Sep 2019
|
17:28 antoine
Deprecate a few ports
 |
Sunday, 4 Aug 2019
|
21:08 antoine
Mark BROKEN: unfetchable
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Tuesday, 8 Dec 2015
|
17:46 amdmi3
- Switch to options helpers
- Switch from makefile echo's to pkg-message
 |
Wednesday, 2 Dec 2015
|
06:44 ache
Previous commit picks not so latest Swiss Ephemeris, update to SWE 2.04
 |
06:29 ache
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)
 |
Monday, 9 Nov 2015
|
12:59 antoine
Mark a few ports BROKEN: unfetchable
 |
Thursday, 5 Nov 2015
|
12:36 mat
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
 |
Tuesday, 15 Jul 2014
|
16:24 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Saturday, 10 May 2014
|
21:26 ache
Convert to stage
 |
Friday, 20 Sep 2013
|
20:50 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
 |
Friday, 14 Jun 2013
|
22:22 wg
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)
 |
Monday, 25 Mar 2013
|
04:30 eadler
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
 |
Wednesday, 21 Nov 2012
|
09:49 ache
Update libswe to latest one witch should fix amd64 core dump in
crc32 calculation (used for aspects, etc)
Feature safe: yes
 |
Sunday, 26 Feb 2012
|
09:29 ache
spaces -> tabs fixes (wrong editor mode)
 |
09:20 ache
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
 |
Saturday, 25 Feb 2012
|
16:33 ache
Fix printed universal time calculation when time zone offset contains
minutes.
 |
Monday, 19 Dec 2011
|
21:01 pawel
- Fix build with WITHOUT_X11=true [1]
- Support NOPORTDOCS
- Fix portlint warnings
PR: ports/163093 [1]
Submitted by: Christian Gusenbauer <c47g@gmx.at> [1]
 |
Tuesday, 30 Aug 2011
|
07:31 ache
Remove myself from MAINTAINER
 |
Thursday, 12 May 2011
|
14:38 ache
amd64 fixes (types sizes)
Submitted by: Christian Gusenbauer <c47g@gmx.at>
 |
Thursday, 3 Jun 2010
|
15:54 pav
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
 |
Tuesday, 23 Mar 2010
|
13:20 ache
1) Do not remove config file on package upgrading
2) Supply more useful config file
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
 |
Tuesday, 26 Jun 2007
|
19:47 ache
Back out CFLAGS fix because it is now committed to sys.mk
 |
11:49 ache
Allow 8bit chars be read from file
 |
09:00 ache
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)
 |
07:23 ache
Use -fno-tree-vrp as better variant of prev. workaround
 |
Monday, 25 Jun 2007
|
13:12 ache
Remove wrongly placed comment line in prev. commit
 |
12:45 ache
Force -O due to silent gcc 4.2.0 loop optimization bug with -O2
 |
Sunday, 24 Jun 2007
|
05:59 ache
Allow more by few chars in prev. patch Name&Loc restriction
because Draw* routines do neccessary check.
 |
Saturday, 23 Jun 2007
|
14:20 ache
Sanitize Name and Location given in the command line.
Fix the bug with 8bit chars in the Name & Location in the text output.
 |
02:51 ache
Install ephemeris files directly on do-install step
 |
02:33 ache
Remove additional category
Use USE_ZIP
 |
Thursday, 21 Jun 2007
|
22:53 ache
Install all ephemeris files now
Minor tweaks
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 10 May 2006
|
22:37 edwin
Remove USE_REINPLACE from ports starting with M
 |
Thursday, 26 Jan 2006
|
03:46 ache
Handle WITHOUT_X11 option
Use REINPLACE_CMD
 |
Friday, 25 Nov 2005
|
03:25 edwin
big whitespace cleanup (see ports/65409)
PR: ports/65828
Submitted by: trevor
Approved by: ache
 |
Thursday, 20 Nov 2003
|
15:06 trevor
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
 |
13:51 trevor
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
 |
Friday, 7 Mar 2003
|
06:07 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Saturday, 26 Jan 2002
|
07:50 kris
Fix build on -current
 |
Friday, 25 May 2001
|
18:28 ache
Add -z Current -z0 Current functionality. Misc cleanup.
 |
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
 |
Number of commits found: 44 |